body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #000000;
	background-image: url(images/body-back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #959595;
	text-decoration: none;
}

a:visited {
  color: #959595;
  text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color:#959595;
}

a:active {
	color: #959595;
	text-decoration: none;
}

table
{
	padding:0 0 0 0;
	border: 0;
		
}

dt { 
float: left; 
clear: left; 
width: 100px; 
text-align: right; 
} 
dd { 
margin: 0 0 0 110px; 
padding: 0 0 0.5em 0; 
}

#site_layout {
	height: 100%;
	width: 100%;
	padding-top: 0px;
	margin-top:0px;
	position: relative;
	display:block;
}
.box-main{
	width: 1005px;
	margin: 0 auto;
}
.box-left {
	width: 95px;
	float:left;
	height: 100%;
}
.box-right {
	width: 95px;
	float:right;
	height: 100%;
	overflow: auto;
}
.box-middle {
	width: 815px;
/*	min-height: 700px;*/
	background-color: #000000;
	height: 100%;
	overflow: auto;
	float:left;
}

.box-top {
	width: 815px;
	height: 113px;
}

.box-moveleft{
	float: left;
}
.box-moveright{
	float: right;
}
.box-phone{
	width: 213px;
	height: 25px;
	letter-spacing: 2px;
	color:#FFFFFF;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/phone-back.jpg);
	background-repeat:repeat-x;
	padding-top: 10px;
	padding-left: 7px;
}

.box-image{
	width:815px;
	height: 281px;
	background-image:url(images/home-car.jpg);
	position:relative;
}
.box-image-aboutus{
	width:815px;
	height: 281px;
	background-image:url(images/aboutus-car.jpg);
	position:relative;
	
}
.box-image-fleet{
	width:815px;
	height: 281px;
	background-image:url(images/fleet-car.jpg);
	position:relative;
	
}
.box-image-gallery{
	width:815px;
	height: 281px;
	background-image:url(images/gallery-car.jpg);
	position:relative;
	
}

.box-image-contactus{
	width:815px;
	height: 281px;
	background-image:url(images/contactus-car.jpg);
	position:relative;
	
}

.box-image-services{
	width:815px;
	height: 281px;
	background-image:url(images/services-car.jpg);
	position:relative;
	
}
.box-image-spservices{
	width:815px;
	height: 281px;
	background-image:url(images/spservices-car.jpg);
	position:relative;
	
}
#contents{
	width:809px;
	background-color: #000000;
	color:#ffffff;
	background-image: url(images/contents-back.jpg);
	background-repeat: repeat-x;
	padding: 3px 3px 3px 3px;
	min-height: 250px;
}

#bar{
position:relative;
bottom: -145px;

	width: 793px;
	height: 130px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	#bar-close{
	cursor:hand;
	cursor:pointer;
	width: 36px;
	height: 15px;
	background-color:#FFFFFF;
	/* for IE */
	  filter:alpha(opacity=60);
	  /* CSS3 standard */
	  opacity:0.6;
	  border: 1px solid #000000;
	  float:right;
	  padding-left:5px;
	  
	}
	#bar-show{
	cursor:hand;
	cursor:pointer;
	width: 36px;
	height: 15px;
	background-color:#FFFFFF;
	/* for IE */
	  filter:alpha(opacity=60);
	  /* CSS3 standard */
	  opacity:0.6;
	  border: 1px solid #000000;
	  float:right;
	  padding-left:5px;
	}
	#opacity-wrapper{
		width: 792px;		
		float:left;
		height: 105px;
		position:relative;
		overflow:hidden;
		border: 1px solid #000000;
	}
#bar-images{
	width: 792px;
	float:left;
	height: 105px;
	vertical-align:bottom;	
	background-color:#FFFFFF;
	/* for IE */
	  filter:alpha(opacity=30);
	  /* CSS3 standard */
	  opacity:0.3;
	}
	#bar-black{
	width: 34px;
	height: 96px;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:432px;
	background-color:#000000;
	/* for IE */
	  filter:alpha(opacity=40);
	  /* CSS3 standard */
	  opacity:0.4;
	}
	#bar-black-image{
	width: 34px;
	height: 96px;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:432px;
	}
	#bar-content{
	width: 314px;
	height: 96px;
	padding: 0px 0px 0px 5px;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:467px;
	background-color:#000000;
	/* for IE */
	  filter:alpha(opacity=60);
	  /* CSS3 standard */
	  opacity:0.6;
	}
	
#backgroundPopup{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000 no-repeat;  
 border:1px solid #cecece;  
 z-index:1;  
}  

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:600px;
width:800px;
color:#FFFFFF
border:1px solid #000000;
z-index:2;
padding:12px;
font-size:13px;
top:0px;
left: 0px;
}
#popupContactClose{
cursor:hand;
cursor:pointer;
font-size:14px;
line-height:14px;
left:6px;
top:4px;
position:absolute;
color:#ffffff;
font-weight:700;
display:block;
}
.img1
{
cursor:hand;
cursor:pointer;
background-color:#FFFFFF;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:4px;
}
.img2
{
cursor:hand;
cursor:pointer;
background-color:#000000;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:138px;
}
.img3
{
cursor:hand;
cursor:pointer;
background-color:#FFFFFF;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:280px;
}
.img9
{
cursor:hand;
cursor:pointer;
background-color:#FFFFFF;
	position:absolute;
	overflow:hidden;
	clear:both;
	top: 4px;
	left:280px;
}
.click
{
	cursor:hand;
	cursor:pointer;
	border: 0px solid #000000;
	
	margin-right: 5px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#footer {
	color: #959595;
	background-color:#000000;
	padding: 5px 5px 5px 5px;
	height: 37px;
	width:805px;
	font-size:10px;
}


.footer-left-box {
	width:228px;
	float:left;
	overflow:auto;
}
.footer-middle-box {
	width:352px;
	float:left;
	overflow:auto;
	text-align:center;
	margin-top:12px;
}
.footer-right-box {
	float:right;
	overflow:auto;
	width:221px;
}
#estPrice {
	font-weight:bold;
	font-size:14px;
	color:#003366;
}
