@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;

}
body.home {
	background-image: url(images/splashes/home.jpg);

}
body.about {
	background-image: url(images/splashes/about.jpg);
}
body.keyfeatures {
	background-image: url(images/splashes/keyfeatures.jpg);
}
body.pricing {
	background-image: url(images/splashes/pricing.jpg);
}
body.tour {
	background-image: url(images/splashes/tour.jpg);
}
body.helpfaqs {
	background-image: url(images/splashes/helpfaqs.jpg);
}
body.clientlist {
	background-image: url(images/splashes/clientlist.jpg);
}






#Container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#Container #Nav{
	float: left;
	height: 50px;
	width: 920px;
	margin-top: 300px;
	color: #FFF;
	padding-left: 20px;
}
#Container #Nav a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	padding-right: 17px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 9px;
}
#Container #Nav a:hover {
	color: #ED5B22;
}
#Container #Nav a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Container #Nav a#Active {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin-top: 9px;
	padding: 10px;
}

#Home  {
	float: left;
	width: 630px;
	background-repeat: no-repeat;
	background-position: center 1px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 0.8em;
	color: #333;
}
#Home h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}
#Home h3 a {
	color: #F58220;
	text-decoration: none;
}

#Home ul {
	list-style-type: square;
	list-style-position: outside;
	font-size: 1.5em;
	font-weight: bold;
	color: #F58220;
}
#About {
	float: left;
	width: 630px;
	background-repeat: no-repeat;
	background-position: center 1px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #333;
	font-size: 0.8em;
}
#About a {
	color: #F4811F;
	text-decoration: none;
}
#About strong {
	color: #F58220;
}




#TrialBox  {
	float: left;
	height: 390px;
	width: 200px;
	background-image: url(images/trial-splash.jpg);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 30px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	font-size: 0.8em;
	color: #FFF;
}
#TrialBox div {
	float: left;
	margin-bottom: 5px;
	width: 200px;
	font-size: 0.9em;
	margin-top: 5px;
}

#TrialBox img {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}
#TrialBox form {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#TrialBox input.Box {
	float: left;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#TrialBox #trialSend {
	float: left;
}


#Container #Content {
	float: left;
	height: 400px;
	width: 940px;
	padding: 10px;
}
#Container #Content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Container #Footer {
	float: left;
	width: 900px;
	margin-bottom: 40px;
	font-size: 0.8em;
	color: #999;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#Footer a {
	color: #999;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

#QuestionsBox {
	float: left;
	height: 90px;
	width: 180px;
	background-image: url(images/titles/gotanyquestions.jpg);
	background-repeat: no-repeat;
	padding-top: 170px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
}
#QuestionsBox a {
	color: #FDDF1F;
	text-decoration: none;
}
#PricingBox {
	float: left;
	height: 125px;
	width: 540px;
	margin-bottom: 20px;
	background-image: url(images/titles/pricingbubble.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 1.0em;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#PricingBox strong {
	color: #333;
}
#PricingBox td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FABC83;
	padding-top: 2px;
	padding-bottom: 2px;
}

