* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../../images/bg.gif); 
	font-family:  Verdana, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px; 
	color: #5e371a;
}
a {
	color: #5e371a; 
	text-decoration: none;
	}

a:hover {
	color: #e67ab0; 
	text-decoration: none;
	}
	
a img{
	border: none;
	}

h1 {
	font-size: 14pt;
	}
h4 {
	font-size: 12pt;
	}


.content {
	margin: 20px 0 0 0; 
	padding: 0;
}

.searchbox {
	background: url(../../images/searchbox.gif)   left no-repeat;
	height: 27px;
	width: 180px;
	position: relative;
	margin: 10px 0;
	}
.searchbox .searchinput {
	background: transparent;
	height: 27px;
	width: 115px;
	color: #764c29;
	padding: 5px 0 0 9px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.searchbox .searchgo {
	background: url(../../images/searchgo.gif) no-repeat;
	height: 27px;
	width: 23px;
	cursor: pointer;
	border: none;	
	position: absolute;
	top: 0;
	left: 135px;
}
	
.navwishlist {
	background: url(../../images/wishlist.gif)	no-repeat;
	height: 48px;
	width: 119px;
	text-indent: -9000px;
}

.navwishlist:hover {
	background: url(../../images/wishlist.gif ) 0 -48px;
}	

.clear {clear: both;}


.input-err { 
	background-color: #b2e562; 
}


#header{
	background: transparent url('../../images/header.gif') no-repeat;
	height: 124px; 
	width: 938px;
	margin: 0 auto;
	position: relative;
}


#cartnav{
	top: 40px;
	right: 10px;
	display: inline;
	position: absolute;
	font-size: 80%;
}
#cartnav a {
	margin: 0  0 0 12px;
	color: #5e371a;
}
#cartnav a:hover {
	color: #3da3db;
}
.cartitems {
	color: #7a2c4a;
	top: 89px;
	left: 815px;
	position: absolute;	
	font-size: 80%;
}
.cartitems a:hover {
	color: #3da3db;
}
#logo{
	text-indent: -9000px;
	width: 500px; 
	height:60px;
	left: 50px;
	top:65px;
	position: absolute;
	cursor: pointer;
}
#logo h1{
	width: 500px; 
	height: 60px;
	cursor: pointer;
}


#sitewrap {
	width: 938px;
	margin: 0 auto;
	background: transparent url(../../images/sitemid.gif) repeat-y;
}
#sitemain {
	width: 938px;
	background: transparent url(../../images/sitetop.gif) top no-repeat;
	min-height: 768px;
}



.leftside {
	width: 180px; 
	float: left;
	margin: 40px 0 0 55px;
	_margin-left: 25px;
	
	min-height: 300px;
}
.rightside {
	width: 690px; 
	float: left;
	margin: 20px 0 0 0;


	min-height: 300px;
}

.topnavwrap{
	width: 685px;
}

.topnavwrap ul {
	float: right;
	height: 42px;
}
	
.topnavwrap ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 23px 0 0;
	cursor: pointer;
}

.topnavwrap ul li a {
	text-indent: -9000px;
	display: block;
	height: 42px;
	width: 73px;
}

.topnavwrap .home{background: url(../../images/home.gif) no-repeat;	height: 42px;
	width: 73px;
}
.topnavwrap .home:hover {background-position: 0 -42px;}
.topnavwrap .policies {background: url(../../images/policies.gif) no-repeat;	height: 42px;
	width: 73px;
}
.topnavwrap .policies:hover {background-position: 0 -42px;}
.topnavwrap .about{background: url(../../images/about.gif) no-repeat;	height: 42px;
	width: 73px;
}
.topnavwrap .about:hover{background-position: 0 -42px;}
.topnavwrap .contact{background: url(../../images/contact.gif) no-repeat;	height: 42px;
	width: 73px;
}
.topnavwrap .contact:hover{background-position: 0 -42px;}

.topnavwrap .blog{
	height: 42px;
	width: 73px;
	background: url(../../images/blog.gif) no-repeat;
}
.topnavwrap .blog:hover{
	background-position: 0 -42px;
}


.footer {
	margin: 0 auto; 
	padding: 20px;
	width: 938px;
	height: 50px;
	background: transparent url(../../images/sitebott.gif) top no-repeat;
}
.footer p {
	margin: 0;
	padding: 0;
}
.footer a {}
.footer .inside {
	float: right;
	text-align: right;
}
.footer .inside span {
	font-size: .85em;
}

.homepage {
	width: 660px;
}
.homepagebott {
	font-size: 80%;
}

.contentpage {
	margin: 25px auto;
	width: 650px;
	font-size: 80%;
}

#credits {
	margin: 0px auto;
	width: 850px;
	font-size: 80%;
}

#credits p {
	display: inline; 
	margin: 0;
	padding: 0;

}
.cartcenter { width: 60%; margin: 30px auto; text-align: center; }
.cartcenter table { margin: 0 auto; }