/**
 * HTML Settings
 */ 
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; margin: 0; padding: 0; 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; }

/**
 * 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; }
#navigation a { display: block; float: left; height: 31px; line-height: 30px; margin-left: 5px; border: 1px solid #434343; text-align:center; width: 179px; }
#navigation1 { background: url(../styleImages/nav1_up.jpg) no-repeat; }
#navigation2 { background: url(../styleImages/nav2_up.jpg) no-repeat; }
#navigation3 { background: url(../styleImages/nav3_up.jpg) no-repeat; }
#navigation4 { background: url(../styleImages/nav4_up.jpg) no-repeat; }
#navigation5 { background: url(../styleImages/nav5_up.jpg) no-repeat; }
#products-menu { display: none; position: absolute; width: 181px;}
#products-menu a { 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;}
#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; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
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;} 