@charset "utf-8";
/* CSS for Enchanted Barn Interiors */


/* TAGS */

html {
	height:101%;
	}


body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
}

h1 {
	font-size:120%;
	}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

img {
	border:none;
	}


#wrapper {
	position:relative;
	width:936px;
	margin: 100px auto 0 auto;
	}
	
#banner {
	width:100%;
	height:55px;
	background: url(images/banner_slice.gif) repeat-x;
	}
#logo {
	height: 55px;
	width: 328px;
	float:left;
	padding-left:15px;
	}
	
#phone {
	position:absolute;
	top:-5px;
	right:200px;
	}
	
#basket_button {
	position:absolute;
	top:-5px;
	right:340px;
	}
	
#search {
	position:absolute;
	top:-5px;
	right:0;
	}
	
#content {
	width: 936px;
	min-height: 345px;
	height:auto !important;
	height:345px;
	}
	
#content img {
	border:none;
	}
	
#content_text {
	width: 906px;
	min-height: 305px;
	height:auto !important;
	height:305px;
	padding:25px 15px 15px 15px;
	}
	

#menu {
	position:absolute;
	top:55px;
	left:0;
	margin: 15px 15px 15px 25px;
	background:url(images/menu_slice.gif) repeat-y;
	height:315px;
	width:166px
	}
	
#menu_long {
	position:absolute;
	top:55px;
	left:0;
	margin: 15px 15px 15px 25px;
	background:url(images/menu_slice.gif) repeat-y;
	min-height: 481px;
	height:auto !important;
	height:481px;
	width:166px
	}
	

#menu ul, #menu_long ul {
	position:relative;
	z-index:50;
	list-style:none;
	margin:0;
	padding:36px 0 24px 20px;
	}
	
.no-title {
	top:-20px;
	}
	
.title {
	top:0;
	}
	

	
	
#menu li, #menu_long li {
	height:24px;
	}
	
#menu li:hover, #menu li.sfhover, #menu_long li:hover, #menu_long li.sfhover{
	background: url(images/swirl.gif) right no-repeat;
	}


#menu_top {
	position:absolute;
	top:0;
	height:29px;
	width:146px;
	padding: 10px 0 0 20px;
	background:url(images/menu_top.gif) no-repeat;
	}	
	
#menu_top_plain {
	position:absolute;
	top:0;
	height:29px;
	width:146px;
	padding: 10px 0 0 20px;
	background:url(images/menu_top_plain.gif) no-repeat;
	}	
	
#menu_bottom {
	position:absolute;
	bottom:0;
	height:24px;
	width:166px;
	padding-left:20px;
	background:url(images/menu_bottom.gif) no-repeat;
	}	

.home {
	background:url(images/main.jpg) no-repeat;
	}
	
.home2 {
	background:url(images/main2.jpg) no-repeat;
	}
	
.oops {
	background:url(images/404.jpg) no-repeat;
	}
	
.accessories {
	background:url(images/accessories.jpg) no-repeat;
	}
	
.furniture {
	background:url(images/furniture.jpg) no-repeat;
	}
	
.barn {
	background:url(images/barn.jpg) no-repeat;
	}
	
.showroom {
	background:url(images/showroom.jpg) no-repeat;
	}
	
#main {
	float:left;
	width:730px;
	margin: 15px 0 15px 0;
	}
	
	
#basket {
	width:39px;
	height:63px;
	float:left;
	}
	
#basket a {
		display:block; 	width:39px; height:63px; text-decoration:none;
		background:url(images/basket.gif) no-repeat;
}
	
#basket a:hover {
	background:url(images/basket_hover.gif) no-repeat;
	}
	
#basket img {
	border:none;
	}

#copyright{
	position:absolute;
	left: 20px;
	bottom:115px;
	font-size:80%;
	width:50%;
}

.address {
	color:#999999;
	}


#footer {
	width:100%;
	height:164px;
	background:url(images/footer_slice.gif) repeat-x;
	clear:both;
	}
		
#strapline {
	clear:both;
	height:164px;
	position:absolute;
	right:0;
	bottom:0;
	}
	

	
/* NAV STYLES */



#nav, #nav ul { /* all lists */
	float:right;
	width:570px;
	padding: 0 5px 0 0;
	margin: 0;
	margin-right:-5px;
	list-style: none;
	z-index:50;

}

#nav li { /* all list items */
	display:inline;
	float: left;
	padding: 0 4px;
 /* width needed or else Opera goes nuts */
}

