body {
	background: url(images/bg.jpg) repeat-x top;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;

	padding: 0;
	margin: 0;
}

p {
	line-height: 170%;
}

a, a:visited {
	color: #25b3dc;
}

img {
	padding: 0;
	margin: 0;
}

#container {
	background: url(images/feature_bg.jpg) no-repeat top center;
}

#header {
	height: 60px;
	padding-left: 65px;
}

#header h3 {
	margin: 0;
	padding: 0;
}

#header p {
	margin: 5px 5px 0 5px;
	padding: 5px 5px 0 5px;
}

#header, #feature, #content {
	width: 724px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	color: #FFF;	
}

#feature {
	background: url(images/content_bg_top.png) no-repeat bottom center;
	padding-bottom: 15px;
	
}

#feature .intro {
	height: 155px;
	padding: 0 40px 0 40px;
}

#feature .intro h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#feature p {
	color: #DDD;
}

#nav {
	padding-top: 10px;
	float: right;
	margin-right: 85px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	margin: 0 10px;
}

#nav ul li a {
	color: #0487bb;
	text-decoration: none;
}

#nav ul li a.sel {
	color: #FFF;
	padding-bottom: 5px;
}

#nav ul li a:hover {
	color: #FFF;
}

h1 {
	padding: 10px 0 0 0;
	margin: 0;
}

h1 a {
	margin: 0;
	padding: 0;
	display: block;
	height: 45px;
	width: 193px;
	background: url(images/logo.png) no-repeat;
}

h1 span {
	display: none;
}

#content {
	width: 604px;
	padding: 0 55px 0 55px;
	color: #505050;
	background: url(images/content_bg_repeat.png) repeat-y center;
}

#content h3 {
	margin: 0;
	padding: 0;
	color: #101010;
}

#content p {
	padding-bottom: 20px;
}

br.clearboth {
	clear: both;
}

#submitform h3 {
	background: url(images/getstarted.png) right no-repeat;
	height: 25px;
	padding-top: 8px;
}

#submitform p {
	padding-bottom: 5px;
}

.left {
	margin-top: 20px;
	width: 48%;
	float: left;
}

.right {
	margin-top: 20px;
	width: 48%;
	float: right;
}

#submitform p input.text, #submitform p select.text {
	float: right;
	font-size: 10pt;
	width: 150px;
}



#submitform textarea {
	width: 100%;
	height: 150px;
}

#cost, #upfront {
	font-size: 16pt;
	font-weight: bold;
	float: right;
}

#upfront {
	color: blue;
}

p.cost {
	padding: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#footer {
	margin: 0 auto;
	height: 127px;
	width: 614px;
	padding: 0 50px 0 60px;
	background: url(images/content_bg_bottom.png) no-repeat center;
	text-align: left;
	color: #505050;
}

#footer p {
	margin: 0;
	padding-top: 30px;
}

#promoside {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	height: 125px;
	width: 136px;
	background: url(images/promoside.png) no-repeat center;    
}

#promoside span {
	display: none;
}

p.feature {
	text-align:center; 
	padding: 0; 
	margin: 0;
}

img.turnover {
	float:left; 
	padding: 10px 15px 10px 15px;
}

img.xhtmlcss {
	float:right; 
	padding: 25px 15px;
}

p.coding {
	margin: 20px 0 0 0; 
	padding-bottom: 0;
}

span.desc {
	font-weight: normal; 
	font-style: italic;
}

p.mop {
	padding: 20px 0; 
	border-bottom: none;
}

p.prepay {
	border-top: none;
}

img.mop {
	float:right;
}

a.getstarted {
	color: #101010;
}