@import url(general.css);

body {
	font-family:Verdana, Geneva, sans-serif;
	background:#030303;
}

.clearfix{
	clear:both;
}


#header_wrap{
	margin:0px auto;
	width: 780px;
	height:160px;
	background:url(../images/layout/dark_face.jpg) no-repeat right #030303;
	}
#header_wrap.despre{
	background:url(../images/layout/soim_dunarean.jpg) no-repeat right #030303;
	}
#header{
	width: 780px;
	height:160px;
	position:relative;
	float:left;
	}
#header a.dp_logo{
	position:absolute;
	top:20px;
	left:5px;
	}
	
#header img.detectiv_art_logo{
	position:absolute;
	top:20px;
	left:135px;
	}	

#menu_wrap{
	width:780px;
	height:56px;
	margin:0px auto;
	background:url(../images/layout/header_wrap.jpg);
	}
#menu{
	width:780px;
	height:56px;
	float:left;
	}
#menu ul{
	float:left;
	width:680px;
	padding:5px 10px 0px 10px;
	}
#menu ul li{
	float:left;
	background:url(../images/layout/menu_li_spacer.jpg) no-repeat right;
	padding:0 5px 0 5px;
	}
#menu ul li a{
	color:#CCCCCC;
	font-size:15px;
	text-decoration:none;
	float:left;
	height:17px;
	padding:15px 10px 15px 10px;
	}
#menu ul li a:hover,#menu ul li a.active{
	background:#990000;
	border-left:1px solid #959595;
	border-right:1px solid #959595;
	padding:15px 9px 15px 9px;
	}

#menu #lang{
	float:right;
	margin:18px 15px 0 0;
	}

#content_wrap{
	width:780px;
	margin:0px auto;
	background:url(../images/layout/amprenta.jpg) no-repeat right bottom #fff;
	}
#content{
	width:750px;
	padding:15px;
	float:left;
	}
#content_left{
	width:490px;
	float:left;
	font-size:13px;
	color:#333;
	line-height:140%;
	}
#content_left h1{
	font-size:18px;
	color:#990000;
	margin:0 0 15px 0;
	}
#content_left a{
	color:#990000;
	}
#content_left form input{
	margin:0 0 5px 0;
	}	
#content_left form textarea{
	margin:0 0 5px 0;
	}
	
#content_right{
	width:240px;
	float:right;
	}
#content_right .box{
	float:left;
	padding:10px;
	width:220px;
	background:#F3F3F3;
	margin:0 0 10px 0;
	}
#content_right .box h3{
	color:#990000;
	font-weight:bold;
	border-bottom:1px solid #E4E4E4;
	padding:0 5px 3px 5px;
	width:210px;
	font-size:14px;
	float:left;
	margin:0 0 10px 0;
	}
#content_right .box ul{
	float:left;
	width:220px;
	}
#content_right .box ul li{
	float:left;
	width:100%;
	background:url(../images/layout/right_menu_li.jpg) repeat-x bottom;
	margin:0 0 2px 0;
	}
#content_right .box ul li a{
	float:left;
	font-size:14px;
	color:#515151;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	width:200px;
	margin:0 0 2px 0;
	}
#content_right .box ul li a:hover, #content_right .box ul li a.active{
	background:#232F91;
	color:#fff;
	}	
#content_right .box p.quote{
	text-align:center;
	font-size:13px;
	color:#990000;
	font-weight:bold;
	}	
#content_right .box p.contact{
	font-size:13px;
	color:#666666;
	line-height:150%;
	}
#content_right .box p.contact a{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	}
#content_right .box p.contact a:hover{
	color:#990000;
	}
	
#footer_wrap{
	width:780px;
	margin:0px auto;
	background:url(../images/layout/footer.jpg) no-repeat bottom #fff;
	}
#footer{
	float:left;
	width:750px;
	padding:15px;
	}
#footer p.offer{
	font-size:20px;
	color:#333333;
	float:left;
	}
#footer p.offer strong{
	color:#990000;
	}
#footer p.design{
	float:right;
	font-size:12px;
	color:#999;
	padding:10px 0 0 0;
	text-align:right;
	line-height:140%;
	}
#footer p.design a{
	color:#333;
	}
#footer p.design a:hover{
	color:#000;
	}
