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


body{
	margin:0 0 20px;
	padding:0;
	text-align:center;
	background:url(../images/styles/bg_body.gif) top left repeat-x #fff;
	color:#777;
	font:0.7em Arial, Helvetica, sans-serif;
	}
	
p{margin:10px 0; line-height:1.5;}

a{
	color:#459cd9;
	text-decoration:none;	
	}
	a:hover{text-decoration:underline;}	

a img{border:0;}
a.arrow{
	background:url(../images/styles/arrow.gif) right center no-repeat; 
	padding: 10px 30px 11px 0; 
	margin:0 20px 0 0;
	font-size:1.3em;
	color:#459cd9;
	}
	a:hover.arrow{text-decoration:none;}

h1{color:#3f7fd6; font-size:1.7em; font-weight:300; margin:10px 0;}

div.shadow{
	background:url(../images/styles/shadow.gif) top center no-repeat;
	height:11px;
	width:100%;
	}

div#container{
	width:793px;
	margin:0 auto;
	text-align:left;
	}
	
div#shadow_sides{
	width:789px;
	padding:0 2px;
	overflow:hidden;
	background:url(../images/styles/bg_wrapper.gif) bottom left no-repeat;
	}	
	
div#wrapper{
	width:787px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	overflow:hidden;
	border-top:1px solid #fff;
	background:url(../images/styles/bg_wrapper.jpg) bottom left no-repeat #99ceee;
	}	
	
div#header{
	padding:20px 0;
	background:url(../images/styles/bg_header.gif) center right no-repeat;
	}
	
div#left{
	float:left;
	width:266px;
	margin:94px 0 0;
	}
	div#left ul{
		list-style:none;
		margin:65px 0 0;
		padding:0;
		}
		div#left ul li{
			}
			div#left ul li a{
				display:block;
				padding:20px;
				font-size:1.3em;
				text-decoration:none;
				color:#2c84dd;
				height:17px;
				}
				div#left ul li a:hover, 
				div#left ul li a.active{
					background:url(../images/styles/arrow2.gif) right center no-repeat #fff;
					}
				div#left ul li a.active{font-weight:bold;}	
				div#left ul li.emitting{
					background:url(../images/styles/arrow2.gif) right center no-repeat #f6f6f6;
					}
				div#left ul li.rigid{
					background:url(../images/styles/arrow2.gif) right center no-repeat #eee;
					}
				div#left ul li.bag{
					background:url(../images/styles/arrow2.gif) right center no-repeat #e7e7e7;
					}
				div#left ul li.contact{
					background:url(../images/styles/arrow2.gif) right center no-repeat #dfdfdf;
					}		
	
div#right{
	float:right;
	width:521px;
	margin:94px 0 0;	
	background:#fff;
	min-height:450px;
	}
	div#right div.box{
		padding:10px 15px;
		}
	div#right div.box_1{
		padding:10px 200px 10px 15px;
		background:url(../images/styles/bg_box1.gif) center right no-repeat;
		}
	div#right div.box_2{
		padding:10px 200px 10px 15px;
		background:url(../images/styles/bg_box2.gif) center right no-repeat;
		}
	div#right div.box_3{
		padding:10px 200px 10px 15px;
		background:url(../images/styles/bg_box3.gif) center right no-repeat;
		}		
		
	
div#footer{
	background:url(../images/styles/bg_footer.jpg) top left no-repeat #fff;
	padding:10px 0 0;
	width:100%;
	clear:both;
	}


table.productpics{
	width:100%;
	border:0;
	margin:10px 0 0;
	padding:0;
	}
	table.productpics td{
		width:33%;
		vertical-align:top;
		padding-bottom:15px;
		}
		table.productpics td img{
			padding:1px;
			border:1px solid #e0e0e0;