/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
text-transform:uppercase;
color:#87cbd5;
font-size:2.2em;
font-weight:bold;
letter-spacing:3px;
}
h2 {
color:#E69D44;
font-size:2.0em;
}
h3 {
color:#E69D44;
}
h4 {
color:#E69D44;
}
h5 {
color:#E69D44;
}
h6 {
color:#E69D44;
}
a {
color:#E69D44;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
}

/* ---------- MAIN STRUCTURE ---------- */
body{
font-family: Helvetica, Arial,Verdana,Helvetica, sans-serif;
font-size:14px;
color:#ddd;
background-color: #303234;
padding-top:40px;
background-image: url(../img/bgbot.jpg);
background-repeat: no-repeat;
background-position:bottom center;
}
#topbg{
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
position:absolute;
top:1px;
width:100%;
height:650px;
z-index:-1;
}
p, div.paragraph{
line-height:1.4em;
xpadding-bottom: 15px;
}
.bold{
font-weight:bold;
}
#mainContainer{
width:900px;
margin:0 auto;
min-height:870px;
}
#contentWrapper {

}

.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}

/*---------- Navigation ----------*/

#navContainer{
font-family: Helvetica, Arial, sans-serif;
float:right;
font-size: 16px;
width:500px;
margin-right:30px;

}
#nav{
margin:0 auto;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:22px;
text-transform:uppercase;
z-index: 1000;
}
#nav li{
float:left;
position:relative;
}
#nav ul {
position:absolute;
display:none;
width:500px;
/* xtop:38px; */
/* xz-index:99; */
list-style:none;
margin-left:0;
margin-top:5px;

}
#nav li ul a{
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
width:140px;
height:auto;
/* float:left; */
color:#FFFFFF;
border:none;
filter:alpha(opacity=90);
x-moz-opacity:.9;
opacity:.9;
background-color:#333;
background-image:none;
font-size:12px;
font-weight: normal;


}
#nav li ul li {
float: none;
}
#nav li ul a:hover{
background-color:#666c70;
background-image:none;
color:#e69d44;
}
#nav ul ul{
top:auto;
border:none;
margin-left:5px;

}
#nav li ul ul {
left:119px;
margin:0px 0 0 10px;
}
/*
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
*/
#nav a{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
display:block;
padding:5px 10px;
margin-right: 5px;
color:#e69d44;
text-decoration:none;
font-weight:bold;
}
#nav a:hover{
background: url(../img/navcurrentbg.png);
background-repeat:no-repeat;
background-position:center center;
}

#nav .current a, #nav .currentParent a{
background: url(../img/navcurrentbg.png);
background-repeat:no-repeat;
background-position:center center;	
}

#sidebar .current a, #sidebar .currentParent a{
	
}

/*---------- Header ----------*/
.header{
background-image: url(../img/headbg.png);
background-position:center bottom;
background-repeat:no-repeat;
position: relative;
height:90px;
}
.logo{
float:left;
margin-left:30px;
margin-top:3px;
width:300px;
}


/*---------- Sidebar ----------*/
#sidebar{
position:absolute;
width:179px;
margin:20px 0 0 40px;

}

#sidebar h1{
font-size:1.5em;
color:#E69D44;
margin:10px 0 0px 0;
padding-bottom:10px;
text-transform:none;
border-bottom:1px solid #707579;
}
#sidebar ul{
list-style:none;
width:150px;
margin-left:0px;
margin-top:5px;
}
#sidebar ul li{
border-bottom:1px dashed #707579;
list-style:none;
display:block;
padding:9px 0px;
}
#sidebar ul li a{
color:#FFF;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover{
text-decoration:none;
list-style:none;
display:block;
color:#E69D44;
font-weight:bold;
}

/*---------- Main Content ----------*/
#mainContent{
padding: 30px;
padding-top:20px;	
padding-bottom:130px;
margin-bottom: 50px;

