/*
  Author:  Drew Taylor
           http://drew-taylor.com

           Big Cartel Stores CSS
           Copyright 2008 Indie Labs LLC.
           More info at: http://bigcartel.com

------------------------------------------------------------*/



/*============================================================
 Base
============================================================*/


/* navigation.css */
#subMenu {text-align: right; color: #8e2546;}
#newsletterBTN {float: right; margin-top: 10px; padding: 5px 10px; background-color: #ee8dbe; color: #fff;}
#newsletterBTN a {color: #fff;}
#mainMenu {height: 45px; margin: 80px 0 0 90px; float: left; width: 400px; color: #fff;}
#mainMenu ul {list-style: none;}
#mainMenu li {float: left;}
#mainMenu a {display: block; text-decoration: none; padding-top: 50px; font-size: 0px; line-height: 0px;}
.homeBTN {width: 85px; height: 45px;background-image: url(images/menu/home_btn.gif);}
.homeBTN:hover {background-position: bottom;}
.shopBTN {width: 70px; height: 45px;background-image: url(images/menu/shop_btn.gif);}
.shopBTN:hover {background-position: bottom;}
.faqBTN {width: 75px; height: 45px;background-image: url(images/menu/faq_btn.gif);}
.faqBTN:hover {background-position: bottom;}
.contactBTN {width: 125px; height: 45px;background-image: url(images/menu/contact_btn.gif);}
.contactBTN:hover {background-position: bottom;}
#nomove {position: fixed; left:0; top:50px;}

#content.home #nav li.homeBTN {background-position: bottom;}
body.home #nav li.shopBTN {background-position: bottom;}
body.faq #nav li.faqBTN {background-position: bottom;}
body.contact #nav li.contactBTN {background-position: bottom;}



/*============================================================
 Type
============================================================*/
a {color: #c1386a; text-decoration: none;}
a:hover {color: #dc6b98; text-decoration: underline;}

/*============================================================
 Content
============================================================*/
body {background: url(images/footer_bg.gif);}
#mainLogo {float: left;}
#header {float: left; height: 145px;}
.newsletter {font-family: Verdana, Helvetica, Arial, sans-serif; color: #dc6b98; font-size: 12px; width: 160px; border: 1px #c1396a solid; padding: 5px; margin: 15px 10px 0 0;}
#footer {background: url(images/footer_bg.gif); float: left; width: 100%; text-align: center; color: #8e2546; font-size: 10px; font-weight: bold; padding: 20px 0 50px 0; margin: 20px 0 0 0; border-top: #90b040 solid 1px;}
#productsPage img {vertical-align: top;}