@import "menus.css";

*{
	margin:0;
	padding:0;
}

html{
	background-color: #03213e;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	height: 100%;
}

body{
	height: 100%;
}


a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	color:#FFFFFF;
}

h2{
	font-size:12px;
	color:#FFFFFF;
}

.normal{
	clear:both;
}
.n{
	clear:both;
}

br{
	clear:both;
}

.basic input, .basic select, .basic textarea{
	background:url("../img/input_f.gif");
	color:#000;
}
.basic option{
	background: #fff;
}

.sag {
	background:transparent url(../img/icon_sag.gif) no-repeat scroll left center;
	padding-bottom:3px;
	padding-left:10px;
}
.sag:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#container{
	position:relative;
	min-height: 100%;
	margin:0 auto;
	margin-top: 20px;
	width:780px;
}

.c_i{
	background-image:url(../img/container_i.gif);
}
.c_int{
	background-image:url(../img/container_int.gif);
}

#header{
	
}
#header_top{
	height:98px;
	background:url(../img/bg_header.gif);
}

#header_bottom{
	position: relative;
}

#header_bottom ul{
	list-style-type: none;
}

#header_bottom li img{
	border: none;
}

#header_bottom li{
	margin: 0 0 0 0px;
	padding: 0;
}

#search{
	float:right;
	width:243px;
	height:31px;
	margin:0 7px 0 0;
	
	background-color: #afbbc2;
}

#search p{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 6px 6px;
}

#search input{
	font-size: 11px;
	width: 104px;
	border: none;
	padding: 1px;
}

#search #search_but{
	width: 27px;
	
	background: url("../img/search_but.gif") repeat-x;
}

.hb_bar{
	height: 3px;
	font-size: 0px;
	background-color: #b5c1c8;
	clear: both;
}

#logo{
	position:absolute;
	top:14px;
	left:17px;
}
#mycars a{
	position:absolute;
	right:11px;
	bottom:11px;
	
	font-size:12px;
	font-weight:bold;
	color:#F58008;
	background:url(../img/my_cars_icon.gif) no-repeat center left;
	padding-left:23px;
}
#header_1{
	height:7px;
	background-color:#585858;
	border-top:1px solid #7E7E7E;
	font-size:6px;
}

.header_right{
	float: right; 
	width: 335px
}

.header_right ul{
	list-style-type: none;
}

.header_right li{
	float: left;
}

.header_right li a{
	 padding-left: 2px;
}

.header_right img{
	
}
.header_right li a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
	
}

#header_2{
	border-top:1px solid #959595;
	border-bottom:1px solid #959595;
}
#header_2_left{
	float:left;
	width:241px;
	border-right:1px solid #959595;
}
#header_2_left h2{
	height:31px;
	background:url(../img/bg_h2.gif);
	line-height:29px;
	padding-left:14px;
}
#header_2_right{
	
}
#h_2_1{
	float:left;
	width:232px;
	height:177px;
	background:url(../img/h_r_1.jpg);
}

#h_2_2{
	float:left;
	width:304px;
	height:177px;
	background:url(../img/h_r_2.jpg);
}

#space_3{
	height:3px;
	background:#585858;
	font-size:2px;
}


#content{
	padding-bottom: 90px;
}

#content #left{
	float:left;
	width:485px;
	padding: 10px 22px;
}

#left div{
	float: left;
	width: 216px;
	padding-right: 26px;
}

#left div p{
	margin-bottom: 10px;
}

#left h1{
	font-size: 18px;
	color: #fff;
	margin-bottom: 31px;
}

#content #right{
	width:237px;
	float: right;
}

.box{
	margin-top: 21px;
}

.box p{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 11px;
}

.box ul{
	list-style-type: none;
}

.box ul li{
	margin-left: 10px;
	margin-bottom: 3px;
}

.box ul ul li{
	margin-left: 30px;
}

.box ul li a{
	font-size: 12px;
	font-weight: bold;
}

.box ul li a:hover{
	text-decoration: underline;
}

.box .first a{
	color: #00aaf3;
}



#content .left{
	width: 186px;
	float: left;
	
	margin-top: 18px;
}

#cat_menu{
	list-style-type: none;
	border-top:1px solid #03213e;
}


#cat_menu li{
	border-bottom:1px solid #03213e;
}

