@charset "UTF-8";
/* CSS Document */

body  {
	font: 13px "Arial", sans-serif;
	background: url(/images/background.jpg) top center repeat-x;
	background-color: #898989;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	
}
a {
    color: #c60000;
    text-decoration: none;
}
a:hover {
    color: #c60000;
    text-decoration: underline;
}
img.carimg {
	background: url(/images/carA.png)
	z-index: 8;
    position: relative;
    top: -110px;
    left: 50px;
}
img.carsmall {
	z-index: 8;
    position: relative;
    top: -5px;
    left: 0px;
}
img.facebook {
	z-index: 12;
    position: relative;
    top: -27px;
    left: 100px;
}
img.twitter {
		z-index: 13;
    position: relative;
    top: -27px;
    left: 125px;
}
img.numbers {
    z-index: 12;
    position: relative;
    top: 33px;
    left: 86px;
}
img.logobig {
	z-index: 9;
    position: relative;
    top: -150px;
    left: 0px;
}
img.logosm {
	z-index: 9;
    position: relative;
    top: -137px;
    left: 0px;
}
img.tagline {
	z-index: 9;
    position: relative;
    top: 0px;
    left: -342px;
}
img.camera {
        position: relative;
        top: -155px;
        left: 550px;
}
img {border: 0;}
)
img.camera2 {
        position: relative;
        top: 0px;
        left: 550px;
}
img.mail {
        position: relative;
        top: 7px;
        padding: 0 10px 0 0;
        left: 0px;
}
.maincontainer { 
	width: 985px;
	margin: 0 auto;
	text-align: left;
} 
.header { 
	position: relative;
    width: 100%;
	height: 131px;
    background-color: #000;
	background: url(/images/background_bannerTop.jpg) top center no-repeat;
	z-index: 2;
	margin-top: 38px;
}

.headerpic {
	padding: 30px 0 0 0;
    margin: 0px;
}
.mainPicwrap {
	height: 70px;
	padding: 0px 0 0 0;
    margin: 0px;
}
.topnav {
	color: #000;
    font-size: 11px;
	padding: 21px 75px 0 0;
	text-transform: uppercase;
	height: 28px;
	float: right;
	margin: -5px;
	margin-top: -46px;
}
.topnav a {
	color: #000;
    text-decoration: none;
        margin: 0 7px 0 7px;
}
.topnav a:hover {
	color: #c60000;
    text-decoration: underline;
}
.logo {
	top: -20px
	marging: 0px;
} 
.mainBody {
	padding: 0px;
}
.contentwrap { 
        width: 1000px;
	text-align: left;
        padding: 0px;
	margin-left: auto;
        margin-right: auto;
}
/*-- Structure -----------------------*/

p {
	margin: 0px;
	padding: 0px 0 15px 0;
	line-height: 20px;
}
h1 {
	color: #fff;
	font-size: 22px;
	margin: 0;
	padding: 0 0 5px 0;
}
h1 a {
	color: #c60000;
    text-decoration: none;
}
h1 a:hover {
	color: #c60000;
    text-decoration: none;
}
h2 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
}
h3 {
	color: #b00013;
    font-size: 16px;
	margin: 0;
}
h3 a {
	color: #fff;
        text-decoration: none;
}
h3 a:hover {
	color: #fff;
    text-decoration: none;
}
h4 {
	color: #fff;
	font-size: 46px;
	margin: 0;
	padding: 0 0 5px 0;
}
h5 {
	color: #fff;
	font-size: 12px;
	margin: 7px 0 0 0;
	padding: 0;
}
.leftcol {
	float: left; 
	width: 430px; 
	padding: 175px 13px 15px 10px;
}
.rightcol {
	float: right;
	width: 390px;
	padding: 180px 40px 0px 0px;
}
.rightcol2 {
	float: right;
	width: 430px;
	padding: 180px 100px 0px 0px;
}
.rightcolHM {
	float: right;
	width: 390px;
	padding: 200px 0px 15px 0px;
}
.mainContent { 
	margin: 0 465px 0 0; 
	padding: 150px 13px 0px 0px;
}
.footer { 
	color: #fff;
	padding-bottom: 20px;
	height: 100px;
	margin-top: -35px;

}
.tagline {
	font: 22px "Courier New", Courier, monospace;
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
}
.bottmnav {
	font: 11px sans-serif;
	width: 605px;
	background-color:#6f6b6a;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	padding: 6px 350px 6px 0px;
}
.bottmnav a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 10px;
	
}
.bottmnav a:hover {
	color: #c60000;
    font-weight: normal;
	text-decoration: none;
}
.copyright {
	font: 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin-left: 25px;
	padding-right: 0px;
    vertical-align: middle;
}
.relevant {
	font-weight: bolder;
}
.relevant a {
	color: #5e3333;
	text-decoration: none;
}
.relevant a:hover {
	color: #c85d37;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- begin slideshow --------------*/

#slidewrap {
	width: 432px;
	margin: 0px;
	padding: 0px;
}
#slideshow {
	position: relative;
	width: 432px;
	height: 188px;
	margin:0;
	padding:0;
}
#slideshow li {
	display: block;
}

/*--- begin new style -------------*/


.marquee {
     position: relative;
     overflow: hidden;
     width: 950px;
     height: 151px;
     border:solid black 0px;
}

/* @end */