@charset "utf-8";
body { margin:0; padding:0; width:100%; background: #fff;}
html { padding:0; margin:0;}

a { text-decoration:none;}
a:hover {
	text-decoration:none;
}
/* main */
.main { padding:0; margin:0 auto;}
.main h2 { font: bold 17px Arial, Helvetica, sans-serif; color:#ffffff; margin:5px 0; padding:10px 5px; border-bottom:1px solid #296c78;}
/********** header **********/
.blok_header {
	margin:0;
	padding:0;
	background-repeat: repeat;
	background-position: top;
	height: 96px;
	background-image: url(images/bg-header.png);
}
.header {
	width:978px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header img.twitter { float:right; margin:2px; padding:0;}
/* logo */
.logo {
	padding:0;
	margin:0;
	width:203px;
	float:left;
}
/* simple_text */
.simple_text {
	text-align:right;
	width:775px;
	float:right;
	margin:0;
	height: 88px;
	padding: 0px;
	background-color: #FFFFFF;
}
.simple_text a {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}
#info {
	float: right;
	clear: both;
	width: 500px;
	margin-top: 20px;
}

.simple_text a:hover { text-decoration:underline;}
/* menu */	



#menu-box {
	float: right;
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 12px;
	z-index: 2;
	
}
@charset "utf-8";
/* CSS Document */

#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFFFFF;
	background-position: right;
}
#menu {
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: -35px;
	background-repeat: repeat;
	background-image: url(images/menu-ulbg.png);
}

#menu:before,
#menu:after {
	content: "";
	display: table;
	background-color: #FFFFFF;
}

#menu:after {
	clear: both;
	background-color: #FFFFFF;
}

#menu {
	zoom:1;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	float: left;
	padding: 12px 30px;
	color: #333300;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#menu li:hover > a {
	color: #3399d4;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

*html #menu li a:hover { /* IE6 only */
	color: #FF9900;
	background-color: #FFFFFF;
}



#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	background: #444;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
;
	-moz-box-shadow: 0px 1px 3px #757575;
	-webkit-box-shadow: 0px 1px 3px #757575;
	box-shadow: 0px 1px 3px #757575;
	border-radius: 3px;
	transition: all .2s ease-in-out;  
	background-color: #FFFFFF;
	background-position: bottom;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1000;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	z-index: 1000;
	
}
.menu-bg {
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: right;
}


#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	z-index: 1500;

}

#menu ul li:last-child {   
	box-shadow: none;    
}

#menu ul a {    
	padding: 10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
	background-color: #0186ba;
	background-image: linear-gradient(#04acec, #0186ba);
	color: #FFFFFF;
}


#menu ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	color: #FFFFFF;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E9E9E9;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
	color: #FFFFFF;
}

#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}


