@charset "utf-8";
/* CSS Document */

body {
	background: #faf1e0 url(http://www.hawaiidiscountfurniture.com//images/bg_body.jpg) no-repeat center top;
}

#header {
	position: relative;
	background: url(http://www.hawaiidiscountfurniture.com//images/bg_header.jpg) no-repeat top center;
	height: 130px;
}

.cont_spot {
	position: absolute;
	right: 25px;
	top: 50px;
	z-index: 999;
}

.cont_spot p {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

.add {
	margin: 20px 0 10px 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

#banner {
	height: 325px;
	background: #000;
	position: relative;
}

.upper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
}

#content {
	background: #fff;
}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 20px 20px 20px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 3px solid #000;
}

#content p {
	margin: 10px 20px 10px 20px;
	font-size: 14px;
}

#side {
	background: #fff;
}

#side p {
	margin: 5px 10px 10px 20px;
}

#side h2 {
	color: #333;
	margin: 20px 10px 10px 20px;
	border-bottom: 3px solid #ff6600;
	font-weight: bold;
	font-size: 16px;
}

#menubar {
	background: url(http://www.hawaiidiscountfurniture.com//images/bg_menubar.jpg) no-repeat top center;
	height: 68px;
}

.searchbox {
	position:absolute;
	width: 310px;
	height: 325px;
	background: url(http://www.hawaiidiscountfurniture.com//images/bg_searchbox.png) no-repeat top center;
	top: 0;
	right: 0;
}

#searchbox2 {
	background: url(http://www.hawaiidiscountfurniture.com//images/bg_searchbox.png) no-repeat top center;
	margin-left: -10px;
}

.searchbox h1, #searchbox2 h1 {
	font-size: 24px;
	margin: 40px 30px 20px 20px;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold;
	color: #ff6600;
	border-bottom: 3px solid #444;
}

.searchbox p, #searchbox2 p {
	margin: 0 30px 10px 20px;
	font-size: 16px;
	color: #000;
}

.box_input {
	margin: 0 0 0 20px;
}

#footer {
	margin: 10px 0 20px 20px;
}

#main {
	background: #fff;
	width: 640px;
}

#main h1 {
	display: block;
	background: #ff6600;
	color: #fff;
	padding: 10px 20px 10px 20px;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}

#main p {
	margin: 10px 20px 20px 20px;
	line-height: 1.5em;
	font-size: 14px;
}

#product {
	border-bottom: 1px solid #CCC;
	width: 640px;
}

#product p {
	margin: 10px 10px 10px 0;
}

#prod_pic {

	background:  #fff;
}

#prod_pic p {
	margin: -10px 0 10px 0;
	padding: 0;
}

#prod_info {

}

.prod_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	border-bottom: 1px solid #ff6600;
}

.prod_num {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.prod_thb {
	margin: 20px;
	padding: 5px;
}

.prod_cat {
	color: #ff6600;
	font-weight: bold;
}
.prod_price {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}

.coup {
	border: 1px dashed #000;
}

.thb img {
			border: 1px solid #999;
}

.thb:hover img {
			border: 1px solid #ff6600;
}

ul.topnav {
	list-style: none;
	padding: 25px 0 0 40px;	
	margin: 0;
	float: left;
	width: 920px;
	font-size:18px;
	background: url(../images/topnav_bg.gif) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 40px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 7px 5px;
	color: #333;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a.spec {
	padding: 7px 5px;
	color: #ff6600;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #ff6600;
}
ul.topnav li a.spec:hover{
	color: #333;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(http://www.hawaiidiscountfurniture.com//images/subnav_btn2.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: -10px;
	background: #577da2;
	color: #fff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 175px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #364f67;
	z-index: 999;
}
ul.topnav li ul.subnav li{
	font-size: 10px;
	margin: 0; padding: 0;
	border-top: 1px solid #5f91c1; /*--Create bevel effect--*/
	border-bottom: 1px solid #486a8a; /*--Create bevel effect--*/
	clear: both;
	width: 175px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #577da2 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	color: #fff;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #ff6600 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}

.left1{
   position: relative;
   float: left;
   left: 0.25%;
   width: 30.00%;

}
.left2{
	position: relative;
	float: left;
	left: 2.25%;
	width: 1.00%;
}
.right{
   position: relative;
   float: right;
   right: 0.25%;
   width: 62.00%;

}
.right1 {
	position: relative;
	float: right;
	right: 0.50%;
	width: 105.00%;
}
.wrapper{
   position: relative;
   float: left;
   left: 0.00%;
   width: 100.00%;
}