/*=====================================================*/
/* Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

* { padding: 0; margin: 0; }

html,body {margin:0;padding:0}

img {
	vertical-align: bottom;
}

/*=====================================================*/
/* Global Definitions */

body {
	background: url(../img/bg_body.jpg) top right no-repeat #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 160%;
	width: 100%;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #ba7f45;
}

h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	text-transform: uppercase;
}

h1, h3 {
	font-size: 26px;
}

h2 {
	font-size: 16px;
	color: #000;
}


/*=====================================================*/
/* Structure Definitions */

#main {
	width: 960px;
	margin: 0 auto;
}

#hdr {
	width: 960px;
	height: 130px;
	position: relative;
	float: left;
}

#nav {
	width: 910px;
	height: 40px;
	margin: 0px 0px 0px 24px;
	background: url(../img/bg_nav.jpg) repeat-x;
	float: left;
	position: relative;
}

#content {
	width: 960px;
	height: inherit;
	float: left;
}

#product {

	float: left;
}

#images {
	width: 80%;
	position: absolute;
	top: 372px;
	left: 32px;
	z-index: 100;
	}
	#images img {
		cursor: pointer;
		border: 1px solid #fff;
	}
	#images img:hover {
		-moz-box-shadow: black 0px 0px 3px;
		-webkit-box-shadow: black 0px 0px 3px;
        box-shadow: black 0px 0px 3px;
		border: 1px solid #333;
}

#available {
	background: url(../img/bg_available.jpg) repeat-x;
	color: #fff;
	padding: 0 5px;
	float: left;
}

.full {
	width: 910px !important;
	margin-left: 25px !important;
}

.price {
	float: right;	
}

/*=====================================================*/
/* Header Definitions */

#logo {
	width: 138px;
	height: 56px;
	background: url(../img/bg_logo.jpg) no-repeat;
	position: absolute;
	left: 25px;
	top: 40px;
}

#top {
	position: absolute;
	right: 25px;
	top: 64px;	
	}
	#top a {
		display: block;
		float: left;
		margin: 0px 0px 0px 15px;
}

/*=====================================================*/
/* Navigation Definitions */

#section {
	min-width: 147px;
	height: 70px;
	background: url(../img/bg_nav_end.jpg) repeat-x;
	float: right;
}

.navslide {
	width: 960px;
	margin: 0 auto;
	float: left;
	}
	.navslide li{  
    	float: left;  
    	width: 320px;  
    	height: 40px; 
		display: block;
		}
		.navslide li h1 {
			font-size: 26px;
			color: #fff;
			padding: 5px 0px 0px 8px;
}  

#ns1 {   
    background: url(../img/bg_nav_home.jpg) left no-repeat;   
}  
#ns2 {  
    background: url(../img/bg_nav_furniture.jpg) left no-repeat;  
}  
#ns3 {  
    background: url(../img/bg_nav_cabinetry.jpg) left no-repeat;  
}  


/*=====================================================*/
/* Content Definitions */

#cycle {
	height: 407px;
	position: relative;
	z-index: 1;
}

#slideshow {
	position: relative;
	width: 910px;
	height: 407px;
}

#box {
	width: 880px;
	height: 40px;
	padding: 15px;
	background: #f2f2f2;
	margin: 25px 0px 0px 0px;
	}
	#box p {
		display: block;
		height: 50px;
		width: 16%;
		float: left;
}

#boxabout {
	width: 880px;
	
	padding: 15px;
	background: #f2f2f2;
	margin: 25px 0px 0px 0px;
	float: left;
	}
	#boxabout p {
		margin-bottom: 10px;
		
		
		float: left;
		-moz-column-count: 3;
 		-moz-column-gap: 20px;
		-webkit-column-count: 3;
 		-webkit-column-gap: 20px;
		text-align: justify;
	}
	#boxabout ul {
		padding: 20px 0px 0px 0px;
		display: block;
		clear: left;	
}

#overlay {
	width: 910px;
	background: #000;
	position: absolute;
	z-index: 999;
	bottom: 0px;
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	}
	#overlay p, #overlay span {
		color: #fff !important;
		padding: 15px;
		text-align: justify;
}

.column {
	width: 50%;
	margin: 50px 0 0 0;
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.column .info {
	min-width: 429px;
	margin: 0 25px 25px 25px;
}

#select {
	width: 429px;
	height: 429px;
	background: #f3f3f3;
}

.scrollable {
	position: relative;
	overflow: hidden;
	float: left;
}

.scrollable .items {
	position:absolute;
	overflow: hidden;
	width:20000em;
	clear:both;
	cursor: pointer; 
	}
	.scrollabel .items img {	
		opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=100); /* IE lt 8 */
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}

.scrollable .items div {
	width: 429px;
	height: 429px;
	float: left;
}

#display {
	position: relative;
	z-index: 0;
	float: left;
}

a.left, a.right {
	width: 25px;
	height: 42px;
	display: block;
	position: absolute;	
	top: 200px;
}

a.left {
	background: url(../img/bg_arrow_left.gif) no-repeat;
	left: 0px;
}

a.right {
	background: url(../img/bg_arrow_right.gif) no-repeat;
	right: 1px;
}

p.dimensions {
	padding: 10px 0px;
}

/*=====================================================*/
/* Blog Definitions */

#blogpost {
	width: 550px;
	float: left;
	height: inherit;
	margin: 50px 70px 0px 25px;
}

#blogpost p {
	margin: 10px 0;	
}

#blogpost img {
	margin: 0 0 10px 10px;
	float: right;	
}

#bloglinks {
	width: 290px;
	float: left;
	margin: 50px 0px 0px 0px;
	}
	#bloglinks a {
		display: block;
		font-size: 26px;
		border-bottom: 1px dashed #aaa;
		padding: 10px;
		width: 270px;
		height: inherit;
		color: #d26d1b;
		}
	#bloglinks a:hover {
		background: #f6f5f5;	
}

#bloglinks a.nav {
	width: 10px;
	border-bottom: none;
}


/*=====================================================*/
/* Footer Definitions */

#footer {
	width: 100%;
	min-height: 185px;
	margin: 50px 0 0 0;
	background: url(../img/bg_footer.jpg) left repeat-x;
	float: left;
	}
	#footer p {
		display: block;
		margin: 0 auto;
		width: 910px;
		text-align: left;
		color: #fff;
		margin-top: 25px;
		text-shadow: 0px 1px 0px #000;
	}
	#footer a {
		color: #d26d1b;
		text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
			
}