*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	/* background: #fff url('/wp/wp-content/themes/sandbox/img/bg.jpg') repeat-x; */
	/* background: #fff url('/wp/wp-content/themes/sandbox/img/new_bg.jpg') repeat-x; */
	/* background: #fff url('/wp/wp-content/themes/sandbox/img/bg_2.jpg'); */
	background: #fff;
}

a img{
	border: 0px;
}

a, p, h1, h2, h3, h4, h5, li, span, label, address{
	color: #231f20;
	font-family: 'Geometrix', Trebuchet, Tahoma, 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
}

h3{
	color: #c42126;
}

p{
	line-height: 20px;
	font-size: 14px;
}

#header, #showcase, #centerpiece, #footer, #client_info, #content{
	width: 865px;
	margin: 20px auto 0px auto;
	text-align: center;
}


#header *, #showcase *, #centerpiece *, #footer *, #client_info *, #content *{
	text-align: left;
}
			
div.content_block{
	width: 865px;
	margin: 20px auto 0px auto;
	text-align: center;
}		

div.content_block *{
	text-align: left;
}

#header{
	height: 40px;
}

#header #branding{
	float: right;
}

#tagline{
	font-size: 30px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 20px 20px 10px 20px;
	color: #fff;
	background: #0f0f0f;
}


#content #quote_button{
	/*background: transparent url('/wp/wp-content/themes/sandbox/img/quote_button.jpg') no-repeat;*/
	display: block;
	width: 301px;
	height: 64px;
	text-align: center;
	clear: both;
	padding-top: 22px;
}

#content #quote_button a {
	background: transparent url('/wp/wp-content/themes/sandbox/img/quote_button_1.jpg') no-repeat;
	padding: 15px 31px 12px 31px;
	text-align: center;
	width: 301px;
	height: 64px;
	text-decoration: none;
	border: #666 1px solid; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;  
	-khtml-border-radius: 8px;  
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 3px #666;  
	-webkit-box-shadow: 2px 2px 3px #666;  
	box-shadow: 2px 2px 3px #666;
	text-shadow: #666 0px -1px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}


#content #quote_button a:hover{
	background: transparent url('/wp/wp-content/themes/sandbox/img/quote_button_1.jpg') 0px -64px no-repeat;
}	




/*
#header h1#branding a{
	background: transparent url('img/trc_logo.png') no-repeat;
	width: 92px;
	height: 115px;
	display: block;
	text-indent: -9999px;
}
*/

#header h1#branding a{
	background: transparent url('/wp/wp-content/themes/sandbox/img/trc_name.png') no-repeat;
	width: 295px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

/* NAV */
	#header ul#nav{
		float: left;
		border-top: #c8c8c8 1px solid;
		border-bottom: #c8c8c8 1px solid;
		padding: 4px 4px 2px 4px;
		margin-top: 0px;
	}
	
	#header ul#nav li{
		list-style: none;
		float: left;
		
	}
	
	#header ul#nav li h2 a{
		display: block;
		/* text-indent: -9999px; */
		font-size: 11px;
		font-weight: normal;
		margin: 4px 19px 2px 6px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 2px;
		border-bottom: transparent 2px solid;
	}
	
	#header ul#nav li a:hover, #header ul#nav li a.on{
		color: #000;
		border-bottom: #c42126 1px solid;
	}
	
	#header ul#nav li.last h2 a{
		margin-right: 6px;
	}
	

/* .NAV */

#footer_container{
	clear:both;
	background: #0f0f0f url('/wp/wp-content/themes/sandbox/img/footer_bg.jpg') repeat-x;
	margin-top: 80px;
	height: 200px;
	padding: 6px 0px 70px 0px;
	border-top: #111 1px solid;
}

#footer{
	background: transparent url('/wp/wp-content/themes/sandbox/img/trc_logo.png') 770px 10px no-repeat;
	min-height: 200px;
}

#footer .column{
	float: left;
	margin: 0px 160px 0px 0px;
}

#footer .column h3{
	color: #fff;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	
}

#footer .column ul li{
	color: #fff;
	list-style: none;
	margin: 7px 0px 0px 0px;
}

#footer .column ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#footer .column ul li img{
	vertical-align: middle;
	margin-right: 7px;
}

#footer .column ul li a:hover{
	
	text-decoration: underline;
}

#footer .column h4{
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	margin: 10px 0px 4px 0px;

}

#footer .column address{
	font-size: 12px;
	font-style: normal;
	color: #fff;
}

#hire_us_tag{
	width: 40px;
	height: 130px;
	position: fixed;
	top: 200px;
	right: 0px;
}

#hire_us_tag a{ 
	width: 40px;
	height: 130px;
	background: transparent url('/wp/wp-content/themes/sandbox/img/hire_us_tag.png') no-repeat;
	display: block;
	text-indent: -9999px;
}
