/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* TEMPLATE */

body { background:url(../images/bg.png) top center repeat-y #a8bee3;font-family:arial;}
h3 { font-weight:normal;}

#header { width:100%;left:0px;top:0px;height:68px;background:url(../images/headerBG.png);position:absolute;}
.headerContent { width:982px;margin:0 auto;}
#logo { width:350px;float:left;height:74px;background:url(../images/bifocalsLogo.png) no-repeat 8px 15px;}
#logo a { display:block;width:153px;height:24px;padding-top:15px;margin-top:8px;}
#logo span { display:none;}
.nav { float:left;width:632px;}
.nav ul { margin-left:50px;}
.nav ul li { float:left;display:block;padding:22px 15px 29px 15px;}
.nav ul li.active { background:url(../images/navActiveBG.png);}
.nav ul li a { font-size:12px;color:#fff;text-decoration:none;}
.nav ul li.active a { color:#6890d2;}

#contentContainer { width:982px;margin:0 auto;background:url(../images/contentBGTile.png);overflow:auto;padding-top:65px;}
#contentContainerBot { width:982px;margin:0 auto;background:url(../images/contentBGBot.png);height:7px;}
.content { padding:0px 30px 20px 30px;overflow:auto;}
.content.home { background:url(../images/homeContentBG.png) no-repeat top right;padding-top:18px;margin:0px 7px;}
.content.sub { padding-top:20px;}
.colTwenty { width:18%;margin-right:10px;float:left;}
.colTwenty h4 { margin-bottom:10px;}
.colTwenty h5 { font-size:12px;padding:5px;background:#ededed;margin-bottom:5px;}
.colTwenty ul { margin-bottom:10px;}
.colTwenty ul li a { color:#d26868;font-size:12px;margin-bottom:5px;margin-left:5px;}
.colEighty { width:80%;float:left;}
.colEighty h2 { color:#6890d2;font-size:18px;margin-bottom:20px;}
ul.productList li { background:url(../images/productListingBG.png) no-repeat;width:322px;height:168px;margin-right:20px;float:left;margin-bottom:20px;}
ul.productList li h3 { margin:8px;}
ul.productList li h3 span { width:250px;display:block;float:left;}
ul.productList li a { color:#d26868;}
p { font-size:13px;margin-bottom:10px;line-height:18px;}
.productLine { display:block;height:200px;border:2px solid #ededed;padding:10px;width:43%;margin:0px 10px 20px 10px;float:left;}
.productLine a { color:#d26868;}
.product { overflow:auto;margin-bottom:20px;}
#table9 td { padding:5px;clear:both;}
.product img { clear:right;}
.product h3 { margin-bottom:15px;} 
ul.squares li { font-size:13px;list-style:inside square;padding-left:20px;margin-left:15px;line-height:18px;margin-bottom:10px;}

.footer { width:982px;margin:10px auto;color:#000;width:982px;font-size:12px;}
.footer .footerLinks { float:right;}
.footer .footerLinks a { color:#d26868;}


