/* CSS Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,    
pre, form, fieldset, input, textarea, p, blockquote, th, td {    
	 padding: 0;   
	 margin: 0;
 }   
fieldset, img {    
 border: 0;   
 }   
table {   
 border-collapse: collapse;   
 border-spacing: 0;   
 }   
ol, ul {   
 list-style: none;   
 }   
address, caption, cite, code, dfn, em, strong, th, var {   
 font-weight: normal;   
 font-style: normal;   
 }   
caption, th {   
 text-align: left;   
 }   
h1, h2, h3, h4, h5, h6 {   
 font-size: 100%;   
 }   
 
h1{
	 font-size:1.5em;
	 font-family:"Helvetica Narrow";
	 font-weight:bold;
	 text-transform:uppercase;
	 color:#BEB366;
	 margin:0 0 10px 0;
 }
 
h2{
	 font-size:15px;
	 font-weight:bold;
	 text-transform:uppercase;
	 color:#FFFFFF;
	 font-weight:bold;
	 margin:0 0 10px 0;
 }
 
q:before, q:after {   
 content: '';   
 }   
abbr, acronym {    
 border: 0;   
 }
 
 /*-------------------------------------GENERAL STYLE-------------------------------------*/
body{
	background:url(../images/bgbody.jpg) top no-repeat;
	background-color:#0C0C0C;
}

#wrap{
	 margin:0 auto;
	 width:960px;
	 height:1850px;
	 background:url(../images/bgmain.jpg) top no-repeat;
	 background-color:#0C0C0C;
	 position:relative;
}

#prodlist{
	position:absolute;
		z-index:5;
	width:440px;
	height:800px;
	background-color:#FFFFFF;
	filter:alpha(opacity=10); /*IE*/
	-moz-opacity:0.1; /*MOZ , FF*/
	opacity:0.1; /*CSS3, FF1.5*/
/*	margin:400px 0 0 15px;
*/}

#prodbox{
	float:left;
	width:440px;
	margin-top:400px;
	height:900px;
/*	top:415px;
	left:30px;
	position:absolute;
		z-index:5;
	padding:0 10px 10px 10px;
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:2em;

}

#main_lt{	
		position:absolute;
		z-index:6;
		padding:20px;
}
.prodseries{
	width:380px;
	height:200px;
	background-color:#000000;
	padding:10px;
/*	z-index:15;
*/}

.prodname{
	float:left;
	width:185px;
/*	position:absolute;
	z-index:100;
	left:210px;
	*/
	
}

.prodname ul{
	list-style:none;
	font-family:Tahoma, Arial, Hervetica, sans-serif;
}

.prodname a{
	color:#999999;
	font-size:1.3em;
	text-decoration:underline;
}

.prodname a:visited{
	color:#999999;
	font-size:1.3em;
	text-decoration:underline;
}

.prodname a:hover{
	color:#ffffff;
	font-size:1.3em;
	text-decoration:none;
}

.prodpic1,.prodpic2,.prodpic3{
	clear:both;
	float:left;
	width:180px;
	margin-right:10px;
/*	position:absolute;
	top:46px;
	left:25px;
	z-index:20;
*/}

.prodpic2{
/*	position:absolute;
	top:266px;
	left:25px;
	z-index:20;
*/}

.prodpic3{
/*	position:absolute;
	top:486px;
	left:25px;
	z-index:20;
*/}



#article{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:.75em;
	 color:#FFFFFF;
	 line-height:160%;
	 float:right;
	 width:480px;
	 margin-top:400px;
/*	 position:absolute;
	 top:420px;
	 left:499px;
	 */
	
}

#article p{ margin:0 ; padding:10px 0;}

#article ul{
	color:#999999;
	font-size:.75em;
	list-style:square;
	margin:20px;
}

#video{
	width:425px;
/*	height:344px;
*/}

#content{
	position:absolute;
	width:480px;
	height:1050px;
	background-color:#FFFFFF;
	filter:alpha(opacity=10); /*IE*/
	-moz-opacity:0.1; /*MOZ , FF*/
	opacity:0.1; /*CSS3, FF1.5*/
	z-index:21;
	
}

#main_rt{
position:absolute;
width:440px;
padding:20px;
z-index:22;

}

#footer{
	position:relative;
	clear:both;
	height:324px;
	margin:0 auto;
	clear:both;
	background:url(../images/bgfooter.jpg) top no-repeat;
}

#footer p{
	margin:30px auto;
	width:700px;
	color:#999999;
	font-family:Tahoma, Arial, Hervetica, sans-serif;
	font-size:.8em;
	line-height:1.6em;
	text-align:center;
}

#slogo{
	padding:40px 0 0 0;
	margin:0 auto;
	width:560px;
	height:80px;
}

