/* General Links */
A:link { 
	text-decoration: underline;
	color: #8c0708;
}

A:visited {
	text-decoration: underline;
	color: #8c0708;
}

A:active {
	text-decoration: underline;
	color: black;
}

A:hover {
	text-decoration: underline;
	color: black;
}

/* Page */
html, body {	
	height: 100%;
	width: 100%;
			
	margin: 0px;	
	
	background-color: black;
	background-image:url(../images/all-pages/body-back-fade.png);
	background-repeat:repeat-x;
}

label{
	cursor: pointer;
}

#container{	
	width: 899px;
	
	margin: 0px auto 0px auto;  
	padding: 0px;
		  
	border-style: solid;
	border-color: white;
	border-width: 1px;
	
	background-image:url(../images/all-pages/content-back-2-cols.png);
	background-repeat: repeat-y;
	
	position:relative;
}

/* Home page transparent truck */
#header-home-truck{
	z-index: 5;
	position:absolute;
	top: 0px;
	left: 0px;
	height: 290px;	
	overflow: visible;
	text-align: left;	
} 

/* Header */
#header{		
	float: left;	
	width: 899px;	
	
	margin: 0px;	
	padding: 0px;
						
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: white white white white;
	background-color: white;
}

/* Home page graphical product navigation */
table.home-trucks{
	border-width: 2px 0px 2px 0px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
}

table.home-trucks th{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: white white white white;	
}

table.home-trucks td{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: white white white white;
}

/* Home page bottom banners */
table.home-banners{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	width: 899px;
}

table.home-banners td{
	border-width: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 300px;
	text-align: center;
	border-style: inset inset inset inset;
	border-color: white white white white;	
}

/* Header Navigation */
#header-nav-primary{
	padding: 0;
	margin: 0;
	height: 30px;
	list-style-type: none;	
	word-spacing: 0px;
	letter-spacing: 0px;
	overflow:hidden;
	display: block;

}

#header-nav-primary li{
	padding: 0;
	margin: 0 2px 0 0;
 	display: inline;	
	float: left;
}

#header-nav-secondary {
	padding: 3px 0 0 0;
	margin: 0;
	list-style-type: none;	
	background-image:url(../images/all-pages/header-nav-sub-back.png);
	background-repeat:repeat-x;
	height: 22px;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	float: left;
}

#header-nav-secondary li{
	padding: 0;
	margin: 0;
 	display: inline;
}

#header-nav-secondary li a{
	float: left;	
	color: white;	
	padding: 0.2em 1em;
	text-decoration: none;
	border-left: 1px solid #fff;
}

#header-nav-secondary li a.first-left{	
	border-left: none;
	margin-left: 10px;
}

#header-nav-secondary li a:visited{
	color: white;
	text-decoration: none;
}

#header-nav-secondary li a:hover{
	color: #fff;
	text-decoration: underline;
}

#header-nav-secondary li a.active, #header-nav-secondary li a.active:visited{
	color: yellow;
	text-decoration: underline;
}

/* Content */
#content{
	/* area width excluding borders = 604 px */
	
	position: relative;
	top: 25px;
	left: 12px;
	
	float: left;
	width: 575px;

	margin: 0px 0px 50px 0px;
	padding: 0px;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#content p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #8c0708;
}

#content h2{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content h2 A:link { 
	text-decoration: none;
	color: black;
}

#content h2 A:visited {
	text-decoration: none;
	color: black;
}

#content h2 A:active {
	text-decoration: underline;
	color: #8c0708;
}

#content h2 A:hover {
	text-decoration: underline;
	color: #8c0708;
}


#content h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #8c0708;
}

.float-left{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;	
}

.float-right{
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;	
}

.clear-both{
	clear: both;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;	
}

/* Devivery details pages */
table.delivery-details{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	width: 570px;
}

table.delivery-details td{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	width: 50%;
	vertical-align: top;
}

table.delivery-details td dl{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.delivery-details td dt{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	

	font-weight: bold;
	color: #8c0708;
}

table.delivery-details td dd{
	margin: 0px 20px 0px 20px;
	text-indent: -10px;
	padding: 0px 0px 0px 0px;
}

/* Side Column */
#side{		
	/* area width excluding borders = 293 px */
	
	position: relative;
	top: 25px;
	left: 37px;
	float: left;
	
	width: 282px; 
	margin: 0px 0px 50px 0px;
	
	padding: 0px;		
	
	font-family: Arial, Helvetica, sans-serif;
}

div.hr {
/* IE borks up <hr />'s, so we get to do this... */
	width: 100%;
	height: 1px;
	margin: 0px;
	border-top: 1px solid #df671e;
	padding: 0px;
	display: block;
	font-size: 1px;
}

#side h1{
	margin: 0px 19px 0px 19px;
	font-size: 14px;
	color: black;	
	font-weight: bold;	
}

#side h2{
	margin: 19px 19px 0px 19px;
	font-size: 12px;
	color: #8c0708;
	font-weight: bold;	
}

#side dl{
	margin: 0px 19px 19px 19px;
	padding: 0px 0px 0px 0px;
}

#side dt{
	margin: 19px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #8c0708;
	font-weight: bold;	
}

#side dd{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	
	font-size: 12px;
}

#side dd A:link { 
	text-decoration: none;
	color: black;
}

#side dd A:visited {
	text-decoration: none;
	color: black;
}

#side dd A:active {
	text-decoration: underline;
	color: #8c0708;
}

#side dd A:hover {
	text-decoration: underline;
	color: #8c0708;
}

#side p{
	margin: 0px 19px auto 19px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#side p A:link, #side p A:visited, #side p A:active, #side p A:hover{
	color: black;
}

#side h2 A:link, #side h2 A:visited, #side h2 A:active, #side h2 A:hover{
	color: #8C0708;
}

#side A:link, #side A:visited{
	text-decoration: none;	
}

#side A:hover, #side A:active{
	text-decoration: underline;	
}

table.side-thumbs{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 19px 0px 19px;
}

/* Footer */

#ankle{
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ankle A:link { 
	text-decoration: none;
	color: black;
}

#ankle A:visited {
	text-decoration: none;
	color: black;
}

#ankle A:active {
	text-decoration: underline;
	color: #8c0708;
}

#ankle A:hover {
	text-decoration: underline;
	color: #8c0708;
}

#ankle h2{
	font-size: 12px;
	color: #8c0708;
	padding: 0;
	margin: 0;
}	

#ankle p{
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0;
	clear: both;
}	

table.ankle-nav{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
}

table.ankle-nav td{
	border-width: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-style: inset inset inset inset;
	border-color: white white white white;
}

td.ankle-nav-logos{
	text-align: center;
	width: 110px;
}

td.ankle-nav-nav{
	width: 522px;
	text-align: left;
}

td.ankle-nav-nav ul{
	padding: 0;
	margin: 0;
	display: block;
}

td.ankle-nav-nav ul li{
	padding: 0.1em 0.5em;
	margin: 0;
 	display: inline;
	list-style: none;
	float: left;		
	text-decoration: none;
	border-left: 1px solid black;
}

td.ankle-nav-nav ul li.first-left{
	padding-left: 0;
	border-left: none;
}

td.ankle-nav-contact{
	text-align: left;
}

#footer {	
	height: 0px;	
	width: 899px;	
	clear: both;	
	position: relative;
	
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;		
}