/* CSS Document */
html, body{
	margin:0;
	padding:0;
	height:100%;
	color:#5F5F5F;
	font-family:Verdana, Tahoma;
	font-size:12px;
	line-height:22px;
}
		
h1{
	margin:0px;
	padding:0px;
	font-family:Verdana, Tahoma;
	color:#4CBB22;
	font-size:18px;
}

.subtitle {color:#006633; font-weight:bold; font-size:12px;}

#header
{
	width:978px;
	height:200px;
	margin:auto;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
}

.nav-bar { height:63px; width:978px; margin:auto; background-image:url('images/nav-bar.gif'); background-repeat:repeat-x; padding-bottom: 3px; }
.nav-bar ul { margin:0px; float:left; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 50px; position: relative;}
.nav-bar ul li {background-image:url('images/list-left.gif'); background-repeat:no-repeat; float:left; font-family:Verdana, Tahoma; font-size:13px; height:63px; width:151px; list-style-type:none; font-weight:bold; text-transform:uppercase; }
.nav-bar ul li a {color:#FFFFFF; text-decoration:none; height:40px; width:151px; text-align:center; display:block; padding-top:23px;}
.nav-bar ul li a:hover {background-image:url('images/hover-strip.gif'); background-repeat:no-repeat; color:#4E4E4E;}
.nav-bar ul li a.current {background-image:url('images/hover-strip.gif'); background-repeat:no-repeat; color:#4E4E4E;}	

.nav-bar ul li.oferta {background-image:url('images/list-left1.gif'); background-repeat:no-repeat; float:left; font-family:Verdana, Tahoma; font-size:13px; height:63px; width:151px; list-style-type:none; font-weight:bold; text-transform:uppercase; }
.nav-bar ul li.oferta a {color:#FFFFFF; text-decoration:none; height:40px; width:151px; text-align:center; display:block; padding-top:23px;}
.nav-bar ul li.oferta a:hover {background-image:url('images/hover-strip1.gif'); background-repeat:no-repeat; color:#4E4E4E;}
.nav-bar ul li.oferta a.current {background-image:url('images/hover-strip1.gif'); background-repeat:no-repeat; color:#4E4E4E;}	

.body-part { width:978px; margin:auto; padding-top:10px; border: 0px solid blue;}

#footer{clear:both; height:60px; width:978px; margin:auto; background-image:url('images/footer.gif'); background-repeat:repeat-x; text-align:left; font-family:Verdana, Tahoma; color:#FFFFFF; font-size:12px; padding-top:10px;}
#footer b { float:right; }
#footer a { color:#FFFFFF; }

a {color:#006600; text-decoration:underline}
a:hover {text-decoration:none}

a.detalii:link {color:#0559A4; text-decoration:underline; font-weight:bold; font-size:12px;}
a.detalii:visited {color:#0559A4; text-decoration:underline; font-weight:bold; font-size:12px;}
a.detalii:hover {color:#0559A4; text-decoration:none; font-weight:bold; font-size:12px;}
a.detalii:active {color:#0559A4; text-decoration:underline; font-weight:bold; font-size:12px;}

.clear {clear:both}

h1 {font-size:18px; color:#006633; font-weight:bold; text-align:center; padding-bottom:10px;}

.leftColumn {float:left; width: 300px; height:1150px; border:0px solid red;}
.rightColumn {float:left; width: 670px; height:100%; border:0px solid red;}
.lbl {border:0px solid red;width:80px; float:left;}
.btnSearch {background-color:#0559A4; color:#FFFFFF; font-size:16px; border:0px; width:150px; text-align:center}
.btnRegister {float:right; border:1px solid #0559A4; background-color:#0559A4; color: #FFFFFF}
.inputEmail {width: 230px; border: 1px solid #0559A4}
.searchOffer {font-size:18px; color:#006633; font-weight:bold; text-align:center; padding-bottom:10px;}
.oferteHome {border: 1px solid #D4D4D4; width: 310px; height: 140px; float: left; margin-right: 10px; margin-bottom: 10px; display: block; overflow: hidden; padding: 5px;}
.oferteHomeImagine {width: 120px; float: left;}
.oferteHomeContinut {width: 190px; float: left;}
.leftBox {border:1px solid #D4D4D4; width: 280px; padding: 5px;}
.redPrice {color:#FF0000; font-weight:bold;}

/* inner pages css ends */