/* 
1) ========= RESET BROWSER DEFAULTS =============
                 
*/

:link,:visited { 
	text-decoration: none;
	}

ul,li,h1,h2,body,html,p,img {
	margin: 0;
	padding: 0;
	}

a img,:link img,:visited img {
	border: none;
	}
	
a, a:active {
	outline: none;
	}

/*
2) ========= BODY & FRAMEWORK =============
 */

html {
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-family: arial, helvetica neue, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

	
a:link, a:visited {
	color: white;
	text-decoration: none;
	font-size: 10px;
	}
	
a:hover {
	color: #7A7A7A;
	}
	
#headerDiv {
	position: relative;
	width: 960px;
	height: 40px;
	top: 0px;
	left: 0px;
	background: #000000;
	margin: 0 auto;
}

#containerDiv {
	position: relative;
	width: 960px;
	height: 650px;
	top: 0px;
	left: 0px;
	background: #000000;
	margin: 0 auto;
}

#container1Div {
	position: relative;
	width: 960px;
	height: 605px;
	top: 0px;
	left: 0px;
	background: #000000;
	margin: 0 auto;
}

#topnavDiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 27px;
}

#mainDiv {
	position: relative;
	width: 960px;
	height: 530px;
	top: 0px;
	left: 0px;
}

#bottomnavDiv {
	position: relative;
	top: 0px;
	left: 0px;
}
#bottomnav1Div {
	position: relative;
	top: 0px;
	left: 0px;
}

/* styles from original press page */

#footer {
	margin: 5px auto 0 auto;
	width: 960px;
	height: 200px;
	border-top: 1px solid #999;
	text-align: center;
	padding: 25px 0 0 0;
	}

#footer .credits {
	font-family: Arial, sans-serif;
	color: #555555;
	font-size: 10px;
	line-height: 12px;
	display: block;
	}
	
#footer .credits a {
	text-decoration: underline;
	color: #bbb;
	}
	
#footer .credits a:hover {
	text-decoration: none;
	border-bottom: none;
	}	

#footer #assistance_phone {
	font: normal 11px arial;
	color: #666;
	text-align: center;
	}
#footer #assistance_phone a {
	color: black;
	text-decoration: underline;
	}
	
#footer .shipping {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #990000;
	padding: 0 0 15px 0;
	display: block;
}
	

a.free_shipping  {
	color: #000;
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
	text-decoration: underline;
	font: normal 13px arial !important;
	}	
a:hover.free_shipping {
	text-decoration: none;
	}

/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 210px; color:#fff;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:left}

.tooltip span.top{padding: 5px 8px 5px 8px;
    background: #333}
.tooltip b.bottom{padding:0;
    background: transparent}


/*
3) ========= MENU =============
 */

#topnav {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 935px;
	height: 12px;
	float: left;
	margin: 0;
	padding: 0;
	color: black;
	background: #000000;
}

#topnav li{
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: block;
	position: absolute;
}	

#topnav a {
	position: absolute;
	display: block;
}

#topnav a span {
	display: none;
}
	
#nav-home a {left: 0px; top: 0px; width: 50px; height: 12px;background: url(../images/mainnav.gif) 0px 0px no-repeat;}
#nav-home a:hover {background: url(../images/mainnav.gif) -172px 0px no-repeat;}
#nav-search a {left: 90px; top: 0px; width: 68px; height: 12px;background: url(../images/mainnav.gif) 0px -20px no-repeat;}
#nav-search a:hover {background: url(../images/mainnav.gif) -172px -20px no-repeat;}
#nav-press a {left: 199px; top: 0px; width: 56px; height: 12px;background: url(../images/mainnav.gif) 0px -40px no-repeat;}
#nav-press a:hover {background: url(../images/mainnav.gif) -172px -40px no-repeat;}
#nav-logo a {left: 385px; top: -20px; width: 150px; height: 62px;background: url(../images/LAFCOLOGO.gif) 0px 0px no-repeat;}
#nav-logo a:hover {background: url(../images/LAFCOLOGO.gif) 0px 0px no-repeat;}
#nav-login a {left: 770px; top: 0px; width: 56px; height: 12px;background: url(../images/mainnav.gif) 0px -60px no-repeat;}
#nav-login a:hover {background: url(../images/mainnav.gif) -172px -60px no-repeat;}
#nav-cart a {left: 866px; top: 0px; width: 46px; height: 12px;background: url(../images/mainnav.gif) 0px -80px no-repeat;}
#nav-cart a:hover {background: url(../images/mainnav.gif) -172px -80px no-repeat;}

#bottomnav {
	position: absolute;
	top: 620px;
	left: 25px;
	width: 920px;
	height: 12px;
	float: left;
	margin: 0;
	padding: 0;
	color: black;
	background: #000000;
}

#bottomnav1 {
	position: absolute;
	top: 580px;
	left: 25px;
	width: 920px;
	height: 12px;
	float: left;
	margin: 0;
	padding: 0;
	color: black;
	background: #000000;
}

#bottomnav li{
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: block;
	position: absolute;
}

#bottomnav1 li{
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: block;
	position: absolute;
}	

#bottomnav a {
	position: absolute;
	display: block;
}

#bottomnav a span {
	display: none;
}

#bottomnav1 a {
	position: absolute;
	display: block;
}

#bottomnav1 a span {
	display: none;
}

#nav-customer a {left: 0px; top: 0px; width: 172px; height: 12px;background: url(../images/mainnav.gif) 0px -100px no-repeat;}
#nav-customer a:hover {background: url(../images/mainnav.gif) -172px -100px no-repeat;}
#nav-contact a {left: 211px; top: 0px; width: 81px; height: 12px;background: url(../images/mainnav.gif) 0px -120px no-repeat;}
#nav-contact a:hover {background: url(../images/mainnav.gif) -172px -120px no-repeat;}
#nav-stores a {left: 630px; top: 0px; width: 110px; height: 12px;background: url(../images/mainnav.gif) 0px -140px no-repeat;}
#nav-stores a:hover {background: url(../images/mainnav.gif) -172px -140px no-repeat;}
#nav-products a {left: 781px; top: 0px; width: 130px; height: 12px;background: url(../images/mainnav.gif) 0px -160px no-repeat;}
#nav-products a:hover {background: url(../images/mainnav.gif) -172px -160px no-repeat;}

