body, p, ul, h3 {
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
body {
	background: #fff url('../images/leftnav.gif') repeat-y top left;
	margin:0 0 .5em;
}
div.header {
	background-color: #000;
	border-bottom: 2px solid #000;
	margin: 0;
	padding:0;
}

/* styles specific to the Home page */
#home {
	background: none;
}
#home div.main {
	padding: 0 20px;
}
#home h1 {
	text-align: center;
	border: none;
	margin: 1em 0;
}
#home h2 {
	font-weight: normal;
	margin: 0 0 5px;
}
.logo {
	float: left;
	margin: 0 10px;
}
#home .leftcol,
#home .rightcol {
	width: 40%;
	float: left;
}
div.services {
	width: 90%;
	border-top: 1px solid #c60025;
	border-bottom: 1px solid #c60025;
	padding: 10px;
	margin: 0 0 1.5em;
}
div.services p {
	margin: 0;
}
/* end home page settings */

/* customer & company pages */
#reviews div.content p {
	border-bottom: 1px solid #c60025;
	padding-bottom: 1.5em;
	margin: 1em 0;
}
#reviews div.content p.long {
	border-bottom: none;
	padding: 0;
}
#reviews div.content div.footer p {
	border-bottom: none;
	padding: 0;
	margin: 1em 0;
}

/* end customer & company pages */

/* services pages */
div.leftnav {
	width: 200px;
	margin: 0;
	padding: .5em 0 0;	
	float: left;
}
div.leftnav p {
	font-size: 90%;
	font-weight: bold;
	margin: 1em 5px 5px;
}
div.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 85%;
}
div.leftnav ul li {
	padding-bottom: 5px;
}
div.leftnav ul li.spacing {
	margin-bottom: 2em;
	}
div.content {
	margin: 0 310px 0 230px;
	padding-top: 1em;	
}
h1 {
	font-size: 200%;
	font-family: georgia, times new roman, times, serif;
	color: #333333;
	font-style: italic;
	border-bottom: 1px solid #c60025;
	padding: 0 0 .2em;
	margin: 0 0 1em;
}
h2 {
	font-family: times new roman, serif;
	color: #333333;
	font-variant: small-caps;
}
h4 {
	font-size: 100%;
	margin: .5em 0 0;
	color: #c60025;
}
div.testimonial {
	width: 250px;
	float: right;
}
div.testimonial p {
	border: 1px solid #c60025;
	padding: 15px;
	font-size: 85%;
	margin: 6em 10px;
}
img.fl-right {
	float: right;
}
p.note {
	font-size: 85%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	margin: 2em 0;
}
/* order button styles */
div.prices {
	border: 1px solid #c60025;
	padding: 15px;
	margin: 1em 0;
}
div.prices ul {
	list-style-image: url('../images/list.gif');
	margin: 0; padding-left:25px; padding-right:25px; padding-top:0; padding-bottom:0
}
div.prices ul li {
	padding-bottom: 3px;
}
.small {
	font-size: 80%;
}
p.instruct {
	font-weight: bold;
	margin: 0 25px;
}
.amount {
	border: 1px inset #999;
	margin: 0 25px 1.5em;
}

.special {
	width: 300px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	border: 1px inset #999;
	margin: 0 25px 1.5em;
}
.label {
	margin: 0 25px 1.5em;
}

.est {
	width: 100px;
	border: 1px inset #999;
	margin: .5em 0 1.5em;
}


.lowernav {
	margin-top: 1.5em;
	font-size: 85%;
}

a,
a:link,
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
a:active {
	color: #00c;
}
.order a { 
	margin-top: 2em;
	font-size: 110%;
	padding: 5px;
	background: url(../images/btn-grad.jpg) repeat-x top left #eee; 
	color: #009;
	text-decoration: none;
	border: 1px outset #999;
}

.order a:hover {
	cursor: pointer;
	background-image: none;
	background-color: #fff;
}

div.footer p {
	font-size: 85%;
	color: #666;
}
strong {
	font-weight: bold;
}
cite {
	font-style: italic;
}
