﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: #f3fbff;
	margin:0;
	padding:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
}
#main {
	float: left;
	min-height: 100%;
	width: 100%;
	min-width: 973px;
	background: url(../images/bg-page.jpg) repeat-x left top;
}
.wrapper {
	width:973px;
	margin:0 auto;
}
.logo {
	margin:27px 0 25px;
	float:left;
}
img {
	border:none;
}
.social-icons {
	float: right;
	margin:13px 0 0;
}
.social-icons a {
	background: url("../images/social_icons.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 25px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 25px;
}
.social-icons a.twitter {
	background-position: 0 0;
}
.social-icons a.facebook {
	background-position: -30px 0;
}
.menu-wrapper {
	clear: right;
	float: right;
	height: 43px;
	list-style: none outside none;
	margin-top:2px;
	width: 590px;
}
#menu {
	float:right;
}
#menu > li {
	border: 1px solid transparent;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 6px;
	position: relative;
	text-align: center;
}
#menu > li.dd-menu:hover > a {
	background: url(../images/sel_menu_bg.png) repeat-x 0 0;
	border: 1px solid #e8e8e8;
	border-radius: 3px 3px 0 0;
	border-bottom:1px solid #fff;
	padding: 10px 10px 17px;
}
#menu > li > a {
	color: #666666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: 0 none;
	font-weight:bold;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin-bottom:-1px;
	position:relative;
	z-index:1000;
	border:1px solid transparent;
}
#menu > li:last-child a {
	padding-right:0;
}
#menu > li:hover a {
	color: #e79800;
}
#menu > li .drop {
}
#menu > li:hover .drop {
	background: url("img/drop.png") no-repeat scroll right 7px transparent;
}
.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
	margin-left:1px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #e8e8e8;
	border-bottom:3px solid #ffa700;
	z-index:999;
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef));
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
.dropdown_2columns ul {
	margin:0px 0 0 6px;
	padding: 0;
}
.dropdown_2columns ul li {
	list-style:none;
}
.dropdown_2columns ul li a {
	background: url("../images/menu_dd_bullets.png") no-repeat scroll 0 4px transparent;
	color: #666666 !important;
	font-size: 11px !important;
	line-height: 22px;
	padding-left: 11px;
	font-weight:normal !important;
	text-decoration:none;
}
.dropdown_2columns ul li a:hover {
	color:#ee760b !important;
	text-decoration:underline !important;
}
.dropdown_2columns ul li:hover span {
	display:block !important;
	border:1px solid #e6e6e6;
	border-radius:3px;
	padding:8px;
}
.dropdown_2columns ul li span {
	display: none;
	position: absolute;
	right:18px;
	top: 21px;
}
.dropdown_1column {
	width: 140px;
}
.dropdown_2columns {
	width:275px;
}
.dropdown_3columns {
	width: 420px;
}
.dropdown_4columns {
	width: 560px;
}
.dropdown_5columns {
	width: 700px;
}
#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_5columns {
	left: -1px;
	top: auto;
}
.header {
	position: relative;
	z-index: 555555;
	clear: both;
	float: left;
	height: 90px;
	width: 100%;
	min-width: 973px;
	background: url(../images/bg-header.jpg) repeat-x left top;
}
.container {
	background:url(../images/container-bg.png) repeat-x scroll 0 bottom #fff;
	border: 1px solid #E1E1E1;
	clear: both;
	float: left;
	padding: 13px 13px 0 13px;
	width: 943px;
	border-bottom:3px solid #c0c6ca;
	margin: 10px 0 0 0;
}
.lft-cnt {
	background: url("../images/shadow_line.png") repeat-y scroll right 0 transparent;
	float: left;
	padding: 10px 10px 19px 0;
	width: 100%;
}
.lft-cnt p {
	color:#666666;
	margin:16px 0;
	padding:0
}
.image-frame {
	padding:7px;
	border:1px solid #E1E1E1;
	float:left;
	display:block;
	margin-right:15px;
	background:#fff;
}
.main-txt {
	font-weight:bold;
	font-style:italic;
}
.lft-cnt h1 {
	color:#888888;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	margin:11px 0;
}
.orange-txt {
	color:#ea9b04 !important;
}
.read-more {
	float:left;
	background:#ea9b04;
	padding:5px 10px;
	text-decoration:none;
	color:#fff;
}
.read-more:hover {
	text-decoration:underline;
}
/*left content*/