#cat_menu li a{
	display:block;
	padding:3px 0 4px 19px;
	font-size: 14px;
	font-weight: bold;
	color: #00aaf3;
	background-color: #013b69;
}

#cat_menu li a:hover{
	background-color: #084372;
}

#cat_menu ul{
	list-style-type: none;
	padding-bottom: 12px;
}

#cat_menu ul li{
	height: auto;
	border: none;
}

#cat_menu ul li a{
	font-size: 11px;
	background: none;
	padding:3px 0 3px 13px;
	margin-left:18px;
	background: url("../img/cat_menu_icon.gif") no-repeat left center;
	height: 13px;
}

#cat_menu ul li a:hover{
	background: url("../img/cat_menu_icon.gif") no-repeat left center;
	color: #fff;
}


#content .right{
	width: 593px;
	float: right;
}

.right div{
	line-height: 14px;
}



#footer{
	clear:both;
	position:absolute;
	bottom:0px;
	margin-bottom:0px;
	width:780px;
	text-align:center;
}

.footer_top{
	height: 36px;
	background: url("../img/footer_top.png") no-repeat right;
}

.footer_top_left{
	background: url("../img/footer_top.png") no-repeat left;
}

.footer_bottom{
	background-color:#03213e;
	height: 51px;
}

#f_1{
	padding-top:10px;
}

#f_2{
	margin-top:8px;
	font-size:10px;
	color:#666666;
}


.box{
	
}

.box h2, .box h1{
	height:23px;
	background:url(../img/bg_h2.gif);
	padding-left:14px;
	padding-top:8px;
	font-size:12px;
	color:#FFFFFF;
}

#h1_1{
	background:url(../img/h1_1.gif);
}
#h2_1{
	height:21px;
	padding-left:14px;
	background:url(../img/h2_1.gif);
}


#h2_3{
	background:url(../img/h1_1.gif);
}

#h2_4{
	background:url(../img/h2_4.gif);
}
#h2_1 p{
	padding-left:27px;
	height:17px;
	background:url(../img/h2_1_icon.gif) no-repeat center left;
}

.box div{
	padding:5px 10px 5px 10px;
	border-top:1px solid #959595;
	border-bottom:1px solid #959595;
	background-color:#5E5E5E;
}

.box1{
	background:#7E7E7E;
}

.box1 div{
	padding:5px;
	border-top:1px solid #959595;
	border-bottom:1px solid #959595;
}

.border{
	border-top:1px solid #959595;
	border-bottom:1px solid #959595;
}

.box #news{
	list-style-type:none;
}
.box #news li{
	padding-bottom:15px;
}
.box #news li b{
	color: #FFF;
	display: block;
	margin-bottom: 4px;
}

#input1{
	font-size:10px;
	padding:2px 0 2px 4px;
	border:1px solid #A1A1A1;
	width:160px;
}

#ul_1{
	list-style-type:none;
}

#ul_1 li{
	font-size:10px;
	background:url(../img/ul_1_li_icon.gif) no-repeat center left;
	padding-left:12px;
	width:100px;
	float:left;
	margin-bottom:4px;
}

.ul_2{
	padding-top:4px;
	list-style-type:none;
}

.ul_2 li{
	position: relative;
	padding:0 4px 6px 4px;
	clear:left;
}

.ul_2 a img{
	border:1px solid #000000;
	margin-right:6px;
	float:left;
}

.ul_2 a:hover img{
	border:1px solid #FFC600;
	margin-right:6px;
	float:left;
}

.ul_2 a{
	font-weight:bold;
	font-size:11px;
}
.ul_2 a:hover{
	
}

.ul_2 p{
	padding-top:3px;
	color:#FFC600;
	font-weight:bold;
	font-size:12px;
}

#i_coupon{
	
}

#i_coupon div{
	float:left;
	width:253px;
	padding:7px;
	background:#606060;
	border-bottom:1px solid #959595;
}
.s_1{
	position:relative;
	display:block;
	background:url(../img/s_1.gif);
	width:70px;
	height:30px;
	float:left;
	margin-right:15px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
}

.s_2{
	font-weight:bold;
	color:#FFFFFF;
	margin-top:2px;
	margin-bottom:10px;
}
.s_3{
	font-weight:bold;
	font-size:12px;
	color:#FFC600;
}


