/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body
{
	background:#2c0f25 url(../images/bg.jpg) left top repeat-y;
	font: 11px Verdana, Geneva, sans-serif;
	color:#999;
	line-height:20px;
}
.empty-margin
{
	margin:0px !important;
}
.clear
{
	clear:both;
}
.he10
{
	clear:both;
	height:10px;
}
.he20
{
	clear:both;
	height:20px;
}
.he5
{
	clear:both;
	height:5px;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
h1
{
	font-family:Tahoma, Geneva, sans-serif;
	font:15px;
	font-weight:600;
	color:#C60;
	line-height:25px;
}
h2
{
	font-family:Tahoma, Geneva, sans-serif;
	font:12px;
	font-weight:600;
	color:#666;
	line-height:25px;
}
#main-wrapp
{
	width:950px;
	margin:0px auto;
	height:auto;
	background:#FFF;
}

#header
{
	width:930px;
	padding:10px;
	height:100px;
}
#logo
{
	width:268px;
	height:100px;
}
#qcont
{
	float:right;
	width:268px;
	height:100px;
	text-align:right;
	
}
#menu
{
	background:url(../images/menu.jpg) left top repeat-x;
	width:950px;
	height:43px;
}

#menu ul 
{
	list-style:none;
	float:left;
}

#menu li
{
	list-style:none;
	float:left;
	padding:10px 10px 0px 10px;
}
#menu li a
{
	color:#fff;
	padding:0px 20px 0px 20px ;
	text-decoration:none;
	float:left;
	font-size:11px;
	font-weight:600;
}
#menu li a:hover
{
	color:#fff;
	padding:0px 20px 0px 20px ;
	text-decoration:none;
}
#banner
{
	width:950px;
	height:229px;
}
#thin-strip
{
	width:950px;
	height:21px;
	background:url(../images/thin-strip.jpg) left top repeat-x;
}
#banner-adds
{
	width:920px;
	height:116px;
    padding: 10px 15px 0;
}
.adds
{
	width:300px;
	height:116px;
	background:#0F0;
	margin-right:3px;
	margin-left:3px;
	float:left;
}
#divi
{
	width:862px;
	height:3px;
	margin:10px auto; 
}
#content
{
/*	width:930px;
	height:auto;
	padding:10px;
	font:#999 11px Verdana, Geneva, sans-serif;*/
	height: auto;
    margin: 0 auto;
    padding: 10px;
    width: 895px;

}
#content p
{
   padding: 5px 0px;
}
#content ul, .content-none ul
{
	margin-left:30px;
	margin-top:15px;
}
#content li
{
	padding:2px;
}

 .content-none li
{
	list-style:none;
	padding:2px;
}
#cont
{
	width:450px; height:auto; margin-right:10px;
}
#video
{
	width:285px; height:300px; margin-right:10px;
}
#video img
{
	margin-top:15px;
}
#quick-contact
{width:210px; height:300px; background:#CCC;}

#lades-mens
{
	width:412px; height:auto; border:1px dashed #ccc;
	padding:10px;
}
.lades-mens
{
	width:412px; height:auto; border:1px dashed #ccc;
	padding:10px;
	margin-right:27px;
}
#footer-wrap
{
	width:930px;
	height:31px;
	border-top:1px solid #ccc;
	padding:10px;
	
	
}
#siteby
{
	color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
	width:150px;
	float:right;
	margin-right:10px;
}	


