/******************* Site Structure *********************/

body 
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #ffffff url('../images/background.jpg') no-repeat center -40px;
}

h1, h2 
{ 
	letter-spacing: -1px;
	color: #49433C; 
	font-weight: normal;
}

h1 
{ 
	font-size: 30px;
	line-height: 1;
	margin-bottom:20px; 
}

h2 { 
	margin-top: 20px;
	font-size: 1.6em;
	line-height: 1.2;
	padding-bottom:10px;
}

.carbon h1,
.carbon h2 {
	color: #3C5814;
}

a
{
	color: #A30001;
}

p
{
	margin-bottom: 10px;
	line-height: 1.5;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	font-size: 1.3em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}


/********************* Header ***********************/

#header
{
	overflow: visible;
	width: 100%;
}

#header
{
	background: transparent url('../images/background-metal-header.png') no-repeat right bottom;
}

.ie6 #header
{
	background: transparent url('../images/background-metal-header.jpg') no-repeat right bottom;
}

.carbon #header
{
	background: transparent url('../images/background-lightbulb-header.png') no-repeat right bottom;
}

.ie6 .carbon #header
{
	background: transparent url('../images/background-lightbulb-header.jpg') no-repeat right bottom;
}

.home #header
{
	background: transparent;
}

#header #logo,
#header #contact
{
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header #logo a
{
	width: 185px;
	height: 135px;
	background: url('../images/carwood-logo.png') no-repeat left center;
	display: block;
	cursor: pointer;
}

.home #header #logo
{
	padding-bottom: 0;
}

.home #header #logo a
{
	width: 220px;
	height: 158px;
	background: url('../images/carwood-logo-large.png') no-repeat left center;
	display: block;
	cursor: pointer;
}

#header #contact
{
	position: relative;
	width: 210px;
	text-align: right;
}

#header #contact #tel
{
	background: url('../images/phone.png') no-repeat 20px center;
	padding: 20px 0 0;
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
}

#header #contact #address
{
	margin-top: -5px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.home #header #contact
{
	width: 260px;
	float: right;
}

.home #header #contact #tel
{
	padding: 40px 0 0;
	background: url('../images/phone.png') no-repeat 70px 30px;
}


.home #header #contact #address
{
	font-size: 1.3em;
}

/******************** Main Menu **********************/

#menu
{
	color: #fff;
	height: 28px;
	clear: both;
	background: #4A433D url('../images/background-metal-header.png') no-repeat right bottom; 
}

.ie6 #menu
{
	background: #4A433D url('../images/background-metal-header.jpg') no-repeat right bottom; 
}

.carbon #menu
{
	background: #57821F url('../images/background-lightbulb-header.png') no-repeat right bottom;
}

.ie6 .carbon #menu
{
	background: #57821F url('../images/background-lightbulb-header.jpg') no-repeat right bottom;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li.current a:hover,
#menu ul li a
{
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	font-weight:bold;
	display: block;
	float: left;
	height: 28px;
	padding: 0 20px;
}

#menu ul li.current a,
#menu ul li a:hover
{
	color: #fff;
	background: #000;
}

.carbon #menu ul li.current a,
.carbon #menu ul li a:hover
{
	background: #2C4210;
}

#menu ul li a.right
{
	float: right;
}


/********************* Content ***********************/

#main
{
	line-height: 1.2;
	margin: 25px 0;
	position: relative;
}

#main ul
{
	list-style-image: none;
	list-style-type: disc;
}

#main ul li
{
	color: #333;
	background: none;
	padding: 4px 0;
	margin: 0px 25px;;
}

#content
{
	min-height: 440px;
	_height: 440px;
}

#content
{
	width:580px;
}

#content.with-left-images
{
    width:370px;
	padding-left: 210px;
}

#content ul.red
{
	padding: 10px 0;
	list-style-type: none;
	list-style-image: url('../images/bullet.png');
}

#content ul.red li
{
	line-height: 0;
	padding: 5px 0 20px 0;
	margin-left: 20px;
	font-weight: bold;
}

/******************** Landing Page **********************/

#entryboxes
{
	height: 500px;
	padding-bottom: 10px;
}

#entryboxes .entrybox
{
	width: 440px;
	height: 480px;
	background: url('../images/background-gradient.png') repeat-x;
	margin-bottom: 20px;
	font-size: 1.1em;
	position: absolute;
	left: 0;
}

#entryboxes .entrybox .padder
{
	border: 1px solid #ccc;
}

#entryboxes .entrybox.second
{
	left: 460px;
}

#entryboxes .entrybox .calltoaction 
{
	position: absolute;
	height: 80px;
	bottom: 0px;
}

a.enter-button
{
	background-image: url('../images/enter-buttons.png'); 
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width: 150px;
	height:28px;
	cursor: pointer;
}

a.enter-button:hover
{
	background-position: bottom right;
}

a.enter-button span
{
	display: none;
}

#entryboxes .entrybox.second a.enter-button
{
	background-position: top left;
}

#entryboxes .entrybox.second a.enter-button:hover
{
	background-position: bottom left;
}

#entryboxes .entrybox .padder
{
	background: url('../images/background-metal.jpg') no-repeat bottom right;
	height:420px;
}

#entryboxes .entrybox.second .padder
{
	background: url('../images/background-lightbulb.jpg') no-repeat bottom right;
}

#entryboxes .entrybox h2
{
	margin: 0;
	height: 40px;
	background: #333;
	padding: 10px;
	font-size: 24px;
	font-weight: bolder;
}

#entryboxes .entrybox.second h2
{
	background: #57821F;
}

#entryboxes .entrybox h2 a
{
	color: #fff;
	text-decoration: none;
}

#entryboxes .entrybox h2 a:hover
{
	text-decoration: underline;
}

#entryboxes .entrybox h3
{	
	color: #333;
	font-size: 1.25em;
	margin-bottom: 20px;
}

/******************** Content **********************/

#content #description
{
	padding-left: 220px;
}

#content #photoboxes
{
	float: left;
}

#content #photoboxes .photo
{
	padding: 10px 0;
}


/****************** Left Images *******************/

#left-images
{
	width: 210px;
	position: absolute;
	top: 50px;
	left: 0px;
}

#left-images img
{
	float: left;
	margin: 10px 0;
}


/****************** Right Boxes *******************/

#calltoaction
{
	width: 300px;
	margin: -40px 0 40px 20px;
	background: url('../images/background-gradient.png') repeat-x;
	border: 1px solid #ddd;
	
	position:absolute;
	top:40px;
	right:0;
}

#calltoaction h2
{
	margin: 0;
}

#calltoaction.scrap h2
{
	background: url('../images/truck.png') no-repeat top right;
}

#calltoaction p
{
	font-size: 1.1em;
	line-height: 1.2;
	color: #A30001;
	font-weight: bold;
}

a.contact-button
{
	background-image: url('../images/contact-buttons.png'); 
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width: 195px;
	height:28px;
	cursor: pointer;
}

a.contact-button:hover
{
	background-position: bottom right;
}

a.contact-button span
{
	display: none;
}

.carbon a.contact-button
{
	background-position: top left;
}

.carbon a.contact-button:hover
{
	background-position: bottom left;
}

/****************** Contact Page ********************/

.map
{
	border: 1px solid #ccc;
}


/********************* Footer ***********************/

#footer
{
	line-height: 1.8em;
	font-size: 0.85em;
}

#footer p
{
	margin: 0px;
}

#footer #contact
{
	background: #000;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

#footer #copyright,
#footer #vat
{
	color: #49433C;
}

#footer #copyright
{
	float: left;
}

#footer #vat
{
	float: right;
}

/******************** Site Wide **********************/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.padder
{
	padding: 15px;
}