.right-cnt {
	float: left;
	padding: 17px 20px 0;
	width: 213px;
}
.quick-links {
	float: left;
	margin-bottom: 15px;
}
.quick-links ul {
	float:left;
	margin:0;
	padding:0;
}
.quick-links ul li {
	float: left;
	list-style: none outside none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
}
.quick-links ul li a {
	background: url("../images/list-arrow.png") no-repeat scroll 0 9px transparent;
	color: #5F5F5F;
	display: block;
	float: left;
	line-height: 20px;
	padding-left: 11px;
	text-decoration: none;
	clear: both;
	width:100%;
}
.quick-links ul li a:hover {
	text-decoration:underline;
}
.quick-links ul li:first-child {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
	text-transform: uppercase;
	clear:both;
	width:100%;
	display:block;
	float:left;
}
/*inner pages */

.content {
	border-top: 1px solid #FFF;
	clear: both;
	float: left;
	width: 973px;
	padding: 14px 0 0 0;
	border-bottom:3px solid #bcc5cc;
	margin: 10px 0 0 0;
	background: #FFF url(../images/inner-cont-bg.jpg) repeat-y center top;
	min-height: 100px;
}
.content h1 {
	margin: 0 0 5px 0;
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 33px;
	text-transform: uppercase;
	color: #FFF;
	background: #ff8400;
}
.content h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 8px;
	font-size: 14px;
	line-height: 33px;
	text-transform: uppercase;
	color: #FFF;
	background: #6c6c6c;
}
.left {
	float: left;
	width: 275px;
}
.block {
	width: 245px;
	margin: 0 auto 10px auto;
	padding: 0 0 8px 0;
	background:  #FFF;
}
.block ul {
	width: 229px;
	margin: 0 auto;
	padding: 3px 0 0 0;
}
.block ul li {
	list-style: none;
}
.block ul li a {
	display: block;
	height: 24px;
	padding: 0 0 0 29px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	color: #000;
	background: #fafafa url(../images/list-arrow1.png) no-repeat 16px -65px;
}
.block ul li:first-child a {
	border-top: 1px solid #e5e5e5;
}
.block ul li a:hover, .block ul li.active a {
	color: #FFF;
	background: #77c7f0 url(../images/list-arrow1.png) no-repeat 16px 10px;
}
.right {
	float: right;
	width: 664px;
	padding: 0 17px 0 17px;
	background: url(../images/container-bg.png) repeat-x left bottom;
}
.banner {
	margin-bottom: 20px;
}
.banner p {
	padding: 0 !important;
}
.banner p strong {
	padding: 5px 0 5px 10px !important;
}
.banner p span {
	display: block;
	padding: 0 0 5px 10px !important;
}
.right p {
	clear: both;
	margin: 0;
	padding: 0 0 35px 0;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.right p strong {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 14px;
}
.right p b {
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 12px;
}
.right p .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.right p .alignleft, .right p .alignright {
	border: 4px solid #eeeeee;
}
.right p .alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.right p .img-none {
	float: right;
	margin: 0 0 15px 15px;
}
.footer {
	float:left;
	width:100%;
	padding:15px 0;
	font-size:11px;
	color:#686868;
}
.copy-right {
	float:left;
}
.sitemap {
	float:right;
}
.sitemap a {
	text-decoration:none;
	font-size:11px;
	color:#686868;
}
.sitemap a:hover {
	text-decoration:underline;
}
.example {
	background: #f2f2f2;
	padding: 10px;
}
#gallery {
	padding: 10px;
	background: #e1eef5;
}
#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 660px;
	padding: 10px;
	overflow: hidden;
}

#descriptions .ad-image-description {
	position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
	display: block;
}

