* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/bg.jpg) repeat-x #0258af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#2684ff;
	text-decoration:none;
}
a:hover, #content a:hover {
	color:#cc9900;
	text-decoration:underline;
}
#nav a:hover {text-decoration:none;}

h1 {font-size:24px; font-weight:bold;color:#2684ff;}
h2 {font-size:18px; font-weight:bold;color:#cc9900;}
h3 {font-size:16px; font-weight:bold;color:#2684ff;}
h4 {font-size:14px; font-weight:bold;color:#cc9900;}
h5 {font-size:12px; font-weight:bold;color:#2684ff;}
p {font-size:12px;}

#wrap {
	width:920px;
	margin:0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
	position:relative;
}

#awards {
	z-index:998; 
	position:absolute; 
	top:340px; 
	left:10px;
}

#twitter {
	z-index:999; 
	position:absolute; 
	top:382px; 
	left:784px;
}

#header {
	height:155px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
}
#header #headerAddy {
	display:block;
	position:relative;
	float:right;
	text-align:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	right:12px;
	top:37px;;	
}
#header #headerAddy span {
}
#header #headerAddy span#headName {
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#ffbf00;
}
#header #headerAddy span#headPhone {
	font-size:17px;
	font-weight:bold;
}
#header #headerAddy #url, #header #headerAddy #url a {
	font-size:20px;
	color:#ffbf00;
	margin-top:6px;
}
#header #trucksJustTrucks {
	position:absolute;
	top:27px;
	left:393px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;	
}
#header #headerLogos {
	position:relative;
	float:left;
	display:block;
	top:34px;
	left:11px;
}
#logoNorthsideTrucks {
	position:relative;
	display:block;
	height:50px;
	width:365px;
	clear:both;
}
#logoFord {
	position:relative;
	display:block;
	height:50px;
	width:130px;
	float:left;
	top:11px;
	left:11px;
}
#logoSterling{
	position:relative;
	display:block;
	height:55px;
	width:100px;
	float:left;
	top:7px;
	left:107px;
}
/* Nav */
#nav {
	width:920px;
	height:24px;
	clear:both;
	background:url(images/nav_bg.gif) repeat-x;
}
/* Content */
#cover {
}
#content {
	background:#fff;
	padding:20px 20px 10px 20px;
	overflow:hidden;
}
#content_base {
	clear:both;
	height:10px;
	width:920px;
	background:transparent url(images/content_base_bg.png) bottom left no-repeat;
}
#content ul, #content ol, #content li {
	list-style-position: inside;
}
#content ul, #content ol {
	margin-left:20px;
}
#content li {
	list-style-image:url(images/bullet.gif)
}

#content p, #content li {
	margin:5px 0px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin:10px 0px;
}

/* Staff Page */
#staff{
	overflow:hidden;
	width:750px;
	margin: 0px auto;
	height:3000px; /* a hack to get IE6 to show all rows over the background of the Content -- increase by 325px for each new row added; delete when we stop supporting IE6 */
}

#staff .staffIndWrap {
	float:left;
}

#staff .staffInd{
	width:200px;
	height:275px; /* if this is changed, please also adjust [#staff {height:___;}] above */
	text-align:center;
	padding:10px;
	margin:15px;
}

.staffInd img{
	width:115px;
	height:160px;
	margin:10px;
	border:2px #2684ff solid;
}

.staffInd .staffName{
	font-weight:bold;
	color:#2684ff;
}

.staffInd .staffTitle{
	font-style:italic;
}

.staffInd .staffPhone{}

.staffInd .staffEmail{}

/* Upfits Page */

#upfits {
	width:700px;
	margin:0px auto;
}

#upfits .upfitItem {
	border:1px solid #cccccc;
	padding:10px;
}

/* Site Map */
#content #site li.none {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

#site p {
margin-top: 10px;
}

#site ul {
margin-bottom: 10px;
}


/* Footer */
#footer {
	clear:both;
	height:77px;
	margin-top:17px;
	background:url(images/footer_bg.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
#footer #addy {
	position:relative;
	display:block;
	height:44px;
	width:164px;
	left:12px;
	top:17px;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	text-align:left;
	float:left;
	border-right: #ffffff solid 1px;
}
#footer #addy span {
	font-size:16px;
	font-weight:bold;
	color:#ffbf00;
}
#footer #logos {
	display:block;
	height:44px;
	width:495px;
	text-align:center;
	float:left;
	margin-top:17px;
	margin-left:12px;	
}
#footer #logos .logo, #footer #logos .text {
	width:33%;
	text-align:center;
	float:left;
}
#footer #logos .text {
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#cc9900;
	text-align:left;
}
#footer.int #logos .logo {
	width:30%;
}
#footer.int #logos .text {
	width:39%;
	left:20px;
	position:relative;
}
#footer #phone {
	position:relative;
	font-size:20px;
	font-weight:bold;
	line-height:29px;
	color:#ffbf00;
	right:12px;
	top:10px;
	text-align:right;
	float:right;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}



#site a:visited, #content #site a:visited {
	color:#999;
}



  /***************************************************/
 /* Adding Custom #vehDescription CSS to UnitDetail */
/***************************************************/
#vehDetails #vehDescription {
	color:#00c;
	font-weight:bold;
	font-size:16px;
}
