body {
    background:#000;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


#container {
    padding: 0;
    width: 900px; 
    margin: 0 auto; }        

#content {
    background: #1D1D1D url(../../graphics/header_graphics/content_bkg.jpg); }

#header1 { 
    font: bold 15px arial;
    color: #fff;
    text-align: center; }

#header2 { 
    font: bold 15px tahoma;
    color: #fff;
    text-align: center; }
    
#storemenuhead {
    width: 250px; height: 61px; background: url(../../graphics/header_graphics/store_menu_header.jpg);
    text-align: center;
    font: bold 15px arial;
    color: #fff;

    
}

#storemenubody {
    width: 250px; background: url(../../graphics/header_graphics/store_menu_bkg.jpg);
}

#storemenubody .button {
	width: 230px;
    margin-left: 10px;
    background-color: #3A3A3A;
	}

#storemenubody .button ul {
	width:230px;
	list-style-type: none;
	margin: 0;
	padding: 0;
    }
#storemenubody .button ul li {
	list-style-type:none;
	}
#storemenubody .button li {
    border-bottom: 1px solid #121212;
    padding: 0px;
    margin: 0;
    }
    
#storemenubody .button li a {
		display: block;
		padding: 5px 0 5px 10px;
		color: #fff;
		text-decoration: none;
		width: 230px;
        font: bold 13px arial;
        }

html>body #storemenubody .button li a {
    width: auto;
    }

#storemenubody .button li a:hover {
    color: #fff;
    background-color: #6B6B6B;
    }

#storemenufoot {
     width: 250px; height: 24px; background: url(../../graphics/header_graphics/store_menu_footer.jpg);
}

#storecontenthead {
     width: 591px; height: 21px; background: url(../../graphics/header_graphics/store_content_header.jpg);
}

#storecontentbody {
     width: 591px; background: url(../../graphics/header_graphics/store_content_bkg.jpg);
     padding: 0 10px 0 10px;
}

#storecontentbody h1 {
    font: bold 18px arial;
    color: #CFD073; 
}

#storecontentbody h2 {
    font: bold 14px arial;
    color: #fff; 
}

#storecontentbody #form  {
    width: 100%; }

#storecontentbody #form th {
    font: bold 12px arial;
    color: #fff;
    text-align: right; 
    white-space: nowrap; 
    padding-right: 10px;}

#storecontentbody #form td {
    font: normal 12px arial;
    color: #fff;
    width: 100%;}
   
#storecontentbody #form td select { 
    width: 250px; }

#storecontentbody P {
    font: normal 14px arial;
    color: #fff; }

#storecontentfoot {
     width: 591px; height: 44px; background: url(../../graphics/header_graphics/store_content_footer.jpg);
}

#storespacerright {
     width: 20px; background: #1D1D1D url(../../graphics/header_graphics/store_right_bkg.jpg);
}

#storespacercenter {
 width: 19px; background-color: #1D1D1D;
}

#storespacerleft {
     width: 20px; background-color: #1D1D1D;
}

#companyfooter { 
    height: 35px; 
    background: url(../../graphics/header_graphics/marketsource_12.jpg);
    color: #fff;
    font: bold 12px arial;
    text-align: center;
}

#footer {
    margin-top: 5px;
    text-align: center;
    font: normal 10px arial;
    color: #fff; }
    
#footer a {
    text-decoration: underline;
    color: #fff; }
    
#footer a:hover { 
    text-decoration: none; }
    





