*{
	padding:0;
	margin:0;
}

html, body{
	width:100%;
	height:100%;
}

body{
	background:url(../images/floral2.jpg) #ffffff no-repeat top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C3306;	
}

#wrapper{
	background:url(../images/floral-bottom2.jpg) no-repeat bottom right;
	width:100%;
	margin:0;
	padding:0;
	float:left;
	height:expression((document.documentElement.scrollHeight<window.screen.height)?window.screen.height+'px': document.documentElement.scrollHeight+'px');	
}

#wrapper-outer{
	background:url(../images/flower-bl.jpg) no-repeat bottom left;	
	width:100%;
	height:100%;	
}

#wrapper-inner{
	background:url(../images/flower-tr.jpg) no-repeat top right;
	width:100%;
	height:200px;
}

#pagewidth{
	width:900px;
	margin:10px auto 10px auto;
	overflow:hidden;
}

#header{
	margin:10px 0 10px 0;
}

h1{
	background:url(../images/the-impeccable-pig.gif) no-repeat top center;
	text-align:center;
	width:100%;
	height:100px;
	text-indent:-4000px;
	display:block;
}

#flashcontent{
	background-color:#CCCCCC;
	height:380px;
	display:block;
	clear:both;
	margin:0 0 8px 0;
}

#menu{
	display:block;
	padding:10px;
	overflow:hidden;
	text-align:center;
}

#menu a{
	display:block;
	float:left;
	height:31px;
}

#searchbar{
	display:block;
	padding:8px 4px;
	overflow:hidden;
	height:26px;
	font-size:11px;
	margin:0 0 10px 0;
	background:url(../images/footer-hr.jpg) repeat-x bottom;
}

#searchbar .search{
	float:right;
	width:245px;
	display:block;
	overflow:hidden;
}

.searchtxt{
	/*background:url(../images/search-bg.jpg) no-repeat;*/
	width:150px;
	height:15px;
	border:1px solid #cccccc;
	font-size:11px;
	padding:2px;
	float:left;
	margin:2px 6px 0 0;
}

#footer{
	display:block;
	margin:10px 0 20px 0;
	padding:4px;
	overflow:hidden;
	background:url(../images/footer-hr.jpg) repeat-x top;
}

#footer a{
	text-decoration:none;
	color:#6C3306;
	font-size:11px;
	margin:0 10px 0 0;
}

#footer .ig{
	font-size:11px;
	float:right;
	background:#3a1f02;
	color:#ffffff;
	padding:0 0 0 10px;
}

#footer .ig a{
	color:#ffffff;
}

#content{
	clear:both;
	overflow:hidden;
}

#sidebar{
	float:left;
	width:200px;
	margin:0 10px 0 0;
}

#sidebar ul{
	margin:10px 0 10px 20px;
}

#sidebar ul li, #sidebar ul li a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#6C3306;
}

#maincontent{
	float:left;
	width:680px;
	overflow:hidden;
}

#maincontent h2{
	font-size:16px;
	font-weight:bold;
	color:#6C3306;
}

.clearer{
	clear:both;
	height:1px;
}

hr{
	background:url(../images/footer-hr.jpg) repeat-x;
	height:1px;
	border:none;
	margin:4px 0 4px 0;
}

.product{
	font-size:11px;
	float:left;
	margin:4px 10px 30px 0;;
	
}

.product a{
	color:#6C3306;
	text-decoration:none;
}

.product img{
	border:1px solid #3a1f02;
	
	padding:11px;
}

.productname{
	font-size:11px;
	margin:4px 0;
	font-weight:bold;
}

.productprice{
	font-size:11px;
}

.product-detail{
	font-size:11px;
}

.product-detail ul {
	margin:10px 0 0 10px;
}
.productimage{
	padding:4px;
	border: 1px solid #3a1f02;
	float:left;
	margin:0 20px 10px 0;
}
.productname{

}
.productdesc{
	margin:0 0 10px 0;
}
.productprice{
	margin:5px 0 5px 0;
}
.productqty{
	margin:5px 0 5px 0;
}
.addtocart{
	margin:5px 0 5px 0;
}
.checkout{
	margin:5px 0 5px 0;
}

.product_table{
	font-size:12px;
}

#login_form{
	float:left;
	width:300px;
	margin:10px 10px 0 0;
	font-size:12px;
	overflow:hidden;
}

#register_form{
	margin:10px 10px 0 0;
	float:right;
	width:300px;
	font-size:12px;
}

#login_form h2, #register_form h2{
	font-size:14px;
	font-weight:bold;
}

.leftCol{
	float:left;
	width:255px;
}

.rightCol{
	float:right;
	width:400px;
}

.floatleft{
	float:left;
	width:270px;
}
