body {
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, tahoma, arial, verdana;
	font-size: 11px;
	background: url(../images/body_bg.png) top center no-repeat;
	background-attachment: fixed;
	text-align: center;
	}
	
input, select, textarea {
	COLOR: #333333;
	FONT-SIZE: 11px;
	font-family: trebuchet ms, tahoma, arial, verdana;
	}
	
.but {
	width: 95px;
	height: 27px;
	COLOR: #ffffff;
	FONT-SIZE: 11px;	
	border: none;
	background: url(../images/but.gif) top center repeat-x;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
 	text-decoration: expression(onmouseover=new Function("this.style.textDecoration='underline';"),
                      onmouseout=new Function("this.style.textDecoration='none';"));
	}
		
	.but:hover {text-decoration: underline;}

h3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	}

a:link, a:visited {
	color: #54A327;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
	}	
	
/* HEADER */

.header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 660px;
	height: 160px;
	text-align: left;
	}


	
/* main menu */	
#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 660px;
	height: 77px;
	background: url(../images/menu_bg.gif) top left no-repeat;
	}
	
	#menu ul {
		float: right;
		margin: 0;
		margin-top: 20px;
		padding: 0;		
		}
		
	#menu ul li {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		}
		
	#menu ul li a {		
		width: 103px;
		height: 43px;
		padding: 0;
		margin: 0;
		display: block;
		text-indent: 120px;
		white-space: nowrap;
		overflow: hidden;
		}
		
	#menu a:hover {
		background: url(../images/menu_underline.gif) 40px 30px no-repeat;
		}
		
	#menu a.curent:link, #menu a.curent:visited, #menu a.curent:hover {
		background: url(../images/menu_underline.gif) 40px 30px no-repeat;
		}
		
	/* quick select */	
	
	.quick_select {
		position: absolute;
		bottom: 25px;
		left: 8px;
		background: #cc0033;
		}
	.quick_select form, .quick_select select {
		margin: 0;
		padding: 0;
		width: 200px;
		}
		
	
.top_text {
	position: relative;
	z-index: 1;
	}	

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 454px;
	height: 78px;
	font-family: tahoma, arial, verdana;
	}
	
	.logo img {
		width: 202px;
		height: 62px;
		border: none;
		}
	
	.logo p {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: tahoma;
		color: #666666;
		}

.promo_top {
	position: absolute;
	top: 30px;
	right: 0;
	width: 135px;
	height: 48px;
	}
	
	.promo_top img {
		width: 135px;
		height: 48px;
		border: none;
		}


/* BODY */



.content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 660px;
	min-height: 450px;
	_height: 450px;
	text-align: left;
	padding-bottom: 25px;
	}
	

/* home */
.home_cover {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 660px;
	height: 223px;
	text-align: left;
	z-index: 1;
	}
	
	.cover_abs {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 660px;
		height: 237px;
		background: url(../images/home_cover.gif) top left no-repeat;
		z-index: 1;
		}
		
	.cover_abs_top {
		position: absolute;
		top: -76px;
		left: 0;
		width: 248px;
		height: 62px;
		background: url(../images/home_cover_top.gif) bottom left no-repeat;
		z-index: 2;
		}

		
.search_home {
	position: absolute;
	top: 56px;
	right: 25px;
	width: 205px;
	height: 115px;
	}
	
	.search_home b {
		color: #C61F7D;
		}
		
	.search_home select {
		display: block;
		margin: 8px 0;
		}
		
	.search_home iframe {
		display: block;
		margin: 8px 0;
		}

		
.search_home2 {
	width: 115px;
	height: 100px;
	text-align: left;
	color: #C61F7D;
	margin: 0;
	padding: 0;
	}		
	.search_home2 b {
		color: #C61F7D;
		}
		
	.search_home2 select {
		display: block;
		margin: 8px 0;
		}
		
		
		
.boxe_home {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 4px;
	width: 652px;
	height: 188px;
	text-align: left;
	background: url(../images/boxe_home.gif) top left no-repeat;
	font-family: trebuchet ms;
	}
	

	.boxa_promo {
		float: left;
		margin: 0 25px 0 0;
		padding: 0;
		width: 200px;
		height: 128px;
		}
		
		.boxa_promo_titlu {
			display: block;
			margin: 8px 2px 10px 50px;
			font-weight: bold;
			font-size: 13px;
			color: #004272;
			text-indent: 15px;
			}
			
		.boxa_promo_text {
			display: block;
			margin: 8px 8px 0 40px;
			font-size: 13px;
			color: #000000;
			}
	.check {
		padding-left: 21px;
		background: url(../images/check.gif) top left no-repeat;
		}
		
	.oferta_sp {
		display: block;
		color: #000000;
		background: #E9F1F7;
		padding: 8px;
		margin-top: 15px;
		font-size: 13px;
		}
		
		.oferta_sp p {			
			color: #C61F7D;
			font-weight: bold;
			margin: 0 0 8px 0;
			padding: 0;
			}
			

	.nota {
		display: block;
		color: #000000;
		background: #E9F1F7;
		padding: 8px;
		margin-top: 15px;
		font-size: 13px;
		}
		
		.nota p {			
			color: #C61F7D;
			font-weight: bold;
			margin: 0 0 8px 0;
			padding: 0;
			}			
		
			
