/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/bkgr_body.jpg);
	background-repeat:repeat-x;
	background-color:#99B549;
	font-family:"Trebuchet MS", Arial;
}
img{border:0px;}
input {font-family:"Trebuchet MS", Arial;}
select {font-family:"Trebuchet MS", Arial;}
#td_sh_L
{
	width:10px;
	vertical-align:top;
	background-image:url(../images/bkgr_sh_L.jpg);
	background-repeat:repeat-y;
}
#td_sh_R
{
	width:10px;
	vertical-align:top;
	background-image:url(../images/bkgr_sh_R.jpg);
	background-repeat:repeat-y;
}
#td_main
{
	width:978px;
	vertical-align:top;
	background-color:#FFFFFF;
}
#td_main div{float:left;}
.error_msg
{
	color:#B46814;
	font-size:11px;
	font-weight:normal;
	display:none;
}

/*TOP*/
#div_banner
{
	width:978px;
	height:132px;
}
#div_banner img{float:left;}
#div_menu
{
	width:956px;
	height:34px;
	padding-left:22px;
	background-image:url(../images/bkgr_menu.jpg);
}
#div_lang
{
	width:478px;
	height:9px;
	padding-top:25px;
	text-align:right;
}
#div_lang td{padding-right:11px;}
#div_line_black
{
	width:978px;
	height:8px;
	line-height:8px;
	background-color:#000000;
}
#div_line_white
{
	width:978px;
	height:2px;
	line-height:2px;
	background-color:#FFFFFF;
}

/*MAIN*/
#div_main
{
	width:956px;
	padding:14px 13px 10px 9px;
	background-image:url(../images/bkgr_main.jpg);
	background-repeat:repeat-x;
}
#div_content
{
	width:742px;
}

