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;
}

body { background: #E9E8B8 url(bg.gif) top left repeat-x; }

input{ vertical-align: middle; }

#overall {
	width: 760px;
	background: url(main-bg.gif) #FFFFFF repeat-y;
}

/*-----------------CSSJUMP HEADER-------------------*/
#header {
	background: url(header-bg.gif) #FFFFFF no-repeat;
	height: 90px;
	position: relative;
}
* html #header { height: 80px; }

#logo {
	position: absolute;
	top: 20px;
	left: 30px;
	color: #FFFFFF;
	font: normal 36px trebuchet ms, verdana, sans-serif;
}

#header-links {
	position: absolute;
	right: 4px;
	top: 37px;
}

#header-links li {
	font: bold 10px/10px tahoma, arial, sans-serif;
	color: #FFFFFF;
	display: inline;
	float: left;
}

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

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

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

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

#search {
	font: normal 11px trebuchet ms, arial, sans-serif;
	padding: 15px 6px 20px 16px;
}

.form { vertical-align: middle; }

#search .form input { vertical-align: middle; }

.search-box {
	width: 110px;
	height: 21px;
	margin-top: 1px;
}

#navtop { display: block; }

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

#nav li {
	font: normal 11px trebuchet ms, arial, sans-serif;
	padding: 5px 5px 4px 25px;
	background: url(nav-bullet.gif) #E2E2E2 6px 5px no-repeat;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #888888;
	text-transform: uppercase;
}

* html #nav li {
	padding: 4px 5px 3px 25px;
	background-position: 6px 8px;
}

#nav li a { color: #000000; }

#navbottom { display: block; }

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

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

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

.headertext {
	font: bold 16px trebuchet ms, arial, sans-serif;
	color: #0383DA;
	margin-bottom: 12px;
}

#message {
	font: normal 12px tahoma, arial, sans-serif;
	margin-bottom: 10px;
	line-height: 15px;
	padding-right: 150px;
}

/*NOTE: styles related to contents in its own external css file*/
.contents .info .sale { font-weight: bold; }

/*-----------------CSSJUMP FOOTER-------------------*/
#footer {
	background: url(footer-bg.gif) #FFFFFF no-repeat;
	height: 40px;
	position: relative;
}

#footer-links {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 590px;
	text-align: center;
}

* html #footer {  top: 15px; margin-top: -2px;}

#footer-links li {
	font: bold 10px/10px tahoma, arial, sans-serif;
	color: #FFFFFF;
	display: inline;
	float: left;
}

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

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

#designby {
	position: absolute;
	right: 6px;
	top: 15px;
	font: normal 10px tahoma, arial, sans-serif;
	color: #FFFFFF;
}

#designby a {
	font: normal 10px tahoma, arial, sans-serif;
	color: #FFFFFF;
}


#copyright {
	text-align: right;
	font: bold 11px tahoma, arial, sans-serif;
	color: #707070;
	padding: 2px 0 6px 0;
	background-color: #FFFFFF;
}

* html #copyright { padding-top: 20px; }

/*-----------------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;
}

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

/*-----------------------Page Specific Styles----------------------------*/
#breadcrumbs { 
	font: 11px tahoma, arial, sans-seriff;
	color: #000;
	}
	#breadcrumbs a { 
		font: 11px tahoma, arial, sans-seriff;
		color: #0383DA;
		text-decoration: none; 
		}
		#breadcrumbs a:hover { text-decoration: underline; }
.page-name { 
	font: bold 12px tahoma, arial, sans-seriff;
	color: #0383DA; 
	text-align: center;
	margin-bottom: 7px;
	}
