html, * { margin:0; padding:0; }

body { 
	margin:0 0 20px 0; 
	padding:0;
	font-family: Tahoma, Arial, sans-serif;
	color:#000;
	line-height:1.2em;
	word-spacing:0.1em;
	font-size:13px;
	/*
	background:#eef1f4;
	*/
	background: #fff;
	
}

p { 
	margin-top:21px;
}

p.afterh1 { 
	margin-top:0;
}

a { 
	color:#ff3b12;
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

.clear { 
	clear:both;
}

.hidden { display:none; } 

h1 { 
	font-weight:normal;
	font-size:40px;
	color:#878483;
	border-bottom:1px solid #5f6062;
	margin-bottom:11px;
	height:34px;
	line-height:1;
}

h2 { 
	font-weight:normal;
	font-size:19px;
	color:#2d2d2d;	
	border-bottom:1px solid #5f6062;
	padding-bottom:9px;
	margin-bottom:11px;
}

h3 { 
	font-weight:normal;
	font-size:15px;
	color:#2d2d2d;	
	border-bottom:1px solid #5f6062;
	margin-top:24px;
	padding-bottom:10px;
	margin-bottom:12px;
}

h3.noline { 
	font-size:17px;
}

/*********************************************
 Header
 ********************************************/
 
#headerContainer {
 	background:#1c1c1c;
}

#header { 
	position:relative;
	width:641px;
	margin:0 auto;
	height:81px;
}

#header img#logo { 
	position:absolute;
	top:25px;
	left:0;
}

#header #topNav { 
	position:absolute;
	right:0;
	top:49px; /* 60px - font size (keep line height as 1) */
	line-height:1;
	color:#fff;
	font-size:11px;
}

#header #topNav a { 
	color:#fff;
	text-decoration:none;
}

#header #topNav a:hover { 
	color:#fff;
	text-decoration:underline;
}


/*********************************************
 Navigation
 ********************************************/
  
#headerNavigation {
 	background:#424242;
}

#navigation { 
	position:relative;
	width:641px;
	margin:0 auto;
}


/*********************************************
 Content
 ********************************************/

#content { 
	position:relative;
	width:641px;
	margin:0 auto;
}

#contentLeft { 
	width:480px;
	margin-right:18px;
	float:left;	
	margin-top:31px;
}

#contentLeft h2 { 
	font-weight:normal;
	font-size:30px;
	color:#ff3b12;	
	border-bottom:none;
	margin-top:28px;
	padding-bottom:0;
	margin-bottom:0;
	line-height:1;
}

#contentLeft ul { 
	margin-top:3px;
}

#contentLeft ul li { 
	margin-left:15px;
	margin-top:18px;
}

#contentRight { 
	width:143px;
	float:left;
	margin-top:44px;
}

#extraImages img { 
	margin-top:13px;
	display:block;
}



/*********************************************
 Sidebar
 ********************************************/

#sidebar a { 
	margin-bottom:7px;
	display:block;
}


#sidebarNav a { 
	margin-bottom:7px;
	display:block;
}

/*********************************************
 Homepage Carousel
 ********************************************/

#homepageCarousel { 
	margin-top:16px;
}

#homepageCarouselContent { 
	height:144px;
}

div.homepageCarouselItem { 
	width:641px;
	display:none;
}

div.homepageCarouselItemSelected { 
	width:641px;
}


/*********************************************
 Homepage Bottom Links
 ********************************************/

div.homeBottomLink { 
	float:left;	
}

/*********************************************
 Footer
 ********************************************/
  
#footer { 
	position:relative;
	width:641px;
	margin:0 auto;
	margin-top:20px;
	padding-top:12px;
	border-top:1px solid #000000;
	font-size:10px;
	color:#333333;
}

#credits { float:left; } 
#copyright { float:right; } 

img#footerLogo { 
	margin-top:5px;
}


/*********************************************
 Freight Calculator
 ********************************************/
 
table#calculator {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	font-size:10px;
	margin-top:20px;
}
table#calculator th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align:top;
}
table#calculator td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table#calculator td.right { 
	text-align:right;
}
 
 table#calculator input { 
 	width:50px;
 	border:1px solid #999;
 }
