body {
	background-color: #F5F5F5;
	margin: 0px auto;
	font-family: "Lucida Grande", "Verdana";
	font-size: 12px;
	color: #3F4245;
	line-height: 1.4em;
	text-shadow: #ffffff 0px 1px 0px;
	-webkit-text-shadow: #ffffff 0px 1px 0px;
	-moz-text-shadow: #ffffff 0px 1px 0px;
}

#HeaderContainer {
	background: url("../images/headergradient.png") repeat-x;
	border-top: 1px solid #C6C6C6;
	height: 101px;
}

#HeaderContent {
	width: 800px;
	margin: 0px auto;
}

#Logo {
	height: 55px;
	width: 230px;
	margin-left: -20px;
	background: url(../images/logo.png) left center no-repeat;
}

#LogoSlogan {
	margin-left: 33px;
	margin-top: 3px;
	font-weight: bold;
	font-style: italic;
}

/* Menu bar*/
#HeaderMenu {
	float: right;
	margin-top: 45px;
}

#HeaderMenu.Button {
	float: left;
	display: inline;
}

#HeaderMenu a {
	float: left;
	display: inline;
	color: #265178;
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
	text-decoration: none;
	height: 30px;
	width: 80px;
	padding-right: 0px;
	text-align: center;
}

#HeaderMenu a.selected {
	font-weight: bold;
	border-top: #265178 dotted 2px;
	border-bottom: #265178 dotted 2px;
}

#HeaderMenu a span {
	display: block;
	line-height: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 6px;
}

/*main Content*/
#MainContent {
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
	line-height: 1.6em;
}

#ProductBar {
	margin: 0 0 20px;
	padding: 8px 11px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
}

#ProductBar a span {
	margin-left: 70px;
	display: block;
	line-height: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: -30px;
}

#ProductBar a {
	float: left;
	display: block;
	color: #265178;
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	text-align: center;
}

#ProductBar a.selected {
	font-weight: bold;
	color: #3F4245;
	font-size: 18px;
}

#ProductFeatures {
	width: 800px;
	padding: 10px;
	padding-top: 30px;
	padding-left: 0px;
	float: left;
	display: block;
}

.ProductFeature {
	margin-bottom: 150px;
	width: 800px;
	margin-right: 200px;
	display: block;
}

.FeaturePicture {
	width: 30px;
	display: block;
	text-align: left;
	float: left;
	vertical-align: middle;
	border: 5px red;
}

.FeatureDescription {
	width: 300px;
	display: block;
	margin-left: 350px;
}

.FeatureDescription h2 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 0px;
}

.FeatureDescription p {
	padding-left: 15px;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
}

#ProductBenefices {
	width: 600px;
	padding: 10px;
	padding-top: 30px;
	padding-left: 0px;
	float: left;
	display: block;
}

.ProductBenefic {
	margin-bottom: 10px;
	width: 600px;
	display: block;
	margin-bottom: 60px;
}

.BeneficPicture {
	width: 30px;
	display: block;
	text-align: left;
	float: left;
	vertical-align: middle;
	border: 5px red;
	margin-left: 150px;
}

.BeneficPictureShadow {
	float: right;
	background: url(../products/images/trans-shadow.png) no-repeat bottom
		right;
	/* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.BeneficPictureShadow img {
	position: relative;
	/* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff;
	/* Background color of the border created by the padding */
	border: 1px solid #cecece;
	/* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -6px;
	/* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.BeneficDescription {
	width: 350px;
	display: block;
	margin-left: 270px;
}

.BeneficDescription h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
}

.BenficDescription p {
	padding-left: 15px;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
}

#Intro {
	padding: 10px;
	padding-right: 0px;
	margin-left: 5px;
	width: 400px;
	float: left;
	margin-top: 16px;
}

#Features {
	width: 300px;
	padding: 10px;
	padding-top: 30px;
	padding-left: 0px;
	float: right;
}

.Feature {
	margin-bottom: 10px;
}

.Icon {
	width: 40px;
	text-align: left;
	float: left;
	vertical-align: middle;
	display: inline;
}

.Description {
	margin-left: 45px;
	font-size: 14px;
}

#MainContentBody {
	float: left;
	margin: 0;
	padding: 0;
}

#MainContentBody h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

#MainContentBody p {
	padding-left: 15px;
	text-align: justify;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
}

#MainContentBody ul {
	font-size: 13px;
	list-style-type: none;
	text-indent: 28px;
	font-weight: normal;
}

#MainContentBody input, #MainContentBody textarea  {
	margin-left: 20px;
}

#citation {
	font-style: italic;
	font-size: 12px;
	color: #999999;
}

#MainContentBody li {
	background-image: url("../images/pin.gif");
	background-repeat: no-repeat;
	background-position: 0em .4em;
	line-height: 25px;
}

#MainContentBody li.head {
	background-image: url("../images/balloon__pencil.gif");
	background-repeat: no-repeat;
	background-position: 0em .4em;
	line-height: 25px;
}

#ContactInfo {
	float: left;
	position: relative;
}

#tour {
	background-image: url("../images/flag_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 50px;
	float: right;
	display: block;
	position: relative;
	padding: 56px 0 0 0;
	margin-bottom: 25px;
}

#tour a {
	padding-left: 30px;
	text-indent: 30px;
	color: #333333;
	font-size: 22px;
	margin-left: 20px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}

/* Footer */
#footer {
	width: 900px;
	margin: 0 auto;
	width: 870px;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid gray;
}

#footer p {
	margin: 0;
	padding: 1px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: dimgray;
	text-align: center;
	line-height: normal;
}

.tourbar {
	margin: 0 0 20px;
	padding: 8px 11px;
	text-align: center;
	font-size: 14px;
	border-bottom: 2px dotted #333333;
	border-top: 2px dotted #333333;
	color: #265178;
}

.tourbar a {
	color: #265178;
	text-decoration: none;
}

.tourbar h2 {
	margin: 0;
	font-size: 14px;
}

.tourbardesc {
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 280px;
}

.tourbardesc h2 {
	font-size: 18px;
	font-weight: bold;
}

.tourbardesc p {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
}

#ScreenShot {
	float: left;
	width: 280px;
	padding-bottom: 30px;
}