/*innerpage 4 css here*/
.contactForm {
	 clear: both;
	 overflow: hidden;
	 padding: 0 8px;
	 width: 229px;
	 margin: -6px 0 0 0;
	 border-top: 6px solid #f5f5f5;
 }
 .contactForm .formelements {
	 float: left;
	 width: 100%;
	 padding: 9px 0 1px 0; 
 }
 .contactForm .formelements .texttab,.contactForm .formelements .textareatab {
	 float: left;
	 width: 213px;
	 border: 1px solid #e5e5e5;
	 height: 34px;
	 padding: 0 7px;
	 background: #f5f5f5;
	 font: normal normal 12px/34px Arial, Helvetica, sans-serif;
	 line-height: 34px; 
	 color: #686868;
 }
 .contactForm .formelements .textareatab {
	 height: 156px;
	 padding: 5px 7px;
	 line-height: 20px; 
 }
 .send {
	 float: right;
	 width: 55px;
	 height: 25px; 
	 font: normal normal 12px/34px Arial, Helvetica, sans-serif;
	 color: #fff;
	 line-height: 25px;
	 background: #ff8400;
	 border: none;
	 cursor: pointer;
 }
 .bottomblock {
	 clear: both;
	 overflow: hidden;
	 padding: 0 0 0 26px; 
 }
 .map {
	 float: left;
	 margin: 0 0 0 0; 
	 width: 606px;
	 border: 1px solid #ccc;
 }
 .addressbox {
	 float: left;
	 padding: 20px 0 0 0;
	 width: 234px;   
}
 .addressbox2 {
	 width: 255px; 
 }
  .addressbox3 {
	 width: 138px; 
 }
 .right .addressbox p strong {
	  padding: 0;
		font: normal bold 12px/20px Arial, Helvetica, sans-serif;
		color: #000; 
 }
  .right .addressbox p a,.right .addressbox p {
		 color: #000;
		 text-decoration: none;
		 line-height: 22px;
	}
	 .right .addressbox p span {
		 display: block; 
	 }
	 
/*------------------------------INNER3 HERE---------------------------*/

.products-list {
	float: left;
	position: relative;
	z-index: 0;
	width: 918px;
	margin: 8px 0 0 5px;
	padding: 0 0 58px 0;
}
.product1 {
	float: left;
	width: 350px;	
}
.product2 {
	width: 145px;
	margin: 0 0 0 1px;
}
.product1 h4 {
	float: left;
	width: 350px;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 20px;
	font-family: 'Roboto', sans-serif;
	background: #0079c1;
	font-size: 12px;
	color: #f4f4f4;	
}
.product2 h4 {
	width: 145px;
	padding: 0;
	text-align: center;
}
.product1 strong {
	float: left;
	position: relative;
	width: 350px;

	line-height: 29px;
	margin: 1px 0 0 0;
	font-family: 'Roboto', sans-serif;
	background: #e3e3e3;
	font-size: 12px;
	color: #666;
	padding: 0 0 0 20px;
	font-weight: normal;
	z-index: 1;
}
.block1 strong a {
	color: #666;
	text-decoration: none;
}
.product1 .color {
	background: #f0f1f3;
}
.product1 .z-index1 {
	z-index: 991;
}
.product1 .z-index2 {
	z-index: 98;
}
.product1 .z-index3 {
	z-index: 97;
}
.product1 .z-index4 {
	z-index: 96;
}
.product1 .z-index5 {
	z-index: 95;
}
.product1 .z-index6 {
	z-index: 94;
}
.product1 .z-index7 {
	z-index: 93;
}
.product1 .z-index8 {
	z-index: 92;
}
.product1 .z-index9 {
	z-index: 91;
}
.product1 .z-index10 {
	z-index: 90;
}
.product1 .z-index11 {
	z-index: 89;
}
.product1 .z-index12 {
	z-index: 88;
}

.product2 strong {
	width: 145px;
	padding: 0;
	text-align: center;	
}
.product2 strong img {
	margin: 7px 0 0 0;
}
.block1 {
	float: left;
	width: 350px;
	position: relative;
	z-index: 999;
}
.product1 .block1 .formulae {
	display: none;
	position: absolute;
	top: 6px;
	left: 270px;
	z-index: 88888;	
}
.product1 .block1:hover .formulae {
	display: block;
}
.formulae img {
	float: left;	
}