background-image:url(../img/maincontbg.png);
background-repeat:no-repeat;
background-position:bottom left;
}

#mainContent p{
clear:both;
}
#mainContent ul {
margin:0px;
}
#mainContent ul li{
list-style:none;
margin:0px;
margin-top:10px;
}
#mainContent ul li a{
font-size:16px;
font-weight:bold;
}
.homeimg{
padding-left:20px;
padding-bottom:120px;
background-image:url(../img/maincontbg.png);
background-repeat:no-repeat;
background-position:bottom left;
}
.hometxt{
/* text-align:center; */
margin-top:-70px;
}
.hometxt h1{
margin-bottom:40px;
}
.threebuttonwrap{
width:230px;
margin-left:30px;
margin-top:90px;
text-align:center;
}
.threebuttonwrap p{
color:#fff;
font-size:12px;

}
.green{
width:269px;
height:228px;
float:left;
background-image:url(../img/green.png);
background-repeat:no-repeat;
}
.orange{
width:269px;
height:228px;
float:left;
background-image:url(../img/orange.png);
background-repeat:no-repeat;
}
.blue{
width:269px;
height:228px;
float:left;
background-image:url(../img/blue.png);
background-repeat:no-repeat;
}
.green h1{
color:#73b626;
}
.orange h1{
color:#e79f46;
}
.blue h1{
color:#9ad3db;
}

/*---------- Footer ----------*/
#footer{
background-image: url(../img/footbg.png);
background-repeat: no-repeat;
background-position:center center;
width:740px;
text-align:center;
margin:0 auto;
color: #887f70;
margin-bottom:40px;
padding:30px;
margin-top:110px;
}
#footer ul{
float:right;
list-style:none;
margin:0px;
}
#footer ul li{
list-style:none;
line-height:18px;
color:#FFFFFF;
display:inline;
}
#footer ul li a{
text-decoration:none;
line-height:18px;
font-size: 10px;
color:#ffffff;
padding:0 10px;
background-image:url(../img/footnavdiv.png);
background-repeat:no-repeat;
background-position:center right;
}
#footer ul li a:hover{
color:#E69D44;
}
.copyright{
float:left;
font-family: Tahoma, Arial,Verdana,Helvetica, sans-serif;
text-transform:uppercase;
color:#ffffff;
font-size: 10px;
margin-top:5px;
}


/*---------- Miscellaneous ----------*/
.clear{
clear:both;
}

.videoRight{
float: right;
margin: 10px 0 10px 20px;
}

.videoLeft{
float: left;
margin: 10px 20px 10px 0;
}

.imgRight {
float:right;
margin: 10px 0 10px 20px;
}
.imgLeft {
float:left;
margin: 10px 20px 10px 0;
}


/*---------- MISC ----------*/
.round {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* store */

#storeSidebar{
width:200px;
float:left;
margin-right:25px;
line-height:1.2em;
}

#storeContent{
float:left;
width:540px;
}

#storeSidebar a{
text-decoration:none;
}

#storeSidebar .quad{
background:#efefef;
padding:10px;
margin-bottom:10px;
}

#sideCartItemCount{
}

.storeSearchSection{
margin-top:10px;
}

/* dont put top margin here, it screws up hover on ie */
#sideCartContent{
display:none;
padding-bottom:5px;
}
#sideCartItems{
margin-bottom:5px;
}
#sideCartItems tr td, #sideCartItems tr th{
padding:2px;
}
#sideCartItems tr th, #sideCartItems .totalprice{
font-weight:bold;
font-size:0.9em;
}
#sideCartItems .price{
text-align:right;
}
#sideCartLinks{
border-top:1px solid #cccccc;
padding-top:5px;
}

#checkoutUseCustomerInformation{
margin-bottom:10px;
}

/* categories start */

#sideCategoriesItems li{
margin-top:5px;
}

ul#sideCategoriesItems, #sideCategoriesItems ul{
list-style:none;
margin:0; padding:0;
}

