/* Style sheet used for Specialeyes Optometrists website home. 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/images_home/home_background_pattern.gif);
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: lighter;
	letter-spacing: 0.015em;
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: .2em;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	color: #88406b;
	font-weight: lighter;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: .5em;
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: lighter;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #FF7A0A;
}

a:hover {
	border: none;
	color: #87466F;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #80AB00;
}


/* Wrapper */

#wrapper {
}

/* Header */

#header_banner {
	width: 860px;
	height: 333px;
	background-image: url(images/images_home/home_background_header_lens.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_background {
	background: url(images/images_home/home_background_header.gif) repeat-x top left;
}

#header_menu {
	background-image: url(images/images_home/home_background_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
}
#header_logo {
	text-align: right;
}
#header  {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.photobanner {
	text-align: center;
}

#menu {
	width: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 51px;
	text-align: center;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	border-top: none;
}

/* Content */

#content {
	width: 704px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #88406B;
	border-left-color: #88406B;
	background-image: url(images/images_home/header_base_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.title {
	margin: 0;
	font-weight: normal;
}
#contact {
	width: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #88406B;
	border-left-color: #88406B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88406B;
	height: 91px;
	padding: 0px;
}
#contact a {
	color: #666666;
	padding-top: 10px;
}
#contact a:hover {
	color: #953D70;	
}
#contact_table {
	width: 550px;
	height: 0px;
	padding-left: 120px;
}
.contact_text {
	font-size: 12px;
	line-height: 15px;
}

/* Footer */

#footer {
	background-image: url(images/images_home/home_background_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	height: 55px;
}
#footer_info {
	background-image: url(images/images_home/home_background_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 768px;
	color: #FFFFFF;
	top: 30px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFD8B7;
	text-decoration: underline;
}
.text_orange {
	color: #FF7A0A;
}
.text_purple {
	color: #903D6C;
}

.img_right {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}

