/**
 * HTML Settings
 */
a, body, div { margin: 0; padding: 0; }
a { color: red !important; }
html { height: 100%; }
body { background: url(../styleImages/backgrounds/body_bg.jpg) center top no-repeat; background-color: black; color: white; font-family: Verdana, Arial, sans-serif; font-size: 12px; height: 100%; }
form { margin: 0; padding: 0; }
h1, h2, h3 { color: red; font-size: 14px; margin: 0; padding: 0; }
img { border: 0; }
input { color: red; font-size: 11px; padding-left: 2px; }

/**
 * Superfish
 */ 
.sf-menu { margin-bottom: 0; }
.sf-menu li, .sf-menu li li { background: none; z-index: 9999; }
.sf-menu a { border: none; padding: 0; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: none; outline: 0 none; }
.sf-menu li li, .sf-menu li li:hover { background: url(../styleImages/backgrounds/titlebar_bg.gif); border-bottom: 1px solid #434343; border-left: 1px solid #434343; border-right: 1px solid #434343; display: block; height: 30px; line-height: 30px; padding-left: 5px; text-decoration: none; text-align: left !important; width: 174px !important;}
.sf-menu li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: url(../styleImages/backgrounds/titlebar_bg.gif);
	outline:		0;
}
.sf-menu ul { left: -6px !important; margin-top: 1px !important; width: 174px !important; }
.sf-sub-indicator { background: url(/js/superfish/arrows-ffffff.png) no-repeat scroll -10px -100px transparent; right: 45px;}
* html .sf-sub-indicator { right: 10px; z-index: 9999;}
* html #header, * html #header ul, * html #header ul li { margin-left: 0px; }
* html #header { margin-left: 5px; }
* html #header ul li { margin-right: 5px; }
* html #header .sf-menu ul { left: -1px !important; }

/**
 * Global Uniques
 */
#main-wrapper { background-color: black; margin: 0 auto; width: 935px; }
#header { background: url(../styleImages/backgrounds/header_bg.jpg) right top no-repeat; height: 131px; width: 935px; }
#header a, #slides a { text-decoration: none; }
#logo-link { display: block; float: left; }
#header-links { color: #ed1c24; float: left; text-transform: lowercase; height: 98px;}
#header-links .header-link { padding-left: 380px; height: 32px; line-height: 30px;}
#header-links #searchStr { border: 1px solid #434343; height: 15px; width: 155px; }
#middle { clear: both; }
#navigation li { display: block; float: left; height: 31px; line-height: 30px; margin-left: 5px; border: 1px solid #434343; text-align:center; width: 179px; }
#navigation1, #navigation1:hover, #navigation1:active { background: url(../styleImages/nav1_up.jpg) no-repeat; }
#navigation2, #navigation2:hover { background: url(../styleImages/nav2_up.jpg) no-repeat; }
#navigation3, #navigation3:hover { background: url(../styleImages/nav3_up.jpg) no-repeat; }
#navigation4, #navigation4:hover { background: url(../styleImages/nav4_up.jpg) no-repeat; }
#navigation5, #navigation5:hover { background: url(../styleImages/nav5_up.jpg) no-repeat; }
#products-menu { position: absolute; width: 181px;}
#footer { color: #ed1c24; font-size: 10px; padding: 5px; }
#footer-docs, #copyright { text-align: center; margin-bottom: 10px;}
#footer-contact, #footer-creditcards, #footer-address { float: left; width: 33.3%; }
#footer-creditcards { text-align: center; }
#footer-address { text-align: right; }
#copyright { margin-top: 10px; }

/**
 * Global CSS Classes
 */
.stdbox { background-color: #151515; border: 1px solid #434343; }
.stdbox .content { padding: 10px; }
.titlebar { background: url(../styleImages/backgrounds/titlebar_bg.gif) repeat-x; color: red; font-size: 14px; font-weight: bold; height: 49px; line-height: 49px; margin: 0; padding-left: 10px; }
h1.titlebar { display: block; }
.txtOldPrice { color: #555; text-decoration: line-through; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.txtSale { font-weight: bold; color: red; }
div.success { border: 1px solid rgb(0,102,0); background: #434343; padding: 15px;}

/**
 * Home Page
 */ 
#intro-slides { margin-bottom: 5px; }
#slide-show { height: 256px; }
#slide-show img { position: absolute; }
#slides { background: url(../styleImages/backgrounds/slides_bg.gif) repeat-x; font-size: 10px; height: 19px; padding: 6px 0 0 5px;}
#middle { background-color: black; padding: 5px;}
#home-content { float: left; height: 230px; margin-bottom: 5px; overflow: hidden; width: 678px; }
#we-tune { background: url(../styleImages/backgrounds/we_tune_bg.jpg) no-repeat; float: left; font-size: 11px; height: 230px; margin-left: 5px; width: 238px; }
#we-tune h2 { color: white; font-size: 12px; padding: 10px 0 5px 15px; }
#we-tune ul { margin: 0; padding-left: 25px; }
#we-tune a { color: white; font-weight: bold; float: right; margin: 10px 15px 0 0;}
.latest-product { color: red; float: left; font-size: 11px; height: 180px; text-align: center; width: 25%; }
.latest-product .thumb { background-color: white; height: 100px; margin: 5px auto 5px auto; text-align: center; width: 150px;}
#tooltip { display: none; border: 1px solid white; background: black; position: absolute; width: 200px; overflow: hidden;}
#tooltip img { width: 200px; }
.tooltip { border: 1px solid white; background: black; position: absolute; padding: 5px;}
a.currentSlide { font-weight: bold; }

/**
 * Category
 */
h1.category { text-align: center; }
.subcat { float: left; margin-top: 5px; width: 458px; height: 225px;}
.cat-odd { margin-right: 5px; }
.subcat .content { text-align: center; }
tbody td { padding: 5px; }
.tdEven { background: #222; }

/**
 * Product
 */
#breadcrumbs { padding: 5px; }

/**
 * Shopping Cart
 */
div.cartProgress { border: 1px solid #434343; padding: 0px; margin: 3px 0px 3px 0px; height: 20px; line-height: 20px;}
div.cartProgress div { width: 25%; float: left; text-align: center; background: black; color: rgb(144,144,144); padding: 0px; height: 20px;}
div.cartProgress .current { background: rgb(128,128,128); font-weight: bold; color: white;}

/* IE6 css fixer v0.9: Wed, 03 Nov 2010 19:23:57 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html #logo-link,
* html #header-links,
* html #navigation a,
* html #footer-contact, * html #footer-creditcards, * html #footer-address,
* html #home-content,
* html #we-tune,
* html #we-tune a,
* html .latest-product,
* html .subcat,
* html div.cartProgress div {display:inline;}

/* add zoom:1 to overflow:hidden */
* html #logo-link,
* html #header-links,
* html #navigation a,
* html #footer-contact, * html #footer-creditcards, * html #footer-address,
* html #home-content,
* html #we-tune,
* html #we-tune a,
* html .latest-product,
* html .subcat,
* html div.cartProgress div {zoom:1;} 