#c_title{
	font-size:18px;
	color:#FFFFFF;
	padding:14px 0 10px 10px;	
}

#site_path {
	color:#6e8ba8;
	padding-left: 10px;
}
#site_path a, span{
	color:#6e8ba8;
	font-size:11px;
	padding:0 5px 0 2px;
}
#site_path a:hover{
	color:#fff;
}


#car_detail{
	background:#5E5E5E;
	padding:7px 0 16px 5px;
	border-bottom:1px solid #7E7E7E;
}

#car_detail_1{
	position:relative;
	width:335px;
	float:left;
}
#car_detail_1 img{
	border:1px solid #060606;
}

#car_detail_1_1{
	
}

.img_3{
	position: relative;
}
.img_3 p{
	position: absolute;
	left:1px;
	top:145px;
	height: 50px;
	width: 286px;
	
	background: #9E0101;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:.70;
}
.img_3 span{
	position: absolute;
	right:60px;
	top:155px;
	
	font-weight: bold;
	font-size: 24px;
	color: #FFCC66;
}

#car_detail_1_2{
	position:absolute;
	top:0px;
	right:0px;
	width:44px;
	margin-left:3px;
	list-style-type: none;
}

#car_detail_1_2 li{
	margin:0px;
	padding: 0;
	width: 44px;
	/*height: 32px;
	overflow: hidden;*/
	margin-bottom: 3px;
}

#car_detail_1_2 a{
	display:block;
	
}

#car_detail_1_2 a:hover img{
	border:1px solid #FFFFFF;
}

#b_1{
	float:left;
	width:151px;
	height:19px;
	background:url(../img/detail_but_1.gif);
	text-align:center;
	padding-top:6px;
}
#b_2{
	float:left;
	width:137px;
	height:19px;
	background:url(../img/detail_but_2.gif);
	text-align:center;
	padding-top:6px;
}

#b_1 a, #b_2 a{
	font-size:10px;
}
#b_1 a:hover, #b_2 a:hover{
	color:#000000;
}

#link_1{
	color:#B4B4B4;
}

#car_detail_2{
	float:left;
	margin-left:7px;
	width:246px;
}

#car_detail_2 ul{
	list-style-type:none;
	
	border-top:1px solid #7E7E7E;
	border-left:1px solid #7E7E7E;
	border-right:1px solid #7E7E7E;
	background:#696969;
}
#car_detail_2 ul li{
	border-bottom:1px solid #7E7E7E;
	padding:5px 0 5px 9px;
}
#car_detail_2 li.i{
	background:#585858;
}
#car_detail_2 label{
	float:left;
	width:102px;
	font-weight:bold;
}

#b_11{
	display:block;
	width:88px;
	height:31px;
	background:url(../img/but_11.gif);
}
#b_22{
	/*
	margin-top:-31px;
	margin-left:93px;*/
	display:block;
	width:154px;
	height:23px;
	background:url(../img/but_22.gif);
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
}

#car_price{
	color:#FDC702;
	font-weight:bold;
}

#car_detail_3{
	float:left;
	margin-left:13px;
	font-weight:bold;
}

#car_detail_3 p{
	padding:8px 0 12px 43px;
}

#o_1{
	background:url(../img/o_1.gif) no-repeat center left;
}
#o_2{
	background:url(../img/o_2.gif) no-repeat center left;
}
#o_3{
	background:url(../img/o_3.gif) no-repeat center left;
}
#o_4{
	background:url(../img/o_4.gif) no-repeat center left;
}
#o_5{
	background:url(../img/o_5.gif) no-repeat center left;
}
#o_6{
	background:url(../img/o_6.gif) no-repeat center left;
	font-weight:normal;
}

.car_op{
	
}
.car_op h2{
	height:19px;
	background:#4B4B4B;
	padding-top:5px;
	padding-left:15px;
	text-transform:uppercase;
}
.car_op div{
	padding:9px 18px 20px 18px;
	color:#D6D6D6;
	background: #696969;
}

#features{
	list-style-type:none;
}
#features li{
	width:148px;
	float:left;
	padding-bottom:3px;
}

