body {
	background: url("../images/body_bg.jpg") center top repeat-x #cdbd8d;
	margin: 0;
	padding: 0;
	
	font-family: georgia;
	font-size: 12px;
	line-height: 19px;	
	text-align: center;	
	color: #000;
}


p {
	margin:1em 0;
	padding:0;
	display:block
}

ul {
	margin: 1em 0 1em 2em;
	padding: 0;
}

h2 {
	margin: 1.25em 0 0.75em;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-family: georgia;
	color:#382513;
}

h2 a {
	color:#382513;
	text-decoration: none;
}

h3 {
	margin:1em 0;
	padding:0;
	font-size:14px;
	font-weight: bold;
	color:#382513;
}

h4 {
	margin:1em 0;
	padding:0;
	font-size: 13px;
	font-weight: bold;
}

a {
	color:#000;
}

#container {
	width: 778px;
	margin: 0 auto;
	padding: 0px 0px;
	text-align: left;
	background: url("../images/container_bg.jpg") left top;
}

#container2 {
	padding:0px 0px;
	margin:0 0 0 0;
	background: url("../images/container2_bg.jpg") left top no-repeat;
}

#header  {
	height: 140px;
	padding: 1px 0;
	clear: both;
}

#header p,h1 span{
	display:none;
}

#header h1 {
	width:140px;
	height:140px;
	margin:0;
	padding:0;
	display: block;
	float: left;
	
}
#header h1 a {
	width:140px;
	height:140px;
	display:block;
	outline: none;
}

#nav_top {
	height:36px;
	text-align: center;
	margin: 69px 0px 0;
	margin-top: expression('70px');
	overflow: hidden;
}
#nav_top ul {
	margin:0 0 0 0;
	padding:0 0;
	list-style: none;
	
}

#nav_top ul li {
	float: left;
	margin: 3px 0px 0px;
	height: 24px;
	line-height: 24px;
	display: inline;
}

#nav_top ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #606060;
	font-family:georgia;
	display: block;
	padding:  0 10px;
}

#nav_top ul li a:hover {
	text-decoration: underline;
}

#nav_top .link_current {
	margin: 0;
	background: url("../images/nav_right_roll.gif") right top repeat-x;
	height: 27px;
	line-height: 27px;
}

#nav_top .link_current a {
	padding: 0 15px;
	color: #fff !important;
	font-size: 17px !important;
	background: url("../images/nav_left_roll.gif") left top no-repeat;
	
}

#nav_top .link_current a:hover {
	text-decoration: none !important;
}

#link_cart {
	color: #666;
	float: right;
	margin: -66px 40px 0 0;
}

#link_cart p {
	font-size: 12px;
	display: block;
	margin: 0;
	padding-left: 20px;
	background: url("../images/link_cart_bg.gif") no-repeat left center;	
}

#link_cart a {
	
}
	
#content {
	margin: 0px 0 0 0;
	padding:1px 0px;
	background: url("../images/footer_bg.jpg") left bottom no-repeat;
	
}

#copy {
	width: 696px;
}

#content_footer {
	margin: 0 0 0 0;
	padding: 0 40px 32px;	
	clear:both;
}

#footer {
	
	height:0px;
	clear: both;
	text-align: center;

}

#footer p,#footer a {
	background-color: #cdbd8d;
	color:#382513;
	font-size:11px;
}
#footer p {
	margin:0;
}

/* super button */

.sbtn {
	line-height: 28px;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-weight: bold;			
	color: #fff;		
	background: url("../images/sbtn_r.gif") right center no-repeat;
	float:left;
	outline: none;
	cursor:default;
}

.sbtn:hover {		
	background-position: right top;
}

.sbtn:hover span {		
	background-position: left top;
}

.sbtn:active {		
	background-position: right bottom;
}

.sbtn:active span {		
	background-position: left bottom;
}

.sbtn span {
	padding: 0 1em 0 1em;
	line-height: 28px;
	float: left;
	background: url("../images/sbtn_l.gif") left center no-repeat;
}

/* super button button */

button.sbtn {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	outline:none !important;
	height:28px !important;
	width:auto !important;
	white-space: nowrap;
	overflow:visible;
}

button.sbtn span {
	position:relative;
	top:-1px;
	top:expression('0px');
	left:-3px;
	left:expression('0px');
	height:28px;
	outline:none !important;
}

/* super button - back */

.sbtn_back {
	background: url("../images/sbtn_back_r.gif") right center no-repeat;
}

.sbtn_back span {
	background: url("../images/sbtn_back_l.gif") left center no-repeat;
}

/* super button - small dark */

.sbtn_smd {
	line-height: 19px;
	background: url("../images/sbtn_smd_r.gif") right center no-repeat;
}

.sbtn_smd span {
	line-height: 19px;
	background: url("../images/sbtn_smd_l.gif") left center no-repeat;
}