#sideCategoriesItems ul{
margin-left:18px;
display:none;
}

#sideCategoriesItems .bullet img{
height:16px;
width:15px;
}

#sideCategoriesItems .tree_item .current{
font-weight:bold;
}

/* categories end */

.storeItem{
	width:133px;
	height:175px;
	float:left;
	text-align:center;
	line-height:1.2em;
}

.storeItemImage{
	width:80px;
	height:80px;
	border:15px solid white;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
}

.storeItemName{
	margin-top:5px;
}

.storeItem .sale{
font-weight:bold;
color:red;
}

.storeItemView{
margin-top:5px;
}
.storeItemView a{
background:gray;
color:white;
padding:2px 4px;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}

.storeItems{

}


/* store end */

.genericForm label{
width:130px;
float:left;
clear:both;
}

.genericForm .input{
margin:0px 0px 10px 0px;
}

.genericForm select {
margin:0; 
}

.genericForm input[type=text], .genericForm input[type=password]{
width:200px;
}

/* store display */

.storeDisplayPrice{
font-size:1.4em;
font-weight:bold;
xmargin-bottom:15px;
}

.storeDisplayAttributes{
margin-top:10px;
}

.storeDisplayAttributes ul{
list-style:none;
margin:0px;
}

.storeDisplayAddToCart{
margin-top:15px;
}

.storeDisplayRecommended{
margin-top:20px;
}

.storeDisplayRecommended{
clear:both;
}

.recommendedProductOptions select{
margin:0;
}

.recommendedProductOptions{
margin:5px 0px;
}

.recommendedProductName{
font-weight:bold;
margin-right:3px;
}

.storeItem{
margin:10px;
}

/* hide these for store item images */
.storeItemImages .caption, .storeItemImages .controls{
display:none;
}

/* make slideshow height smaller */
.storeItemImages .slideshow{
height:210px !important;
}

/* store display end */


/* store cart start */
.storeCartStepButtons{
float:right;
}

.storeCartSteps{
margin-bottom:10px;
}

.storeCartSteps a{
text-decoration:none;
margin-right:10px;
}

.storeCartSteps a.current{
font-weight:bold;
}

table.storeCartTable{
border-collapse:collapse;
}

.storeCartTable tr td, .storeCartTable tr th{
vertical-align:middle;
line-height:1.2em;
padding:6px 8px 4px 8px;
}

.storeCartTable tr th{
background:gray;
color:white;
}

.storeCartTable tr td{
background:#efefef;
border-bottom:1px solid white;
}

.storeCartTable tr.total td{
background:#cccccc;
border-bottom:none;
}

.storeCartTable .attributes{
font-size:0.9em;
}

.storeCartTable .productThumb{
width:30px;
height:30px;
border:2px solid white;
vertical-align:middle;
margin-right:7px;
}


/* store cart steps end */


/* listings start */

#listingsSidebar{
width:200px;
float:left;
margin-right:25px;
line-height:1.2em;
}

#listingsContent{
float:left;
width:540px;
}

#listingsSidebar a{
text-decoration:none;
}

#listingsSidebar .quad{
background:#efefef;
padding:10px;
margin-bottom:10px;
}


/* listings end */




/* blog start */
.blogSearchForm{
float:right;
}

.blogPageLinks a{
font-size:1.2em;
}

.commentForm{
margin-top:20px;
}
/* blog end */


/* albums start */

.gallery .slideshow{
height:300px;
margin-bottom:10px;
}

.gallery span.image-wrapper {
display: block;
}

.gallery .slideshow a{
text-decoration:none;
height:100%;
}

.gallery ul.thumbs{
list-style:none;
margin:0px;
float:left;
}

.gallery ul.thumbs li{
float:left;
margin-right:5px;
}

.gallery .thumbsContainer{
margin-top:10px;
}

.gallery .thumbsContainer .nav{
float:left;
display:block;
height:80px;
width:20px;
}

