/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* BE SURE TO COPY YOUR CLIENT STYLES IN THIS MASTER.CSS IN ORDER FOR THE EDITOR TO IMPLEMENT THE CLIENT STYLES-
YOU HAVE TO LOAD THEM UP SEPARATELY AS CLIENT.CSS AS WELL */

/*Global Overrides*/
#ctl00_cphPageBody_FlatRate {
	display:none;
}

/* UNIVERSAL */

html, body, div, ul, li, dl, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
margin:0;
padding:0;
}
img {border:none;}

body {
	background-color: #FFF; margin: 0px;
}

hr {
	border: 0;
	width: 100%;
	color: #808080;
	background-color: #808080;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;}
	
ul li {
	padding: 0 0 0 15px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;}

/* TYPE */
body, p, div, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5F604B;
}
	
a:link, a:visited, a:active {
	color: #739da7; 
	text-decoration: underline;}
	
a:hover {
	color: #739da7; 
	text-decoration: none;}
	
strong, b { font-weight:bold; }

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight:normal;}

h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;}
	
h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight:normal;}
	
h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;}
	
h5 {
	font-size: 14px;
	line-height: 16px;
	color: #808080;}
	
.optionalheading {
	font-size: 14px;
	line-height: 16px;
	color: #808080;
}
.bodyoptional {
	color: #808080;
}

.bodyoptionalItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* SEARCH */

#searchWrapper {
	float:right;
	width: 205px;
}

#search {
	float: right;
	width: 175px;
	padding-left:10px;
	background-image: url(/sitefiles/1072/Images/searchField.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top:5px;
}

.searchField {
	font-size: 10px;
	color: #999;
	width: 175px;
	border: 0px;
	background-color:none;
	margin:0px;
	background: transparent;
	float: right;
}

.searchButton {padding-left:0px;
	margin-top: -18px;
	float:right;
	background:transparent;
	text-indent:-9999px;
	line-height:0px;
	border:none;
	width: 43px;height: 24px;
	background-image: url(/sitefiles/1072/Images/searchbtn.gif);
	background-repeat: no-repeat;
}
	
.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #808080;}

a.pageSearchTitle {
font-size: 14px;
line-height: 18px;
color: #808080;
text-decoration:none;}

a.pageSearchTitle:hover {
font-size: 14px;
line-height: 18px;
color: #808080;
text-decoration:underline;}

/* MAIN NAV */
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;}

#mainnav li ul
{display: none;}

#mainnav li{
	padding: 0px;
	margin: 0px;
	height: 30px;
	float: left;}
	
#mainnav a{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align:center;
}

#mainnav a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align:center;
}
	
#mainnav a.current  {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	display: block;
	text-decoration: none;
	padding: 20px;
	text-align:center;}

/* SUB NAV */
#subnavWrapper {
	float: left;
	width: 130px;
	padding: 0px;}
	
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}
#subnav li {
	padding: 0px;
	float: left;
	width: 130px;
	background: none;}
	
#subnav a {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #808080;
	margin: 3px 0;
}
	
#subnav a:hover {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #000;}

#subnav a.current {
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #262626;}

/* PARENT STYLE- THIS JUST NEEDS TO BE THE SAME DIV NAME AS THE CONTAINING SUBMENU CONTAING DIV NAVE */	
#subnavWrapper h2 {
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #000;}

#subnavWrapper h2 a {
	font-size:12px;
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	color: #000;}
	
#subnavWrapper p {display:none;}
	

/* WRAPPERS */
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 5px solid #C5AF2F;
	background-color: #262626;}
	
#mainnavWrapper {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 570px;
	position: absolute;
	top: 30px;
	float: right;
	right: 0px;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 12px;
}
	
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}


/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	height: 113px;
	position: relative;}
	
#logo {
	float: left;
	width: 107px;
	height: 82px;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 0px;
}
	

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;}
	
#content {
	margin: 0px auto;
	width: 670px;
	background-color: #FFFFFF;
	position: relative;
	padding: 30px;
	border-top: 1px solid #5F604B;
	border-right: 1px solid #5F604B;
	border-left: 1px solid #5F604B;
	height: 300px;
}
#contentDefault {
	margin: 0px auto;
	width: 670px;
	background-color: #FFFFFF;
	position: relative;
	border-top: 1px solid #5F604B;
	border-right: 1px solid #5F604B;
	border-left: 1px solid #5F604B;
	padding: 30px;
}
	
#contentLeft {
	float: left;
	width: 130px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5F604B;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 30px;
	overflow: hidden;
}
	
#contentRight{
	float: right;
	width: 520px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5F604B;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
}

/* PHOTO GALLERY */
.photogallery {
    padding: 0px;
    margin: 0px 0px 0px -10px;
    list-style: none;
}
.photogallery li {
    padding: 0 6px 6px 0;
    margin: 0px;
    background: none;
    float: left;
}
.photogallery li a {
    padding: 2px; 
    border: 1px solid #808080;
    display: block;
}
.photogallery li a:hover {
    padding: 2px; 
    border: 1px solid #000;
    display: block;
}
	
/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 10px 0px 0px;
	width: 730px;
}

#footerRight {
	float: right;
	width: 360px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
	
* html #footerRight {
	width: 379px;
	w\idth: 349px; }

#footerRight a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5AF2F;}
	
#footerRight a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5AF2F;}
	
#footerLeft {
	float: left;
	width: 100px;
	padding: 3px 0px 0px;
}

#footerLeft a {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	text-decoration:none;
}
	
#footerLeft a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration:none;
}
#footerLeftB {
	float: left;
	width: 170px;
	padding: 3px 0px 0px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}
#bottomWrapper {
	float: left;
	width: 100%;
}
#bottom {
	width: 700px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5F604B;
	border-bottom-color: #5F604B;
	border-left-color: #5F604B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 50px;
	padding-left: 30px;
}
#utilityWrapper{
	width: 670px;
	float: left;
}

#utility ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;}
	
#utility li{
	margin: 0px;
	height: 30px;
	float: left;
	padding: 0 17px;
}
	
#utility a{
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	display: inline;
	text-decoration: none;
	padding-right: 20px;
	text-align:center;
}

#utility a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	display: inline;
	text-decoration: none;
	padding-right: 20px;
	text-align:center;
}
#ContentDefaultWrapper {
	float: left;
	width: 100%;
}
#ContentDefaultInner {
	width: 732px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#pageLeftWrapper {
	float: left;
	width: 130px;
	padding: 20px 0px 0px;
}

/* STORE */
#product-detail-information-container {
	width:48%;
}
.featured-product-list {border: none;}
.featured-product-list-item {height: 260px;}
.category-list-item {
	border:none;
	height:230px;
	width:29%;
}
.category-list-item-image {height:162px;}
.category-list-item h4 {margin:0;}
.category-list {
	clear:both;
	float:left;
	list-style-type:none;
	margin:20px 0 0;
	min-height:300px;
	padding:0;
	width:100%;
}
.product-list-item {width:30%;}
#sn-tagcat-40, #sn-tagcat-41 {margin-top: 20px;}
#sn-tagcat-40 br, #sn-tagcat-41 br {display:none;}
#product-detail-price {
	font-size:18px;
	font-weight:bold;
}

div.shopping-cart-coupon-code {display: none;}
