
/* --------------------------------------- */

@import url("base.css");

/* --------------------------------------- */


/* MAIN PAGE ELEMENTS
------------------------------------------------------------------------------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-size: 11px;
	color: #333333;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	text-align:left;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}

a:visited{
	color: #990000;
}

ul { line-height:16px; }

/* EDGE ELEMENTS
------------------------------------------------------------------------------------ */
.leftEdge{
	background-image:url(../images/leftEdge.gif);
	width:20px;
	background-repeat:no-repeat;
}
.rightEdge{
	background-image:url(../images/rightEdge.gif);
	width:20px;
	background-repeat:no-repeat;
}


/* MAIN CELL ELEMENTS
------------------------------------------------------------------------------------ */

#mainBody {
	background-image:url(../images/indexBgTop.jpg);
	background-repeat:no-repeat;
}

.textBlock{	width:485px; }
.textBlock2{ 
	width:485px;
	margin-top:40px;
}

p{	padding:0px 0px 10px 26px;
	font-size: 11px;
}

h1, h2, h3{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	margin-left:10px;	
}



/* HEARING CHECK
------------------------------------------------------------------------------------ */

#hearingCheck td{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
}

#mythsFacts td{
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;
	padding-top:20px;
}



/* SIDE CELL
------------------------------------------------------------------------------------ */
.menu {
	margin:0;
}

.quickContact{
	margin:0px 0px 10px 20px;
	width:196px;
}


/* BIO 
------------------------------------------------------------------------------------ */
#bio {
	height:161px;
	margin-bottom:40px;
	margin-top:20px;
	margin-left:20px;
}

#bio img{
	margin-right:10px;
}


/* MAIN INDEX 
------------------------------------------------------------------------------------ */
#productCompare{
	background-image:url(../images/productCompare.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:160px;
}

#productCell {
	margin-bottom:20px;
}

#productCell p{
	padding-top:6px;
}


/* QUICK CELL ELEMENTS
------------------------------------------------------------------------------------ */
#quickCells{
	margin:20px 0px 0 20px;
}
#quickFacts{
	padding-right:20px;
	width:249px;
	height:156px;
	background-image:url(../images/quickFactsBg.gif);
	background-repeat:no-repeat;
}

#quickFacts li{
	margin-top:10px;
}

#quickFacts img{
	margin-top:20px;
	margin-left:30px;
}

#quickFacts a:link {
	color: #660000;
	text-decoration:underline;
}
#quickFacts a:hover {
	color: #660000;
	text-decoration:none;
}


#quickViewer{
	width:210px;
	height:156px;
}

/* FOOTER ELEMENTS
------------------------------------------------------------------------------------ */
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	text-align:right;
/*	border-bottom:1px solid #CCC; */
	width:547px;
	height:193px;
}	
	
#footer p{
	color:#940027;
	margin: 100px 100px 20px 20px;
	padding:7px 5px 5px 5px;
	text-align:center;
	font-size:11px;
}

#footer a:link {
	color: #940027;
	text-decoration:underline;
}
#footer a:hover {
	color: #940027;
	text-decoration:none;
}

#footer a:visited {
	color: #940027;
}

/* COPYRIGHT ELEMENTS
------------------------------------------------------------------------------------ */
#copyright {
	width:700px;
	text-align:right;
	margin-top:20px;
	color:#999;
}

#copyright p{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
}
#copyright a:link {
	color: #999;
	text-decoration:underline;
}
#copyright a:hover {
	color: #999;
	text-decoration:none;
}
#copyright a:visited{
	color: #999;
}