body { 
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: center;
	background-color: #C0C0C0;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
html { 
	height: 100%;
}
html>body {
	font-size: 11px;
}
img {
	border: none;
}
ul, li, p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clear {
	clear: both;
}
/* main containers */
#wrapper {
	padding: 0;
	margin: 0 auto !important;
	width: 762px !important;
	min-width: 762px !important;
	height: auto !important;
	text-align: center;
	background: #FFFF99 url(../images/content-bg.jpg) repeat-x 0px 346px;
}
#header {
	width: 762px;
	height: 346px;
	position: relative;
	background: transparent url(../images/header-bg.jpg) no-repeat;
}
#content {
	text-align: left;
	float: right;
	width: 762px;
	height: auto !important;
	background: url(../images/corner.jpg) no-repeat right top;
	position: relative;
}
#footer {
	width: 762px;
	height: auto !important;
	height: 102px;
	min-height: 102px;
	background: #FFFF99 url(../images/footer-bg.gif) repeat-x bottom left;
	position: relative;
	clear: both;
}

/* header */

#bundle {
	width: 259px;
	height: 158px;
	position: absolute;
	left: 57px;
	top: 21px;
}
#big-style {
	width: 337px;
	height: 35px;
	position: absolute;
	left: 43px;
	top: 256px;
}
#menu {
	width: 600px;
	height: 33px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:url(../images/menu-bg.gif) no-repeat;
}
#menu li {
	float: left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
#menu li.first {
	padding-left: 10px;
}
#menu li a {
	font-size: 13px;
	color: #663300;
	padding-top: 10px;
	display: block;
}
#menu li a:hover {
	text-decoration: none;
}

#menu li.visited a {
	text-decoration: none; 
}
#logon {
	width: 212px;
	height: 33px;
	position: absolute;
	left: 550px;
	bottom: 0px;
	background:url(../images/logon-bg.gif) no-repeat;
}
#logon li {
	float: left;
}
#logon li.first {
	padding-left: 18px;
}
#logon li a {
	font-size: 13px;
	color: #663300;
	padding: 7px 13px;
	display: block;
}
#logon li a:hover {
	text-decoration: none;
}

/* content */
#content p{
	padding: 7px 190px 7px 50px;
	margin: 0;
}
#content h2 {
	font-size: 17px;
	color: #DBC95D;
	padding: 35px 190px 0px 50px;
	margin: 0;
}
#product-list {
	width: 100%;
	background: url(../images/product-list-bg.jpg) no-repeat center top;
}
#search{
	position: absolute;
	top: 25px;
	right: 14px;
	width: 200px;
	height: 22px;
	z-index: 100;
}
#search #s {
	width: 147px;
	height: 18px;
	border: solid 1px #D9C659;
	background: white !important;
	float: left;
	display:block;
}
#search #submit {
	width: 29px;
	height: 22px;
	border: none;
	background: url(../images/search.gif) no-repeat; 
	float: left;
	display: block;
}
#search span {
	width: 5px;
	height: 22px;
	float: left;
	display: block;
}
/* footer */
#footnav {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 4px;
	color: #ffffff;
}
#footnav li {
	display: inline;
}
#footnav li.first {
	padding-left: 18px;
}
#footnav li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footnav li a:hover {
	text-decoration: underline;
}
#copy {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 4px;
	color: #ffffff;
}
#footimg {
	position: absolute;
	left: 0px;
	top: 0px;
}


a:link, a:visited {
	color: #663300;
}
a:hover, a:active {
	color: #663300;
}
#content span.price {
	color: #634586;
}
#content span.price strong {
	font-size:13px;
}
