@import url('blueprint.css');

body {
	background:#98532A url(../images/design/bg.jpg) repeat 0 61px;
	color:#FFF;
	padding-top:50px;
}

h2 {
	color:#DFB588;
	font:normal 1.6em/1 "Myriad Pro", Helvetica, Arial, sans-serif;
}

h3 {
	color:#DFB588;
	font-size:1.25em;
	font-weight:bold;
	font-style:italic;
}

strong {
	color:#DFB588;
}

a {
	color:#FFF;
}

.hr {
	border-color:#999;
}

#main {
	margin:0 auto;
	width:759px;
}

#header {
	background:url(../images/design/header.png) no-repeat 0 8px;
	height:332px;
	overflow:hidden;
}

#branding {
	background:url(../images/design/head_top.png) no-repeat center top;
	height:163px;
	position:relative;
}

#branding h1 {
	height:135px;
	left:15px;
	margin:0;
	padding:0;
	position:absolute;
	top:17px;
	width:260px;
}

#branding h1 a {
	display:block;
	height:100%;
}

#branding h1 a span {
	display:none;
}

#head-description {
	left:-9000px;
	position:absolute;
	top:-9000px;
}

#head-contact {
	font-size:1.15em;
	line-height:1.5;
	position:absolute;
	right:45px;
	text-align:right;
	top:30px;
}

#head-contact strong {
	font-size:1.25em;
}

#head-contact a,
#head-contact strong {
	color:#0A3361;
}

#head-img {
	background:#896F54;
	color:#FFF;
	height:145px;
	line-height:145px;
	text-align:center;
	padding:12px 0;
	width:759px;
}

#nav {
	float:left;
	padding:0 0 0 11px;
	position:relative;
	width:232px;
}

#nav ul {
	border-bottom:1px solid #D5AD82;
	border-top:1px solid #8B7155;
	float:left;
	list-style:none;
	margin:0;
	text-transform:uppercase;
}

#nav ul li {
	border-top:1px solid #D5AD82;
	border-bottom:1px solid #8B7155;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:0;
	position:relative;
	width:230px;
	zoom:1;
}

#nav ul li:hover,
#nav ul li.hover {
	background:#A4815F;
}

#nav ul li:hover ul,
#nav ul li.hover ul {
	display:block;
}

#nav ul ul {
	background:#A4815F;
	border-right:1px solid #D5AD82;
	display:none;
	font-size:0.9em;
	left:230px;
	position:absolute;
	text-transform:none;
	top:-2px;
	width:200px;
	z-index:1;
}

#nav ul ul li {
	height:auto !important;
	line-height:1.5;
	width:200px;
}

#nav a {
	display:block;
	padding:0 10px;
	position:relative;
	text-decoration:none;
	zoom:1;
	z-index:2;
}

#nav ul ul a {
	cursor:pointer !important;
	padding:3px 8px;
	width:auto !important;
}

#home #nav-home,
#about #nav-about,
#kitchens #nav-kitchens,
#bathrooms #nav-bathrooms,
#remodeling #nav-remodeling,
#cabinetry #nav-cabinetry,
#custom #nav-custom,
#lots #nav-lots,
#contact #nav-contact {
	background:#A4815F;
}

#container {
	background:#95795B url(../images/design/side.png) repeat-y;
	padding-bottom:35px;
}

#content {
	float:right;
	min-height:450px;
	padding:15px 35px 0 0;
	width:450px;
}

#ie6 #content {
	height:450px;
}

#side {

	float:left;
	padding:35px 0 0 10px;
	width:234px;
}

#side h2 {
	color:#FFF;
	margin:0 0 0.25em;
}

#side .callout,
#side .callout * {
	zoom:1;
}

#side .callout {
	border:1px solid #AF8E6B;
	background:url(../images/design/callout.png) repeat-y -232px 0;
	margin-bottom:10px;
}

#side .callout .top {
	background:url(../images/design/callout.png) no-repeat 0 0;
}

#side .callout .bottom {
	background:url(../images/design/callout.png) no-repeat -464px 100%;
}

#side .callout .inner {
	padding:10px 10px 20px;
}

#side .callout a {
	color:#0A3361;
}

#footer {
	background:#876E53;
	font-size:0.9em;
	padding:20px 4px 15px;
	text-align:center;
}

#footer p {
	margin:0;
}

#footer a {
	color:#FFF;
}

.img {
	border:0;
	margin:0.5em;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
}

ul.column-list {
	line-height:1.1;
	list-style:none;
	margin:1.5em auto;
	width:500px;
}

ul.column-list li {
	float:left;
	width:250px;
}

dl.column-list {
	margin:0 auto;
}

dl.column-list dt {
	clear:left;
	float:left;
	padding-right:15px;
	text-align:right;
	width:165px;
}

dl.column-list dt em {
	color:#666;
	display:block;
	font-weight:normal;
}

dl.column-list dd {
	float:left;
	margin-left:0;
	width:330px;
}

.column-list dd input,
.column-list dd textarea {
	margin-left:0;
}

.column-list dd textarea {
	height:150px;
	width:315px;
}


/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 5px;
}
form p{
font-size: 100%;
padding: 2px;
margin-bottom: 0;


}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #876e53;
}
/* legend styling */
legend {
font-weight: bold;
color: #DFB588;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
padding:0;
} 
/* submit */
form div input {
width: 100px;
margin-top:5px;
margin-left: 172px;
padding: 0 .25em;
background-color: #838d1e;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}

a {
outline:none;
}