/*********** ELEMENTE PRINCIPALE ******/
* {
	margin: 0;
	padding: 0;
	outline:none;
}
body {
	background-color: #bcc8ba;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	font-size: 8px;
}
img {
	border: none;
}
.clearboth {
	clear:both;
}
.red {
	background-color:#CC0000;
}
.aligncenter {
	text-align: center;
}
/*********** STRUCTURA ***********/
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-image:url(../images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:1000px;
	position:relative;
}
#logo span {
	position: absolute;
	top: 16px;
	left:43px;
	text-indent: -10000px;
}
#logo span a {
	display:block;
	width:124px;
	height:104px;
}
#searchbox {
	width:278px;
	height:52px;
	margin-left:722px;
	background-color:#748b9e;
	background-image:url(../images/search_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#logo_small {
	background-image:url(../images/logo_mic.jpg);
	background-repeat:no-repeat;
	width:57px;
	height:45px;
	float:right;
}
#breadcrumb a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
color:#000000;
}
/*********** TIPOGRAFIE ***********/
h1, h2, p {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#d2b563;
	text-transform:uppercase;
	padding-bottom:12px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#6ba4d6;
	padding-bottom:5px;
}
p {
	font-size:12px;
	line-height:18px;
	color:#000000;
	padding-bottom:15px;
}
a {
	color:#3f6538;
	font-size:12px;
}
#footer, #footer a, #footer p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}
#footer p {
	padding-top: 6px;
	color:#575757;
}
/*********** NAVIGATIA PRINCIPALA ***********/
#nav {
	width:754px;
	height:50px;
	position:relative;
	left:246px;
	margin-top:26px;
	background-image:url(../images/nav_main.jpg);
	background-position:0 -50px;
	z-index: 1001;
}
#nav li {
	position: absolute;
	top:0px;
	list-style-type: none;
	visibility: visible;
}
ul.tln li a {
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}
ul.tln li, ul.tln li a {
	display: block;
	height: 50px;
}
#nav-home {
	left:27px;
	width:126px;
}
#nav-despre {
	left:153px;
	width:82px;
}
#nav-servicii {
	left:235px;
	width:67px;
}
#nav-asigurari {
	left:302px;
	width:79px;
}
#nav-carduri {
	left:381px;
	width:66px;
}
#nav-anunturi {
	left:447px;
	width:70px;
}
#nav-parteneri {
	left:517px;
	width:74px;
}
#nav-utile {
	left:591px;
	width:46px;
}
#nav-contact {
	left:637px;
	width:68px;
}
#nav-home a:hover, body#home li#nav-home a {
	background-position: -27px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-despre a:hover, body#despre li#nav-despre a {
	background-position: -153px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-servicii a:hover, body#servicii li#nav-servicii a {
	background-position: -235px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-asigurari a:hover, body#asigurari li#nav-asigurari a {
	background-position: -302px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-carduri a:hover, body#carduri li#nav-carduri a {
	background-position: -381px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-anunturi a:hover, body#anunturi li#nav-anunturi a {
	background-position: -447px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-parteneri a:hover, body#parteneri li#nav-parteneri a {
	background-position: -517px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-utile a:hover, body#utile li#nav-utile a {
	background-position: -591px 0px;
	background-image:url(../images/nav_main.jpg);
}
#nav-contact a:hover, body#contact li#nav-contact a {
	background-position: -637px 0px;
	background-image:url(../images/nav_main.jpg);
}

ul.dropdown {
	background: #cfb05b;
	position: absolute;
	width: 160px !important;
	top: 50px;
	z-index: 1001;
	padding: 5px 0;
	display: none;
	}
	
#nav ul li:hover ul { display: block; }

ul.over {
	background: #cfb05b;
	position: absolute;
	width: 160px !important;
	top: 50px;
	z-index: 1001;
	padding: 5px 0;
	display: block;
}

ul.dropdown li, ul.over li {
		position: relative !important;
		display: block;
		height:20px;
		}

ul.dropdown li a, ul.over li a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			position: relative !important;
			text-indent: 0;
			background: none !important;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 3px 10px;
			margin: 0;
			left: 0 !important;
			width: 140px !important;
			height:15px !important;
}
		
ul.dropdown li a:hover, ul.over li a:hover { color: #000; }

#nav ul ul.dropdown ul { display: none !important; }
/*********** FORMA CAUTARE SITE ***********/

#query {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:139px;
	height:11px;
	border:1px solid #cccccc;
	margin:19px 0 0 20px;
	padding:5px;
}
#searchbutton {
	float: right;
	margin-top:19px;
	margin-right:20px;
	width:82px;
	height:22px;
	background-image:url(../images/search_button.gif);
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;
}
