﻿body
{
		/*background-color:#1f1f1f;
		background-image:url(/images/bg.gif);*/
		background:#000;
		background-image:url(/images/bg_new.gif);
		background-repeat:repeat-x;
		color: #fff;
	/*	font-family:Tahoma,sans-serif;*/
		font-family:Arial,Tahoma;
		font-size:12px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:19px;
		/*padding: 20px 0 40px;
		margin-top:0px;
		padding-top:0px;*/
		margin:0;
padding:0 0 50px;
}
.callcenter{
	font-size:1.2em;
	color:#FC0;
	font-family:Century Gothic;
	font-weight:lighter;
	text-align:right;
}
.menu{
		font-family:Century Gothic;
		background-image:url(/images/menu_bg.gif);
		background-repeat:repeat-x;
		color:white;
		height:23px;
		margin-top:10px;
	
	}
	
	.menu a{
		color:white;
		text-decoration:none;
	}
	.menu a:hover{
		color:#FC0;
		text-decoration:none;
	}
	
	.content-grad{
		height:300px;
		background-image:url(/images/content_bg.gif);
		background-repeat:repeat-x;
		background-color:#151515;
	}
	
	.content-grad-no-height{
		background-image:url(/images/content_bg.gif);
		background-repeat:repeat-x;
		background-color:#151515;
		
	}
	
	.margin{
		padding:5px;
		margin:10px;
	}
	
	.box1{
		background:#111111;
		border:#222222 thin solid;
		
		
	}
	h1 {
	font-family:Century Gothic;
	font-size:24px;
	font-weight:lighter;
	color:#FC0;
	margin:0px;
	padding:0px;
	
}

h2 {
	font-family:Century Gothic;
	font-weight:lighter;
	margin:0px;
	margin-bottom:10px;
	font-size:1.5em;
	color:#FC0;
}

h3{
	font-family:Century Gothic;
	margin-top:0px;
	font-size:1.3em;
	font-weight:lighter;
	color:#FC0;
}
h3 a{
	color:#FFF;
	font-weight:lighter;
}

.callcenter h1{
	margin-top:10px;
	font-size:24px;
	font-weight:lighter;
	color:#FC0;
	text-align: right;
}

.txt_input{
		background-image:url(/images/form_bg.jpg);
		background-repeat:repeat-x;
		border:0px;
		height:12px;
		padding-left:5px;
		padding-bottom:3px;
	}
	.pic{
		
		background:white;
		height:100px;
		padding:5px;
		border:#222222 2px solid;
		margin-left:0px;
	}
	
	a{
		color:#FC0;
		text-decoration:none;
	}
	a:hover{
		color:white;
		
	}
	.footer{
		background:#212121;
		height:106px;
		font-size:0.8em;
	}
	
	.footer-text{
	color:#666;	
	}
	
	.footer-text a{
		color:#666;
		text-decoration:none;
	}
	
	.footertext a:hover{
		color:#999;
		text-decoration:none;
	}
	
	#footer-logo{
	text-align: center;
	height:106px;
	vertical-align:middle;
	padding-top:10px;
	}


.footer-menu{
	    
		background-image: none;
		background-repeat:none;
		padding-top:3px;
		
	
	}
	
.title-bar{
	background-image:url(/images/title-bar.gif);
	height:100px;
	
}

.title-bar-headline{

	margin-top:30px;
	
}

.car-box{
		background:#111111;
		border:#222222 thin solid;
		/*font-size:12.5px;*/
		color:#555555;
		margin-left:0px;
}

.car-box strong{
	color:#777777;
}

.view-full-detail{
	
	text-align:right;
		
}

.filter-box{
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	color:#ffffff;
	
}

.contact-form label{
	display:block;

text-align:right;
width:110px;
float:left;
}

.top_nav{
	background:#000000;
	font-size:10px;
	color:white;
	height:25px;
	width:1280px;
}

.top_nav a{
	text-decoration:none;
}

.top_nav a:hover{
	color:#FC0;
	text-decoration:none;
}

.carpic-big{
	
	
	background:#fff;
}

.list-pic{
	padding-left:0 px;
	margin-left:0 px;
	
	
}

.list-pic li{
	margin-top:5px;
	float:left;
	padding-right:0px;
	list-style-type:none;
	list-style-image:none;
	width:120px;
	height:100px;
	display: inline;
	
	margin-left:10px;
}

.reflected{
	margin-bottom:5px;
}

.left-image{
	float:left;
}

.top-nav{
	/*margin-top:-19px; */
	margin-bottom:10px;
	background:#212121;
	color:white;
}
.top-nav a{
	color:white;
}
.top-nav a:hover{
	color:#FC0;
}

.comment-form{
	color:#FFF;
}

.comment-form input{
	margin-left:10px;
}

.comment-form label{
	clear:both; 
}

#demotip { 
    display:none; 
    background:transparent url(/images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;    
	text-align:center;
}


/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/images/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:550px;
	height:400px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/images/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url/images/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/images/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}


#facebox {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:710px;	
	border:10px solid #000;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#facebox div {
	padding:10px;
	border:1px solid #000;
	background-color:#000;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#facebox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#000;
	padding:5px 10px;
	border:1px solid #000;
	font-size:20px;
}

.list-box{
	height:90px;
	width:250px;
}

#bigPic-contain{
	/*height:266px;*/
	text-align:center;
}

.bigPic-contain{
	/*height:266px;	*/
	text-align:center;
}

#smallPic{
	margin-top:10px;
	margin-left:10px;
}

.nomargin{
	margin-left:0px;
	margin-right:0px;
}
#loginbtn{
	cursor:pointer;
}
#login{
	color:white;
	background:url(/images/h300.png);
	background-repeat:repeat-x;
}

#sendfriendclick{
	cursor:pointer;
}
#sendfriend{
	color:wihte;
	background:url(/images/h300.png);
	background-repeat:repeat-x;
}

.all-form label{
color: white; 
display: block; 
float: left; 
width: 100px; 
text-align:right;	
margin-bottom:2px;
height:30px;
}
.all-form input{
	margin-left:5px;
	width:200px;
}

.film-bg{
	background-image:url(/images/film_bg.png);
	background-repeat:no-repeat;
}

#share_btn:hover{
	cursor:pointer;
}

.fg-button{
padding: .01em 1em; 
text-decoration: none;	
}

.button-row-upper{
	margin:0px 25px 0px 25px;
	padding:10px 10px 0px 0px;
	background-image:url(/images/h50.png);
	border:#000;
}
.button-row-lower{
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 0px;
	background-image:url(/images/h50.png);
	border:#000;
}
