@charset "UTF-8";
/*  CSS Document for D&D Concrete Construction Inc. */
/*
Author: 		Charla Weaver
Created: 		November 2010
Title:			main.css
Browser(s): 	All 
*/

/* GLOBAL STYLES */

* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}

body {
	margin:0;
	font-size: 90%;
	font-family: "Gnuolane", Tahoma, Geneva, sans-serif;
	line-height: 150%;
	color:#fff;
	background: #fff; 
}

div, p, ul, img {
	padding:0px; margin:0px; border:none;
}

ul {
	list-style-type:none;
}

p {
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
	color:#fff;
}

a { 
	outline:none; /* Remove Firefox's dotted borders */ 
	text-decoration:none; 
	color:#464646; 
	padding:0; 
	margin:0;
}

a img { 
	border:none;
} /* Remove IE's blue borders */


@font-face {
	font-family: 'Gnuolane';
	src: url('gnuolane_rg-webfont.eot');
	src: local('☺'), url('gnuolane_rg-webfont.woff') format('woff'), url('gnuolane_rg-webfont.ttf') format('truetype'), url('gnuolane_rg-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.center { 
	width:960px; 
	height:100%; 
	margin:0 auto; 
	padding:0;
}

					/* TOP CONTENT STYLES */

#top_content { 
	background:#dddddd url("../images/top_bg.jpg") top center repeat-x; 
	height:100px;
	}

#top_light{ 
	background:transparent url("../images/top_overlay.png") top center no-repeat; 
	}

h1 a{
	float:left; 
	margin:13px 0 28px 0; 
	display:block;  
	background: transparent url("../images/logo.jpg") no-repeat; text-indent:-9999px; 
	overflow:hidden;
	width:425px; 
	height:71px;
}	

#nav {
	float:right;
	width:385px;
}

#nav li {
	display:inline;
}
		
#nav a {
	outline:none; /* FF's dotted borders removal */ 
	text-decoration:none; 
	font-family: "Gnuolane", Tahoma, Geneva, sans-serif;
	color:#464646;
	padding:8px 0 0 20px; 
	margin:0;
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow:0 0 2px #fff;
	float:left;
}

#nav a:hover { 
	color:#700e17;
}
 
#nav a:active { 
	color:#700e17;
}
					/* HEADER STYLES */

#header { 
	background:#fff url("../images/header_bg.jpg") top center repeat-x; 
	height:393px;
}
	
					/* CONTENT STYLES */

#content { 
	background:#fff url("../images/content_bg.jpg") top center repeat-x;
	height:407px;
	}

.column {
	width:290px;
	float:left; 
	margin: 40px 15px 0 15px;
}

.column img {
	padding:0 0 25px 94px;	
}

h2, h4, h6 {
	font-family: "Junction", Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#700e17;
}	

h2 {
	padding-top:40px;
}

h4 {
	text-align:center;
	padding-bottom:5px;
}

h6 {
	color:#636363;
	font-size:80%;
	text-align:justify;
}
	
a {
	color:#700e17;	
}

					/* FOOTER STYLES */

#footer {
	background:url("../images/footer_bg.jpg") top center repeat-x;
	height:35px;
}

#footer p {
	color:#fff;
	font-family: "Junction", Tahoma, Geneva, sans-serif;
	font-size:75%;
	padding-top:8px;
	float:left;
}

#bottom_nav {
	float:right;
	width:450px;
}
		
#bottom_nav a {
	outline:none; /* FF's dotted borders removal */ 
	text-decoration:none; 
	font-family: "Gnuolane", Tahoma, Geneva, sans-serif;
	color:#c3c3c3;
	padding:8px 0 0 40px; 
	margin:0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	float:left;
	font-size:80%;
}

#bottom_nav a:hover { 
	color:#fff;
}
 
#bottom_nav a:active { 
	color:#fff;
}

