/* BEGIN DEFAULT ============================================ */

body {
	margin: 0;
	background: #c7b892;
	font-family: "Times New Roman", Times, serif;
 	font-size: 14px;
}

a:link, a:visited {
	color: #5b7497;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #7e9fcd;	
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	border-bottom: #ced2be solid 1px;
}

h1 {
	font-family: "Trajan PRO", Times, serif; 
	font-size: 21px;
	color: #000000;
	margin: 0 0 8px 0;
	padding: 12px 0 0 0;
	font-weight: bold;
}

h2 {
	font-family: "Trajan PRO", Times, serif;
	color: #54584a; 
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 12px 0 0 0;
	border-bottom: #ced2be solid 1px;
}

h3 {
	font-family: "Trajan PRO", Times, serif; 
	font-size: 16px;
	font-weight: bold;
     margin: 8px 0 0 0;
     padding: 8px 0 0 0;
}

h4 {
	font-family: "Trajan PRO", Times, serif; 
	color: #8b7d56;	
	font-size: 14px;
	font-weight: bold;
     margin: 8px 0 0 0;
     padding: 4px 0 0 0;
}

/* PAGE LAYOUT ============================================ */

#wrapper { 
	margin: 0 auto;
 	width: 900px;
}

/* HEADERS ================================================ */

#header {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_home.gif) no-repeat;
}

#header-cabinets {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_cabinets.gif) no-repeat;
}

#header-casework {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_casework.gif) no-repeat;
}

#header-countertop {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_countertop.gif) no-repeat;
}

#header-homebuilder {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_homebuilder.gif)  no-repeat;
}

#header-homeowner {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_homeowner.gif)  no-repeat;
}

#header-interior {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_interior.gif)  no-repeat;
}

#header-property {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_property.gif)  no-repeat;
}

#header-remodeler {
	width: 900px;
	height: 150px;
	background: #fff url(/css/bg_remodeler.gif)  no-repeat;
}

/* END HEADERS ============================================= */

#hero {
	width: 900px;
	height: 325px;
	background: #fff url(/css/hero.jpg) no-repeat;
}

#portal { 
	width: 855px;
	background: #fff;	
	padding: 25px 20px 15px 25px;
}

#content { 
	width: 820px;
	color: #505153;
	background: #fff;
	padding: 20px 40px 40px 40px;
	line-height: 1.5;
}

#navigation {
	font-family: "Trajan PRO", Times, serif;
	font-size: 12px;
	color: #ffffff; 
	width: 100%;
	text-align: center;
	white-space: nowrap;
	background: #aeb4b0;
	padding: 15px 0 12px 0;
}

#navigation a {
	color: #ffffff;
	text-decoration: underline;
}

#navigation a:hover {
	color: #ffffee;
	text-decoration: none;
}

#footer { 
	font-family: "Trajan PRO", Times, serif;
	font-size: 11px;		
	color: #c3d3d3;
	text-align: center;
	width: 100%;
	background: #878f9a;
	margin: 0;
	padding: 10px 0 10px 0;	
}

#footer a {
	color: #c3d3d3;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* CLASSES ================================================ */

.logo {
	margin: 30px 0 30px 35px;
	border: 0;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606c7d;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
}

.sidebar {
	padding: 30px 0 30px 0;
}

.pipe {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	padding: 0 8px 2px 8px;
	cursor: text;
}

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffff99;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.credits a {
	color: #99a2ad;
}

/* END DEFAULT CSS ======================================== */