/*header_text*/
.header_text {
	height:450px;
	background-image: url(images/banner-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 80;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header_text_resize {
	width:978px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header_text .div { float:right; width:890px; padding:10px 0; margin:0;}
.header_text img.screen { float:left; margin:9px 0 0 0;}
.header_text .div .left1 { float:right; width:600px; padding:0; margin:0;}
.header_text .div .left1 img { float:left; padding:0 20px 0 10px; margin:0;}
.header_text .div .left1 h2 { border:0; font:bold 36px Arial, Helvetica, sans-serif; color:#fff; padding:10px; margin:0; text-transform:uppercase;}
.header_text .div .left1 h2 span { color:#01355d;}
.header_text p { font: normal 11px   Arial, Helvetica, sans-serif; color:#fff; padding:10px; margin:0;}
.header_text p span { font: bold 18px Arial, Helvetica, sans-serif; color:#fff;}
/* header_text2 */
.header_text2 {height:144px; margin:0; padding:0; background:url(images/slider_bg2.gif) top center repeat-x;}
.header_text_resize2 {  width:982px; margin:0 auto; padding:0; }
.header_text2 h2 { width:300px; float:left; font:bold 36px Arial, Helvetica, sans-serif; color:#fff; padding:50px 0 0 0; margin:0; text-transform:uppercase; border:0;}
.header_text2 p { width:600px; float:left; font: normal 11px   Arial, Helvetica, sans-serif; color:#fff; padding:53px 0 0 0; margin:0;}
.header_text2 p span { font: bold 18px Arial, Helvetica, sans-serif; color:#fff;}
/********** body **********/
.body_resize { margin:0; padding:0;}
.body {
	width:978px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.body h2 {
	border:0;
	color:#0b4f7d;
	margin:0 0 10px 0;
	padding:15px 5px;
	border-bottom:1px solid #d3d6d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body img { float:left; padding:0; margin:10px;}
.body img.floated { float:right; padding:0; margin:10px;}
.body p { font:normal 11px  Arial, Helvetica, sans-serif; color:#5d5d5d; line-height:1.8em; padding:5px; margin:0;}
.body p span {
	color:#3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	text-align: justify;
}
.body em { font: italic 11px Arial, Helvetica, sans-serif; color:#525252;}
.body a { text-decoration:underline; color:#7daf0e; line-height:1.8em;}
.body_small {
	width:300px;
	float:right;
	margin:0;
	height: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
}
.body_small p.test { height:143px; background:url(images/test.gif) top no-repeat; width:239px; padding:10px 15px; margin:10px 0;}
.body_small p.borded { border:1px solid #c3c7ca;}
.body_big {
	width:590px;
	float:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 0;
}
/* Navigation */	
ul.Navigation { padding:0; margin:0 40px 0 0; list-style:none; border:0;}
ul.Navigation li { margin:0; padding:3px 10px; border:0; line-height:0px;}
ul.Navigation li a { display:block; padding:5px 0 5px 25px; border-bottom:1px dashed #c4c4c4; background:url(images/sub_ul_li.gif) 10px center no-repeat; color:#737373; font:normal 11px  Tahoma, Geneva, sans-serif; text-decoration:none; line-height:1.6em;}
ul.Navigation li a:hover {  text-decoration:underline;}
ul.Navigation li a.active { text-decoration:underline;}
/*buttonss*/
.buttonss { width:150px; float:right; margin:10px; padding:5px;}
.buttonss a { border:1px solid #d6d6d6; background:#96148f; font: normal 11px   Tahoma, Geneva, sans-serif; color:#fff; padding:1px 4px; margin:2px 1px; text-decoration:none;}
.buttonss a:hover {text-decoration:none; color:#fff; background:#5e1496;}
/* END_bloga*/
/* FBG */
.FBG_top {background:#1d2226 url(images/FGB_bg.gif) top repeat-x; margin:0; padding:0;}
.FBG {  margin:0 auto; padding:0; width:1000px;}
.FBG_resize { width:290px; float:left; margin:15px 0; padding:20px;}
.FBG_resize2 { border-right:1px dashed #33393e; border-left:1px dashed #33393e; width:290px; float:left; margin:15px 0; padding:20px;}
.FBG h2 { border:0; font: normal 24px  Arial, Helvetica, sans-serif; color:#fff; padding:15px 5px; margin:0;}
.FBG p { font: normal 11px  Arial, Helvetica, sans-serif; color:#fefdfe; padding:5px; margin:0; line-height:1.8em;}
.FBG img { float:left; margin:0; padding:5px 10px;}
/********** footer **********/
.footer {
	padding:0;
	height:76px;
	border-top:1px solid #2b3136;
	background-color: #1D1D1D;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footer_resize { margin:0 auto; padding:0; width:1000px;}
.footer ul { margin:0; padding:30px 10px 10px 10px; list-style:none; float:left;}
.footer img { display:inline; margin:5px 10px; padding:0;}
.footer ul li { margin:0; padding:0 10px; float:left;}
.footer p { margin:0; padding:30px 20px 10px 20px; float:right; color:#373d42; font:normal 11px Arial, Helvetica, sans-serif; line-height:1.8em;}
.footer a { color:#46820d; font:normal 11px Tahoma, Geneva, sans-serif; text-decoration:none; line-height:1.8em;}
.footer a:hover { text-decoration:underline;}
/********** contact form **********/
.form { float:left; width:560px; margin-top:40px; margin-left:10px;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:normal 13px Arial, Helvetica, sans-serif; color:#6e6e6e; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:430px; border:1px solid #c5c5c5; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea { width:430px; border:1px solid #c5c5c5; margin:10px 0; padding:2px; background:#fff; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 100px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px dashed #c7c7c7; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}
li.line, .line { border-top:1px solid #c7c7c7; padding:0; margin:20px 0; background:none; list-style:none;}
.infotext {
	float: right;
	clear: both;
	width: 300px;
	font-family: Arial;
	color: #504c4c;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.email-text {
	font-family: Arial;
	font-size: 16px;
	color: #504c4c;
	text-decoration: none;
}

#banner {
	height: 378px;
	width: 978px;
	padding-top: 25px;
}
#quick-menus {
	height: 112px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#quick-brands {
	height: 112px;
	width: 311px;
	float: left;
	background-image: url(images/quick-1.png);
}
#quick-brands2 {
	height: 112px;
	width: 311px;
	float: left;
	margin-left: 20px;
	background-image: url(images/quick-2.png);
	margin-right: 20px;
}
#quick-brands3 {
	height: 112px;
	width: 311px;
	float: left;
	background-image: url(images/quick-3.png);
}
#quick-links {
	height: 31px;
	width: 123px;
	margin-top: 73px;
	margin-left: 10px;
}
#main-content {
	float: left;
	width: 590px;
	text-align: justify;
}
#main-brands {
	float: left;
	width: 590px;
	text-align: justify;
	margin-left: 0px;
	clear: both;
	height: auto;
	padding-bottom: 30px;
}
#mbrands {
	width: 176px;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
#mbrands-img {
	height: 138px;
	width: 176px;
	padding: 0px;
	margin-top: 0px;
}
#mbrands-content {
	width: 178px;
	height: 50px;
	float: left;
}
#headings-m {
	height: 25px;
	padding-left: 40px;
}
.mheadings {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
	.mcontent {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	line-height: 20px;
}
#content-m {
	height: 200px;
	float: left;
	text-align: justify;
	text-decoration: none;
	padding-left: 10px;
}
#quick-enq {
	height: 420px;
	width: 300px;
}
.form {
	font-family: Arial;
	font-size: 13px;
	color: #595959;
	text-decoration: none;
	background-image: url(images/forms-bg.png);
	height: 41px;
	width: 256px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	text-indent: 20px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 20px;
}
.form-l {
	font-family: Arial;
	font-size: 13px;
	color: #595959;
	text-decoration: none;
	height: 80px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	text-indent: 15px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	background-image: url(images/forms-l-bg.png);
	padding-top: 25px;
}
.send {
	background-image: url(images/send.png);
	height: 24px;
	width: 55px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
.social-content {
	font-family: Arial;
	font-size: 12px;
	color: #115f9a;
	text-decoration: none;
	font-weight: bold;
}
/* Slider */
#slider {
	width:966px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
div#slideshow {
	width:966px;
	height:398px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.slider-item {
	width: 100% !important;
	border: 4px solid #FFFFFF;
}
.slider-item img { float:right; margin:0; padding:0; }
.slider_content_inner img { border: none; }
.controls-center {
	width: 917px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: -4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#slider_controls {
	z-index: 1000;
	width:917px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -190;
	margin-left: auto;
}
#slider_controls h2 { width:600px; float:left; font: normal 11px Arial, Helvetica, sans-serif; color:#888888; padding:5px 0 0 0; margin:0; }
#slider_controls h2 strong { color:#1d1d1d; }
#slider_controls ul {
	padding:0;
	width:120px;
	float:right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: -30px;
}
#slider_controls ul li { margin:0; padding:0; list-style: none; }
#slider_controls ul li { float: left; display: block; }
#slider_controls ul li a {
	width:14px;
	height: 11px;
	display: block;
	float: left;
	margin:2px !important;
	margin:1px 1px;
	outline: none;
	background-color: #2787b8;
	background-image: url(images/tabs_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide {
	color:#979797;
	background-color: #2787b8;
	background-image: url(images/tabs-1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header_abt {
	height:80px;
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 80;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #258ECB;
}
.abt-body {
	width:978px;
	margin-right: auto;
	margin-left: auto;
	height: 1400px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: -60px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 1px #ebebeb;
	-webkit-box-shadow: 0 0 1px #ebebeb;
	box-shadow: 0 0 1px #ebebeb;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	.fbaby-body {
	width:978px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: -60px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 1px #ebebeb;
	-webkit-box-shadow: 0 0 1px #ebebeb;
	box-shadow: 0 0 1px #ebebeb;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
}

#top-body {
	height: 240px;
	padding-top: 0px;
	width: 978px;
}
#middle-body {
	height: auto;
	padding-top: 0px;
	background-repeat: repeat-y;
	width: 978px;
	clear: both;
	float: left;
}
#side-menu {
	width: 250px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(images/slide-bg2.png);
	background-repeat: repeat-y;
	height: 370px;
}

#bottom-body {
	height: 24px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-image: url(images/bottom.png);
	width: 978px;
	float: left;
}
#abt-content {
	width: 660px;
	float: right;
	margin-right: 20px;
}
#top-banner {
	width: 971px;
	margin-right: 3px;
	margin-left: 4px;
	height: 225px;
	padding-top: 5px;
	clear: both;
	float: left;
}

#m-body-curve {
	height: 1140px;
	width: 970px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 20px;
	text-align: justify;
}
.abt-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
}
.abt-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #258ECB;
	text-decoration: none;
	font-weight: bold;
}
.ta-content{
	color:#2C2C2C;
	font-family:Verdana;
	font-size:11px;
	text-align:justify;
	text-decoration:none;
	line-height:18px;

}
.ta-heading{
	color:#2470A1;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	line-height:20px;
	}
#m-v {
}
#f-body-curve {
	height: 635px;
	width: 970px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 20px;
	text-align: justify;
