@charset "utf-8";

/* CORE LAYOUT */

*{ margin: 0; padding: 0; }*
body { margin: 30px 0 0; background: #000 url(../images/bg.gif) repeat-x; font: .74em Verdana, Arial, Helvetica, sans-serif; color: #666; }
	h1 { font-size: 3em; font-weight: normal; float: left; }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #FFF2B3; font-weight: normal; margin: 0 0 .8em; }
	h3 { font-size: 1.5em; line-height: 1.8em; border-top: 4px solid #094271; margin: 1em 0 12px; padding-left: 4px; }
	p  { margin: 0 0 2em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #a6090b; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #a6090b; }
	.desc { font: 1.1em Verdana, Arial, Helvetica, sans-serif; color: #ccc; margin: 0 0 2em 0; line-height: 2.2em; }
	
#container {
	width: 960px;  
	margin: 0 auto; 
	border: 0;
	text-align: left;
	}
#logo {
	float:left;
	clear:both;
	width:260px;
	height:90px;
	margin: 0 auto;
	padding: 0 10px 10px 0;
	background: #000 no-repeat left 13px;
	}	
	
	
	#image {
	clear: both;
	float: left;
	width: 960px;
	position: relative;
	top: -10px;
	margin: 0 0 10px 0;
	background: url(../images/img_main.jpg) no-repeat top right;
	height: 498px;
	background-image: url(../images/img_main.jpg);
}


	#bannerimage {
	clear: both;
	float: left;
	width: 960px;
	position: relative; 
	z-index: 3;
	top: -10px;
	margin: 0 0 10px 0;
	height: 498px;
}

.prodinfo {
	float: left; width: 960px; margin: 0 0px 10px 0;
	clear: both;
	position: relative;
	top: 10px;
	height:auto;
}
	
		
		
#nav, #nav ul{
	margin:0;
	padding:0;
	float: right;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index: 7;
	top: 15px;
}

#nav a{
display:block;
margin: 0 5px;
padding:0px 10px 0px 10px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#000;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
	float:left;
	position:relative;
	z-index: 9;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:10em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}		
		
 

	
	

	
.col { float: left; width: 300px; margin: 0 30px 16px 0; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #a6090b; background: #000; padding: 7px; }
	.inset { float: left; width:auto; margin: 0 20px 0 0; padding: 0px 0px 10px 0px; }

	

#footer { 
clear: both;
float:left; 
width: 955px; 
margin: 0 auto; 
padding: 5px; 
border-top: 1px dotted #a6090b; 
background: #000 url(../images/Prenco_footer_logo.gif) no-repeat right 13px; 
}
	
	/*#footer .right { 
	float: right; 
	margin: 0 145px 0 0; 
	}*/
	
	#footer a { 
	color: #808080; 
	font-weight: bold; 
	}
