body { background:url(/images/background_content.png); background-repeat: repeat-y; background-position: top center; } #index_wrapper { width: 100%; background:url(/images/background_header.png); background-repeat: no-repeat; background-position: top center; } #main_wrapper { width: 100%; background:url(/images/background_header-content.png); background-repeat: no-repeat; background-position: top center; } .Left_Box { width:280px; display: block; float: left; margin-bottom: 5px; border-bottom: #666; } .Left_Box_Title{ width:280px; color:#fff; font-size:12px; font-weight:bold; background:url(/images/box_title.gif); background-repeat: no-repeat; margin-bottom: 3px; padding-top: 8px; padding-bottom: 10px; text-indent: 5px; } /* TOP NAV BAR */ #Top_Navigation { background:url(/images/top_links.png); background-repeat: no-repeat; background-position: right; display: block; float: right; text-align: right; width: 680px; padding-top: 2px; padding-bottom: 3px; padding-right: 25px; text-indent: 10px; margin-top: 0px; font-size: 11px; font-weight: normal; } #Top_Navigation a { color:#C00; text-decoration:none; padding:0px 5px 0px 5px; } #Top_Navigation a:hover{ color:#111; } /* TOP PHONE NUMBER */ #header_logo{ display: block; float: left; width: 600px; margin:20px; } #Top_Phone { display: block; float: left; width: 360px; font-size: 22px; font-weight: bold; color: #cc0000; text-align: right; margin-top: 40px; margin-bottom: 8px; text-align: right; } /* ############################################### FOOTER ############################################### */ #footer { background:url("/images/footer_bk.png"); background-repeat: repeat-x; color: #fff; border-top:1px solid #ccc; margin: 15px 0px 0px 0px; text-align:center; padding: 0px; font-size: 10px; padding-top: 2px; padding-bottom: 20px; } #footer a { font-size: 10px; color: #fff; font-weight: bold; text-decoration: none; } #footer a:hover{ text-decoration:underline; } /* COPYRIGHT */ .copyright{ font-size:10px; margin: 0px 0px 0px 0px; } /* ############# FEATURED PRODUCTS DIV ############# */ #featured_right_top { width: 100%; font-size: 12px; padding-top: 7px; padding-bottom: 7px; color: #000; font-weight: bold; text-indent: 10px; } #featured_right_content { float: right; color: #333; font-size:14px; margin: 0px; padding: 0px; width: 675px; display: block; text-align: center; float: left; } /* ############# FEATURED PRODUCTS STYLES ############# */ .Featured_Product { width: 150px; display: block; float: left; border: 1px solid #dfdfdf; margin-right: 6px; margin-bottom: 3px; margin-top: 3px; padding: 5px; } .Featured_Image { height: 100px; } .Featured_Name { height: 50px; font-size: 10px; } .Featured_Price { font-weight: bold; } .Featured_Link { font-weight: bold; } .Left_Box > div { padding: 10px; }