#related{
	list-style-type:none;		
}
#related li{
	position:relative;
	width:370px;
	float:left;
}
#related img{
	border:1px solid #000000;
	margin-right:9px;
	float:left;
}
#related a{
	font-weight:bold;
}
#related a:hover img{
	border:1px solid #FFC600;
}
#related p{
	padding-top:3px;
	color:#FFC600;
	font-weight:bold;
	font-size:12px;
}

#desc{
	padding:5px 10px;
	background:#696969;
}
#desc p{
	background:#696969;
}

#desc ul{
	margin-left: 25px;
}

#desc ul li{
	padding: 2px 0;
}

#filter{
	height:23px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:url(../img/bg_filter.gif);
	padding-right:33px;
	text-align:right;
}

#filter ul{
	list-style-type:none;
}
#filter li{
	float:right;
	height:18px;
	background:url(../img/bg_filter_li.gif) no-repeat top left;
	padding:2px 11px 2px 8px;
}
#filter select{
	width:119px;
	font-size:10px;
	border:1px solid #000000;
	padding:1px;
}
#filter select option{
	
}
#filter label{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:-2px;
	float:left;
	width:30px;
	margin-right:8px;
	margin-top:2px;
}
#filter .up{
	background:url(../img/icon_up.gif) no-repeat center right;
	padding-right:16px;
}
#filter .down{
	background:url(../img/icon_down.gif) no-repeat center right;
	padding-right:16px;
}

.cars_list{
	list-style-type:none;
	width:100%;
}
.cars_list li{
	border-bottom:1px solid #7E7E7E;
	padding:7px 29px 7px 10px;
	position:relative;
	width:739px;
	background:#585858;
}
.cars_list li.i{
	background:#696969;
}
.cars_list img{
	border:1px solid #000000;
}


.cars_list .car_det{
	width:500px;
}

.status{
	position: absolute;
	top: 9px;
	left: 12px;
	color: #FFCC66;
	background: #A30B0C;
	padding: 1px !important;
	font-size: 11px !important;
	font-weight: normal !important;
}

.related{
	top: 2px;
	left: 2px;
}

.special{
	top: 2px;
	left: 6px;
}

.cars_list .car_det img{
	float: left;
	margin-right: 8px;
	border: 1px solid #000;
}

.cars_list .car_det a:hover img{
	border: 1px solid #FFC600;
}

.cars_list .car_det a{
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
}


.cars_list .m_p{
	position:absolute;
	right:29px;
	top:18px;
}
.cars_list .m_p p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
}

#paging{
	height:21px;
	background:#424242;
	text-align:center;
	padding-top:10px;
}
#paging span{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 12px;
}


#paging ul{
}
#paging li{
	list-style-type:none;
	display:inline;
	padding:4px 7px;
	font-weight:bold;
	color:#FFFFFF;
}
#paging a{
	padding:5px 7px;
}
#paging .previous{
	background:url(../img/icon_previous.gif) no-repeat;
	
}
#paging .next{
	background:url(../img/icon_next.gif) no-repeat;	
}

#our_inv{
	padding:25px 0;
	background:#696969;
	text-align:center;
	height:60px;
}

#our_inv ul{
	margin: 10px 0 0 50px;
	list-style-type:none;
}

#our_inv li{
	
	float:left;
	background:url(../img/a_1.gif) no-repeat center left;
	padding:20px 50px;
}

#our_inv li a{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#our_inv li a:hover{
	color:#AAAAAA;
}

#our_inv_by_make {
	padding-bottom: 40px;
}

#our_inv_by_make ul{
	list-style-type: none;
	padding: 10px 15px;
}

#our_inv_by_make li{
	background:url(../img/ul_1_li_icon.gif) no-repeat center left;
	padding-left:12px;
	padding-right:20px;
	float:left;
	
	width:150px;
	
	margin-bottom:4px;
}

#our_inv_by_make h2{
	height: 21px;
	padding-top:7px;
	padding-left:16px;
	background: #4B4B4B;
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
}



#testim{
	list-style-type:none;
}
#testim li{
	padding:5px 10px 34px;
	border-top:1px solid #7E7E7E;
	background:#585858;
}
#testim li.ii{
	background:#696969;
}

#testim div{
	height:26px;
}

