body { background-color: #F3F1C5; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

img { border: 0; }

form, 
body,
#nav,
#header-links ul,
#footer-links ul,
.contents ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

input{ vertical-align: middle; }

#overall {
	width: 760px;
	background: url(contents-bg.gif) repeat-y;
	text-align: left;
}

/*-----------------CSSJUMP HEADER-------------------*/
#header {
	height: 58px;
	background: #881200;
}

#logo {
	text-align: center;
	color: #FFFFFF;
	font: normal 32px georgia, trebuchet ms, verdana, sans-serif;
}

#header-links {
	text-align: center;
	background: #6D0E00;
}

#header-links, #header-links *{
	font: bold 10px/19px georgia, tahoma, arial, sans-serif;
}

#header-links li {
	color: #FFFFFF;
	display: inline;
}

#header-links li a {
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 5px;
	border-right: solid 2px #FFFFFF;
}

#header-links li a.last { border-right: none; }

#new-header { 
	background: url("header.gif") no-repeat;
	position: relative; 
	height: 104px;
	width: 760px;
}
#new-header #head-nav { 
	position: absolute; 
	bottom: 0; 
	right: 0;
	padding: 0 7px 2px 0;
}
#new-header #head-nav a {
	font: 12px verdana, arial;
	color: #FFF;
	padding: 0 3px 3px 3px;
}

/*-----------------CSSJUMP MAIN---------------------*/
#main { }

/*-----------------CSSJUMP LEFT---------------------*/
#left {
	width: 157px;
	float: left;
}

#search {
	border: solid 1px #D8D8D8;
	margin: 4px;
	font: bold 10px georgia, trebuchet ms, arial, sans-serif;
	color: #96A6B2;
	padding: 4px 4px 4px 6px;
	background: #FFFFFF;
}

.form { vertical-align: middle; }

.search-box {
	width: 110px;
	height: 21px;
	margin-right: 3px;
}

#navtop { display: block; }

#nav {
	list-style: none;
	margin-bottom: 15px;
}

#nav li {
	font: bold 10px georgia, trebuchet ms, arial, sans-serif;
	padding: 6px 10px 6px 12px;
	border-bottom: solid 1px #888888;
	text-transform: uppercase;
}

* html #nav li { padding: 4px 10px 4px 12px; }

#nav li a { color: #878787; }

#navbottom { display: block; }

#nav-extras {
	text-align: center;
	padding-bottom: 20px;
}

/*-----------------CSSJUMP RIGHT--------------------*/
#right {
	float: right;
	width: 575px;
	margin-top: 17px;
	margin-right: 15px;
}

* html #right { margin-left: -3px; margin-right: 7px; }

.headertext {
	font: bold 16px georgia, arial, sans-serif;
	color: #000000;
	margin-bottom: 12px;
}

#message {
	font: normal 12px times new roman, georgia, serif;
	margin-bottom: 10px;
	line-height: 15px;
}

/*NOTE: styles related to contents in its own external css file*/
/*-----------------CSSJUMP FOOTER-------------------*/
#footer {
	position: relative;
	height: 19px;
}

#footer-links {
	text-align: center;
	background: #6D0E00;
}

#footer-links, #footer-links *{
	font: bold 10px/19px tahoma, arial, sans-serif;
}

#footer-links li {
	color: #FFFFFF;
	display: inline;
}

#footer-links li a {
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 5px;
	border-right: solid 2px #FFFFFF;
}

#footer-links li a.last { border-right: none; }

#designby {
	position: absolute;
	left: 20px;
	top: 25px;
	font: normal 10px tahoma, arial, sans-serif;
	color: #000000;
}

#designby a { color: #000000; }

#copyright {
	text-align: right;
	font: bold 11px/20px tahoma, arial, sans-serif;
	color: #707070;
	background: #FFFFFF;
}

/*-----------------CSSJUMP COMMONS-------------------*/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

/*-------------------SITEMAP CSS---------------------*/

.sitemap-header {
    font: bold 14px verdana;
    color: #000000;
    display: block;
    padding-top:  15px;
}
.sitemap-1      {
    font: bold 12px verdana;
    color: #000080;
    display: block;
    padding-left: 25px;
}
.sitemap-2      {
    font: normal 12px verdana;
    color: #0000FF;
    display: block;
    padding-left: 50px;
}
.sitemap-3      {
    font: normal 10px verdana;
    color: #0000FF;
    display: block;
    padding-left: 75px;
}
.sitemap-4      {
    font: normal 8px verdana;
    color: #0000FF;
    display: block;
    padding-left: 100px;
}

/*-----------------------Breadcrumbs------------------------*/
#breadcrumbs { font: 12px tahoma; }
#breadcrumbs a { color: #520800; }

#page-name { font: bold 14px tahoma, arial; color: #520800; padding-bottom: 7px; }

#product-info-table             {border: solid 1px #AAA;}
#product-info-table TH          {font: bold 12px verdana; background-color: #520800; color: #FFF; 
                                 text-align: right; padding-right: 5px; padding-left: 7px; width: 130px; }
#product-info-table TD          {font: normal 12px verdana; padding: 3px; }
#product-info-table .price      {color: #00C;}
#product-info-table .sale-price {color: #C00;}

.item-caption { font: normal 12px tahoma; }
.site-contents a { font: bold 12px tahoma; color: #520800; }