@charset "UTF-8";

body {
	background-color: #95845E;
	background-image: none;
}

#wrap {
	position: relative;
	width: 780px;
	margin: 10px auto 0 auto;
	min-height: 600px;
	background-color: #5e3f22;
}

#header {
	background-color: #fff;
}

#logo {
	margin-left: 20px;
}

#nav {
	background: url(../assets/backgrounds/header_internal_bg.gif) repeat-x;
}

#nav ul {
	margin: 0 0 0 220px;
	padding: 12px 0 0 0;
}

#content {
	min-height: 500px;
	height: 1%;  /* IE  */
	overflow: hidden;
	background-color: #d9ccad;
}

#content div.float-left {
	width: 500px;
	min-height: 500px;
	background-color: #b9a985;
}

#content div.float-right {
	width: 275px;
	min-height: 500px;
	background-color: #d9ccad;
}


#photo_caption {
	margin: 0 0 0 285px;
}

.pad {
	padding: 20px;
}

#buttons {
	position: absolute;
	top: 65px;
	right: 0;
	width: 117px;
}

#buttons li {
	padding: 0 0 1px 0;
}

#sub_menu {
	position: relative;
	top: -5px;
	margin-left: 10px;
}

ul#sidenav {
	margin: 100px 0 0 0;
}

ul#sidenav ul.subnav {
	width: 168px
}  


#footer_bar {
	height: 33px;
	background: url(../assets/backgrounds/footer_bg.gif) repeat-x;
}

ul#footer {
	margin: 20px 20px 0 0;
	padding: 0 0 20px 0;
	text-align: right; 
}

ul#footer li {
	display: inline;	
}

#sub_1, #sub_2, #sub_3 {
	width: 157px;
	padding-left: 10px; 
	display: none; 
	background-color: #d9ccad;
}.store-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
}
#content .addtocart {
	position: absolute;
	left: 375px;
	top: 441px;
	width: 141px;
	height: 44px;
}
#shoppingcart {
	margin-bottom: 70px;
}
.pad #proceed {
	position: absolute;
	height: 49px;
	width: 169px;
	left: 228px;
	top: 420px;
}