.raiting{
	width:100px;
	float:left;
}
.raiting p{
	width:17px;
	height:17px;
	float:left;
	margin-right:3px;
}
.raiting .full{
	background:url(../img/stea_full.gif);
}
.raiting .free{
	background:url(../img/stea_free.gif);
}
.raiting .full1{
	background:url(../img/stea_full1.gif) !important;
}
.raiting .free1{
	background:url(../img/stea_free1.gif) !important;
}
.ii .full{
	background:url(../img/stea_full1.gif);
}
.ii .free{
	background:url(../img/stea_free1.gif);
}

.a_1{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:2px;
}

.a_2{
	float:right;
	color:#FFFFFF;
	padding-top:2px;
}
.a_2 span{
	font-size:10px;
}


#contact{
	background:#696969;
	padding:23px 33px 20px 21px;
}

#contact_form{
	float:left;
	margin-left: 40px;
}
#contact div{
	margin-bottom:15px;
}
#contact label{
	display:block;
	font-weight:bold;
	margin-bottom: 4px;
}
#contact_form input, textarea{
	width:268px;
	border:1px solid #A1A1A1;
	padding:2px;
}
#contact_form textarea{
	height:110px;
}

input#check{
	padding:0px;
	border:none;
	width:auto;
	background:none;
	margin-right:2px;
}

input#but_send{
	border:1px solid #707070;
	width:63px;
	height:19px;
	background:url(../img/but_send.gif) no-repeat;
	margin-right:7px;
}
input#but_reset{
	border:1px solid #707070;
	width:63px;
	height:19px;
	background:url(../img/but_reset.gif) no-repeat;
}


#contact_detail{
	float:right;
	width:258px;
}

#contact_detail b{
	font-size:12px;
	color:#FFFFFF;
	padding-bottom:4px;
	display:block;
}

#contact_map{
	float:right;
}
#contact_map div{
	margin-bottom:5px;
}
#contact_map input{
	border:1px solid #A1A1A1;
	width:120px;
	font-size:11px;
	padding:2px 5px;
}

#contact_map #but_ok{
	background:url(../img/search_but.gif);
	width:49px;
	font-size:11px;
	padding-bottom:1px;
	border:1px solid #707070;
}

#news_ul{
	list-style-type: none;
	margin: 20px 0 30px 30px;
}
#news_ul li{
	margin-bottom: 18px;
}
#news_ul li span{
	display: block;
	padding: 0;
}
#news_ul li a{
	font-size: 12px;
	font-weight: bold;
}

#news_title{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 2px 0 10px 0;
}

#add_feedback, #request_car, #adv_search{
	margin-top: 45px;
	
}

#add_feedback form, #adv_search form{
	margin-left: 202px;
	margin-bottom: 170px;
}
#request_car form{
	margin-left: 202px;
	margin-bottom: 40px;
}
#add_feedback div, #request_car div, #adv_search div{
	margin-bottom: 9px;
}

#adv_search label{
	float: left;
	width: 50px;
	font-weight: bold;
	color: #D6D6D6;
	padding-top: 5px;
}

#adv_search input, texarea, select, #request_car input, texarea, select{
	border:1px solid #A1A1A1;
	padding:2px;
}

#adv_search input{
	width: 185px;
}

#adv_search select{
	width: 190px;
}



#add_feedback p, #add_feedback span, #request_car p, #request_car span{
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 11px;
}

#request_car div span{
	color: #D6D6D6;
}

#add_feedback input, texarea, select, #request_car input, texarea, select{
	border:1px solid #A1A1A1;
	padding:2px;
}

#request_car input{
	width: 110px;
	margin-right: 6px;
}
#request_car textarea{
	width: 356px;
	height: 111px;
}
#add_feedback input{
	width: 190px;
}
#add_feedback textarea{
	width: 352px;
	height: 111px;
}
#add_feedback select{
	width: 193px;
}

#request_car select{
	width: 150px;
}

#sell_car{
	margin-top: 20px;
	height: 100%;
}
#sell_car form{
	margin-left: 43px;
}

#sell_car div{
	margin-bottom: 9px;
}

#sell_car p, #sell_car span{
	font-weight: bold;
	color: #D6D6D6;
	padding-bottom: 4px;
	font-size: 11px;
}
#sell_car p.white{
	color: #FFF;
	margin-top: 20px;
}
#sell_car input, texarea, select{
	border:1px solid #A1A1A1;
	padding:2px;
}

