@charset "utf-8";
/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 11, 2013 */
@font-face {
    font-family: 'deliciousbold';
    src: url('../css/delicious-bold.eot');
    src: url('../css/delicious-bold.eot?#iefix') format('embedded-opentype'),
         url('../css/delicious-bold.woff') format('woff'),
         url('../css/delicious-bold.ttf') format('truetype'),
         url('../css/delicious-bold.svg#deliciousbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'delicious_heavyregular';
    src: url('../css/delicious-heavy.eot');
    src: url('../css/delicious-heavy.eot?#iefix') format('embedded-opentype'),
         url('../css/delicious-heavy.woff') format('woff'),
         url('../css/delicious-heavy.ttf') format('truetype'),
         url('../css/delicious-heavy.svg#delicious_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EbrimaRegular';
    src: url('../css/ebrima.eot');
    src: url('../css/ebrima.eot') format('embedded-opentype'),
         url('../css/ebrima.woff') format('woff'),
         url('../css/ebrima.ttf') format('truetype'),
         url('../css/ebrima.svg#EbrimaRegular') format('svg');
}

*
{
	margin:0;
	padding:0;
}
textarea, input{
	font-family:Arial, helvetica, sans-serif;
	font-size:12px;
}
img{
	border:0;
}
body{
	color:#333333;
	background:#f3f3f3;
	font-family:'EbrimaRegular';
	font-size:16px;
	font-style:normal !important;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
}
p{
	text-align:justify;
	margin:0 0 20px 0;
	line-height:22px;
}
.small{
	font-family:Arial, verdana;
	font-size:14px;
	text-align:justify;
	line-height:20px;
}
img{
	border:0;
}
a{
	outline:0;
	text-decoration:none;
}
ul{
	list-style:none;
}
li{
	padding:2px 0;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	text-align:left;
}
h1{
	color:#ce2d3c;
	font-size:23px;
	margin:5px 0 20px 0 !important;
}
h2{
	color:#333;
	font-size:20px;
	margin:10px 0;
	font-weight:bold;
}
h3{
	font-size:19px;
	font-weight:bold;
	color:#ce2d3c;
	margin:0 0 10px 0;
	background:url(../images/bottom_line.jpg) repeat-x left bottom;
	padding:0 0 8px 0;
}
h4{
	font-size:16px;
	font-weight:bold;
	color:#3c8376;
	margin:0 0 10px 0;
}
fieldset
{
	background:#ebebeb url(../images/application-right-bg.jpg) no-repeat right top;
	border:0;
	display:block;
	height:303px;
}
legend{
	padding:0 0 0 24%;
}
header{
	background:url(../images/sgl-header-bg.jpg) no-repeat center top;
	width:100%;
	height:173px;
	padding:0;
}
.Clear{
	clear:both;	
}
.Content{
	padding:8px 0 20px 0;
}
.middle{
	padding:20px;
}
.main{
	width:100%;
	margin:0 auto;
}
.wrap{
	width:1000px;
	margin:0 auto;
}
.border-curve{
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:2px;
}
.small{
	color:#ce2d3c;
	font-size:14px;
}
.menu{
	width:70%;
	float:right;
}
.overview{
	width:95%;
	margin:5% auto;
}
.overview .o1{
	width:30%;
	float:left;
	margin:0 5% 0 0;
}
.overview .o2{
	width:65%;
	float:left;
}
.product{
	width:90%;
	margin:0% 5%;
}
.product .p1, .p2{
	width:36%;
	float:left;
	margin:3% 5% 0 0;
}
.prod{
	width:95%;
	margin:0 auto 5% auto;
	display:inline-block;
	padding:0 2% 2% 2%;
}
.prod .s1{
	width:25%;
	float:left;
	margin:0 5% 0 0;
}
.prod .s2{
	width:65%;
	float:right;
}
.prod .s1 img{
	border:1px solid #FFFFFF; 
	box-shadow: 0 0 4px #333333;
}
.imgbg{
	display:inline-block;
	border:10px solid #E4E4E4;
}
/* ------------------------For Menu---------------------------- */
/* LEVEL ONE */
ul.dropdown {
	font-weight:normal;
	list-style:none;
	letter-spacing:1px;
	position: relative;
	padding:12% 0 0 0;
	float:right;
	z-index:1000;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	margin:0 6px;
}
ul.dropdown li a {
	font-family: 'delicious_heavyregular';
	font-size:16px;
	font-weight:bold;
	display: block;
	padding: 7px 10px;
	color:#000;
	text-transform:uppercase;
}
ul.dropdown a:hover {
	color:#FFF;
}
ul.dropdown a:active {
	/*color: #6460ab;*/
	text-decoration:underline;
}

ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: #fff;
	position: relative;
}
ul.dropdown li.hover a, ul.dropdown ul li a  {
	background: #a4212a; /* Old browsers */
	background: -moz-linear-gradient(top,  #a4212a 0%, #f58220 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4212a), color-stop(100%,#f58220)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a4212a 0%,#f58220 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a4212a 0%,#f58220 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a4212a 0%,#f58220 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a4212a 0%,#f58220 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4212a', endColorstr='#f58220',GradientType=0 ); /* IE6-9 */
	border-radius:5%;
	-webkit-border-radius:5%;
	-moz-border-radius:5%;
	-ms-border-radius:5%;
	-o-border-radius:5%;
	color:#FFF;
	text-decoration:none;
}

/*  LEVEL TWO  */
ul.dropdown ul {
	width: 180px;
	list-style:none;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	font-weight: normal;
	padding:0 0 1px 0;
	/*border-bottom: 1px dotted #ccc;*/
	float: none;
}
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
	text-transform:none;
	width: 200px;
/*	border-right: none;
	background:#000 !important;
	display: inline-block;
	text-decoration:none;*/
}
ul.dropdown ul li a:hover {
	background:#a42229 !important;
}
/* LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/* ------------------------Menu ended---------------------------- */
.know_more, .know_more a{
	display:inline-block;
	padding:3px 8px;
	font-family:Arial, verdana;
	font-size:12px;
	color:#FFF;
	margin:5px 0 15px 0;
	border-radius:10px;
	-webkit-border-radius:10px;;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	background: #ab212e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ab212e 0%, #cc2e3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab212e), color-stop(100%,#cc2e3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ab212e 0%,#cc2e3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ab212e 0%,#cc2e3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ab212e 0%,#cc2e3c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ab212e 0%,#cc2e3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab212e', endColorstr='#cc2e3c',GradientType=0 ); /* IE6-9 */
}
.know_more:hover{
	background:#cb2d3b;
}
.pageupdate{
	font-size:25px;
	padding:130px;
}
.container_contact, .container_enquiry{
	margin:5px 0;
}
.container_enquiry .left{
	width:45%;
	float:left;
}
.container_enquiry .right{
	width:35%;
	float:left;
	margin:0 0 0 15%;
}
.container_contact .left{
	float:left;
	width:25%;
}
.container_contact .left h1, .contact_enquiry h1, .right h1{
	font-size:25px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #6460aa;
	color:#000;
	letter-spacing:1px;
}
.container_contact .left address, .right address{
	font-size:18px;
	line-height:20px;
	color:#333;
	font-style:normal !important;
	margin-bottom:25px;
}

.container_contact .right{
	float:left;
	width:45%;
}
.phone ul{
	list-style:none;
	width:100%;
}
.phone li{
	font-size:18px;
	display:inline-block;
	line-height:23px;
	color:#333;
}
.phone li a{
	text-decoration:none;
	color:#333;	
}

.contact_enquiry{
	margin:0 20px;
	color:#333;
	margin:0;
}
.contact_enquiry .col1{
	font-size:18px;
	width:25%;
	float:left;
	margin:5px 0 5px 0;
	height:auto;
}
.contact_enquiry .col2{
	font-size:18px;
	width:75%;
	float:right;
	margin:5px 0 5px 0;
}
.bnt_02{
	font-weight:normal;
	font-size:14px;
	color:#fff;
	margin:10px 3px 0 0;
	border:1px solid #fefefe;
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 3px 12px;
	background-color:#990033;
	cursor:pointer;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.bnt_02:hover{
	background: #ab212e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ab212e 0%, #cc2e3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab212e), color-stop(100%,#cc2e3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ab212e 0%,#cc2e3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ab212e 0%,#cc2e3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ab212e 0%,#cc2e3c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ab212e 0%,#cc2e3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab212e', endColorstr='#cc2e3c',GradientType=0 ); /* IE6-9 */
}	
.design{
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #fefefe;
	background:#fff;
	padding:5px 0 5px 7px;
	box-shadow:1px 1px 6px 1px #CCCCCC;
}
ul.list{
	list-style:none;
}
ul.list li{
	padding: 2px 0 2px 10px;
	list-style-image:url(../images/bullet.jpg);
	margin:0 0 0 35px;
}
ul.features{
	list-style:none;
}
ul.features li{
	padding: 5px 0 5px 10px;
	list-style-image:url(../images/right-mark.jpg);
	margin:0 0 0 35px;
}

/*ul.list li a{
	color:#333;
}
ul.list li a:hover{
	color:#cb2d3b;
}
*/.products, .products ul{
	width:100%;
	margin:0 1%;
	text-align:center;
}
.products ul li{
	width: 27%;
	float: left;
	display: block;
	text-align: center;
	vertical-align: bottom;
	list-style: none;
	margin: 0% 4% 5% 1%;
	padding: 10px 0 12px 0;
	color: #03328e;
	border: 5px solid #E1E1E1;
	box-shadow: 0px 6px 5px #999;
	-moz-box-shadow: 0px 6px 10px #999;
	-webkit-box-shadow: 0px 6px 10px #999;
	-o-box-shadow: 0px 6px 10px #999;
	-ms-box-shadow: 0px 6px 10px #999;
	box-shadow: 0px 6px 10px #999;
	background-color: #F1F1F1;
}
.products ul li span{
	display:block;
	color:#000;
	font-size:18px; 
	vertical-align:middle;
	width:100%;
	text-transform:capitalize;
	margin:0;
	padding:10px 0 0 0;
	text-shadow: 0 -2px 10px #999999;
}
.red{
	color: #F00;
	margin: 0 5px 0 0;
}
.quote p:after{
	content:"";
	display:block;
	background:url(../images/Close-quotes-icon.jpg) no-repeat left top;
	width:27px;
	height:35px;
	float:right;
}
.quote p:before{
	content:"";
	display:inline-block;
	background:url(../images/Close-quotes-icon.jpg) no-repeat left top;
	color:#6460aa;
	width:27px;
	height:35px;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}

footer{
	background:url(../images/sgl-footer-bg.jpg) no-repeat center bottom;
	padding:20px 0 0 0;
	height:100px;
}
footer .left{
	width:48%;
	float:left;
	margin: 25px 0 0 20px;
}
footer .left a{
	font-family:Arial, verdana;
	text-decoration: none;
	display: block;
	line-height: 25px;
	color: #666666;
	font-size: 12px;
}
footer .left span{
	font-family:Arial, verdana;
	display: block;
	line-height: 25px;
	color: #333333;
	font-size: 13px;
}
footer .right{
	width:48%;
	float:right;
	text-align:right;
	margin:20px 20px 0 0;
}
footer .right .html5{
	display:inline-block;
	width:25%;	
	float:right;
	margin:15px 20px 0 0;
}
footer .right .addthis{
	display:inline-block;
	width:25%;	
	float:right;
	margin:3% 15% 0 0;
}
footer .right .google{
	display:inline-block;
	width:40%;	
	margin:10% -28% 0 0;
}
.DivFlink{
	background: #e1dfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1dfdf 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1dfdf), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1dfdf 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1dfdf 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1dfdf 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1dfdf 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dfdf', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-top:5px solid #bcbaba;
	padding:20px;
}
.DivFlink .c1, .c4{
	width:16%;
	float:left;
	margin:0 5% 0 0;	
}
.DivFlink .c2, .c3{
	width:21%;
	float:left;
	margin:0 5% 0 0;	
}
.DivFlink ul {
	margin-left:10px;
	font-size:17px;
	line-height:25px;
	list-style:none;
}
.DivFlink li{
	border-bottom:1px dashed #ebeafb;
	padding:0 10px;
}
.DivFlink ul ul li{
	padding-left:10px;
}
.DivFlink li a{
	color:#000;
	text-decoration:none;
}
.DivFlink li a:hover{
	color:#850232;
}
.DivFlink ul ul li a{
	color:#535353;	
}
.DivFlink ul ul li a:hover{
	color:#000;	
}
.img-curve{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	box-shadow:1px 6px 5px #ccc;
}
.application{
	width:100%;
}
.application .a1{
	width:45%;
	float:left;
	margin:0 10% 0 0;
}
.application .a2{
	width:45%;
	float:left;
}


h4.cont_titlehad{
	font-size:15px;
	font-weight:bold;
	color:#ce2d3c;
	margin:5px 0 3px 0;
}