/* Copyright (c) 2008 Peak Systems, Inc.  All Rights Reserved. */
/* CSS Document for Template 1 "Arches" in Color 3 "Summertime" (yellow and orange) */

/* GENERIC STUFF */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url(/templates/customtmpls/images/template1/gradient3.gif);
	font-size: 12px;
	color: #000;
}

p {
	margin-top: 0;
}

h1 {
	margin-top: 0;
	color: #BC5300;
	font-size: 16px;
	font-weight: bold;
}

.category-name-title {
	width: 585px;
	word-wrap: break-word;
}

.center { 
	text-align: center;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.whitebox {
	width: 758px;
	background-color: #fff;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/templates/customtmpls/images/template1/whiteboxbg.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

.main {
	margin: 0;
}

/* TOP NAV STUFF */

.top {
	background-image: url(/templates/customtmpls/images/template1/topcurve3.gif);
	background-repeat: no-repeat;
	color: #fff;
}

.top img {
	border: 0;
}

.top a {
	color: #fff;
	text-decoration: none;
}

.toptable {
	margin-top: 22px;
}

.homelink {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.inquirieslink {
	padding: 10px;
	text-align: right;
	vertical-align: top;
}

.inquirieslink a {
	background-image: url(/templates/customtmpls/images/template1/cart3.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 26px;
	padding-bottom: 2px;
}

.logo {
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

.logo img {
	max-width: 450px;
	width: expression(this.width > 450 ? 450: true); /* IE max-width hack */
}

/* LEFT NAV STUFF */

.leftnav {
	width: 107px; 
	vertical-align: top;
	padding-left: 2px;
}

.content {
	width: 605px;
	vertical-align: top;
}

.maincategories {
	margin-bottom: 42px;
	background-color: #FFCC33;
}

.maincategories a {
	color: #000000;
	text-decoration: none;
}

.maincategories td {
	border-bottom: 1px solid #fff;
	padding: 5px 8px;
}

.maincategories td.firstone {
	border-bottom: none;
	background-image: url(/templates/customtmpls/images/template1/navtop3.gif);
	height: 26px;
	padding: 0;
}

.specialcategories {
	margin-bottom: 20px;
	background-color: #F7A947;
}

.specialcategories a {
	color: #000000;
	text-decoration: none;
}

.specialcategories td {
	border-bottom: 1px solid #fff;
	padding: 5px 8px;
}

/* CONTENT AREA STUFF */

.search {
	background-image: url(/templates/customtmpls/images/template1/searchbg.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
}

.searchoptions {
	margin-top: 50px;
	margin-bottom: 20px;
}

.contentshadow {
	background-image: url(/templates/customtmpls/images/template1/contentshadow.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

.guts {
	margin: 0 10px;
}

.guts a {
	color: #BD5200;
}

/* SUCKERFISH DROPDOWNS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 89px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 89px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 106px;
	margin-top : -26px;
}


#nav li a {
	width: 89px;
	/*w\idth : 100px;*/
	display : block;
	color : #000000;
	text-decoration : none;
	background-color : #F7A947;
	border : 1px solid white;
	padding: 5px 8px;
}

#nav li a:hover {
	color: #000000;
	background-color : #FFCC33;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* PRODUCT PAGE */

#product {
	margin: 0;
} 

.producttable {
	margin: 0;
	border: 0;
}

.photo {
	text-align: center;
	vertical-align: top;
}

.photo p {
	margin: 0 0 10px 0;
	font-size: 10px;
}

.productphoto {
	border: 2px solid #BC5302;
}

img.swatch {
	border: 2px solid #BC5302;
	margin: 1px;
}

.productdescription {
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}

.productdescription table {
	margin-left: 0;
}

.productnumber {
	font-weight: bold;
	color: #BC5302;
	background-image: url(/templates/customtmpls/images/template1/arrow3.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.newitem {
	font-weight: bold;
	color: #339933;
}

.improveditem {
	font-weight: bold;
	color: #cc3300;
}

.comingsoonitem {
	font-weight: bold;
	color: #006633;
}

.productname {
	font-size: 14px;
	font-weight: bold;
}

.itemoptions {
	margin-bottom: 20px;
	/*border: 1px solid #336699;*/
	margin-left: 0;
}

.itemoptions img {
	border: 0;
}

.logo a img {
	border:none;
}

.itemoptions td {
	padding: 2px 2px 2px 14px;
	font-size: 10px;
	background-image: url(/templates/customtmpls/images/template1/arrow3.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.itemoptions a {
	font-weight: bold;
	color: #BC5302;
	text-decoration: none;
	text-transform: uppercase;
}

/* PRODUCT PAGE SHOPPING CART */

.shoptable {
	margin-top: 15px;
}

.shoptable_input {
	width: 30px;
}

.shoptable td input.updatecart {
	width: 120px;
}

.shoptable tr.headergrey td {
	background-color: #FFCC33;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	border-right: 1px solid  #ffffff;
}

.shoptable td {
	font-size: 10px;
	padding: 4px;
	font-weight: normal;
	text-align: center;
}

.shoptable td.swatch {
	padding: 2px;
	text-align: left;
}

.shoptable td.description {
	padding: 0;
	text-align: left;
}

.shoptable td.low {
	background-color: #cccccc;
}

td.instock {
	color: #999999;
}

.unavailable {
	color: #CC0000;
}

.shoptable td.bgswatch {
	background-image: url(/swatch/gifs/); 
	border: 1px solid black;
}

.shoptable .boldbutton {
	font-weight: bold;
}

.shoptable .line td {
	border-bottom: 1px solid #ccc;
}

.shoptable .money td {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}

.buttons {
	text-align: center;
	margin-top: 20px;
}

p.back  {
	padding-left: 14px;
	font-size: 10px;
	background-image: url(/templates/customtmpls/images/template1/arrow3.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	margin-top: 3px;
}

p.back a {
	font-weight: bold;
	color: #BC5302;
	text-decoration: none;
	text-transform: uppercase;
	
}

/* CATALOG STUFF */

#catalog  .itemgroup {
	margin-bottom: 10px;
}

#catalog .itemgroup td {
	vertical-align: top;
}

#catalog .itemgroup a {
	display: block;
	width: 99px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#catalog .itemgroup td.link {
	padding: 10px 5px;
	width: 97px;
}

#catalog .itemgroup td.link div.fakeimage {
	padding: 0;
	background-repeat: no-repeat;
	background-postion: top left;
	border: 2px solid #BC5302;
	width: 99px;
	margin-bottom: 4px;
}

#advsearch {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.spaced li {
	margin-bottom: 1em;
}

ul.spaced li {
	margin-bottom: 1em;
}

/* SEARCH AREA STUFF */

.green {
	color: #336633;
}

.yellow {
	color: #FFCC33;
}

.red {
	color: #CC3300;
}

.searchhead {
/*	padding-left: 30px;
	padding-right: 4px; */
	font-weight: bold;
}

.advsearch {
	font-weight: bold;
}

.advsearch a {
	color: #000;
	text-decoration: none;
}

.gobutton {
	padding-left: 4px;
	padding-right: 4px;
}

/* LEFT NAV AS LIST ITEMS */

#maincats {
	background-image: url(/templates/customtmpls/images/template1/navtop3.gif);
	padding-top: 26px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#maincats ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 107px;
}

#maincats li a {
	display : block;
	color : black;
	text-decoration : none;
	background-color : #FFCC33;
	border-bottom: 1px solid white;
	padding: 5px 8px;
	word-wrap: break-word;
}

#maincats li li a {
	background-color : #FFE699;
}

#specialcats {
	margin-bottom: 50px;
}

#specialcats ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 107px;
}

#specialcats li a {
	/*width: 91px;*/
	display : block;
	color : black;
	text-decoration : none;
	background-color : #F7A947;
	border-bottom: 1px solid white;
	padding: 5px 8px;
}

#specialcats li li a {
	background-color : #FBD4A3;
}

/* FOR PREVIEW ONLY IN THE ADMIN TOOL */

.previewtext {
	background-image: url(/templates/customtmpls/images/template1/previewtext3.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 90px;
}

.previewtable td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.cwsShoppingCartLogoSelect {
	width: 65px;
}

.selectFixIE {
	width: auto;
}
