/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
padding: 0px;
margin: 0px auto;
font-size: 12px;
}

#wrap{
margin: 0px auto;
width: 1000px;
height: auto;
border-right: 2px solid #d9d5d2;
border-left: 2px solid #d9d5d2;
padding: 0px 5px 0px 5px;
}

#wrap_2{
width: 998px;
height: auto;
}

#header{
width:998px;
height: 175px;
margin:0px 0px 42px 0px;
}

#header .logo{
width:245px;
height: 159px;
float:left;
padding:20px 0px 0px 20px;
}

#header .flash{
padding:2px;
width:300px;
height: 125px;
float:left;
margin:20px 0px 0px 150px;
border: 1px solid #d9d5d2;

}

#header .cart_button{
width:100px;
height: 50px;
float:right;
padding:20px 0px 0px 20px;
}

.cart_button a{
text-decoration:none;
color:#996600;
}

.cart_button a:hover{
text-decoration:none;
color:#0000FF;
}


#nav_bar{
padding:5px 0px 0px 0px;
width: 998px;
height:32px;
border-bottom: 1px solid #d9d5d2;
clear:both;
}

#nav_bar a{
display: inline;
margin-left: 3px;
}


#content{
float:right;
padding:20px 0px 0px 20px;
width: 795px;
height: auto;
}

#content a{
text-decoration:none;
}


#left_nav{
padding:5px 0px 0px 0px;
margin:0px 0px 10px 0px;
float:left;
clear:both;
width: 175px;
height: auto;
border-right: 1px solid #d9d5d2;
border-bottom: 2px solid #d9d5d2;
border-left: 1px solid #d9d5d2;
}

#left_nav a{
color:#996600;
text-decoration:none;
display:list-item;
list-style: none;
padding: 0px 0px 10px 10px;
}

#left_nav a:hover{
color:#0000FF;
}

#left_nav li{

}


#left_nav .coupon{
padding:5px;
border-top: 2px solid #d9d5d2;
font-size:10px;
line-height:15px;
margin-top:5px;
}

#left_nav img{
border: 1px solid #d9d5d2;
padding:1px;
margin-top:0px;
margin-bottom:10px;
}

#left_nav input{
margin-bottom:5px;
margin-top:5px;
}


fieldset.search {
	border: none;
	width: 160px;
	margin:0px 0px 10px 0px;
	background:url(images/submit_bg.gif) no-repeat;
	padding: 0px 0px 0px 30px;

}
.search input, .search button {
	float: left;
	border:none;
}
.search input.box {
	font-size: 1.2em;
	width: 100px;
	height: 20px;
	padding: 2px 5px 0px 0px;
	margin-right: 5px;
	color:#944f31;
	background:transparent;
}
.search input.box:focus {
	background:left -38px;
	outline:none;
}
.search button.btn {
	width: 33px;
	height: 33px;
	cursor: pointer;
	text-indent: -9999px;
	background: top right;
}



#footer{
padding: 20px 0px 0px 0px;
border-top: 1px solid #d9d5d2;
width: 980px;
height: 200px;
clear:both;
text-align:center;
}

