@charset "UTF-8";
/* CSS Document */

/* 
Author: Zack Azar 
Email: zpazar@gmail.com
May 2010
*/


/* -------------- General Structure -------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*background-image: url(images/home/background_texture.png);
	background-repeat: repeat-x;*/
	
	background-image: url(images/home/background_texture_top.png), url(images/home/background_texture_body.png);
	background-repeat: repeat-x, repeat;
	
	margin-top: 0px;
	}
	
.container {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	padding: 0px 0px 20px 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/home/background_content.jpg);
	background-position: bottom;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	}
	
	
.outer_container {
	width: 1040px;
	background-image: url(images/home/dropshadow_bottomright.png), url(images/home/dropshadow_bottomleft.png), url(images/home/dropshadow_bottom.png), url(images/home/dropshadow_sides.png);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
	background-position: bottom right, bottom left, bottom, bottom;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	}
	
	
	
.glossery_terms {
	font-size: small;
	font-weight: bold;
	
	}

	
	
/* -------------- Head Elements -------------- */
	
.logo {

	width: 390px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	
	}
	
.logo img {
	width: 220 px;
	}
	
.store_info {
	font-size: x-small;
	line-height: 110%;
	padding-top: 0px;
	float: right;
	}
	
.header {
	background-color: #7B8968;
	width: 1000px;
	height: 100px;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
		}
	
.top_navbar {
	width: 870px;
	padding-left: 140px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	}
	
/* -------------- Dropdown Nav CSS -------------- */
	
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 5;
 /*z-index: 597;*/
 
 
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 6;
 
 
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-top: 5px;
 z-index: 598;
 border: thin solid #7B8968;
 background-color: #E0E0C6;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 10px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}	

.blue {
	color: #0000FF;
	}
	
	
/* -------------- Left Navbar -------------- */
	
.left_navbar {
	width: 115px;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 0px;
	
	}

	
.leftnav_h1 {
	font-size: small;
	font-weight: bold;
	padding-left: 0px;
	
	}
	
.leftnav_h2 {
	font-size: small;
	font-weight: bold;
	padding-left: 15px;
	}
	
.leftnav_links {
	padding-left: 15px;
	line-height: 175%;
	}
	
.red {
	color: #FF0000;
	}
	
	
/* -------------- Main Content Area -------------- */

	
.content_container {
	width: 845px;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
	float: right;
	}
	
.caption {
	width: 800px;
	margin-top: 5px;
	font-size: small;
	}
	
.couch_photo {
	
	width: 485px;
	padding-right: 00px;
	border: medium solid #7B8968;
	}	

.couch_thumb {
	
	width: 155px;
	padding-right: 00px;
	margin-top: 10px;
	display: inline-block;
	border: medium solid #7B8968;
	}	


.content_title {
	font-size: large;
	
	font-weight: bold;
	padding-top: 10px;
	
	}
	
.couch_content {
	width: 315px;
	padding: 10px 10px 10px 10px;
	margin-right: 5px;
	float: right;
	border: medium solid #7B8968;
	background-color: #E0E0C6;
	
	}


.bold {
	font-weight: bold;
	}
	

/* -------------- Random Styles -------------- */

	
#designer_photo {

}

.printer_friendly {
	
	
}

.swatch {
	margin-right: 4px;
	margin-top: 4px;
	}


.glossary_letters {
	text-align: center;
	font-size: large;
	}

.hardwood_box{
	float: right;
	width: 350px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	border: medium solid #7B8968;
	background-color: #E0E0C6;
	}

.photo_floatright {
	float: right;
	margin-left: 10px;
	}	
	
.photo_map {
	margin-right: 60px;
	margin-left: 60px;
	}	
	
.animationphoto_floatright {
	float: right;
	margin-left: 10px;
	border: medium solid #7B8968;
	}	
	
.footer {
	width:1000px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
	}
	
#copyright {
	float:left;
	}

table, th, td {
	border: 1px solid black;
	}

table {
	border-collapse: collapse;
	}

td {
	text-align: center;
	padding: 15px 10px;
	vertical-align: top;
	}
	

	

	
/* -------------- Link Styles -------------- */

a img {
	border: none;
}
	
a:link {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #0000FF;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active {

	}