/* CSS Document */

body { 
	padding:0; 
	margin:0;
	background:url(/images/bg/bg.gif) top left repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#231f20;
}

h2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#231f20;	
}

a {
	color: #f47f43;
	text-decoration: underline;
}

a:hover {
	color: #f47f43;
	text-decoration: none;
}

#header-container {
	background-color:#FFFFFF;
}

#header {
	width:980px;
	margin:0;
	position:relative;
}

#logo {
	padding:9px 0 18px 99px;
}

#nav {
	position:absolute;
	right:20px;
	top:94px;
	width:558px;
	background:url(/images/nav/nav-normal.gif) top left no-repeat;	
}

#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
}

#nav li a {
	display:block;
	height:0;
	padding-top:13px;
	overflow:hidden;
	background:url(/images/nav/nav-normal.gif) top left no-repeat;
}

#nav li a:hover {
	background-image:url(/images/nav/nav-over.gif);
}

#nav li a.active {
	background-image:url(/images/nav/nav-active.gif);
}
			
#nav li#nav-services a {
	width:75px;
}

#nav li#nav-home a {
	width:71px;
	background-position:-75px 0;
}

#nav li#nav-work a {
	width:79px;
	background-position:-146px 0;
}

#nav li#nav-news a {
	width:41px;
	background-position:-225px 0;
}

#nav li#nav-testimonials a {
	width:79px;
	background-position:-266px 0;
}

#nav li#nav-whoweare a {
	width:77px;
	background-position:-345px 0;
}

#nav li#nav-estimating a {
	width:70px;
	background-position:-422px 0;
}

#nav li#nav-contact a {
	width:66px;
	background-position:-492px 0;	
}

#main-container {
	background:url(/images/bg/background.gif) top left no-repeat;
}

#main {
	width:930px;
	padding-left:50px;
	margin:0;
	position:relative;
}

#content-outer {
	width:100%;
	overflow:auto;
}

#gallery-nav {
	position:absolute;
	top:370px;
	right:196px;
	height:14px;
	width:216px;
}

#gallery-nav a {
	margin-right:4px;
}

#content {
	float:left;
	width:655px;
}

#content p {
	margin:0;
	padding:0 0 12px 0;
	line-height:19px;
}

#content-inner {
	padding:40px 45px 20px 74px;
	color:#6d6e71;
}

#cta { 
	width:275px; 
	float:left;
}

#cta ul {
	padding:61px 52px 0 0;
	margin:0;
	list-style-type:none;
	width:223px;
}

#cta li {
	list-style-type:none;
	width:223px;
	height:0;
	overflow:hidden;
	background-image:url(/images/cta/cta.gif);
}

#cta li#cta-contact {
	padding-top:116px;
}

#cta li#cta-help {
	padding-top:104px;	
	background-position:0 -116px;
}

#footer {
	padding:0 0 20px 74px;
	color:#6d6e71;
	font-size:11px;
}

.divider {
	color:#f37737;
}

.small-orange {
	color:#f47837;
	font-size: 93%;
}
.smallGrey 
{
	font-size: 10px;
	color: #999999;
}


#footer a {
	color:#6d6e71;	
	text-decoration:none;
}

#footer a:hover {
	color:#6d6e71;	
	text-decoration:underline;	
}