#nav ul li a {
	display: block;
	height:21px;
	padding-top:34px;
}

#nav ul li ul li a {
	color: #cccccc;
	height:21px;
	padding-top: 3px;
	width:120px;
}

#nav ul li ul li a:hover {
	color: #ffffff;
}



#nav li:hover, #nav li.sfhover {
	background:url(images/menu_hover.gif) center no-repeat;
}

#nav li ul { /* second-level lists */
	position: absolute;
	text-align:left;
	padding-top: 5px;
	padding-left: 5px;
	margin-left:-10px;
	background: #363636;
	width:100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}



	
#nav ul li ul li:hover, #nav ul li ul li.sfhover {
	background:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.thispage {
	background:url(images/menu_this.gif) repeat-x;
	}


/* END BANNER & NAV STYLES */

/* PAGE SPECIFIC STYLES */

#copy_home {
	position:absolute;
	width: 400px;
	height: 106px;
	text-align: justify;
	top:230px;
	left: 45px;
	}
	
#copy_home h1 {
	text-align:left;
	}
	
#copy_contact {
	float:left;
	width: 500px;
	top:70px;
	padding-left: 425px;
	padding-top:10px;
	}
	
#copy_hours {
	position:absolute;
	width: 347px;
	height: 106px;
	top:70px;
	left: 560px;
	}
	
#full_width {
	padding: 5px 25px 0 25px;
	}

#flash {
	position:relative;
	float:left;
	width:600px;
	height:315px;
	margin: 15px 15px 15px 15px;
		}
	
#aboutus_copy {
	float:left;
	text-align:justify;
	padding-left:15px;
	width:270px;
	height:315px;
	margin:15px 0;
	}
	

	
#portfolio {
	float:left;
	width:100%;
	height:215px;
	padding-top:45px;
	}
.portfolio_thumb {
	float:left;
	width: 215px;
	height:215px;
	padding:0 9px;
	}
	
#paging {
	width:100%;
	}

.previous {
	padding-left:9px;
	padding-top:15px;
	float:left;
	}
	
.next {
	float:right;
	padding-top:15px;
	padding-right:9px;
	}
	
/* brand pages */

#brand_image {
	float:left;
	width:490px;
	height:315px;
	margin-top:15px;
	}
	
#brand_details {
	float:left;
	padding-left:15px;
	padding-top:15px;
	width:200px;
	}
	
#access_panel {
	position:absolute;
	left:55px;
	top:90px;
	}
	
#access_panel ul {
	list-style:none;
	margin:0;
	padding:10px;
	}
	
#access_panel li{
	height:15px;
	padding-bottom:10px;
	}
	
	
.center {
	margin: 0 auto;
	width:850px;
	}

.collections {
	float:left;
	width:215px;
	height:215px;
	margin:0 25px;
	}
	
.collections_link {
	position:absolute;
	width:150px;
	color:#cccccc;
	font-size:90%;
	top: 367px;
	left: 711px;
	}
	
/* shop pages */

#products, #brands {
	margin-left:206px;
	width:730px;
}

.product_image {
	float:left;
	height:315px;
	margin-top:15px;
	}
	
.product_details {
	float:left;
	padding-left:10px;
	padding-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	height:315px;
	width:115px;
	}
	
.product_details_long {
	float:left;
	padding-left:15px;
	padding-top:15px;
	height:315px;
	width:350px;
}

.product_details_long p{
	margin: 12px 0; 
}

#depts {
	margin:0 0 0 206px;
	width:730px;
	height:330px;
	padding-top:15px;
}

.dept {
	float:left;
	height:151px;
	width:109px;
	margin: 0 12px 12px 0;
	}
	
	

#instructions {
	position:absolute;
	top:333px;
	right:10px;
	font-size:90%;
	color:#CCCCCC;
	text-align:right;
	height: 64px;
}

/*map*/

#map {
	position:relative;
	z-index:0;
	height:400px;
	width:936px;
	}
	
/*text pages*/

.text {
	margin: 25px;
	}
	
.margin_top {
	padding-top:15px;
	}
	

/*page controls*/

#paging_items {
	position:absolute;
	width:100px;
	text-align:right;
	float:right;
	top:334px;
	right:7px;
	font-size:80%;
}

.pg {
	padding-bottom:20px;
	}
	
/*form*/
	
input[type="text"],
textarea {
	background: #cecece;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 1px;
}
	

	


