/* CSS Document */

/* --( Global Styles )-- */

body {
	margin: 0px;
	background: url(../images/html_bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
	color: #8c0000;
}
h1 {
	color: #37c0d6;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #8c0000;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #403d33;
	font-size: 1.667em;
	margin-bottom: 0;
	font-weight: normal;
}

/* --( Classes )-- */

.clear {
	clear: both;
}
.pic {
	float: right;
	margin: 0 0 1em 1em;
}

/* --( Wraps )-- */

#headerWrap {
	height: 115px;
	background: url(../images/headBG.gif) repeat-x top; /* Header Background */
}
#bodyWrap {	
	background: url(../images/body_bg.gif) repeat-x 0px 0px;
}
#navWrap {
	height: 32px;
	background: url(../images/navBG.gif) repeat-x top; /* Nav Background */
}
#footerWrap {
	height: 80px;
	background: #403d33 url(../images/footerWrapBG.gif) repeat-x top; /* Footer Background */
}

/* --( Section Widths )-- */

#header, #body {
	width: 760px;
	margin: 0 auto;
}
#nav {
	width: 800px;
	margin: 0 auto;
}
#footer {
	width: 800px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x;
}


/* --( Header Styles )-- */

/* Logo */
	#header h1 {
		margin: 0;
		float: left;
		padding-top: 10px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 341px; /* Logo Width */
		
		height: 96px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo.gif) no-repeat; /* Logo Image */
		margin: 0px;
	}
#header p {
	margin: 36px 0 0;
	text-align: right;
	float: right;
	color: #7f7966;
	font-size: 2em;
	line-height: 1.5;
}
#header h3 {
	margin: 0;
	text-align: right;
	float: right;
	clear: right;
	color: #403d33;
	font-size: 1.5em;
	line-height: 1;
}

/* --( Navigation Styles )-- */

#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 5px 14px; /* Primary Navigation Spacing */
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: 16px;
	}
	#nav ul li.last a {
		padding-right: 15px;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height: 32px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x;
}

/* --( Body Styles )-- */

#body {
	background-image: url(../images/bodyTopShadowBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	padding: 25px 20px;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}
#contentContainer {
	width: 534px;
	float: left;
}
#bodyWrap {
	line-height: 1.5;
}
/* Page Graphic Headings */
	#contentContainer h2.home {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer h2.residential {
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer h2.billiard {
		background: url(../images/pagePic_03.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer h2.painting {
		background: url(../images/pagePic_04.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer h2.contact {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
#contentContainer.services p {
	margin-top: 0;
}
#contentContainer .horRule {
	display: block;
	height: 36px;
	background: url(../images/horRule.gif) no-repeat center;
	margin: 0 auto;
}
#contentContainer ul.services {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	font-size: 1.167em;
}
#contentContainer ul.services li {
	display: inline;
}
#contentContainer ul.projects {
	float: left;
	width: 200px;
}
#contentContainer p.note {
	font-size: .9167em;
}
#secondaryContainer {
	float: right;
    margin: 0;
    width: 213px;
}

#secondaryContainer img {
	margin-bottom: 1.5em;
}

#contentContainer table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #590000;
	border-left: 1px solid #D6CEB5;
}
#contentContainer table caption {
	caption-side: top;
	font-weight: bold;
	font-size: 1.167em;
}
#contentContainer table thead {
	background: #8c0000;
	border-left: 1px solid #590000;
	color: #FFF;
}
#contentContainer table tbody {
	border-top: 1px solid #590000;
}
#contentContainer td, #contentContainer th {
	padding: .2em .3em;
	border-right: 1px solid #D6CEB5;
	border-bottom: 1px solid #D6CEB5;
}
#contentContainer td {
	text-align: right;
	border-bottom: 1px solid #D6CEB5;
	border-right: 1px solid #D6CEB5;
}
#contentContainer table thead th {
	border-color: #590000;
}
#contentContainer table tbody th.cue, #contentContainer table tbody td.blank {
	background: #faf7ed;
}
#contentContainer table tbody tr.even td, #contentContainer table tbody tr.even th {
	background: #f7f6f0;
}
	
/* Feature Box Heading Titles */

	#secondaryContainer .feature {
		background: url(../images/feature_cap-head.gif) no-repeat; /* Testimonials Heading */
		width: 213px;
		padding-top: 10px;
		margin-bottom: 1.5em;
	}
	#secondaryContainer .residential {
		padding-top: 36px; /* Heading Height */
		background: url(../images/boxHead_residential.gif) no-repeat; /* Testimonials Heading */
	}
		
	#secondaryContainer .content {
		
		background:#f2f0e8 none repeat scroll 0% 50%; /* Side Box Background Color */
		
		border-left:1px solid #d6ceb5; /* Side Box Border Left */
		
		border-right:1px solid #d6ceb5; /* Side Box Border Right */
		
		padding: 0 14px;
	}
	#secondaryContainer .content * {
		margin-top: 0;
	}
	#secondaryContainer .feature .content + p {
		padding-top: 18px;
	}
	#secondaryContainer .content .more {
		text-align: right;
		margin-bottom: 0;
	}
	#secondaryContainer .content a {
		text-decoration: none;
	}
	#secondaryContainer .content ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#secondaryContainer .content ul li {
		margin-left: 0;
		padding-left: 0;
		color: #7f7966;
		font-weight: bold;
	}
	#secondaryContainer .content ul li span {
		color: #8c0000;
	}

	#secondaryContainer .foot {
		display: block;
		height: 10px;
		width: 213px;
		margin: 0;
		padding: 0;
		background: url(../images/feature_cap-foot.gif) no-repeat;
	}
	

/* --( Footer Styles )-- */

#footer {
	width: 760px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #93918b; /* Footer Text Color */
	padding: 20px 20px 0;
}
#footer a {
	color: #93918b; /* Footer Link Color */
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	margin-top: 8px;
}
#footer .copyright a {
	font-weight: normal;
}