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

a {outline:none;}
:focus{outline:none;}
:-moz-any-link:focus {outline: none;}

body{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.prod_img{
	border:2px white solid;
	margin-top:13px;
	}
	
.prod_img:hover {
	border:2px #cc0000 solid;
	}	
	
a:link{
	color:#000066;
	}

a:visited{
	color:#000066;
	text-decoration:underline;
	} 


a:hover{
	color:#003366;
	text-decoration:none;
	}		
		
img{
	border:0;
	}	
	
#product_table{
	position:absolute;
	top:65px;
	left:20px;
	width:670px;
	height:150px;
	z-index:14;
	text-align:center;
	font-size:14px;	
	padding:20px 10px 10px 0;
	line-height:130%;
	margin-left:20px;
}


#product_table td {background-color:none;}
#product_table th {background-color:#999;}

#product_images{
	position:absolute;
	top:200px;
	left:230px;
	width:670px;
	z-index:14;
	text-align:center;
	font-size:14px;
}

#product_images img{
	margin:0 5px 0 5px;
}

#product_title{
	position:absolute; 
	padding:0; 
	left:90px; 
	top:30px; 
	font-size:14px;
	}
	
#back_prod {
	position:absolute; 
	left:300px; 
	bottom:30px;
	}

#back_prod a {
	text-decoration:none;
}

#wrapper{
	position:relative;
	width:1000px;
	background-image:url(images/bg.gif);
	}

#flashbackground{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
	
#content_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
	
#buttons{
	position:absolute;
	top:10px;
	left:155px;
	width:770px;
	height:50px;
	z-index:1000;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	}

#buttons ul{
	width:600px;
	margin:0;
	padding:0;
	}
	
#buttons ul li{
	display:inline;
	list-style-type:none;
	margin:0px 5px 0px 5px;
	}
#buttons a{
	font-size:13px;
	text-decoration:none;
	}

#buttons img{
	border:0;
}

#content{
	position:absolute;
	top:160px;
	left:120px;
	width:720px;
	height:400px;
	z-index:1000;
	}
	
#left{
	position:absolute;
	top:88px;
	left:40px;
	width:390px;
	height:222px;
	z-index:14;
	text-align:left;
	font-size:12px;	
	padding:15px 15px 10px 15px;
	}
	
#left p{
	margin-top:12px;
	margin-bottom:12px;
	}

#left_background{
	position:absolute;
	top:88px;
	left:40px;
	width:375px;
	height:222px;
	background-color:#FFF;
	z-index:1;
	padding:20px 10px 10px 20px;
	filter:alpha(opacity=60); -moz-opacity:.60; opacity:.60;
	}
	
#left td {
	line-height:100%;
	padding:5px 5px 3px 0px;
	}

#right{
	position:absolute;
	top:45px;
	left:455px;
	height:290px;
	z-index:14;
	text-align:left;
	font-size:14px;	
	padding:0px 10px 10px 0px;
	}
	
.shadow{
	background:url(images/prodbg.gif) no-repeat;
	float:left;
	width:140px; 
	height:138px;
	text-align:center;
	line-height:260%;
	margin-bottom:10px;
	}

	
#box1{
	margin-top:10px;
	height:138px;
	}	
	
#box2{
	margin-top:10px;
	height:138px;
	}
	
#box3{
	margin-top:-10px;
	height:138px;
	}
	
#box4{
	margin-top:-10px;
	height:138px;
	}	
		
#footer{
	position:absolute;
	top:700px;
	left:0px;
	width:1000px;
	z-index:14;
	text-align:left;
	font-size:14px;	
	padding:5px 10px 10px 20px;
	text-align:center;
	font-size:12px;
	color:#333;
	
	}

#footer a:link{
	color:#333;
	text-decoration:none;
	}
#footer a:hover, #footer a:visited{
	color:#666;
	text-decoration:none;
	}
p   {
 	margin-left:10px;
	margin-right:20px;
 	}
	
#langbar{
	border-bottom:2px #AA0000 solid;
}

