/*========= RESET CSS =========*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

html,h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

/*========= BASE CSS =========*/

html{font-family:Arial, Helvetica, sans-serif;}

td{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}

h1{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #075697;
	text-decoration: none; 
}

h2{ font-size:170%; }

h3{ font-size:108%; }

h1,h2,h3{ margin:1em 0; /* top & bottom margin based on font size */ }

h1,h2,h3,h4,h5,h6,strong{ font-weight:bold; /*bringing boldness back to headers and the strong element*/ }

p{margin-bottom:1em;}

strong{color:#075697;}

sup{vertical-align:text-top;}

ul{
	padding-left:40px;
	padding-bottom:20px;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #075697;
	text-decoration: none;
	line-height: 25px;
}

a:link, a:visited, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2222ff;
	text-decoration: underline;
}
a:hover {color: #000097;}

/*========= DIVs =========*/

div#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	width:610px;
	margin-left:136px;
}


div#container{
	width: 990px;
	position: relative;
	background-color:#FFF;
}

div#footer{
	clear:both;
	padding-top:30px;
	width: 990px;
	text-align:center;
	font-size:60%;
	color:#999;
	float:left;
}

div#footer a{
	color:#666;
}

div#flash{
	width:609px; 
	height:104px; 
	background:url(../images/listerinewhitening/no_flash_background.jpg) no-repeat; 
	padding-left:97px; 
	margin:100px 0 70px 180px;
}

/*========= NAVIGATION =========*/
#menu{
	width:990px;
	background:url(../images/listerinewhitening/subnav_middle.jpg) no-repeat;  
	height:184px;
}
#offer{
	float:left;
}
#buttons{
	width:557px; 
	float:left;
}
#menu-buttons{
	padding:0; 
	height:80px;
	list-style:none;
}
#menu-buttons li{
	display:inline;
	float:left; 
	margin:30px 8px 0 0;
}

#submenu-buttons{
	padding:0; 
	list-style:none;
}
#submenu-buttons li{
	display:inline;
	float:left; 
	margin:-1px 25px 0 0;
}
#subsubmenu-buttons{
	position:absolute;
	left:555px;
	width:440px;
	z-index:5;
}
#subsubmenu-buttons ul li{
	display:inline;
	list-style:none;
}

#logo{
	position:relative;
	_position:absolute;
	float:left;
	padding-top:16px;
	z-index:1;
}

/*========= PRIVACY LINKS =========*/
div#privacylinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	padding:20px;
}

div#privacylinks ol{
	margin-left:40px;
}

/*========= DISCLAIMER =========*/
div#buffer{
	background:url(../images/listerinewhitening/disclaimer-header.jpg) no-repeat;
	width:310px;
}
div#buffer_conatainer{
	padding:90px 10px 10px 10px;
	text-align:center;
}
.text{
	font:12px Arial, Helvetica, sans-serif;
	padding:15px 25px 5px 5px;
}


