/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  11: 1Col_Flex
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #FFFFFF;
}
* {
	padding:0;
	margin:0;
}
#center {
	width: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#center .content {
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
#center a:link {
	color: #295294;
	text-decoration: none;
}
#center a:visited {
	color: #295294;
	text-decoration: none;
}
#center a:hover {
	color: #295294;
	text-decoration: underline;
}

#logo {
	float: left;
	width: 230px;
}
#masthead {
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
}
#masthead .content {
	padding: 0px;
}
.content p {
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 18px;
}
.content ul {
	padding-left: 15px;
	list-style-image: url(../images/bullet.jpg);
}

#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer .content {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
#footer a:link {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#glasses {
	float: right;
	width: 175px;
}

#clear {
	clear: both;
	background-color: #FFFFFF;
}


.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #285193;
	padding-bottom: 12px;
}
h2 {
	font-size: 16px;
	margin: 30px 0 0 0;
	color: #285193;
}


h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #285193;
}
.bold {
	font-weight: bold;
	color: #285193;
}

.flt-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #295294;
	margin-top: 3px;
}
.flt-right {
	float: right;
	margin-bottom: 8px;
	border: 1px solid #295294;
	margin-top: 3px;
	margin-left: 8px;
}

.flt-left-no-border {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 3px;
}

.nomargintop {
	margin-top: 0;
}
.small-text {
	font-size: 12px;
}
.border-logo {
	border: 1px solid #234781;
	padding: 3px;
}
#lenses-daily {
	float: left;
	width: 169px;
	text-align: center;
}
#lenses-monthly {
	float: left;
	width: 169px;
	text-align: center;
}
#lenses-bi-monthly {
	float: left;
	width: 169px;
	text-align: center;
}
#lenses-conventional {
	float: left;
	width: 169px;
	text-align: center;
}
.bold-black {
	font-weight: bold;
	color: #000000;
}
