@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background: #f7f6e1;
	color: #000;
/*	font: 18px Georgia, "Times New Roman", Times, serif; */
	font-family:Arial, Helvetica, sans-serif;
	}


/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background: none transparent scroll repeat 0% 0%;
}

/* middle is used to extend all the way across in the middle of the page */
#middlewrapper {
	position:relative;
	width: 996px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#videodiv {
	position: absolute;
	width: 295px;
	text-align: center;
}

#middlewrapper a {
	color: #03C;
	text-decoration: none;
}

#middlewrapper a:hover {
	color: #3CF;
	text-decoration: none;
}

#productdesc {
	height: 240px;
	margin-left: 340px;
	padding-top: 10px;
	line-height: 28px;
}

#systemrequirements {
	position: absolute;
	height: 60px;
	width: 200px;
	top: 175px;
	margin-left: 440px;
	line-height: 16px;
	border: #000 solid 1px;
	padding: 3px;
}

.logo {
	margin-left: 50px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#logotext {
	position: absolute;
	top: 65px;
	left: 155px;
}

#tagline {
	position: absolute;
	top: 18px;
	left: 277px;
}

#support {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	border: 2px solid #5F752B;
	line-height: 1.5em;
	padding: 4px 3px 5px 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	/*font-weight: bold; */
}

#support img {
	position: absolute;
	top: 3px;
	left: 3px;
}

/* banner is the div just under the top wrapper */
#banner {
	width: 100%;
	height: 270px;
	padding: 0;
	margin: 0;
/*	background-color: #A5B284;	 Light green */
}

#bannercenter {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

.imagespace {
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 0px;
}

.imagespacebot {
	padding-left: 32px;
	padding-top: 15px;
	padding-right: 0px;
}

/* banner is the div just under the top wrapper */
#bottombanner {
	width: 100%;
	height: 280px;
	padding: 0;
	margin: 0;
}

#bottomcenter {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

#bottomtext {
	height: 50px;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

#lefttext {
	position: absolute;
	width: 307px;
}

#middletext {
	position: absolute;
	width: 307px;
	margin-left: 342px;
}

#righttext {
	position: absolute;
	width: 309px;
	margin-left: 684px;
}

#finaltext {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

/* This class is used to flood the color all the way across the screen */
.floodred {
	width: 100%;
	background-color: #A00740;
}


/* navwrapper holds the nav div */
#navwrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background-color: #A00740;
}

#nav ul {
	text-align: center;
	list-style: none;
	padding-bottom: 0;
	padding-left: 17px;
	padding-right: 0px;
	font-size: 18px;
	line-height: 2.0;
	list-style-image: none;
	padding-top: 0px;
	height: 36px;
}

#nav ul li {
	float: left;
	height: 36px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 36px;
	padding-right: 18px;
	padding-left: 18px;
}

#nav ul li a:hover {
	background-color: #C1235E;
}


/* Headings */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	font-weight: normal;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 22px;
}


/* contents is used for text describing products just above the footer */
#contents {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 350px; */
	margin-top: 5px;
}

#contents p {
	color: #333;
}

.featureimage {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.1em;
}


/* DEFAULT STYLES
-------------------------------------------------------------- */
.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}
 
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.underline {text-decoration: underline;}
 
.small {font-size: 0.8em;}
.hidden {display: none;}