.gallery .navPrev{
margin-right:5px;
background: url(../img/galleryLeft.png);
}

.gallery .navNext{
margin-left:0px;
background: url(../img/galleryRight.png);
}

.gallery .controls{
margin-bottom:10px;
}

.gallery .loading{
position:absolute;
background:gray;
color:white;
padding:2px 4px;
margin-top:5px;
display:none;
}

/* albums end */

/* embedded albums start */


.embeddedGallery .slideshow{
height:300px;
margin-bottom:10px;
}

.embeddedGallery span.image-wrapper {
display: block;
}

.embeddedGallery .slideshow a{
text-decoration:none;
}

.embeddedGallery .thumbsContainer{
margin-top:10px;
}

.embeddedGallery .thumbsContainer ul.thumbs{
list-style:none;
margin:0px;
float:left;
}

.embeddedGallery .thumbsContainer ul.thumbs li{
float:left;
margin-right:5px;
}

.embeddedGallery .nav{
float:left;
display:block;
height:80px;
width:20px;
}

.embeddedGallery .navPrev{
margin-right:5px;
background: url(../img/galleryLeft.png);
}

.embeddedGallery .navNext{
background: url(../img/galleryRight.png);
}

.embeddedGallery .controls{
margin-bottom:10px;
}

.embeddedGallery .loading{
position:absolute;
background:gray;
color:white;
padding:2px 4px;
margin-top:5px;
display:none;
}


/* embedded albums end */


/* password protected page */
.pagePassword .password label{
display:block;
}


/* recaptcha */
.recaptcha{
margin:10px 0px;
}


/* misc styles */
#productsCheckout .couponCode{
margin-top:10px;
}

#productsCheckout #customerInformation{
margin-top:10px;
}

#productsCheckout #shippingInformation{
margin-top:20px;
}

#productsCheckout .creditCardInfo{
margin-top:30px;
}

#productsCheckout .cardExpiration{
margin-top:-4px;
position:absolute;
}

#productsCheckout .checkoutSubmit{
margin-top:20px; 
padding-bottom:20px;
}

#productsCheckout .cardCcvBox{
margin-top:10px;
}

#productsCheckout .newsletters{
margin-top:20px;
}

#productsCheckout .newsletters label{
float:none;
vertical-align:top;
}

#productsLogin #loginForm{
margin-top:10px;
}

#productsLogin .forgotPasswordLink{
margin-top:10px;
}

#productsLogin .forgotPasswordForm{
margin-top:10px;
}

#productsLogin #registerForm{
margin-top:10px;
}

#editCartShippingOptions{
margin-bottom:20px;
}

#editCartShippingOptions #shippingOptions2{
border:1px solid #cccccc;
background:#efefef;
padding:5px 10px 10px 10px;
margin-top:5px;
}


/* blog start */

.blogContent{
width:560px;
float:left;
margin-right:30px;
}

.blogSidebar{
width:180px;
float:left;
}

ul.blogArchive{
margin-left:0px;
}

a.blogArchiveYear{
font-weight:bold;
}

li.blogArchiveYear_li{
margin-bottom:5px;
list-style:none;
}

/* blog end */

.cartMessage{
font-weight:bold;
margin-bottom:5px;
}

#shippingOptions {
margin-top:20px;
}

#currentShippingOption{
margin-bottom:10px;
}

#ShippingStateDiv{
margin-bottom:10px;
}

#billingInfoSub{
margin-bottom:5px;
}

#cartStatus{
position:fixed;
width:100%;
top:0;
left:0;
text-align:center;
background:white;
padding:12px;
font-size:19px;
opacity: 0.9;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
}

#productsCheckout input[type=text] {
width:200px;
}




#mainContent ul li .theButton a {
font-size: 12px;
}
.theButton a {
background-color: #e59f40;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color: #fff;
padding: 3px 5px;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}
.theButton a:hover {
background-color: #c57f20;
}