/*reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}

a:link { 
	color: #FFFFFF;
}

a:visited { 
	color: #FFFFFF;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px 0;
}

p {
	margin-bottom: 1em;
}

.formField {
	margin-left: 2.5em;
	display: inline;
}

/*regular image border*/
.imgBorder {
	border: medium solid #000;
}

/*for thumbnail/smaller images*/
.imgBorderSmall {
	border: thin solid #000;
}

.imgSpace{
margin-bottom: -85px;
margin-left: 30px;
}

.map{
border: medium solid #000;
position: relative;
left:2em;
}

/*to position the partsroom UL*/
.partsList{
	position: relative;
	margin-left: 10em;
	margin-top: -16.60em;
	float: right;
	display: block;
	clear: both;
}

#contact {
	width: 175px;
	float: right;
	margin-right: 30px;
	display: block;
}

/*main content area*/
#content {
	width: 730px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
}
#content a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

#content li {
	position: relative;
	margin-left: 2em;
	padding-left: .75em;
	
}
#content h1 {
	text-align: center;
	font-size: 200%;
	line-height: 2em;
}

#footer {
	height: 2em;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#form {
	position: relative;
	top: 1.5em;
	left: 3em;
	float:left;
}

#header {
	height: 198px;
	position: relative;
}

#header img {
	vertical-align: bottom;
}

#header a {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 275px;
	height: 160px;
	background-image: url(../images/spacer.gif);
	text-indent: -999em;
}


#imageLink a:hover {
	background-color: #970f04;
}

/*main navigation menu*/
#nav {
	height: 48px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 2px;
	padding: 5px 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0 25px;
	display: inline;
}

#nav a {
	float: left;
	width: 110px;
	height: 48px;
	background-position: center top;
	font-size: 1px;
	color: #C9C9C9;
	background-repeat: no-repeat;
}

/*nav links*/
#nav a:hover {
	background-position: center bottom;
}

#nav .home {
	background-image: url(../images/home.jpg);
}

#nav .trailers {
	background-image: url(../images/trailers.jpg);
}

#nav .parts {
	background-image: url(../images/parts.jpg);
}

#nav .service {
	background-image: url(../images/service.jpg);
}

#nav .contact {
	background-image: url(../images/contact.jpg);
}
#nav .links {
	background-image: url(../images/links.jpg);
}

/*side links*/
#sidebar {
	width: 220px;
	float: right;
	margin-right: 2px;
	/*background-image: url(../images/sidebar_bg.jpg);*/
	background-repeat: repeat-x;
	display: inline;
}

#suppliers {
	width: 162px;
	margin-left: 29px;
	padding-top: 2px;
}

#suppliers li {
	list-style: none;
}

#suppliers a {
	display: block;
	width: 175px;
	background-position: center top;
	text-indent: -999em;
	background-repeat: no-repeat;
}

#suppliers .bigtex {
	background-image: url(../images/bigtex.jpg);
	height: 48px;
	margin-top: 16px;
}

#suppliers .cargomate {
	background-image: url(../images/cargomate.jpg);
	height: 75px;
	margin-top: 30px;
}

#suppliers .carryon {
	background-image: url(../images/carryon.jpg);
	height: 93px;
	margin-top: 20px;
}

#suppliers .pj {
	background-image: url(../images/pj.jpg);
	height: 73px;
	margin-top: 11px;
}

#suppliers .triton {
	background-image: url(../images/triton.jpg);
	height: 80px;
	margin-top: 21px;
}

#wrapper {
	width: 975px;
	margin: 0 auto;
	background-image: url(../images/body_tile.png);
	background-repeat: repeat-y;
	background-color: #970f04;
}