body {
	background-image: url(images/bkgd.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#main {
	background:url(images/tanbg.jpg) no-repeat top left #c2d8f6;
	text-align:left;
	width:780px;
	margin:0px auto;
}

#main.nopat {
	background-image:none;
}

h1 {
	height:108px;
	margin:0;
	padding:0;
	background:url(images/header.jpg) no-repeat;
	text-indent:-9999px;	
}

img {
	border:0;
	margin:0;
}


.small {
	font-size:9px;
}

#menu {
	padding:0;
	margin:0;
	list-style:none;
	background:#13783d;
}

#menu li {
	float:left;
	padding:0px;
	border-bottom:2px solid #FFFFFF;
}

#menu a {
	background-position:top;
}

#menu a:hover {
	background-position:bottom;
}

.home {
	display:block;
	width:79px;
	height:81px;
	background:url(images/button_home.gif) no-repeat;
	text-indent:-9999px;
}

.about {
	display:block;
	width:122px;
	height:81px;
	background:url(images/button_about.gif) no-repeat;
	text-indent:-9999px;
}

.lenses {
	display:block;
	width:76px;
	height:81px;
	background:url(images/button_lenses.gif) no-repeat;
	text-indent:-9999px;
}

.care {
	display:block;
	width:93px;
	height:81px;
	background:url(images/button_care.gif) no-repeat;
	text-indent:-9999px;
}

.fitting {
	display:block;
	width:122px;
	height:81px;
	background:url(images/button_fitting.gif) no-repeat;
	text-indent:-9999px;
}

.promos {
	display:block;
	width:102px;
	height:81px;
	background:url(images/button_promos.gif) no-repeat;
	text-indent:-9999px;
}

.contact {
	display:block;
	width:97px;
	height:81px;
	background:url(images/button_contact.gif) no-repeat;
	text-indent:-9999px;
}

.patients {
	display:block;
	width:89px;
	height:81px;
	background:url(images/button_patients.gif) no-repeat #13783D;
	text-indent:-9999px;
}


#contentarea {
	clear:left;
	margin:0px;
	padding:0px;
}


#contentarea img {
	float:right;
	margin-bottom:0px;
}


h2 {
	font-size:1.9em;
	font-weight:normal;
	color:#0d3c96;
	background:url(images/headlinearrow.gif) no-repeat left center;
	padding:10px 20px;
	margin:0px 0px 0px 20px;
}

h3 {
	margin:20px 0px 0px 40px;
	font-weight:bold;
	font-size:1.5em;
	color:#0d3c96;
}

h4 {
	font-size:1.4em;
	font-weight:normal;
	color:#16994d;
	background:url(images/redarrow.gif) no-repeat left center;
	padding:10px 20px;
	margin:0px 0px 0px 20px;
}

h5 {
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	clear:both;
	padding:20px 0px;
	margin:10px 0px 0px 20px;
}

h5 a {
	color: #FFF;
	text-decoration:none;
}

h5 a:hover {
	text-decoration:underline;
}

a {
	color:#0d3c96;
	outline:none;
}

p {
	font-size:1.2em;
	padding:0px 40px 10px 40px;
	margin:0px 0px 0px 0px;
	letter-spacing:-.1px;
}

table {
	margin:0px 0px 40px 40px;
}

th {
	font-size:1.4em;
	font-weight:bold;
	padding:0;
	color:#0d3c96;
	text-align:left;
}

td {
	font-size:1.2em;
	padding:0px 0px 0px 20px;
	margin:0px;
}

table.materials {
	padding:0px;
	margin:0px 40px;
	border-collapse:collapse;
}

table.materials th {
	padding:0px;
}

table.materials td {
	border-top:1px solid #AAF;
	padding:3px 5px 3px 0px;
	font-size:1.1em;
}

table.chart {
	padding:0px;
	margin:0px 40px;
	border-collapse:collapse;
}

table.chart td {
	border-top:1px solid #AAF;
	padding:3px 15px;
	font-size:1.1em;
}


ul {
	list-style:square;
	color:#900;
	margin:0px 0px 10px 55px;
	padding:0px;
	font-size:10px;
}

ul ul {
	list-style:circle;
	margin-left:20px;
}

li {
	font-size:1.2em;
	letter-spacing:-.1px;
	padding:1px;
	color:#000000;
}


#footer {
	clear:both;
	height:90px;
	margin:0px;
	padding-top:10px;
	background:url(images/footer.jpg) no-repeat top left #FFF;
}


#footer p {
	margin:0px;
	padding:0px 0px 0px 20px;
	font-size:1em;
}