.clear {
	clear: both;
	}
	
	
	


/* tabel lista */
.titlu_sectiune {text-transform: uppercase; color: #000000; margin: 0 0 18px 0; padding: 0; font-family: verdana;}
.tabel_detalii {width: 100%; margin-top: 25px;}
	.tabel_detalii .green {background: #BBF09A; padding: 3px 4px; vertical-align: top;}
	.tabel_detalii .blue {background: #f1f1f1; padding: 3px 4px; vertical-align: top;}
	.tabel_detalii .grey {background: #e1e1e1; padding: 3px 4px; vertical-align: top;}
	.tabel_detalii .imagine_mica {background: #e1e1e1; width: 220px; height: 125px; text-align: center; vertical-align: top; font-size: 10px; font-family: arial; padding: 15px; text-transform: uppercase;}
		.tabel_detalii .imagine_mica a:link, .tabel_detalii .imagine_mica a:visited {color: #333333; text-decoration: none;}
		.tabel_detalii .imagine_mica a:hover {color: #000000; text-decoration: none;}
		.tabel_detalii .imagine_mica img {width: 160px; height: 125px; border: 3px solid #ffffff;}
		.imagine_mica a:hover img {border: 1px solid #4A4A4A; padding: 2px; background: #ffffff;}
	
.adult {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/ico_adult.gif) center left no-repeat;
	}
.copil {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/ico_copil.gif) center left no-repeat;
	}
.bagaj {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/ico_bagaj.gif) center left no-repeat;
	}
.manual {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/ico_manual.gif) center left no-repeat;
	}
.automat {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/ico_automat.gif) center left no-repeat;
	}
.air {
	display: block;
	padding-left: 25px;
	height: 25px;
	background: url(../images/ico_air.gif) center left no-repeat;
	}
	

.redbold {
	color: #C61F7D;
	font-weight: bold;
	}	

.serv_inclus {
	margin: 0 0 0 18px;
	list-style-image: url(../images/check.gif);  
	}
	
.serv_opt {
	margin: 0 0 0 18px;  
	}
	
	.serv_opt li {
		margin: 0 0 15px 0;  
		}	


a.link_buton:link, a.link_buton:visited {
		display: block;
		height: 27px;
		width: 200px;
		line-height: 24px;
		COLOR: #ffffff;
		FONT-SIZE: 11px;
		background: url(../images/but.gif) top center repeat-x;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		}
	a.link_buton:hover {text-decoration: underline;}
	
	
	
/* Image Preview */
.border_preview {z-index:100; position:absolute; background: #fff; border: 1px solid #444; text-align: left;}
#loader_container {text-align:center;position:absolute;top:30px; left: 10px;width: 50px;}
#loader {font-family:arial, sans; font-size:10px; color:#000000; background-color:#FFFFFF; padding:10px 0 16px 0; margin:0 auto; display:block; width:135px; border:1px solid #6A6A6A; text-align:left; z-index:255;}
#loader_bg {background-color:#EBEBE4; position:relative; top:8px;left:8px;height:7px; width:113px;font-size:1px;}
#progress {height:5px; font-size:1px; width:1px; position:relative; top:1px; left:10px; background-color:#9D9D94;}
.title_h2 {width:200px; padding:10px 0 0 10px; font-size:16px;}
.preview_temp_load {vertical-align:middle; text-align:center; padding: 10px;}
.preview_temp_load img {vertical-align:middle; text-align:center;}
	


	
	

/* FOOTER */

.footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 660px;
	height: 62px;
	text-align: left;
	border-top: 5px solid #EEEEEE;
	}
	
	.foot_menu {
		position: absolute;
		right: 0;
		top: 10px;
		width: 345px;
		text-align: right;
		font-family: tahoma;
		font-size: 11px;
		color: #666666;
		}
		
		.foot_menu a:link, .foot_menu a:visited  {
			color: #666666;
			text-decoration: underline;
			}
			
		.foot_menu a:hover  {
			color: #52A226;
			text-decoration: underline;
			}	
		
	.copy {
		position: absolute;
		left: 0;
		top: 10px;
		width: 445px;
		text-align: left;
		font-family: tahoma;
		font-size: 11px;
		color: #999999;
		}
		
		.copy a:link, .copy a:visited  {
			color: #999999;
			text-decoration: underline;
			}
			
		.copy a:hover  {
			color: #52A226;
			text-decoration: underline;
			}	