#sell_car p.sep_radio{
	margin: 4px 0;
	height: 16px;
}
#sell_car p.sep_radio label{
	float:left;
	width: 177px;
}
#sell_car p.sep_radio span{
	float:left;
	width: 160px;
	font-weight: normal;
}
#sell_car p.sep_radio input{
	width: auto !important;
	border: none !important;
}
#sell_car input{
	width: 110px;
	margin-right: 6px;
}
#sell_car textarea{
	width: 352px;
	height: 111px;
}

.rm_text{
	font-weight: normal !important;
}

.tm_1{
	margin:16px 0 0px; 
}
.tm_1 input{
	width: auto !important;
	border: none !important;
}

.raiting1{
	height:13px;
}
.raiting1 p{
	width:17px;
	height:13px;
	float:left;
	margin-right:3px;
}
.raiting1 .full{
	background:url(../img/stea_full1.gif) !important;
}
.raiting1 .free{
	background:url(../img/stea_free1.gif) !important;
}




#coupons{
	margin-top: 50px;
}

.coupon{
	width:274px;
	height:171px;
	background: url("../img/coupon_blank.png");
	float: left;
	padding: 8px 12px;
	
}
.couponsi{
	margin-bottom: 15px;
}
.coupon p, .coupon span{
	color: #000;
	background: none !important;
}
.coupon span{
	font-weight: bold;
	padding: 0;
}
.coupon_desc{
	width:423px;
	margin-left:14px;
	float: left;
}

.coupon_desc p{
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}
.c_desc{
	font-size: 11px;
	color:#D6D6D6;
	font-weight: normal;
	margin: 7px 0 15px;
}
.c_desc p{
	font-size: 11px;
	color:#D6D6D6;
	font-weight: normal !important;
}

p.c_print, p.c_send{
	padding:10px 45px;
}
p.c_print{
	background: url("../img/c_print.gif") no-repeat left center !important;
}
p.c_send{
	background: url("../img/c_send.gif") no-repeat left center !important;
}


#designed{
	position:absolute;
	top:10px;
	right:0px;
	
	width:210px;
	height:21px;
	
	padding-top:8px;
	
	color:#627c96;
	font-size:11px;
	font-weight:normal;
}

#designed a{
	color:#015c92;
	font-size:11px;
	font-weight:normal;
}

#designed a:hover{
	text-decoration: underline;
}


ul#resources{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#resources li{
	margin-bottom: 8px;	
}

#resources li a{
	font-weight: bold;
}
#resources li p{
	margin-top: 3px;
}

#loading_list{
	width: 20px;
	height: 20px;
	background: url("../img/loading_list.gif");
	position: absolute; 
	top: 2px; 
	left: 10px;
}


#calculator{
	height: 96px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right:0px;
	/*width: 100%;*/
	
	background: #9E0000;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity:.85;
}
#calculator h2{
	margin-top:1px;
	height: 19px;
	background: #000000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
}

#intern{
	position:relative;
	margin:0 auto;
	width: 560px;
}
#intern p{
	font-size: 10px;
	color: #fff;
	margin-top: 7px;
}
#intern p span{
	font-size: 11px;
	padding: 0;
	color: #fff;
}

#intern input{
	width: 100px;
	border: 1px solid #000;
	height: 18px;
}
#intern select{
	width: 100px;
	border: 1px solid #000;
	padding: 0;
	background: #fff;
	color: #000;
	
}

#result{
	position: absolute;
	top:9px;
	left: 380px;
	font-size: 30px;
	font-weight: bold;
	color: #E6E6E6;
}
#result span{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	color: #E6E6E6;
}

#close_calc{
	width: 56px;
	height: 16px;
	background: url("../img/close_calc.gif");
	position: absolute;
	top:-19px;
	right:0px;
	cursor: pointer;
}



.financing{
	margin-top: 15px;	
	width: 755px;
}

.financing input, .select{
	width: 150px;
	height: 18px;
	background:url("../img/input_f.gif");
	border: 1px solid #A7A7A7;
	color:#000;
}

.financing .check{
	width: auto;
	border: none;
}

.financing .radio{
	width: auto;
	border: none;
	background: none !important;
	float: left;
	clear: left;
}

.radioLabel label{
	float: left;
	margin-left: 4px;
}

