@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: scroll;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FEFEFE;
}

a .myround {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#masthead {
	background-attachment: scroll;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 187px;
}
#home {
	float: left;
	height: 187px;
	width: 371px;
}
#top_nav {
	height: 40px;
	padding-right: 65px;
}
#top_nav a  {
	float: right;
	padding-top: 5px;
}
#top_nav img  {
	float: right;
	padding-top: 8px;
}
#masthead h1 {
	float: right;
	color: #005289;
	font-style: italic;
	font-weight: lighter;
	padding-top: 16px;
	padding-right: 42px;
	font-size: 12px;
}

#phone {
	float: right;
	width: 540px;
	clear: right;
	padding-top: 10px;
}
#phone t1 {
	padding-top: 28px;
	padding-bottom: 8px;
}
#phone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0068AE;
	text-align: right;
	padding-top: 28px;
	font-variant: normal;
}
t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #0068AE;
	text-align: right;
	font-variant: normal;
	float: right;
}
#topic {
	clear: right;
	float: right;
	height: 50px;
	width: 540px;
}
#content {
	background-attachment: scroll;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}
#content #text ul {
	padding-left: 25px;
}
a:link, a:visited {
	color: #2D3075;
	text-decoration: none;
}
#photoGallery h2  {
	color: #2395DE;
	text-decoration: none;
}
#photoGallery h2 {
	text-align: center;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 12px;
}
#mainmenu {
	float: left;
	width: 115px;
	margin-left: 40px;
}
em {
	font-weight: bold;
	color: #146E9D;
}
#text {
	width: 440px;
	margin-left: 190px;
	padding: 15px;
	border: 1px dashed #D5EBF6;
	margin-right: 30px;
}
#photoGallery {
	width: 430px;
	margin-left: 190px;
	padding: 15px;
	border: 1px dashed #D5EBF6;
	margin-right: 30px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	padding-left: 35px;
	padding-bottom: 4px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #2C2D79;
	font-size: 18px;
	padding-bottom: 12px;
	padding-top: 22px;
}
h4 {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 54px;
	color: #2D3075;
	padding-bottom: 8px;
 } 
h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #69C;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 6px;
}
s2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #2C2D79;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	padding-bottom: 22px;
	padding-top: 30px;
	clear: both;
	line-height: 50px;
}
ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding-left: 15px;
}
#sidebar {
	float: right;
	width: 200px;
	margin-right: 40px;
}
table {
	margin-bottom: 18px;
}
#sidebar h2 {
	padding-top: 12px;
}
#sidebar li {
	padding-bottom: 4px;
}
#sidebar img {
	width: 200px;
	height: 140px;
	margin-bottom: 10px;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #2388D6;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-bottom: 12px;
	padding-top: 12px;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	height: 210px;
	text-align: left;
}
#footer_gallery {
	margin-left: 40px;
	padding-top: 30px;
	width: 350px;
	float: left;
}
#footer_gallery img {
	width: 50px;
	height: 75px;
	padding: 10px;
}
.myround {
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}
.myshadow {
	-moz-box-shadow: 0px 0px 4px #ffffff; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #ffffff; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #ffffff; /* Opera 10.5, IE 9.0 */
}
.quote {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 20px;
	color: #2C2D79;
	padding-top: 18px;
	padding-bottom: 18px;
}
.caption {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 20px;
	color: #2C2D79;
	padding-bottom: 8px;
}

#coupons img {
	padding-left: 40px;
}
#text img {
	float: left;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#text p {
	float: none;
}
#shim {
	clear: both;
	width: 750px;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #2386C9;
	padding-bottom: 6px;
}
#text h3 {
	color: #C70B00;
	padding-bottom: 18px;
}
#brands {
	margin-top: 20px;
}
#brands img {
	height: 280px;
	width: 80px;
	clear: none;
	float: left;
	padding: 10px;
}

#footer h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #5FA5D9;
}
.shop_div .myround {
	padding: 15px;
}
#guarantee img {
	height: 100px;
	width: 100px;
	margin-right: 18px;
	margin-bottom: 12px;
}
.shop_div p {
	padding-top: 15px;
}
.shop_div h1 {
	padding-top: 15px;
}
#footer h2 {
	padding-top: 70px;
}
#mainimage {
	height: 430px;
	width: 430px;
}
#photoGallery p {
	padding: 5px;
}
#mainimage .myround {
}
#clickback {
	float: left;
}
#clicknext {
	float: right;
}

#photoGallery h2 {
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 22px;
}
#thumbnailnav {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}
#thumbnailnav .myround {
	padding-right: 8px;
	padding-left: 8px;
}
#gallerythumbs {
	height: 430px;
	width: 430px;
	margin-top: 22px;
	padding-left: 15px;
}
#gallerythumbs .myround {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#gallerythumbs h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #1772A9;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 8px;
}
#guarantee {
	padding-right: 30px;
	padding-left: 30px;
}
.number {
	padding-right: 28px;
}

#awards {
}
#awards img {
	float: left;
	width: 50px;
}
td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 3px;
}
#sidebar p {
	padding-top: 22px;
	font-size: 10px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
table {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: 1;
	border-bottom-style: 1;
	border-top-color: #E0F2FC;
	border-right-color: #E0F2FC;
	border-bottom-color: #E0F2FC;
	border-left-color: #E0F2FC;
}

#location {
	clear: both;
	width: 750px;
	margin-top: 60px;
	margin-right: 60px;
	margin-left: 60px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#location p {
	color: #75B4DC;
}
#location h6 {
	margin: 0px;
	padding: 0px;
}
.buttons {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #1E92DD;
	text-align: right;
}
n1   {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	background-color: #E7F8FF;
	height: 20px;
	width: 100px;
	border: thin dashed #BDE7FF;
	float: right;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
	padding: 4px;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 12px;
}
n2   {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	background-color: #E7F8FF;
	height: 30px;
	width: 100px;
	border: thin dashed #BDE7FF;
	float: right;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
	font-size: 12px;
	text-align: left;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.buttons p {
	color: #6C9CBC;
	padding: 2px;
	margin: 0px;
	text-align: center;
}
#copyright {
	clear: both;
	width: 700px;
	margin-left: 40px;
}

#copyright h6 a {
	color: #69C;
}

#referraltext {
}
#referraltext img {
	margin: 7px;
	float: left;
}
#referraltext p {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9FDBFD;
	border-right-color: #9FDBFD;
	border-bottom-color: #9FDBFD;
	border-left-color: #9FDBFD;
	padding-top: 16px;
}
#yelp {
	float: right;
	width: 700px;
	padding-right: 30px;
}

