/* 
Name: Ideal Hardwood Floors
Author: Nick Francis
Questions/Comments: nick@project83.com   
*/

/* main styles */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	background:#fff url(images/bg.jpg) repeat-x top left;
	color:#341C01;
	}
	
#wrap {
	width:750px;
	margin:0 auto;
	padding:0;
	}	
	
.clear {
	clear:both;
	}
	
a {
	color:#020A75;
	}		
	
a:hover {
	text-decoration:none;
	}	

.float-left {
	float:left;
	padding:0 10px 10px 0;
	}
	
.float-right {
	float:right;
	padding:0 0 10px 10px;
	}	

/* navigation */	
#header h1 {
	width:750px;
	height:257px;
	margin:0;
	padding:0;
	text-indent:-9000px;
	background:url(images/header_bg.jpg) no-repeat top left;
	}	
	
ul#nav {
	float:left;
	margin:0 0 0 75px;
	padding:0;
	list-style:none;
	position:relative;
	bottom:20px;
	}	
	
ul#nav li {
	float:left;
	}	
	
ul#nav a {
	float:left;
	display:block;
	padding:8px 12px;
	margin:0 1px 0 0;
	background:#451E18 url(images/nav_bg.gif) no-repeat bottom right;
	color:#FBE5B8;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	}	
	
ul#nav a:hover {
	text-decoration:underline;
	}	
	
ul#nav a.active {
	background:#7D241C url(images/nav_bg.gif) no-repeat bottom right;
	}	
	
/* content */
#content {
	float:left;
	width:497px;
	padding:0 15px 10px 0;
	margin:0;
	font-size:90%;
	line-height:20px;
	}		

#content2 {
	float:left;
	width:735px;
	padding:0 15px 10px 0;
	margin:0;
	font-size:90%;
	line-height:20px;
	}	
	
#content h2, #content2 h2 {
	padding:0 0 5px 0;
	color:#910202;
	letter-spacing:3px;
	font-size:130%;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px dotted #341C01;
	}	
	
#content h2 span, #content2 h2 span {
	letter-spacing:0;
	color:#341C01;
	text-transform:none;
	}	
	
#content h2 span.red, #content2 h2 span.red {
	letter-spacing:4px;
	color:#E10303;
	text-transform:uppercase;
	}	
	
/* education */
ul#nav-education {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	}		
	
ul#nav-education li {
	float:left;
	}	
	
ul#nav-education a {
	float:left;
	display:block;
	color:#7D241C;
	padding-right:25px;
	}	
	
ul#nav-education a.active {
	padding-left:18px;
	background:url(images/arrow.gif) no-repeat left center;
	}	
	
p.credit {
	padding:2px;
	background:#FFFF99;
	}
	
/* gallery page */
body.thumbnails #content #thumbs span {
	display: block;
	float: left;
	margin: 5px 10px;
	padding: 0;
	}

body.thumbnails #content #thumbs img {
	border:3px solid #E6E2D6;
}

body.photo #navigation span {
	color: #ccc;
	}
		
	
/* contact page */
fieldset {
	margin:15px 0 0 0;
	padding:0;
	border:none;
	}
	
fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
	}	
	
fieldset label {
	float:left;
	clear:right;
	width:60px;
	text-align:right;
	margin:0;
	padding-top:4px;
	}
	
#estimate fieldset label {
	width:125px;
}	

fieldset input, fieldset textarea {
	margin:0 0 8px 15px;
	padding:3px;
	color:#341C01;
	font-size:100%;
	font-family:Arial, Helvetica, "Lucida Grande", sans-serif;
	border:1px solid #451E18;
	}	
	
fieldset #name, fieldset #email, fieldset #subject {
	width:185px;
	}	
	
fieldset #submit {
	border:1px solid #7D241C;
	background:#451E18;
	color:#FBE5B2;
	margin:10px 0 15px 395px;
	}	
	
#estimate fieldset #submit {
	margin-left:280px;
}		
	
/* sidebar */
#sidebar {
	width:203px;
	float:right;
	padding:0 0 0 35px;
	margin:0 0 20px 0;
	line-height:18px;
	}	
	
#sidebar h3 {
	font-size:110%;
	margin:0;
	padding:10px 0 0 0;
	}
	
#sidebar p {
	padding:10px 0; 
	margin:0; 
	font-size:90%;
	}
	
#sidebar p.phone-number {
	color:#892D23;
	font-weight:bold;
	font-size:100%;
	padding:0;
	margin: 5px 0;
	}
	
#sidebar p.directions {
	padding-top:0;
	margin-bottom:15px;
	border-bottom:1px dotted
}	
	
.sidebar-ideal {
	width:205px;
	height:240px;
	background:url(images/sidebar_ideal.gif) no-repeat top left;
	text-indent:-9000px;
	margin:0 0 30px 0;
	}	
	
.sidebar-purchase {
	width:205px;
	height:150px;
	background:url(images/sidebar_purchase.gif) no-repeat top left;
	text-indent:-9000px;
	margin-bottom:20px;
	}		
	
#sidebar h3.promo {
	padding:10px 0 10px 75px;
	background:url(images/sidebar_sale.gif) no-repeat left center;
	}
	
/* footer */
#footer {
	width:100%;
	background:#E4DCC5;
	padding:15px 0;
	}	

#footer a {
	color:#471F19;
	}
	
#footer ul {
	width:750px;
	margin:0 auto;
	text-align:center;
	padding:0;
	list-style:none;
	}	
	
#footer li {
	float:left;
	}	
	
#footer ul a {
	float:left;
	padding:0 8px;
	border-right:1px solid;
	text-transform:uppercase;
	color:#471F19;
	font-size:70%;
	}	
	
#footer ul a:hover {
	text-decoration:none;
	}	
	
#footer p {
	text-align:center;
	color:#471F19;
	font-size:80%;
	margin:0;
	padding:8px 0;
	}	