@charset "utf-8";
/*Body style starts here*/
body {
	background-color: #FFF;
	background-image: url(../images/back_main.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 952px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	color: #3d3e3d;
	padding-left:30px;
	margin:0;
}

h1 img {
	margin-right:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color: #3d3e3d;
	padding-left:30px;
	padding-bottom:5px;
	margin:0;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
	padding:0 0 0 10px;
	margin:0;
}

h3 a{
	text-decoration:none;
	color:#FFF;	
}

h3 a:hover{
	text-decoration:none;
	color:#b2e114;	
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#333; margin:0; padding:0;
}


/*Header style starts here*/
#header {
	position:relative;
	margin-top: 10px;
}

#logopanel {
	background-image:url(../images/logo_back.png);
	background-repeat:no-repeat;
	height:79px;
	position:relative;
}

#logo {
	width:260px;
	height:75px;
	margin-left:20px;
}

#header_flash {
	position:relative;
	z-index:99;
	margin-top:17px;
}

#top_navi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#fff;
	background-image:url(../images/navigation_bar.png);
	background-repeat:no-repeat;
	height:51px;
	width:553px;
	position:absolute;
	z-index:1000;
	left: 194px;
	top: 95px;
}

#top_navi ul {
	list-style:none;
	padding:0;
	margin-left:85px;
	margin-top:0;
	
}

#top_navi ul li {
	display:inline;
	float:left;
}



#top_navi a {
	color:#fff;
	text-decoration:none;
	display:block;
	margin-top:15px;
	margin-left:20px;
	display:block;
	float:left;
	margin-right:15px;
}

#top_navi a:hover {
	color:#333;
	text-decoration:none;
}

/*Content style starts here*/
#content_wrapper {
	margin-top:20px;
	
}

#main_content {
	float:left;
	width:673px;
}

#content_top {
	font:Verdana, Geneva, sans-serif;
}

#content_center {
	background-image:url(../images/content_center.png);
	background-repeat:repeat-y;
	
}

#content_bottom {
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:9px;
}

/*Content Text*/
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	text-align:justify;
	line-height:24px;
}

.content img {
	padding-top:8px;
	padding-right:10px;
}

/*Read More button*/
.readmore {
	background-image:url(../images/readmore.png);
	background-repeat:no-repeat;
	height:17px;
	width:69px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#575755;
}

.readmore a {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	display:block;
	padding-top:2px;
	padding-left:8px;
}

.readmore a:hover {
	text-decoration:none;
	color:#ff9103;
}

/*Whats New Panel*/
#whats_outside{
	float:left;
	width:250px;
}


#whats_new {
	margin-left:29px;
	float:left;
	width:250px;
}

#what_top {
	background-image:url(../images/whatsnew_top.png);
	background-repeat:no-repeat;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#575555;
	padding-left:15px;
	padding-top:12px;
}

#what_center {
	background-image:url(../images/whatsnew_center.png);
	background-repeat:repeat-y;
}

#what_center img {
	padding-left:12px;
	padding-top:12px;
}

#what_bottom {
	background-image:url(../images/whatsnew_bottom.png);
	background-repeat:no-repeat;
	height:9px;
}


/*Product Slider Style*/
#ourproduct {
	padding-top:21px;
	clear: both;
}

#product_left {
	background-image:url(../images/left_product.png);
	background-repeat:no-repeat;
	float:left;
	height:185px;
	width:13px;
}

#product_center {
	background-image:url(../images/center_product.png);
	background-repeat:repeat-x;
	height:185px;
	width:926px;
	float:left;
	
}

#product_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#575555;
	padding-left:15px;
	padding-top:12px;
}
	

#product_right {
	background-image:url(../images/right_product.png);
	background-repeat:no-repeat;
	float:left;
	height:185px;
	width:13px;
}

.p_class {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333;
	text-align:justify;
	margin:0;
	padding:0;
}

.p_class a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.p_class a:hover {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.image_car {
	padding:0 10px 0 0;
}

/*Footer style starts here*/
#footer {
	height:284px;
	margin-bottom:20px;
	padding-top:21px;
	clear: both;
}

#footer_left {
	background-image:url(../images/footer_left.png);
	background-repeat:no-repeat;
	float:left;
	height:284px;
	width:10px;
}

#footer_center {
	background-image:url(../images/footer_center.png);
	background-repeat:repeat-x;
	height:284px;
	width:926px;
	float:left;
	
}

#footer_right {
	background-image:url(../images/footer_right.png);
	background-repeat:no-repeat;
	float:left;
	height:284px;
	width:10px;
}


/*Footer Center Top Div */
#footercentertopdiv {
	margin-top:10px;
	display:inline-block;
}
/*Footer About  */
.footercontent {
	display:block;
	float:left;
}

.footercontent ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#CCC;
	margin:0;
	padding:0 0 0 10px;;
	list-style:none;
}

.footercontent ul li {
	margin-top:8px;
}

.footercontent ul li a {
	color:#CCC;
	text-decoration:none;
}

.footercontent ul li a:hover {
	color:#fff;
	text-decoration:none;
}

.footercontent ul li span a {
	color:#b2e114;
	text-decoration:underline;
}

.footercontent ul li span a:hover {
	color:#fff;
	text-decoration:none;
}

#footerproducts {
	width:200px;
	display:block;
	float:left;
}

#footercertifications {
	width:200px;
	display:block;
	float:left;
}

#footercontact {
	width:200px;
	display:block;
	float:left;
}

/*Detailed Products */
.detailed_products{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#333;
	padding-top:7px;
}

.detailed_products a{
	color:#333;
	text-decoration:none;
}

.detailed_products a:hover{
	color:#093;
	text-decoration:underline;
}

.product_tab{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#333;
}
.product_tab a{color:#80a60d; text-decoration:none;}
.product_tab a:hover{color:#db8a0b;text-decoration:none;}
.detailed_product_tab{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
}

input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	border:#CCC solid 1px;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	border:#CCC solid 1px;
}

input:focus, textarea:focus{
	background-color:#f3fae6;
}

.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.80em;
	font-weight:bold;
	color:#585757;
	background-image:url(../images/submit.png);
	background-repeat:no-repeat;
	width:92px;
	height:25px;
	border:0;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
}

.button:hover{
	background-image:url(../images/submit.png);
	background-position:0 -29px;
	background-repeat:no-repeat;
}
form{margin:0; padding:0;}
.footer{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#999;}
.footer a{text-decoration:none; color:#999;}	
.footer a:hover{color:#333;}
.top_icon img{background:#000; filter:alpha(opacity=80); opacity: 0.8;}
.top_icon img:hover{filter:alpha(opacity=100); opacity: 1.0;}