body{
	background-image:url('../images/bg.jpg');
	margin:0px;
	font-family : "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:14px;
}                
h3{
	color:#AF4F22;
	font-size:20px;
}                
h1, h2, h3, h4, h5, h6{
	font-family : "ARIAL BLACK";
	margin:0;
	padding:0;
}
#wrapper{
	width:1000px;
	position:relative;
	top:-300px;
	left:50%;
	margin-left:-500px;
}
#header{
	background-image:url('../images/banner_rp.jpg');
	height:250px;                         
	width:100%;
	margin: 50px 0px 50px 0px;
}
.black_bar{
	background-color:#0f0e0e;
	height:46px;              
	position:relative;
	top:155px;
}          
#header_pic{
	position:relative;
	left:300px;
	top:-95px;
}
#nav{
	position:relative;      
	top:150px;
	padding:10px;           
	text-align:left;
}
.nav_but{
	display:inline;
	color:#ffffff;
	font-size:20px;
	margin:0px 20px 0px 20px;
	cursor:pointer;
}
#content{
	width:900px;
	background-color:#fefcf5;
	padding:20px;
	position:relative;
	top:-75px;
	text-align:left;
	border:2px #0f0e0e solid;
}
#footer{
	width:920px;
	background-color:#fefcf5;
	padding:10px;            
	margin-top:10px;
	position:relative;
	top:-75px;
	text-align:left;
	font-size:10px;
	font-style:italic;
	border:1px #0f0e0e solid;
}
#shop_dropdown{
	display:none;
	opacity:0;
	position:absolute;
	top:240px; 
	left:50%;
	margin-left:-465px;
	padding:10px;
	width:125px;
	background-color:#000000;
	border:2px white solid;
}
.item{
	color:#ffffff;
	padding:5px;
	cursor:pointer;
	display:block;
	text-decoration:none;
}                  
.item:hover{font-weight:bold}

#fabric-wrapper{
	width:560px;
	height:360px;
	
	padding:20px;
}            
.fabricthumb{
	float:left;
	padding:10px;
	margin:5px;
}                             
#product-wrapper{
	width:230px;
	border:thin solid #000000;
	padding:20px;
}                             
#product_gallery{
	padding:0 0 0 0px;
}
#gallery-main-pic{
	width:167px;
	height:250px;
	border:thin solid #000000;                     
	float:left;		
}                  
#gallery-thumbnails{
	width:46px;
	height:200px;
	float:right;
	padding:0px;
}   
.thumbnail{
	height:40px;
	width:44px;
	margin:0px 2px 4px 2px;
	border:thin solid #000000;	
	cursor:pointer;
}
                                    
#product-description{
	padding-top:20px;
	clear: both;
}

#shopping_cart_wrapper{      
	display:none;
	opacity:0;
		
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-190px;
	margin-left:-325px;
	
	width:650px;            
	
	background-color:#ffffff;
	border:1px solid #444444;
}
#shopping_cart_top_bar{
	height:25px;
	background-color:#EEEEEE;
	margin-bottom:1px;
	color: rgb(102, 102, 102);
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	padding:2px 8px 0px 0px;
	cursor:pointer;
}                           
#shopping_cart_top_header{
	height:63px;
	background-image:url('../images/cart_bg_top.gif');
}
#shopping_cart_wrapper{
	font-family : "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
}
#shopping_cart_wrapper table th{
	background-color:#eeeeee;       
	border-top:thin solid #cccccc;	
	border-bottom:thin solid #cccccc;
	border-right:thin solid #cccccc;;
}
.bold{
	font-weight:bold;
}
#overlay{      
	display:none;
	position:absolute; top:0;left:0;
	height:100%;
	width:100%;      
	background-color:#000000;
	opacity:0;
}
.view_cart{
	cursor:pointer;
}
a{
	color:#722C2C;
}
a:hover{
	color:#572424;
}