* {
	padding: 0;
	margin: 0;
}
body {
	background: #004f8f url('../images/bg.gif') repeat-x;
	font-family: 'Lucida Grande', 'Verdana';
}
a {
	color: #ed1c24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	position: relative;
	width: 700px;
	margin: 15px auto;
	margin-bottom: 50px;
}
h1#logo a {
	display: block;
	width: 137px;
	height: 127px;
	text-indent: -3000px;
	outline: 0;
	margin-bottom: 15px;
	background: transparent url('../images/logo.gif');
}
#tabs {
	display: block;
	overflow: hidden;
	height: 100%;
	float: none;
	list-style-type: none;
}
#tabs li {
	float: left;
	width: 82px;
	margin-right: 4px;
}
#tabs li a {
	display: block;
	width: 82px;
	height: 40px;
	text-indent: -3000px;
	outline: 0;
}
#tabs li a:hover,
.home #tabs #home a,
.about #tabs #about a,
.pricing #tabs #pricing a,
.contact #tabs #contact a {
	background-position: 0 40px !important;
}
#tabs #home a { background: transparent url('../images/tab-home.gif'); }
#tabs #about a { background: transparent url('../images/tab-about.gif'); }
#tabs #pricing a { background: transparent url('../images/tab-pricing.gif'); }
#tabs #contact a { background: transparent url('../images/tab-contact.gif'); }

p.about {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 514px;
	height: 95px;
	text-indent: -3000px;
	outline: 0;
	background: transparent url('../images/bubble.gif');
}
p.call {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 130px;
	height: 33px;
	text-indent: -3000px;
	outline: 0;
	background: transparent url('../images/number.gif');
}
#content-wrapper {
	display: block;
	overflow: hidden;
	height: 100%;
	background: white url('../images/content-bg.gif') repeat-x;
}
#content {
	width: 455px;
	padding: 40px 25px;
	float: left;
	font-family: 'Georgia';
}
#content h2 {
	padding: 0;
	text-indent: -3000px;
	outline: 0;
	margin-bottom: 15px;
}
#content h2#one-stop {
	width: 309px;
	height: 26px;
	background: transparent url('../images/one-stop.gif') no-repeat;
}
#content h2#cover {
	width: 343px;
	height: 26px;
	background: transparent url('../images/cover.gif') no-repeat;
}
#content h2#affordable {
	width: 260px;
	height: 26px;
	background: transparent url('../images/prices.gif') no-repeat;
}
#content h2#getintouch {
	width: 404px;
	height: 23px;
	text-indent: -3000px;
	outline: 0;
	margin-bottom: 15px;
	background: transparent url('../images/intouch.gif') no-repeat;
}
#content h2#thanks {
	width: 141px;
	height: 29px;
	background: transparent url('../images/thanks.gif') no-repeat;
}
#content p.lg {
	line-height: 20px;
	font-size: 16px;
	font-family: 'Georgia';
	color: #03325e;
}
#content p {
	font-family: 'Lucida Grande', 'Verdana';
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
}
#content .meta {
	font-family: 'Georgia';
	font-size: 16px;
	font-style: italic;
	color: #03325e;
}
#content #flash {
	margin: 30px 0 20px;
}
#content #contact-us {
	display: block;
	padding: 12px;
	text-align: center;
	background: #fffddf;
	border: 1px solid #e4e09a;
}
#content #contact-us p {
	margin-bottom: 4px;
	padding: 0;
}
#content #contact-us .meta {
	padding: 0;
	margin: 0;
}
#sidebar {
	width: 170px;
	padding: 40px 25px;
	padding-left: 0px;
	float: left;
}
#sidebar p {
	font-size: 12px;
	color: #03325e;
}
#sidebar h3 {
	font-size: 13px;
	padding: 0 0 3px 0;
	margin-bottom: 5px;
	color: #292929;
	border-bottom: 1px solid #e1deb1;
}
.home #sidebar h3 {
	padding: 0 0 3px 20px;
	background: url('../images/check.gif') no-repeat top left;
}
#sidebar ul {
	font-size: 12px;
	list-style-type: none;
	color: #252525;
	padding-bottom: 15px;
}
#sidebar ul li {
	margin-left: 6px;
	padding: 0 0 0 14px;
	background: url('../images/bullet.gif') no-repeat center left;
}
#sidebar p.meta {
	font-family: 'Georgia';
	font-size: 13px;
	font-style: italic;
	color: #03325e;
	padding-bottom: 15px;
}
#footer {
	position: relative;
	display: block;
	font-size: 11px;
	overflow: hidden;
	line-height: 35px;
	padding-bottom: 5px;
	height: 100%;
	color: #333333;
	clear: both;
	background: white url('../images/footer.gif') no-repeat bottom left;
}
#footer #logo-sm {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 32px;
	height: 34px;
	background: white url('../images/logo-sm.gif') no-repeat bottom left;
}
#footer p {
	float: left;
	padding-left: 55px;
}
#footer ul {
	float: right;
	padding: 0;
	margin: 0;
	padding-right: 20px;
	list-style-type: none;
}
#footer ul li {
	float: left;
	padding-left: 10px;
}
.pricing #content .module {
	float: left;
	width: 225px;
	font-family: 'Lucida Grande', 'Verdana';
	font-size: 12px;
	list-style-type: none;
}
.pricing #content .module ul {
	list-style-type: none;
	margin-right: 25px;
}
.pricing #content .module ul li {
	border-bottom: 1px solid black;
	padding: 2px 0;
}
.pricing #content .module ul li span {
	float: right;
}
.pricing h3 {
	font-family: 'Lucida Grande', 'Verdana';
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 5px solid black;
}
.pricing h3 span {
	font-family: 'Georgia';
	font-size: 14px;
	font-weight: 100;
	font-style: italic;
}
.pricing h4 {
	padding-bottom: 6px;
}
.pricing #contact-us {
	margin-bottom: 25px;
}
.pricing #sidebar {
	padding-top: 160px;
}
.contact form {
	margin-top: 25px;
	font-family: 'Lucida Grande';
}
.contact textarea {
	display: block;
	width: 420px;
	height: 150px;
	margin: 15px 0;
}
.contact td {
	color: #333;
	font-size: 12px;
	padding: 0 8px 5px 0;
}
.contact input {
	font-size: 13px;
}