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

body{
	background:url(../images/body_bg.jpg) top repeat-x #FFF ;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	display:block;
}

.clear{
	clear:both;
}
a, a:visited{
	color:#990100;
}
a:hover{
	color:#1c1c1c;
}

#header{
	width:906px;
	margin:auto;
	padding:0px;
}
.top{
	background:url(../images/top.png) no-repeat top left;
	width:896px;
	height:50px;
	padding:35px 0px 25px 10px;
	margin:0px 0px 20px 0px;
}
.top img, .top a{
	border:none;
	text-decoration:none;
}
.top-contact{
	float:right;
	color:#FFF;
	padding:25px;
}
.top-menu{
	width:906px;
}
.top-menu-top{
	width:906px;
	height:10px;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	background:url(../images/menu_top.png) no-repeat top left;
}
.top-menu-battom{
	width:906px;
	height:10px;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	background:url(../images/menu_bottom.png) no-repeat top left;
}
.top-menu .content{
	background:url(../images/menu_bg.png) repeat-y;
	width:986px;
	padding:0px 10px 0px 10px;
}
.menu{
	width:886px;
	height:43px;
	margin-bottom:4px;
}
.menu ul{
	margin:0px;
	padding:0px;
}
.menu ul li{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	list-style:none;
	text-decoration:none;
	height:30px;
	color:#E89E4C;
	font-weight: bold;
}
.menu li a, .menu li a:visited{
	text-decoration:none;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	display:block;
	float:left;
	padding:12px 0px 0px 0px;
	background:#1e1d1d;
	width:147px;
}
.menu li a:hover, .menu li #active_menu{
	background:#990100;
	color:#ffffff;
	font-weight: bold;
}

/* drop down */

.submenu{
	top:180px;
	position:absolute;
	width:280px;
	display:none;
	z-index:1;
	clear:both;
}
.submenu li{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	list-style:none;
	text-decoration:none;
	height:40px;
	color:#E89E4C;	
}
.submenu li a,.submenu li a:visited{
	text-decoration:none;
	height:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	padding:3px 0px 3px 0px;
	background:#1e1d1d;
	width:200px;
}
.submenu li a:hover {
	background:#990100;
	color:#1c1c1c;
}







#content{
	width:898px;
	margin:auto;
	padding:0px 4px 0px 4px;
	overflow:hidden;
}

#content h1{
	color:#990100;
	font-size:24px;
	font-weight:normal;
}
#content h2{
	color:#0f0f0f;
	font-size:18px;
	font-weight:normal;
}
#footer{
	background:#212120;
	width:880px;
	margin:35px auto 10px auto;
	padding:12px 4px 0px 22px;
	color:#FFF;
	height:28px;
	overflow:hidden;
	display:block;
}
#footer a, #footer a:visited{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover, #footer #footer_active{
	color:#990100;
	text-decoration:none;
}
#footer .img{
	float:right;
	border:none;
	margin:0px 15px 0px 0px;
	padding:0px;
}
#footer .img img{
	border:none;
}
li{
	list-style-image:url(../images/ball.png);
	margin:10px 0px 0px 0px;
}
.list{
	width:275px;
	overflow:hidden;
	display:block;
	margin:0 10px 0 10px;
	float:left;
}

.projects{
	overflow:hidden;
	display:block;
}
.projects img{
	float:left;
	margin:3px;
	border:#333 2px solid;
}
















/* FORM AND CAPTCHA */
.contentform{
	/*width:400px;*/
}
#contact-form select {
width:144px;
margin-left:10px;
}

.contactform label.error {
font-size:11px;
color:#B11612;
float:left;
}
.captcha_error {
font-size:11px;
color:#B11612;
}
