html,


body,td,th {
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

@font-face {
    font-family: DeliciousRoman;
    src: local(fontface1), url(http://www.font-face.com/fonts/delicious/Delicious-Roman.otf);
    font-weight:900;
}
.fontface1 {
    font-family: DeliciousRoman, Helvetica, Arial, sans-serif;
}
.content {
	color: #FFF;
	font-size: 15px;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
}
.contentleft {
	color: #FFF;
	font-size: 15px;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
}
.contentcontact {
	color: #FFF;
	font-size: 15px;
	text-align: right;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
}
.contentsmall {
	color: #666;
	font-size: 11px;
	text-align: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
}
.contenttitle {
	color: #000;
	font-size: 28px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
}
.vehicle {
	color: #000;
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 5px;
}


.push {
	text-align: right;
}
a:link {
	color:  #F90;
	text-decoration: none;
	font-weight: bolder;
	
}
a:visited {
	color: #F90;
	text-decoration: none;
	font-weight:bolder;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight:bolder;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bolder;
}

a:link.portfolio {
	color:  #F90;
	text-decoration: none;
	font-weight: bolder;
	
}
a:visited.portfolio {
	color: #F90;
	text-decoration: none;
	font-weight:bolder;
}
a:hover.portfolio {
	text-decoration: none;
	color: #000;
	font-weight:bolder;
}
a:active.portfolio {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}



.textBox {
 height:370px;
 width:428px;
 border-style: none;
 border-size: 0px;
 padding:0px;
 overflow: scroll;
 }



#slider1 {
    width: 1080px; /* important to be same as image width */
    height: 457px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	borde: 0px;
}

#slider1Content {
    width: 796px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	borde: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	text-decoration:none;
	borde: 0px;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 10px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	borde: 0px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 120px !important;
	height: 290px;
	color: #fff;
}
ul { list-style-type: none;}
