/* 
	UTILIITY
 */
 .noBorder {
	border: none !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.button {
	-moz-border-radius: 2px;
}
/*
	FORMS
 */
 input.button {
	font-size: 100%;
	border: none;
	color:#fff;
	background-color:#BEBEBE;
	padding: 3px;
	margin: 0 0 0 5px;
}
input.button:hover {
	background-color: #A3171A;
	color: #fff;
}
input.textInput {
	font-size: 100%;
	border: 1px solid #cfcfcf;
	height: 18px;
	color: #999;
	padding: 1px;
}
/* 
	LAYOUT
 */

 body {
	margin: 0;
	padding: 0;
	background: url(/images/body.png) repeat-x #FFF;
	height:933px;
}
#wrapper {
	width: 779px;
	margin: 0 auto;
	position:relative;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
#site_info, .push {
	height: 142px; /* .push must be the same height as .footer */
}
#header {
	height: 116px;
	width: 100%;
	background: url(/images/logo.gif) no-repeat center center #fff;
}
#header h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 166px;
	height: 79px;
	margin: 0 auto;
	padding-top: 15px;
}
#util_nav {
	float: right;
	width: 200px;
	margin-right: 15px;
	margin-top: -55px;
}
#util_nav ul {
	margin:0;
	padding:0;
	list-style: none;
	float: right;
	margin-bottom: 10px;
}
#util_nav li {
	border-right: 1px solid #333;
	padding: 0 8px;
	text-align: right;
	float: left;
	line-height: 12px;
}
#util_nav li.last {
	border: none;
	padding-right: 0;
}
/* 
	NAVIGATION
 */	
#nav {
	margin:0px;
	padding:0px;
	height: 39px;
	width: 100%;
	background:url(/images/nav-hover-active.png) repeat-x;
}
#nav li {
	float: left;
	background:url(/images/nav-divider.png) no-repeat;
	height: 39px;
	position: relative;
	z-index:2;
}
#nav li.first {
	background: none;
	margin-left: -3px;
}
/*  #nav li.first a {
			 						padding: 0 15px;
			 						} */
				
#nav a {
	margin-left: 2px;
	padding: 0 12px;
	line-height: 39px;
	display: block;
}
#nav a:hover {
	background: url(/images/nav-hover-active.png) repeat-x 0 -39px;
}
#nav li.active a {
	background: url(/images/nav-hover-active.png) repeat-x 0 -78px;
	color: #fff;
}
#nav {
	list-style: none;
}
#nav ul.dropdown {
	margin:0;
	padding:0;
	list-style: none;
	position: absolute;
	left:-999em;
}
#nav li:hover ul.dropdown {
	list-style: none;
	display: block;
	left:auto;
	margin-left:3px;
	z-index:500;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul.dropdown li {
	background: none;
	clear: both;
	width: 200px;
	background-color:#898484;
	height: 25px;
}
#nav ul.dropdown a {
	background: none;
	border-top: 1px solid #a39f9f;
	width: 85%;
	display: block;
	padding: 0 5px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto;
}
#nav ul.dropdown li:hover {
	background-color: #999;
}
#nav li.last ul.dropdown li {
	margin-left: -64px;
	text-align: right;
}
/* 
	MAIN CONTENT AREA
 */										
.homePage #content_main {
	width: 779px;
	height: 325px;
}

.homePage #content_main ul {
	list-style: none;
	margin:0;
	padding:0;
	width: 233px;
	position:absolute;
	top: 347px;
	left: 18px;
}

#content_main ul li {
	list-style: none;
	background:url(/images/bullet.gif) no-repeat left 9px;
	padding: 6px 0 6px 20px;
}
/* 
	SUB CONTENT AREA
 */											
