/* Template Layout and Global CSS Settings */
/* Created by John D. Beatrice of MaineWebworks */

/* ====COLORS======== *//*
Optometric Dk Blue: #00539B
Optometric Md Blue: #4C86B8
Optometric Lt Blue: #4C9CD6
*/

/* ====Global Defaults======== */
* {
margin:0;
padding:0;
border:none;
}
body {
margin:0 auto 0 auto;
/*text-align:center;*/
font:62.5%/120% 'MS Reference Sans Serif',Verdana,Tahoma,Arial,Lucida Grande,Lucida Sans,sans-serif;
background-color:#F2F2F2;
color:#333;
}
a {
text-decoration:none;
color:#00519B;
}
a:visited {
color:#0000ee;
}
a:active, a:focus, a:hover {
text-decoration:underline;
color:#333;
}
h1, h2, h3 {
letter-spacing:1px;
}
h1 {
font-size:160%;
}
h2 {
font-size:150%;
} 
h3 {
font-size:135%;
}
h4 {
font-size:125%;
}
img, a img {
border: 0;
text-decoration: none;
}
ul, li {
list-style-type:none;
}
form label {
cursor: pointer;
}
input, select, textarea {
font-size:100%;
}

/* ====Template Structure======== */
#container {
margin:0 auto 0 auto;
text-align:center;
width:740px;
background:transparent url(../images/wrap_bg.png) 0 0 repeat-y;
color:#333;
}
#top {
margin:0 auto 0 auto;
text-align:center;
width:740px;
height:10px;
background:transparent url(../images/wrap_top.png) 0 0 no-repeat;
color:#333;
}
#header {
margin:0 auto 0 auto;
padding:0 20px;
text-align:center;
width:725px;
height:80px;
}
#topleft {
float:left;
text-align:left;
width:210px;
height:80px;
background: transparent url(../images/logo.png) 0 0 no-repeat;
color:#333;
}
#topright {
float:right;
text-align:left;
width:325px;
height:80px;
}
#main {
clear:both;
margin:0 auto 0 auto;
text-align:center;
width:725px;
padding:16px;
padding-left:14px;
}

/* ====sof Home Page only content layout ======== */
	#rightside {
	display: inline; /* Corrects IE's Doubled Float-Margin Bug.  See: http://positioniseverything.net/explorer/doubled-margin.html */ 
	float:right;
	margin-right:15px;
	text-align:left;
	width:445px;
	border:2px solid #4C86B8;
	background:#F7F8FA url(../images/eyeglasses-home.jpg) top right no-repeat;
	}
	#leftside {
	float:left;
	text-align:left;
	width:232px;
	}
/* ====eof Home Page only content layout ======== */

/* ====sof default content layout  ======== */
	#content {
    float:left;
	margin:0 auto 0 auto;
	width:685px;
	text-align:left;
	border:2px solid #4C86B8;
	background:#F7F8FA url(../images/eyeglasses-home.jpg) top right no-repeat;
	}
/* ====eof default content layout  ======== */

/* ====sof default content layout  ======== */
	#content-frames {
    float:left;
	margin:0 auto 0 auto;
	width:685px;
	text-align:left;
	border:2px solid #4C86B8;
	background:#F7F8FA;
	}
/* ====eof default content layout  ======== */

#footer {
clear:both;
width:725px;
margin:0 auto 0 auto;
padding-top:30px;
text-align:center;
}
#bottom {
margin:0 auto 0 auto;
text-align:center;
width:740px;
height:10px;
background:#F2F2F2 url(../images/wrap_bot.png) 0 0 no-repeat;
color:#333;
}