/*  
Theme Name: Fairfax Eye Center
Author URI: http://www.mikemadison.net
Author: Mike Madison
Description: Fairfax Eye Center Custom CSS Theme 

The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 14px;
	font-family: Helvetica;
	background: url(images/bg.jpg) repeat-x;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0055a5;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(images/wrap_bg.png) no-repeat;
	width: 1024px;
	height: 990px;
}

#header {
	width: 100%;
	height: 120px;
}

#logo {
	width: 370px;
	height: 115px;
	float: left;
}

#phone {
	width: 350px;
	height: 100%;
	 float: left;
	 background: url(images/phone.png) no-repeat;
}

#address {
	width: 300px;
	height: 100%;
	float: left;
	background: url(images/address.png) no-repeat;
}

#navigation {
	width: 620px;
	height: 30px;
	float: left;
}

#slogan {
	width: 600px;
	height: 120px;
	margin-top: 100px;
	float: left;
	background: url(images/slogan.png) no-repeat;
}

#rightImage {
	width: 400px;
	height: 300px;
	float: right;
	padding-top: 1px;
}

#title {
	width: 400px;
	height: 70px;
	float: left;
	padding-left: 190px;
}

#contentBox {
	width: 820px;
	height: 480px;
	float: right;
	padding-left: 30px;
	padding-right: 15px;
}

#contentBox img {
	padding: 10px;
}

#coupons img {
	padding: 10px;
}

#footer {
	width: 98%;
	height: 50px;
	padding: 10px;
	font-size: 11px;
	text-align: right;
	float: right;
}


ul.coupons {
	list-style: none;
	padding-right: 15px;;
}

#coupons {
	font-size: 13px;
}

#coupons2 img {
	padding: 0px;
}

ul.coupons li {
	display: inline;
	padding-left: 20px;
}

ul.couponsLinks {
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	list-style: none;
}

#contactPageLeft {
	width: 60%;
	float: left;
	text-align: center;
}

#contactPageRight {
	float: right;
	width: 35%;
	padding-top: 100px;
	font-size: 14px;
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float:  right;
}
