/* ------------------------ hello, i am css code -------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img, a img, :link img, :visited img {border:0px none;}
address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

/* ------------------------ universal ----------------------------- */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#563900 url('../images/bg-body.jpg') repeat-x top;
	text-align:center; 
	color:#563901; font-style:normal; font-variant:normal; font-weight:normal; line-height:19px; font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#563901; }
h2	{ font-size:1.1em; color:#563901; }
h3	{ font-size:1.0em; color:#563901; }

h1 span, h2 span, h3 span	{ display:none; }

a:link, a:visited	{ color:#011b56; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #563900;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

#submit { 
	width: 200px;
	margin: 85px 50px 5px 250px;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url('../images/bg-wrap.jpg') repeat-y;
	width:839px;
	margin:0 auto;
	text-align:left
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.jpg');
	height:66px
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:19px;
	width:276px;
	top:0px;
	height:66px;
		}
	#masthead a span {
		display:none;
		}


/* ------------------------ column-right framework ------------------------ */
#column {
	width:839px;
	float:left;
	}

	#column p, #column h1, #column h2, #column h3, #column ul, #column dl {
		margin:0px 40px 10px 30px;
		}

	/* single column list */
	#column ul { padding-left:6px; }
		#column ul li { 
			background:url('../images/bullet.jpg') no-repeat 0px 5px; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:14px
			}

#products {
	text-align:center;
	}
	
#products .images {
	margin: 20px 10px 20px 0;
	}
			
/* ------------------------------- index divs ------------------------ */

#unique-title {
	background:url('../images/illuminating-furniture.jpg');
	height: 39px;
	margin: 25px 0 25px 0;
	}		
	
#unique-title span { display: none; }

#products {
	text-align: center;
	}		
	
.home-products {
	margin: 10px 20px 0 20px;
	}	

/* ------------------------ subhead framework ------------------------ */
#subhead { height:66px; } /* sets height for all subheads */
	body#about #subhead { background:url('../images/subhead-about.jpg'); }
	body#contact #subhead { background:url('../images/subhead-contact.jpg'); }
	body#thankyou #subhead { background:url('../images/subhead-thankyou.jpg'); }
	body#sitemap #subhead { background:url('../images/subhead-sitemap.jpg'); }
	body#bench #subhead { background:url('../images/subhead-bench.jpg'); }
	body#birdy-table #subhead { background:url('../images/subhead-birdy-table.jpg'); }
	body#bookshelf #subhead { background:url('../images/subhead-bookshelf-sconce.jpg'); }
	body#chaise #subhead { background:url('../images/subhead-chaise.jpg'); }
	body#lily-sconce #subhead { background:url('../images/subhead-lily-sconce.jpg'); }
	body#lily-table #subhead { background:url('../images/subhead-lily-table.jpg'); }
	body#press #subhead { background:url('../images/subhead-press.jpg'); }
	body#products #subhead { background:url('../images/subhead-products.jpg'); }
	body#profile #subhead { background:url('../images/subhead-profile.jpg'); }
	body#proposal #subhead { background:url('../images/subhead-proposal.jpg'); }

/* ------------------------ top-wrap framework ------------------------ */

#top-wrap {
	background:url('../images/top.gif');
	height:16px;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url('../images/bottom-wrap.jpg');
	width:100%; /* fix for Safar */
	height:13px;
	clear:both;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:810px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#aec8c5;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#aec8c5; }
#footer a:hover, #footer a:active { color:#FFF; }

#footer ul { margin:10px; }
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #aec8c5;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:839px; 
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:31px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 80px; margin-left: 430px;}
#nav-02 { width: 67px;}
#nav-03 { width: 85px;}
#nav-04 { width: 61px;}
#nav-05 { width: 90px;}


/*-------------- (-79px) X position of button / (-31px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif") -430px -31px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -510px -31px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -577px -31px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -662px -31px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -723px -31px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#products #nav-01 { background:url("../images/nav.gif") -430px -31px no-repeat; }
body#profile #nav-02  { background:url("../images/nav.gif") -510px -31px no-repeat; }
body#proposal #nav-03 { background:url("../images/nav.gif") -577px -31px no-repeat; }
body#press #nav-04    { background:url("../images/nav.gif") -662px -31px no-repeat; }
body#contact #nav-05  { background:url("../images/nav.gif") -723px -31px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#563900;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FFF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover  { 
	background-image:none;
	background-color:#bed0d0;
	color:#563900;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:120px; }		
