/* CSS
Author: Andrei Dobre
Client: 
Created: 12-15-07
Modified: 12-22-07
*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
================ax=============================================================*/
body{
	background-color: #367ec5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

a{
	color:#ae0000;
	text-decoration: none;
	font-weight: bold;
}
.text{
color:#48596c;
font-size:14px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
.text2{
color:#48596c;
font-size:12px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
a:hover{
	color:#333333
}

p{
	text-align: justify;
}
#top{
	width: 911px;
	height: 217px;
	margin: auto;
}

#logo{
	background-image: url(images/logo.gif);
	width: 253px;
	height: 217px;
	display: inline;
	float: left;
}

#header{
	background-image: url(images/header.jpg);
	width: 658px;
	height: 217px;
	float: left;
	display: inline;
}

#topmenu{
	height:39px;
	background-image: url(images/topmenu.gif);
	width: 891px;
	margin: auto;
	padding: 0px 0px 0px 20px;
}
#topmenu ul{ margin:0px; padding:0px;}
#topmenu li {
	list-style-type:none;
	float:left;
	text-align:center;
	height: 34px;
	margin-top: 5px;
}
#topmenu li a {
	display:block;
	color: #353535;
	padding: 0px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
#topmenu li a:hover {
	color: #fff;
	background-color: #b00000;
	background-image: url(images/topmenu-hover.gif);
	background-position: 0px 5px;
}

#page{
	background-color:#fff;
	width:911px;
	text-align:left;
	margin:auto;
	color: #4a5a6d;	
}

#left{
	float:left;
	width:168px;
	display:inline; /*IE FIX*/
	background-image: url(images/left.gif);
	padding: 0px 13px 13px 13px;
}

#right{
	float:left;
	width:168px;
	display:inline; /*IE FIX*/
	background-image: url(images/right.gif);
	padding: 0px 13px 13px 13px;
}


#left h3, #right h3 {
	padding:0px;
	color:#ae0000;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}


#main{
	width:503px;
	float:left;
	margin:0;
	display:inline; /*IE FIX*/
	padding: 10px;
	background-color: #fff;
}

#main p {
	text-align:justify;
}

h1{
	padding:0px;
	color:#48596c;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.list {
	font-size: 12px;
	line-height: 18px;
	list-style: none;
	font-weight: normal;
}
.list li{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: -3px 2px;
	text-indent: 12px;
	text-align: justify;
}

.list a{
	color: #2360a4;
	font-weight: bold;
}

.list a:hover{
	color: #666666;
}

.cauta{
	display: inline;
	float: left;
	margin: 5px 0px 0px 50px;
}

#panel{
	margin: 0px 0px 3px 0px;
	padding: 6px;
	border: 1px solid #d6e4ef;
	display: inline;
	float: left;
	line-height: 18px;
	width: auto;
}

.pret{
	color: #aa0000;
	font-weight: bold;
	float: left;
	line-height: 18px;
}

.detaliu{
	color: #aa0000;
	font-weight: bold;
	float: right;
	line-height: 18px;
}

#box-teren{
	border: 1px solid #e0e9f2;
	background-color: #fafafa;
	padding: 5px;
	width: 234px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}

#box-contact{
	border: 1px solid #e0e9f2;
	background-color: #fafafa;
	padding: 5px;
	width: 234px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}


h2{
	width: 232px;
	margin: 0px 0px 0px 0px;
	color: #aa0000;
	border-bottom: 3px solid #aa0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.smartinput{
	margin:2px 0 0px 0;
	border: 1px solid #b4ddfc;
	width:153px;
	height: 20px;
	background-image: url(images/smartinput.gif);
}

#footer{
	margin: auto;
	width: 911px;
	color: #fff;
	text-align: center;
}

#footer a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#footer a:hover{
	color: #b20000;
}

.intro{
	padding:0px;
	color:#48596c;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