/*PAGE*/
#div_page
{
	width:742px;
}
#div_page .title
{
	width:699px;
	height:30px;
	padding-left:43px;
	background-image:url(../images/bkgr_title_page.jpg);
	color:#FDFDFD;
	font-size:17px;
	line-height:30px;
	text-transform:uppercase;
}
#td_page_TL
{
	width:7px;
	height:7px;
	background-image:url(../images/page_TL.jpg);
	line-height:7px;
}
#td_page_T
{
	width:728px;
	height:7px;
	background-image:url(../images/page_T.jpg);
	background-repeat:repeat-x;
	line-height:7px;
}
#td_page_TR
{
	width:7px;
	height:7px;
	background-image:url(../images/page_TR.jpg);
	line-height:7px;
}
#td_page_L
{
	width:7px;
	background-image:url(../images/page_L.jpg);
	background-repeat:repeat-y;
}
#td_page_content
{
	width:728px;
	background-color:#FDECCE;
}
#td_page_R
{
	width:7px;
	background-image:url(../images/page_R.jpg);
	background-repeat:repeat-y;
}
#td_page_BL
{
	width:7px;
	height:7px;
	background-image:url(../images/page_BL.jpg);
	line-height:7px;
}
#td_page_B
{
	width:728px;
	height:7px;
	background-image:url(../images/page_B.jpg);
	background-repeat:repeat-x;
	line-height:7px;
}
#td_page_BR
{
	width:7px;
	height:7px;
	background-image:url(../images/page_BR.jpg);
	line-height:7px;
}
/*Text page*/
.div_text_page
{
	width:682px;
	padding:10px 10px 5px 36px;
	color:#3D5A00;
	font-size:12px;
}
.div_text_page a{color:#24211D;}
.div_text_page a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
#div_page_contact
{
	color:#605D46;
	font-size:14px;
}
#div_page_contact a
{
	font-size:12px;
	font-weight:bold;
	color:#82796C;
}
#div_page_contact a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
.div_page_item
{
	background-color:#FFFFFF;
	border:1px solid #CDC0A7;
	padding:2px;
}
.div_page_item .content
{
	background-color:#FBDDB0;
}
/*Offers*/
#div_offers
{
	width:718px;
	padding:2px 5px;
	color:#837F65;
	font-size:11px;
}
.div_offer
{
	width:155px;
	padding:12px 6px;
}
.div_offer .text_title
{
	color:#1B1613;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
}
.div_offer a
{
	color:#837F65;
	font-weight:bold;
}
.div_offer a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
/*Cars*/
#div_cars
{
	width:718px;
	padding:5px 9px 1px 1px;
	font-size:12px;
}
.div_cars_item
{
	width:698px;
	height:60px;
	padding:4px 7px;
	color:#24211D;
}
.table_cars_item{width:100%;}
.table_cars_item .photo
{
	width:73px;
	padding-right:6px;
	vertical-align:middle;
	height:60px;
}
.table_cars_item .cars_title
{
	width:171px;
	padding-right:3px;
	vertical-align:middle;
	height:60px;
}
.table_cars_item .cars_title a{color:#24211D;}
.table_cars_item .cars_title a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
.price_header{background-color:#FFFFFF;padding:0px 2px;}
.price
{
	background-color:#EBA44B;
	color:#FFFFFF;
	padding:0px 2px;
}
.table_cars_item .links
{
	padding-left:6px;
	text-align:right;
}
.table_cars_item .links a{color:#24211D;}
.table_cars_item .links a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
/*Car*/
.div_cars_list
{
	width:230px;
	padding:4px;
}
.car_left{color:#24211D;}
.car_left:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
.car_left_sel
{
	color:#5C7C0D;
	text-decoration:none;
}
#div_car
{
	width:449px;
	padding:4px;
	padding-left:10px;
	padding-top:10px;
	color:#837F65;
	line-height:12px;
}
#div_car .car_title
{
	color:#1B1613;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
}	
#div_car a
{
	color:#837F65;
	line-height:12px;
}
#div_car a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
/*Bookings*/
#div_book
{
	width:697px;
	padding: 1px 11px 4px 20px;
	font-size:12px;
	color:#5B4D3E;
}
#div_book input
{
	border:1px solid #8FA05D;
	font-size:11px;
}
#div_book select
{
	border:1px solid #8FA05D;
	font-size:11px;
}
#div_book a
{
	color:#5B4D3E;
	text-decoration:none;
}
#div_car_info
{
	width:523px;
	padding-left:14px;
	padding-bottom:10px;
}
.div_pickdrop
{
	width:339px;
}
.div_options
{
	width:691px;
}
.item_title
{
	width:100%;
	height:24px;
	padding:5px 0px;
	background-color:#E4C287;
	font-size:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}
.item_title img{margin-left:10px;}
.item_content
{
	padding-left:10px;
	padding-bottom:5px;
	padding-top:3px;
}
#div_book_contact .title_contact
{
	color:#B57B2D;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}
/*Floating div*/
.div_float
{
	position:absolute;    
    visibility: hidden;
	z-index :9;
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	border: solid 1px #919191;
	color:#B46814;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E7EBED;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
	font-size:11px;
}
.form_title
{
	color:#B57B2D;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}
/*BOTTOM*/
#div_bottom
{
	width:742px;
	height:112px;
	padding-top:7px;
}
.div_bottom_item
{
	width:366px;
	height:112px;
}
.div_bottom_item .title
{
	width:320px;
	height:32px;
	padding-left:46px;
	background-image:url(../images/bkgr_title_bottom.jpg);
}
.div_bottom_item .content
{
	width:324px;
	padding:8px 5px 0px 37px;
	height:72px;
	background-image:url(../images/bkgr_content_bottom.jpg);
	font-size:11px;
	line-height:12px;
}
.div_bottom_item .content a{color:#24211D;}
.div_bottom_item .content a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}

/*RIGHT*/
#div_right
{
	width:203px;
	padding-left:11px;
}
.div_right_item
{
	width:203px;
	padding-bottom:8px;
	font-size:12px;
	font-weight:bold;
	color:#636363;
}
.div_right_item .title{width:203px; height:36px;}
.div_right_item .td_L
{
	width:5px;
	background-image:url(../images/item_right_L.jpg);
	background-repeat:repeat-y;
}
.div_right_item .td_R
{
	width:5px;
	background-image:url(../images/item_right_R.jpg);
	background-repeat:repeat-y;
}
.div_right_item .td_content
{
	width:188px;
	background-color:#E8E7E6;
	padding-left:5px;
	padding-top:6px;
}
.div_right_item .td_content a
{
	color:#636363;
	text-decoration:none;
}
.div_right_item .td_content a:hover
{
	color:#5C7C0D;
	text-decoration:none;
}
.div_right_item .td_content .link
{
	font-weight:normal;
	text-decoration:underline;
}
.div_right_item .td_content input
{
	width:102px;
	height:15px;
	padding:1px;
	border:0px;
	border-top:1px solid #B7B7B7;
	border-right:1px solid #DFDFDF;
	font-size:12px;
}
.div_right_item .bottom
{
	width:203px; 
	height:7px;
	line-height:7px;
	background-image:url(../images/item_right_B.jpg);
}

/*FOOTER%*/
#div_footer
{
	width:978px;
	height:28px;
	color:#777777;
	font-size:12px;
	margin-bottom:9px;
}
#div_footer div
{
	text-align:center; 
	padding-top:7px;
	height:21px; 
}
#div_footer_L
{
	width:206px; 
	background-image:url(../images/footer_L.jpg); 
}
#div_footer_M
{
	width:556px; 
	background-image:url(../images/footer_M.jpg); 
	background-repeat:repeat-x;
}
#div_footer_R
{
	width:207px; 
	background-image:url(../images/footer_R.jpg); 
}
#div_footer a
{
	color:#777777;
	text-decoration:none;
}
#div_footer a:hover
{
	text-decoration:underline;
}