.financing .select{
	background-color:#fff !important;
	width: 153px;
	height: auto;
	padding: 0;
	color:#000;
}

.financing .sub{
	float:left;
	margin-right:10px;
	width:360px;	
}

.financing h2{
	color: #fff;
	font-size: 11px;
	text-transform:uppercase;
	height: 15px;
}



.n_list{
	 clear: left;
	 margin: 10px 0;
}

.n_list div{
	float: left;
	margin-right:5px;
}
.n_list div span{
	display:block;
	font-size: 11px;
	font-weight: bold;
	color:#D6D6D6;
	padding: 0;
	margin-bottom: 3px;
}
.n_list div p{
	padding: 0px;
	margin: 0px;
}


input#but_send{
	border:1px solid #707070 !important;
	width:63px !important;
	height:19px !important;
	background:url(../img/but_send.gif) !important;
	margin-right:7px !important;
}
input#but_ok{
	background:url(../img/search_but.gif) ;
	width:49px;
	height:19px;
	font-size:11px;
	border:1px solid #707070;
}
input#but_reset{
	border:1px solid #707070 !important;
	width:63px !important;
	height:19px !important;
	background:url(../img/but_reset.gif) !important;
}

.closeW{
	margin-top: 8px;
	height: 29px;
}
.closeW a{
	display:block;
	float:right;
	width: 100px;
	height: 29px;
	background: url("../img/closelabel.gif");
}

#suggest-link{
	float:right;
	display: block;
	margin-top:-19px;
	background: url("../img/suggest.gif") no-repeat left bottom;
	padding: 0 14px 0;
}

#sitemap{
	list-style-type: none;
}

#sitemap li{
	font-weight: bold;
	padding: 4px 0;
}

#sitemap ul ul li{
	font-weight: normal !important;
}

#sitemap li a{
	
}

#sitemap li a:hover{
	text-decoration: underline;
}

#sitemap ul{
	list-style-type: none;
}

#sitemap ul li{
	padding-left: 20px;
}

#sitemap ul ul li{
	padding-left: 40px;
}

#sitemap ul ul ul li{
	padding-left: 60px;
}

.error{
	color: #FFFB00;
	font-size: 10px;
	padding-left: 6px;
}

.msg{
	font-weight: bold;
	color: #fff;
	font-size:12px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.sec{
	background:url("../img/sec.gif") no-repeat 10px center;
	background-color: #737373;
	padding: 10px 0 10px 45px;
	color:#fff;
	border-bottom: 1px solid #7e7e7e;
	
}

#d_form{
	margin-top: 40px;
}

#d_form h2{
	background: #003c78;
	border-top: 1px solid #03213e;
	border-bottom: 1px solid #03213e;
	padding: 6px 0 6px 20px;
	margin-bottom: 5px;
}

#d_form span{
	color: #ffea01;
}

#d_form div{
	padding-left: 20px;
}

#d_form div{
	clear: both;
	height: 22px;
}

#d_form label{
	font-size: 11px;
	float: left;
	width: 130px;
	padding-top: 2px;
	line-height: 12px;
}

#d_form input, #d_form textarea{
	width: 190px;
	border: 1px solid #fff;
	font-size:11px;
	float: left;
	padding: 1px;
}

.d_form_but{
	width: 87px !important;
	height: 22px;
	border:none !important;
	background: url("../img/d_form_but.gif");
}

.text{
	padding: 0 10px 0 10px;
}

#r_list{
	padding: 20px 0 0 10px;
}

#r_list ul{
	list-style-type: none;
	width:138px;
	float: left;
	margin-right: 5px;
}
#r_list li{
	margin-bottom: 3px;
}

#r_list a{
	color: #0092d7;
}

#r_list a:hover{
	color: #FFF;
}

.contact_t{
	float: left; 
	width: 180px; 
	margin-right: 10px;
	margin-left: 0px;
	font-size: 12px;
}

.contact_t span{
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #fff;
}

#artists_index{
	
}

#artists_index ul{
	list-style-type: none;
	float: left;
	width: 180px;
	margin: 10px 11px 0 0;
}

#artists_index ul li{
	margin-bottom:10px;
}

#artists_index ul a{
	color:#00AAF3;
	font-size:16px;
	font-weight:bold;
}

#artists_index ul a:hover{
	color:#FFF;
}