#content_sub {
	width: 759px;
	padding: 10px 10px 20px;
	background-color:#fff;
	height: 305px;
}
#content_sub h3, #content_sub p {
	font-size: 100%;
	margin:0;
	padding:0;
}
.newsBoxLeftWrap {
	background:url(/images/newsBoxLeftWrap.gif) no-repeat left top;
	width: 11px;
	height: 28px;
}
.newsBoxContent {
	background:url(/images/newsBoxContent.gif) repeat-x left top;
	width: 738px;
	height: 28px;
	margin:-28px 0 0 11px;
	float:left;
	padding-top: 4px;
}
.newsBoxRightWrap {
	background:url(/images/newsBoxRightWrap.gif) no-repeat left top;
	width: 11px;
	height: 28px;
	float:right;
	margin-top: -32px;
}
#one, #two, #three {
	width: 211px;
	height: 120px;
	padding: 140px 20px 0 20px;
	margin: 10px 3px 0 0;
	position: relative;
	float:left;
}
#one {
	background:url(/images/one.jpg) no-repeat left top;
}
#two {
	background:url(/images/two.jpg) no-repeat left top;
}
#three {
	background:url(/images/three.jpg) no-repeat left top;
	margin-right: 0;
}
.buttonLeft {
	background:url(/images/buttonLeft.gif) no-repeat left -25px;
	height: 25px;
	position: absolute;
	bottom: 10px;
	right: 35px;
}
.buttonContent {
	background: url(/images/button_content.gif) repeat-x left -25px;
	height: 25px;
	margin-left: 9px;
	line-height: 22px;
}
.buttonRight {
	background: url(/images/buttonRight.gif) no-repeat right -25px;
	height: 25px;
	width: 24px;
	position: absolute;
	bottom: 10px;
	right: 12px;
}
#site_info {
	background: url(/images/Untitled-2.png) no-repeat center top;
	padding-top: 15px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
}
#site_info ul {
	margin: 10px auto;
	width: 750px;
}
#site_info li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #aaa;
	line-height: 6px;
}
#site_info li.first {
	border: none;
}
#site_info p {
	clear: both;
	margin: 15px auto 0;
	width: 300px;
}
/* 
subPage styles
*/						
.subPage #content_main {
	background: none;
	background-color: #fff;
	padding: 35px;
	;
	width: 709px;
	min-height: 450px;
	height: auto;
}
.subPage #content_main h2 {
	background: none;
	text-indent: 0;
	position:relative;
	top:0;
	left:0;
	height:auto;
	z-index:1;
}
.subPage #site_info {
	background-color: #fff;
	width: 777px;
	margin: 0 auto;
	height: 45px;
}
/* 
	PRODUCT PAGE
 */
 #productDisplay {
	width: 156px;
	height: 270px;
	float:left;
}
#productDisplay img {
	margin: 0 auto
}
#productDisplay a {
	background:url(/images/fullButton.gif) no-repeat left top;
	height: 25px;
	width: 60px;
	padding: 3px 0 0 7px;
	margin: 15px auto;
}
#productDescriptionBox {
	padding: 15px;
	width: 504px;
	float: right;
	border: 1px solid #C31D21;
	-moz-border-radius: 4px;
}
#productDescriptionBox ul {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
#productDescriptionBox li {
	background: none;
}
#head {
	width: 100%;
	border-bottom: 2px dashed #ccc;
	padding: 0 0 10px 0;
}
#head ul {
	top:0;
	left:0;
	width: 100%;
	margin-top: 5px;
}
#head li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #555;
	background: none;
}
#head li.first {
	padding-left: 0;
	border:none;
}
#head h3 {
	margin-top: 34px;
}
#head p {
	float: right;
	margin: -18px 63px 0 0;
}
#purchaseSub {
	width: 268px;
	padding-right:50px;
	float: left;
	border-right: 2px dashed #ccc;
	margin-top: 10px;
}
#shipping {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
}
#shipping > div {
	margin-bottom: 10px;
}
#shipping h3 {
	float: left;
	padding-right: 3px;
}
#shipping a {
	margin-bottom: 10px;
}
#specialOffers {
	padding-top: 10px;
}
#specialOffers ul {
	margin-top: 5px;
}
#specialOffers li {
	background: url(/images/li-check.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
}
#purchase {
	width: 170px;
	padding-top: 10px;
	float: right;
}
#purchase td.label {
	width: 85%;
	height: 23px;
}
#purchase td.price {
	text-align:right;
}
#purchase img {
	margin: 5px 0 0 0;
}
#purchase ul {
	margin-top: 10px;
}
#purchase li {
	padding-bottom: 2px;
}
#purchase li.wishlist {
	background:url(/images/wishlist.gif) no-repeat left 6px;
	padding-left: 30px;
}
#purchase li.printerFriendly {
	background:url(/images/printerFriendly.gif) no-repeat left 8px;
	padding-left: 30px;
}
#purchase li.printerFriendly img {
	margin-left: 10px;
}
#additionalProductInfo {
	margin-top: 35px;
}
#additionalProductInfo ul {
	position: relative;
	top:0;
	left: 0;
	width:auto;
}
#additionalProductInfo ul li {
	background: none;
	padding:0 0 0 0;
}

.TabbedPanelsContentGroup {border:solid #c31d21 1px;}

.store-invoice-approved-bottom {background:url('/images/printer-32.png') no-repeat left top; padding-left:35px;}
