@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/main-bg.png) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #00788a;
}

a img {
	border: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #04626f;
	margin-bottom: 18px;
	line-height: 26px;
	clear: both;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 22px;
}

h4 {
	font-size: 15px;
	margin-bottom: 6px;
}

p {
	margin-bottom: 14px;
}

.img-right {
	float: right;
	margin: 0 0 10px 5px;
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;
}

.clear {
	clear: both;
}

.border {
	border: 1px solid #666;
}

.center {
	text-align: center;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#search {
	float: right;
	margin: 8px -10px 13px 0;
	height: 48px;
	padding: 5px 0 0;
	width: 310px;
	background: url(../images/search-bg.jpg) no-repeat top left;
	text-align: center;
}

#search span {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

#search form {
	width: 235px;
	margin: 0 auto;
}

#search input.button {
	float: right;
	margin-top: 1px;
}

#nav {
	float: right;
	clear: right;
	width: 650px;
	background: url(../images/nav-li-bg.png) repeat-x top;
}

#nav ul li {
	list-style: none;
	display: block;
	float: left;
	height: 25px;
}

#nav ul li a {
	color: #464646;
	font-size: 15px;
	display: block;
	text-decoration: none;
	height: 22px;
	padding: 3px 19px 0;
	background: url(../images/nav-li-a-bg.png) no-repeat top left;
}

#nav ul li:first-child a {
	background: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#home-splash .left,
#home-splash .right,
#home-splash .middle {
	float: left;
	margin-right: 2px;
}

#home-splash .right {
	margin: 0;
}

#content-wrap {
	clear: both;
	padding: 10px 0 0;
}

#content {
	float: right;
	width: 600px;
	line-height: 16px;
	margin-bottom: 10px;
}

#content #company-profile ul,
#content #company-profile ol {
	padding-left: 25px;
}

#business-breakouts {
}

#business-breakouts .col {
	float: left;
	margin-right: 15px;
}

#business-breakouts .category {
	background: #f4f4f4 url(../images/biz-category-top.png) no-repeat top left;
	margin-bottom: 10px;
}

#business-breakouts .category div {
	background: url(../images/biz-category-bot.png) no-repeat bottom left;
	padding: 5px 10px 6px;
	width: 165px;
}

#business-breakouts .category h3 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}

#business-breakouts .category ul li {
	list-style: none;
	margin-bottom: 5px;
}

h1.category-head span {
	background: #fff;
	padding: 0 10px 0 0;
}

h1.category-head {
	color: #575656;
	font-size:20px;
	background: url(../images/h1-category-bg.gif) repeat-x center;
}


.contractor {
	border-bottom: 1px solid #aae1e9;
	margin-bottom: 20px;
}

.contractor .desc {
	float: right;
	width: 360px;
}
.contractor .more {
	float: right;
	clear: right;
}
.contractor .logo {
	margin-bottom: 5px;
	width: 230px;
}

.contractor .contact {
	width: 230px;
}

.contractor .top {
	float: right;
	clear: right;
	width: 200px;
	text-align: right;
	padding: 5px 0 20px;
}



#sidebar {
	width: 330px;
	overflow: auto;
	margin-bottom: 20px;
}

#sidebar #beautyshots img {
	float: left;
	margin: 0 2px 2px 0;
}
#sidebar #beautyshots img.even {
	margin: 0 0 2px 0;
}

#sidebar #beautyshots {
	margin-bottom: 10px;
}

#sidebar .breakout {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

#sidebar .coupons {
	height: 130px;
	background: #ffecf8 url(../images/coupons-button-bg.png) no-repeat top center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

#sidebar .coupons span {
	font-size: 23px;
}

#sidebar .coupons a {
	display: block;
	height: 96px;
	color: #d52390;
	padding: 34px 0 0 0;
	width: 100%;
	text-decoration: none;
}

.blue {
	background: #e8f0fd;
}
.blue h1, .blue h2, .blue h3, .blue h4 {
	color: #203a85;
}


#profile-contact-top {
	background: #00788a url(../images/contact-form-bg-top.png) no-repeat top left;
	margin-bottom: 10px;
}
#profile-contact-bot {
	background: url(../images/contact-form-bg-bot.png) no-repeat bottom left;
	font-size: 11px;
	color: #333;
	padding: 10px;
	text-align: center;
}

#profile-contact-bot span {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 8px;
}

#profile-contact-bot #tablewrap {
	background: #fff;
	border: solid #e7f9fc;
	border-width: 10px 0 10px;
	padding: 12px;
}

#profile-contact-bot table {
	display: block;
	text-align: left;
	width: 277px;
	margin: 0 auto;
}

#profile-contact-bot table td {
	padding: 2px 0 3px 5px;
}

#profile-contact-bot table td:first-child {
	padding: 2px 0 3px;
	width: 65px;
}

#profile-contact-bot table td.full {
	width: auto;
}

#profile-contact-bot input {
	width: 205px;
}
#profile-contact-bot input.submit {
	width: 96px;
	height: 26px;
}

#profile-contact-bot select {
	width: 42px;
}
#profile-contact-bot textarea {
	width: 275px;
	height: 75px;
}

#profile-contact-bot input.zip {
	width: 159px;
}

#company-header #contact-info {
	float: right;
	width: 200px;
}

#company-profile {
	clear: both;
	padding-top: 15px;
}

#profile-coupon {
	background: url(../images/coupon-top-bg.png) no-repeat top center;	
	margin-bottom: 10px;
	padding: 32px 0 0;
	text-align: center;
}

#profile-coupon-bot {
	background: url(../images/coupon-bot-bg.png) no-repeat bottom center;
	padding: 0 30px 33px;
}
#profile-coupon-mid {
	background: #ffecf8 url(../images/coupon-repeat-bg.gif) repeat-y top center;
}

#profile-coupon span {
	text-transform: uppercase;
	font-weight: bold;
	color: #d52390;
	font-size: 23px;
	text-decoration: none;
}

#profile-coupon a {
	text-decoration: none;
	color: #d52390;
}

#profile-coupon .logo {
	padding-bottom: 10px;
}

#mailing-list {
	background: #e2f7fb;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #00788a;
}

#mailing-list form {
	width: 215px;
	margin: 0 auto;
	padding: 3px 0 0;
}
#mailing-list form input.button {
	float: right;
}


#content .coupon,
body#coupon .coupon {
	margin: 0 0 20px 20px;
	float: left;
	width: 230px;
	padding: 10px;
	border: 1px dashed #df58ac;
	text-align: center;
}

#content .coupon .logo,
#content .coupon .desc, 
body#coupon .coupon #content .coupon .logo,
body#coupon .coupon #content .coupon .desc {
	margin-bottom: 15px;
}
#content .coupon  .link,
body#coupon .coupon #content .coupon  .link {
	margin-bottom: 10px;
}


#coupon-categories {
	text-align: center;
	background: #f4f4f4;
	font-size: 11px;
	padding: 6px 0 8px;
	margin-bottom: 8px;
}



#footer-wrap {
	background: #f4f4f4;
	clear: both;
	margin-bottom: 20px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

#footer #copyright {
	padding-top: 20px;
	font-size: 10px;
}

#footer a {
	color: #555454;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

body#coupon .coupon {
	margin: 20px auto 0;
	float: none;
	width: 519px;
}

body#coupon {
	background: none;
}

body#coupon .desc {
	color: #00788a;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0;
}

body#coupon .logo {
	text-align: left;
}

body#coupon .address {
	float: right;
	text-align: right;
	color: #494a4a;
	font-size: 11px;
}
