body {
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #1A305B;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
html, body, form, ul, h1, h2 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #FFF;
}
h2 {	
	font-size: 15px;
	font-weight: normal;
	color: #FF9900;
	margin-bottom: 5px;
}

form input:focus, form textarea:focus, form input:hover, form textarea:hover {
	border: 1px solid #FFF;
}
form textarea {
	height: 100px;
	overflow: auto;
}
#wrapper {
	background-image: url(images/page_glow.png);
	background-repeat: no-repeat;
	width: 800px;
	margin: auto;
	text-align: left;
	display: block;
}
#top {
	height: 22px;
}
#header {
	height: 79px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
}
#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#nav li {
		float: left;
	}
	#nav li a {
		float: left;
		margin: 0;
		padding: 9px 10px 0 10px;
		color: #8A94A6;
	}
	#nav li b {
		font-size: 14px;
		color: #FFF;
	}
	#nav li a:hover {
		color: #FFF;
	}
	#nav li a:hover b {
		color: #8A94A6;
	}
#spotlight {
	clear: left;
}
#content {
	line-height: 19px;
	color: #BBC1CE;
}
	#content h1 {
		color: #FFF;
		font-size: 18px;
		font-weight: normal;
	}
	#content p {
		margin-bottom: 20px;
	}
	#content .col1 {
		width: 48%;
		float: left;
	}
	#content .col2 {
		width: 48%;
		float: right;
	}
	#content  a {
		text-decoration: underline;
	}
#footer {
	clear: both;
	padding-top: 35px;
	color: #47505F;
	font-size: 11px;
	text-align: center;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #091529;
}
	#footer .inner {
		text-align: left;
		width: 800px;
		margin: auto;
	}
	#footer .col {
		width: 33%;
		float: left;
		padding-bottom: 20px;
	}
	#footer .nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-right: 15px;
	}
	#footer .nav li a {
		color: #90969F;
		display: block;
		border: 1px solid #222D3F;
		background-color: #222D3F;
		padding: 4px 0 4px 15px;
		margin-bottom: 3px;
	}
	#footer .nav2 li a {
		border: 1px solid #222D3F;
		background-color: transparent;
	}
	#footer .nav li a:hover {
		color: #FFF;
	}

/* FEATURES PAGE */
#content .features {
	
}
	#content .features div {
		clear: both;
		margin-top: 10px;
	}
	#content .features img {
		float: left;
		margin-right: 15px;
		margin-top: 5px;
	}
	#content .features h2 {
		font-size: 15px;
		font-weight: normal;
		color: #FF9900;
		margin-bottom: 5px;
	}
	#content .features p {
		margin: 0;
	}

/* PRICING PAGE */
	#content .pricing div {
		margin-top: 12px;
	}
	#content .pricing h2, #content .pricing p {
		margin: 0;
	}
	.pricing img {
		margin-right: 5px;
		margin-bottom: 20px;
		float: left;
	}
	

/* CONTACT US PAGE */

form {
	margin-top: 15px;
}
	form label {
		display: block;
		clear: both;
		margin-top: 5px;
		font-size: 13px;
	}
	form span {
		display: block;
		float: left;
		width: 115px;
	}
	form input, form textarea {
		width: 245px;
		font-family: Tahoma, Arial, sans-serif;
		background-color: #485A7D;
		border: 1px solid #8E9BBB;
		color: #FFF;
		padding: 4px;
		font-weight: bold;
		font-size: 12px;
		margin-left: 4px;
	}
	form .button {
		width: auto;
		padding: 0;
		margin: 0;
		border: none;
	}
	form .button:hover {
		border: none;
	}
	#FullName { 
		display: none;
	}
/* TESTIMONIALS PAGE */

.customers {
	border-top: 1px solid #5F6F8D;
}
.customers div {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #5F6F8D;
	color: #FF9900;
	cursor: pointer;
}
	.customers div span {
		display: block;
		font-weight: normal;
		color: #BBC1CE;
	}
	
	.customers div:hover {
		background-color: #263B63;
	}
	
	.customers .selected, .customers .selected:hover {
		background-color: #3A547D;
	}
	
	.quotes {
		background-image: url(images/quote.gif);
		background-repeat: no-repeat;
		background-position: 0 0px;
		min-height: 400px;
	}
	.js .quotes .quote {
		display: none;
		background-image: url(images/quote2.png);
		background-repeat: no-repeat;
		background-position: bottom right;

	}
	.quotes .quote {
		padding-top:7px;
		margin-left: 40px;
		margin-right: 40px;
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
	}
	
	.quotes .quote div {
		font-weight: bold;
		color: #FFF;
		margin-top: 10px;
	}
	
		.quotes .quote div  span {
			font-weight: normal;
			display: block;
		}
