body {
	background-image: url(images/bckgrnd.jpg);
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	text-align: left; 
}

p, div#content li {
	font-size: 15px;
	line-height: 20px;
	padding: 0px 20px 5px 20px;
	color: #666666;
}

h1 {
	border-bottom: 2px solid #b5cb4d;
	width: 860px;
	height: 70px;
	margin: 0px auto;
}

h1#welcome {
	background-image: url(images/htag-welcome.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

h1#about {
	background-image: url(images/htag-about-eye-art.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

h1#display {
	background-image: url(images/htag-display-case.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

h1#product {
	background-image: url(images/htag-product-information.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

h1#location {
	background-image: url(images/htag-location.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

h2 {
	font-weight: 300;
	color: #a15070;
	font-size: 18px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #a15070;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	padding: 15px;
}

a:link, a:visited, a:active {
	color: #a15070;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #b5cb4d;
	text-decoration: underline;
	border: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0px auto;
	border-left: 4px solid #a15070;
	border-right: 4px solid #a15070;
	background: #ffffff;
}

div#audio {
	float: right;
}

div#header {
	background-color: #b5cb4d;
	overflow: auto;
}

div#flash {
	width: 464px;
	height: 380px;
	float: right;
	background-color: #b5cb4d;
	margin: 0px;
	padding: 0px;
}	

div#content {
	clear: both;
}

div#footer {
	width: 900px;
	background-image: url(images/address.gif);
	padding: 15px 0px;
	margin: 0px auto;
}

div#owner {
	font-size: 9px;
	padding-top: 5px;
}

div#owner a:link, div#owner a:visited, div#owner a:active {
	color: #b5cb4d;
	text-decoration: underline;
}

div#owner a:hover {
	color: #ffffff;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	color: #ffffff;
}

div#copyright img {
	border: none;
	padding-top: 15px;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	color: #b5cb4d;
	text-decoration: underline;
}

div#copyright a:hover {
	color: #ffffff;
}	

/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */

div#nav{
	width: 436px;
	float: left;
}

ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	background-image: url(images/nav.gif);
}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #a15070;
	font-size: 16px;
	text-decoration: none;
	display: block;
	width: 250px;
	padding: 8px 20px;
	border-bottom: 1px dotted #a15070;
	margin-left: 20px;
}

ul#mainnav li a:hover, .current {
	background-image: url(images/nav-down.gif);
	background-repeat: no-repeat;
	width: 250px;
}

/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */

div#utility {
	color: #ffffff;	
}

div#utility a:link, div#utility a:visited, div#utility  a:active {
	color: #b5cb4d;	
}

div#utility a:hover {
	color: #ffffff;
}

/* ----------------- CUSTOM CLASSES ----------------- */

img.right {
	float: right;
	padding: 5px;
	margin: 20px;
	border: solid 2px #b5cb4d;
}

img.display {
	padding: 5px;
	margin: 10px;
	border: solid 2px #b5cb4d;
}

.purple {
	color: #a15070;
	font-weight: bold;
}

img {
	border-style: none;
	outline: none;
}

div#cta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #a15070;
	text-align: left;
	color: #ffffff;
	font-size: 20px;
	padding: 15px;
}

.creditcards {
	float: right;
	margin: -9px;
}