body	{margin: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		background-image: url(http://www.attarco.com/images/back_gradient2.jpg);
		}

table 	{width: 100%;
		height: 100%;}

.page 	{vertical-align: top;
		text-align: center;}

#container 	{position: relative;
	    margin: 0 auto;
		width: 800px;
		text-align: left;
		background-image: url(http://www.attarco.com/images/back_gradient2.jpg);
		background-repeat: y;
		height: 110%;}
		
#stage {position: relative;
		 left: 0px;
		 top: 0px;
		 width: 800px;
		 background: #E2DFDE;
		 min-height: 914px;
         border-top: 8px solid #FFFFFF;
		 border-left: 8px solid #FFFFFF;
		 border-right: 8px solid #FFFFFF;}
		 	 
#logo  {position: relative;
		top: 98px;
		left: -5px;}
	
	
#hmenu	{position: absolute;
		width: 800px;
		height: 17px;
		top: 218px;
		left: 0px;
		background: #ffffff;
		background-image: url(http://www.attarco.com/images/menu_back.gif);
		background-repeat: no-repeat;
		padding-top: 8px;
		padding-bottom: 3px;
		display: block;
		}
        
        
        
#hmenu2	{position: absolute;
		width: 800px;
		height: 17px;
		top: 252px;
		left: 8px;
		color: #CCCCCC;
		}
        
a:link.bar, a:visited.bar, a:hover.bar, a:active.bar {font-family: arial, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;} 
    
a:hover.bar, a:active.bar {font-family: arial, sans-serif;
	color: #d7153b; }     
    
a:link.parts, a:visited.parts, a:hover.parts, a:active.parts {font-family: arial, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;} 
    
a:hover.parts, a:active.parts {font-family: arial, sans-serif;
	color: #ff0033; }     
        
		
#content {position: absolute;
		top: 245px;
		left: -8px;
		background: #E2DFDE;
		border-left: 8px solid #FFFFFF; 
		border-right: 8px solid #FFFFFF;
		width: 800px;
		}
		
#content2 {margin: 26px 15px;
		   padding: 0px 25px;}
		   
p {font-family: verdana, arial, sans-serif;
   color: #767070;
   font-size: 11px;}
	 
.content {font-family: verdana, arial, sans-serif;
   color: #767070;
   font-size: 11px;}
	 
p.footer {padding-left: 30px;
		  font-size: 9px;
		  color: #cecdcb;}
	
h2, h3, h5 {font-family: arial, sans-serif;
	color: #00689f;}
	
h5 {font-style: bold;}
		
a:link, a:visited, a:link.copy, a:visited.copy {font-family: arial, sans-serif;
	color: #00679F;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;}
	
a:hover, a:active, a:hover.copy, a:active.copy {color: #89817F;}

a:link.copy, a:visited.copy {font-size: 11px;
font-weight: normal;
padding: 0px;}

a:link.sub, a:visited.sub {font-family: arial, sans-serif;
	color: #ffca08;
	font-size: 10px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;}
	
a:hover.sub, a:active.sub {color: #CCCCCC;}

a:link.inside, a:visited.inside {font-family: arial, sans-serif;
	color: #00679F;
	font-size: 10px;
	font-weight: normal;
	padding-left: 0px;
	align: left;
	text-decoration: none;}
	
a:hover.inside, a:active.inside {color: #89817F;}

a:link.topinside, a:visited.topinside {font-family: arial, sans-serif;
	color: #938988;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	align: left;
	text-decoration: none;}
	
a:hover.topinside, a:active.topinside {color: #d82f4e;}


#brands {position: relative;
		top: 0px;
		left: 0px;
		background: #FFFFFF;
		border: 1px solid #D8153A;
		width: 116px;
		align: center;}
		
		
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-align: left;
}

#nav li { /* all list items */
	float: left;
	width: 75px; /* width needed or else Opera goes nuts */
	border-right: 2px solid #00689f;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffca08;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}

#nav li li:hover {
  background: #CC0033;
	color: #FFFFFF;}
	
	
#tollfree {position: absolute;
		   left: 670px;
		   top: 222px;
		   font-family: verdana, arial, sans-serif; 
		   color: #ffca08; 
		   font-size: 13px;}
		   
#search {position: absolute;
		   left: 585px;
		   top: 250px;
		   font-family: arial, sans-serif; 
		   font-size: 8px;
		   height: 15px;
		   width: 211px;
		   padding: 0px;
		   margin: 0px;
		   vertical-align: top;}
		   
		   
