/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #595959;
}

input, select, textarea, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #595959;
}

font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

ul, li, form, h1 {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 25px;
}

a {
	outline: none;
	color: #ffa441;
}

ul#menu {
	height: 164px;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

li#home {
	position: absolute;
	height: 73px;
	width: 1000px;
	left: -1000px;
	top: 0;
	background: #000000;
}

ul#menu li {
	margin-top: 43px;
	height: 73px;
	float: left;
	list-style: none;
}

ul#menu li a {
	display: block;
	height: 73px;
	text-indent: -9999px;
}

ul#menu li#b6, ul#menu li#b7 {
	float: right;
}

li#logo {
	width: 257px;
}

li#logo a {
	width: 257px;
	background: url(images/logo.gif);
}

li#b1 a {
	width: 103px;
	background: url(images/b1.gif);
}

li#b1 a:hover {
	background: url(images/b1o.gif);
}

li#b2 a {
	width: 99px;
	background: url(images/b2.gif);
}

li#b2 a:hover {
	background: url(images/b2o.gif);
}

li#b3 a {
	width: 122px;
	background: url(images/b3.gif);
}

li#b3 a:hover {
	background: url(images/b3o.gif);
}

li#b4 a {
	width: 93px;
	background: url(images/b4.gif);
}

li#b4 a:hover {
	background: url(images/b4o.gif);
}

li#b5 a {
	width: 75px;
	background: url(images/b5.gif);
}

li#b5 a:hover {
	background: url(images/b5o.gif);
}

li#b6 a {
	width: 84px;
	background: url(images/b6.gif);
}

li#b6 a:hover {
	background: url(images/b6o.gif);
}

li#b7 a {
	width: 69px;
	background: url(images/b7.gif);
}

li#b7 a:hover {
	background: url(images/b7o.gif);
}

div#content {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}

ul#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 280px;
	background: url(images/foot_sep.gif);
	background-repeat: no-repeat;
}

ul#footer li {
	margin-top: 80px;
	height: 70px;
	list-style: none;
}

ul#footer li a {
	display: block;
	height: 70px;
	text-indent: -9999px;
}

li#f1 {
	float: left;
}

li#f1 a {
	width: 71px;
	background: url(images/f1.gif);
}

li#f2 {
	float: left;
}

li#f2 a {
	width: 123px;
	background: url(images/f2.gif);
}

li#f3 {
	float: left;
}

li#f3 a {
	width: 113px;
	background: url(images/f3.gif);
}

ul#footer li#f0 {
	position: absolute;
	width: 226px;
	height: 200px;
	left: 369px;
	top: 0;
}

ul#footer li#f0 a {
	width: 226px;
	height: 200px;
	background: url(images/f0.gif);
}

li#f4 {
	float: right;
}

li#f4 a {
	width: 109px;
	background: url(images/f4.gif);
}

li#f5 {
	float: right;
}

li#f5 a {
	width: 73px;
	background: url(images/f5.gif);
}

div.clear_all {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

/* category display ///////////////////////////////////////////////////////////////// */

div#next_previous {
	height: 60px;
}

div#np_prev {
	padding-top: 30px;
	float: left;
	width: 400px;
}

div#np_next {
	padding-top: 30px;
	text-align: right;
	float: right;
	width: 400px;
}

div#cat_products {
	padding-left: 7px;
	padding-top: 60px;
}

div.cat_single_prod {
	float: left;
	background: url(images/cat_single_prod_new.gif) 0 0 no-repeat;
	height: 280px;
	width: 240px;
	overflow: hidden;
	position: relative;
}

div.cat_single_prod span {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 220px;
	height: 42px;
	overflow: hidden;
	text-align: center;
}

div.cat_single_prod img {
	position: absolute;
	width: 225px;
	height: 225px;
	top: 8px;
	left: 8px;
}

div.cat_single_prod a, a.dark_link {
	color: #595959;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
}

div.cat_single_prod a:hover, a.dark_link:hover {
	text-decoration: underline;
}



/* product display ///////////////////////////////////////////////////////////////// */

div#product_pic {
	width: 500px;
	height: 500px;
	float: left;
	position: relative;
}

img#prod_prev_img {
	position: absolute;
	left: 0;
	top: 500px;
}

img#prod_next_img {
	position: absolute;
	right: 0;
	top: 500px;
}

div#product_info {
	float: right;
	width: 400px;
	height: 380px;
	margin-top: 120px;
}

div#share_and_stuff {
	float: right;
	width: 400px;
}

img.share_pic {
	margin-top: 10px;
	margin-right: 20px;
}

div.topline {
	border-top: 1px solid #efefef;
	padding-top: 12px;
	margin-top: 12px;
}

td.topline {
	border-top: 1px solid #efefef;
}

img#prod_next_img {
	position: absolute;
	right: 0;
	top: 500px;
}

div#product_info {
	float: right;
	width: 400px;
	height: 380px;
	margin-top: 120px;
}

div#share_and_stuff {
	float: right;
	width: 400px;
}

img.share_pic {
	margin-top: 10px;
	margin-right: 20px;
}

div.topline {
	border-top: 1px solid #efefef;
	padding-top: 12px;
	margin-top: 12px;
}

td.topline {
	border-top: 1px solid #efefef;
}

div#info_bar {
	float: right;
}

div#center {
	text-align: center;
}

td.table_header {
	border-top: 1px solid #f2f2f2;
}

td.table_row {
	border-top: 1px solid #f2f2f2;
	vertical-align: middle;
}

input.input_update {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #595959;
	margin-right: 5px;
}

table.my_border_table {
	border-bottom: 1px solid #F2F2F2;
}

table.my_border_table td {
	border-top: 1px solid #F2F2F2;
}

table.rewards {
	border-bottom: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

table.rewards form {
	padding: 0;
	margin: 0;
}

.bottom_border {
	border-bottom: 1px solid #F2F2F2;
}

div#footer_extra {
	margin-left: auto;
	margin-right: auto;
	width: 976px;
}

div#footer_extra div.sep1 {
	height: 65px;
	border-bottom: 1px solid #efefef;
}

div#footer_extra div.sep2 {
	height: 65px;
}

div#footer_extra ul {
	margin: 0;
	padding: 0;
	width: 244px;
	float: left;
	overflow: hidden;
}

div#footer_extra ul li {
	width: 167px;
	border-bottom: 1px solid #efefef;
	background: url(images/box_bullets.jpg) 0 50% no-repeat;
	margin: 0;
	padding: 7px 0 8px 20px;
	list-style: none;
	overflow: hidden;
	line-height: 15px;
}

div#footer_extra ul li.title {
	border: 0;
	height: 43px;
	width: 187px;
	background: none;
	padding: 0;
}

div#footer_extra div.clear_all {
	height: 5px;
}


