* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 margin:0;
 height:auto;
}

a img {
 border: none;
}

#image_backer { 
 width:auto;
 height:700px;
 background: url('../images/image_backer.jpg') repeat-x;
 background-position: top center;
 background-attachment: scroll;
}


#main_backer { 
 width:auto;
 height:700px;
 background: url('../images/main_backer.jpg') no-repeat;
 background-position: top center;
 background-attachment: scroll;
}





#wrapper {
 margin:0 auto;
 width:850px;
 height:auto;
}





#header_home {
 width:850px;
 height:209px;
 position:relative;
 left:2px;
}


#date {
 color:#CCCCCC;
 font-size:12px;
 position:relative;
 float:right;
 width:100px;
 height:7px;
 top:-185px;
 left:8px;
}


#phone {
 color:#FFFFFF;
 font-size:18px;
 width:150px;
 height:10px;
 position:relative;
 float:right;
 top:-160px;
 left:125px;
}


#navigation {
 width:595px;
 height:42px;
 position:relative;
 float:left;
 top:1px;
 left:25px;
}


#nav_about { float:left; width: 88px; height: 42px; }
#nav_about a { background: url("../images/nav_about.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_about a:hover { background-position: -88px 0; }
#nav_about_on a { float:left; width: 88px; height: 42px; background: url("../images/nav_about.jpg") no-repeat; display: block; background-position: -88px 0; }

#nav_links { float:left; width: 60px; height: 42px; }
#nav_links a { background: url("../images/nav_links.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_links a:hover { background-position: -60px 0; }
#nav_links_on a { float:left; width: 60px; height: 42px; background: url("../images/nav_links.jpg") no-repeat; display: block; background-position: -60px 0; }

#nav_products { float:left; width: 84px; height: 42px; }
#nav_products a { background: url("../images/nav_products.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_products a:hover { background-position: -84px 0; }
#nav_products_on a { float:left; width: 84px; height: 42px; background: url("../images/nav_products.jpg") no-repeat; display: block; background-position: -84px 0; }

#nav_storage { float:left; width: 139px; height: 42px; }
#nav_storage a { background: url("../images/nav_storage.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_storage a:hover { background-position: -139px 0; }
#nav_storage_on a { float:left; width: 139px; height: 42px; background: url("../images/nav_storage.jpg") no-repeat; display: block; background-position: -139px 0; }

#nav_help { float:left; width: 58px; height: 42px; }
#nav_help a { background: url("../images/nav_help.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_help a:hover { background-position: -58px 0; }
#nav_help_on a { float:left; width: 58px; height: 42px; background: url("../images/nav_help.jpg") no-repeat; display: block; background-position: -58px 0; }

#nav_contact { float:left; width: 95px; height: 42px; }
#nav_contact a { background: url("../images/nav_contact.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_contact a:hover { background-position: -95px 0; }
#nav_contact_on a { float:left; width: 95px; height: 42px; background: url("../images/nav_contact.jpg") no-repeat; display: block; background-position: -95px 0; }

#nav_home { float:left; width: 68px; height: 42px; }
#nav_home a { background: url("../images/nav_home.jpg") no-repeat; display: block; width:100%; height:100%; }
#nav_home a:hover { background-position: -68px 0; }


#cart_link {
 width:65px;
 height:85px;
 position:relative;
 float:right;
 top:0px;
 left:-37px;
}





#text_backer {
 width:850px;
 height:100%;
 background: url("../images/text_backer.jpg") repeat-y; 
 position:relative;
 float:left;
 top:235px;
 left:1px;
}




#left_column_home {
 width:405px;
 height:auto;
 color:#333333;
 position:relative;
 float:left;
 top:-240px;
 left:55px;
}

#left_column_home a { text-decoration:none; color:#0000FF; }
#left_column_home a:hover { text-decoration:none; color:#990000; }



#product_square {
 width:128px;
 height:99px;
 border-style:groove;
 border-width:2px;
 border-color:#999999;
}

#product_image {
 position:relative;
 float:left;
 top:3px;
 left:5px;
}

#product_name {
 color:#0000FF;
 font-size:14px;
}

#price {
 color:#009933;
 font-size:14px;
}

#free_shipping {
 color:#666666;
 font-size:14px;
}



#right_column_home {
 width:350px;
 height:auto;
 color:#333333;
 position:relative;
 float:right;
 top:-240px;
 right:15px;
}

#right_column_home a { text-decoration:none; color:#0000FF; }
#right_column_home a:hover { text-decoration:none; color:#990000; }


#brands {
 position:relative;
 float:left;
 left:50px;
 margin-bottom:75px;
}



#footer {
 width:850px;
 height:400px;
 background: url("../images/footer.jpg") no-repeat; 
 position:relative;
 float:left;
 top:0px;
 left:1px;
}

#footer_text {
 position:relative;
 float:left;
 color:#996633;
 top:176px;
 left:55px;
}










