body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans;
	font-size: 13px;
	background-color: #c9cacc;
}
a {
	color: #8b0b04;
}
p {
	margin-top: 0;
	padding-top: 0;
}
	p.starred {
		text-indent: -.66em;
	}
h1 {
	font-family: Futura, Arial, Helvetica, sans;
	font-size: 28px;
	line-height: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 30px;
}
h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.333em;
}
h3 {
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul,ol {
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
}
	ul.checked {
		list-style-image: url("images/checkbox.gif");
	}
	ul.checked li {
		margin-left: 23px;
		padding-left: 6px;
		margin-bottom: .75em;
	}
a img {
	border: none;
}
img .left {
	float: left;
	margin-right: 1em;
}
hr {
	height: 1px;
	color: #eaeaea;
	background-color: #eaeaea;
	border: 0;
	margin: 16px 0;
}
input, textarea {
	border: 1px solid #000;
}
input {
	height: 16px;
	padding: 2px;
}
input.submit {
	height: 20px;
}

textarea{
	padding: 2px;
	font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #eaeaea;
	background-color: #FFF;
}

#header {
	position: relative;
	height: 155px;
	background: url(images/headerbg.gif) top left no-repeat;
}

	#header img#logo {
		position: absolute;
		top: 10px;
		left: 30px;
	}
	
	#header #name {
		position: absolute;
		top: 27px;
		left: 238px;
		font-weight: bold;
		font-size: 19px;
		color: #8b0b04;
		line-height: 22px;
	}
	
	#header #number {
		position: absolute;
		color: #868686;
		padding-top: 6px;
	}
	
	#header .testimonial {
		color: #595959;
		position: absolute;
		left: 510px;
		width: 285px;
		font-size: 11px;
		vertical-align: bottom;
		bottom: 55px;
	}
	
	#header .testimonial a {
		display: block;
		padding-top: 6px;
	}
	
	#header .testimonial .red {
		color: #8b0b04;
	}
	
		#header #topmenu {
			position: absolute;
			bottom: 0px;
			height: 25px;
			width: 100%;
			padding-top: 9px;
			background: #8b0b04;
			color: #FFF;
			font-size: 12px;
		}
		
			#header #topmenu a {
				color: white;
				text-decoration: none;
				padding: 0 18px;
				border-right: 1px solid #FFF;
			}
			
			#header #topmenu a.last {
				border-right: none;
				padding-right: 0;
			}
			
			#header #topmenu a.first {
				margin-left: 37px;
				padding-left: 0;
			}
			
			#header #topmenu a:hover {
				text-decoration: underline;
			}
			
			#header #topmenu .brochure {
				padding-left: 42px;
				background: url("images/acrobatlogo_menu.gif") 20px no-repeat;
			}
			
#leftcontent {
	float: left;
	width: 608px;
	padding: 0 85px 20px 37px;
	border-right: 1px solid #eaeaea;
	line-height: 1.4em;
}
	
	#leftcontent img{
		float: left;
		margin-right: 1em;
	}
	
	#leftcontent table#homecontacttable {
		border: 0;
	}
	
	#leftcontent table#homecontacttable td {
		vertical-align: top;
		padding-right: 9px;
	}
	
	#leftcontent table#homecontacttable input, #leftcontent table#homecontacttable textarea {
		margin-bottom: 9px;
	}
	
	#leftcontent table#homecontacttable textarea {
		height: 90px;
		width: 351px;
	}
	#leftcontent table#homecontacttable .submit {
		float: right;
	}
	#leftcontent.home {
		background: url("images/calcbg.jpg") bottom right no-repeat;
	}
	#leftcontent p.testimonial {
		padding-left: 25px;
		background: url("images/quote.gif") top left no-repeat;
	}
	#leftcontent ul.testimonial {
		padding-left: 37px;
		background: url("images/quote.gif") top left no-repeat;
	}
	#leftcontent.process h3 {
		color:#8b0b04;
	}

#contentright {
	float: right;
	width: 248px;
	margin: 30px 0 0 20px;
}
	
	#contentright #homerightbox {
		color: #494949;
		margin-left: 10px;
		width: 185px;
		padding: 10px;
		font-size: 10px;
		background-color: #fcf9f7;
		border: 1px solid #eee3de;
	}
	
	#contentright #homerightbox h1 {
		font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans;
		margin: .25em 0 .25em 1em;
		padding: 0;
		font-size: 13px;
	}
	
	#contentright ul {
		margin-left: 1.5em;
		list-style-image: url("images/arrow_bullet.gif");
	}
	
	#contentright ul li {
		margin-bottom: .75em;
	}
	
	#contentright ul li a {
		text-decoration: none;
		color: #494949;
	}
	
	#contentright ul li a:hover {
		text-decoration: underline;
	}

#footer {
	clear: both;
	font-size: 10px;
	background: url("images/footerbg.gif") top left repeat-x;
	padding: 15px 30px 12px 30px;
}
.red {
	color: #8b0b04;
}
#craftysyntax {
	margin: 30px 0 30px 9px;
}

object.left {
	float: left;
	margin-right: 1em;
}

object.right {
	float: right;
}

.billingcaption {
	padding-right: 220px;
}