/* CSS Document */ html, body { color:#010000; font-family:Verdana, Arial, Helvetica, sans-serif; background:#000; margin:0px; padding: 0px; } img { border:0px; } a { outline: none; color: #FFFFFF; } a:link, a:visited, a:active { text-decoration:none; } a:hover { text-decoration:underline; } p { margin:0; padding:0; padding:10px 0; } .clear { clear:both; } #wrapper { width:950px; margin:0 auto; padding: 0; } #header { width:950px; margin: 0px; padding: 0px; } #menu_left { width:174px; float:left; } #shopping_cart { height:121px; padding-left:14px; background:url('cart_bg.gif') no-repeat; font-family: Arial, Helvetica, sans-serif; } #items_value { height:37px; font-size:10px; padding-top:44px; padding-left:33px; } /*STORE MENU*/ #store { min-height:432px; height:auto !important; height:432px; width:139px; color:#ffffff; border:1px solid #74746e; background:url('store_bg.gif') no-repeat top; padding-top:42px; margin-left:14px; padding-right:10px; padding-bottom:10px; } #store a { color:#ffffff; } #store ul { margin:0; padding:0; margin-left:33px; } /*main holder*/ #store ul li { font-size:11px; line-height:13px; list-style-type:none; } /*section headers*/ #store ul ul { margin-left:25px; } /*sub section holder*/ #store ul ul li { font-size:9px; line-height:11px; list-style-type:square; } /*sub sections*/ #content { width:602px; float:left; } #banner { margin-bottom:0px; } #content_hldr { min-height:267px; height:auto !important; height:267px; padding:15px; margin-top:4px; border:1px solid #74746e; } /*REPEATED SECTION*/ .sect_hldr { width:296px; height:125px; background-image:url('sect_hldr_bg.gif'); position: relative; } .sect_hldr a { color: #010000;	 } .sect_title { width:181px; height:48px; padding-top:25px; font-size:12px; text-align:center; float:left; font-family: "Times New Roman", Times, serif; text-transform: uppercase; font-weight:bold; } .view_sect { width:181px; padding-top:0; text-align:center; float:left; } .view_sect a { position: absolute; left:49px; padding: 0px; width: 80px; height: 28px; display: block; } .view_sect a:hover { background: url('view_hover.gif') no-repeat top center; } .sect_img { width:103px; height:103px; padding-top:11px; padding-right:11px; float:right; } /*SINGLE PRODUCT*/ #prod_hldr { width:602px; height:298px; text-align:center; background:url('prod_bg.gif') no-repeat left top; float:left; position:relative; margin: 4px 0px 0px; padding: 0px; } #prod_hldr a { color: #010000;	 } #prod_img { padding:0px; margin: 0px; width:387px; float:right; } #prod_name { width:137px; padding:10px 35px; padding-top:19px; font-size:14px; float:left; text-transform: uppercase; font-weight: bold; } #prod_desc { width:215px; padding-bottom:10px; font-size:12px; float:left; text-transform: uppercase; } .prod_attribute { width:215px; padding-bottom:10px; font-size:12px; float:left; } #back_addtocart { width:216px; text-align:center; bottom:22px; left:9px; position:absolute; clear:both; } #back_addtocart a { padding: 0px; margin: 0px; } #flags { padding:5px 0; } #menu_right { width:174px; float:left; } /*FEATURED ITEMS*/ #feat_items { height:299px; background-image:url('feat_items_bg.gif'); background-repeat: no-repeat; position: relative; } #feat_items a { color: #010000;	 } #feat_items_img { padding-top:52px; padding-left:34px; } #feat_items_info { height:94px; padding:0 20px; font-size:12px; text-align:center; text-transform: uppercase; } #feat_items_view { position: absolute; top: 248px; left:47px; width:80px; margin:0; } #feat_items_view a { width: 80px; height: 28px; display: block; } #feat_items_view a:hover { background: url('view_hover.gif') no-repeat top center; } /*MAILING LIST*/ #mailing_list { position: relative; height:94px; padding:0 35px; padding-top:70px; margin-top:10px; background-image:url('mailing_list_bg.gif'); background-repeat: no-repeat; font-size:10px; text-align:center; color: #010000; } #mailing_list p { padding-bottom: 0px;	 } #mailing_list a { position: absolute; top: 120px; left: 43px; width: 80px; height: 28px; display: block; } #mailing_list a:hover { background: url('join_but_hover.gif') no-repeat top center; } #mailing_list img { } #footer { height:71px; padding-top:10px; background-image:url('footer_bg.gif'); background-position:bottom; background-repeat:no-repeat; color:#FFFFFF; font-size:12px; text-align:center; clear:both; } #footer a { color:#FFFFFF; } 
