html {
	background-color: #2a2a3a;
	background-image: url(/_media/background.gif);
	background-repeat: repeat;
	}
body {
	margin: 15px auto 30px auto;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666;
	text-align: left;
	}
.contain {
	width: 940px;
	margin: 0 auto;
	}
a img {
	border: 0px;
	}
a {
	color: #369;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
p {
	margin-bottom: 15px;
	}
ul, ol {
	margin: 0 15px 15px 20px;
	}
ul li {
	line-height: 18px;
	margin-bottom: 8px;
	list-style-type: square;
	}
ol li {
	list-style-type: decimal;
	line-height: 18px;
	margin-bottom: 8px;
	}
dl {
	
	}
dt {
	font-weight: bold;
	margin-bottom: 5px;
	}
dd {
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 15px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #436495;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 18px;
	}
#home h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	line-height: 26px;
	color: #555;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;	
	}
#home h2, h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #436495;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 7px;
	}
#home h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #436495;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
#home, #pricing li {
	list-style-image: url(/_media/listBullet.gif);
	}

#header {
	}

#nav {
	width: 866px;
	background-image: url(/_media/navBackground.gif);
	background-color: #41737d;
	background-repeat: no-repeat;
	padding-left: 74px;
	}
	#nav li {
		list-style-type: none;
		list-style-image: none;
		float: left;
		margin: 1px 6px 0 6px;
		}
	#navHome a {
		background: url(/_media/navigation.gif) 0 0 no-repeat;
		width: 79px; height: 37px; display: block;
		}
	#navHome a:hover, #home #navHome a {
		background: transparent url(/_media/navigation.gif) 0 -37px no-repeat;
		width: 79px; height: 37px; display: block;
		}
	#navAbout a {
		background: transparent url(/_media/navigation.gif) -79px 0 no-repeat;
		width: 171px; height: 37px; display: block;
		}
	#navAbout a:hover, #about #navAbout a {
		background: transparent url(/_media/navigation.gif) -79px -37px no-repeat;
		width: 171px; height: 37px; display: block;
		}
	#navDemo a {
		background: transparent url(/_media/navigation.gif) -250px 0 no-repeat;
		width: 155px; height: 37px; display: block;
		}
	#navDemo a:hover, #demo #navDemo a {
		background: transparent url(/_media/navigation.gif) -250px -37px no-repeat;
		width: 155px; height: 37px; display: block;
		}
	#navPricing a {
		background: transparent url(/_media/navigation.gif) -405px 0 no-repeat;
		width: 105px; height: 37px; display: block;
		}
	#navPricing a:hover, #pricing #navPricing a {
		background: transparent url(/_media/navigation.gif) -405px -37px no-repeat;
		width: 105px; height: 37px; display: block;
		}
	#navContact a {
		background: transparent url(/_media/navigation.gif) -509px 0 no-repeat;
		width: 146px; height: 37px; display: block;
		}
	#navContact a:hover, #contact #navContact a {
		background: transparent url(/_media/navigation.gif) -509px -37px no-repeat;
		width: 146px; height: 37px; display: block;
		}
	#navFaq a {
		background: transparent url(/_media/navigation.gif) -654px -0 no-repeat;
		width: 62px; height: 37px; display: block;
		}
	#navFaq a:hover, #faq #navFaq a {
		background: transparent url(/_media/navigation.gif) -654px -37px no-repeat;
		width: 62px; height: 37px; display: block;
		}

/* added float so content would contain primary and secondary */
#content {
	margin-top: 8px;
	background-color: #edf1f4;
	}
	#primary {
		float: left;
		width: 580px;
		margin: 25px 0 25px 30px;
		padding: 0;
		display: block;
		}
	#primary p {
		margin-right: 15px;
		}

	#secondary {
		float: right;
		width: 300px;
		margin: 25px 12px 25px 12px;
		padding: 0;
		}
		/* for the home page sidebar */
		#secondary img {
			border: 0;
			}
		/* for sidebar images */
		#secondary .addBorder {
			border: 1px solid #888;
			margin: 0;
			}
		#secondary .caption {
			width: 275px;
			margin: 5px 0 22px 0;
			font-size: 11px;
			font-style: italic;
			line-height: 15px;
			color: #666;
			}
		#secondary h2, h3, p, ul, li {
			margin-right: 20px;
			}

#footer {
	margin: 12px auto 30px auto;
	}
	#footer p {
		color: #aaa;
		font-size: 11px;
		line-height: 15px;
		text-align: center;
		margin-bottom: 6px;
		}
	#footer a {
		color: #fff;
		}
	#footer ul {
		margin: 0;
		font-size: 11px;
		text-align: center;
		}
	#footer li {
		list-style-type: none;
		display: inline;
		padding: 0;
		margin: 0;
		}
	#footer .pipe {
		padding: 0 10px 0 10px;
		color: #666;
		}

#demoPlay {
	width: 770px;
	background-color: #111;
	margin-bottom: 20px;
	padding: 15px;
	}
	#demoPlay #demoBox {
		border: 1px solid white;
		}
	#demoPlay p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		line-height: 37px;
		color: #fff;
		font-style: italic;
		font-weight: normal;
		margin: 12px 30px;
		}
	#demoPlay .grayCopy {
		color: #777;
		}
	#demo #demoPlay ul {
		margin: 15px 5px 35px 30px;
		float: left;
		}
	#demo #demoPlay li {
		list-style-type: none;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 21px;
		color: #65a0ab;
		}
		#demoPlay li img {
			border: 4px solid #fff;
			display: block;
			}
		.hide {
			display: none;
			visibility: hidden;
			}
		.slideNumbers {
			color: #aaa;
			font-size: 14px;
			}
		
/* fixes parent container's height in relation to floated elements */
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	background: transparent;
	}
/* for the FAQ page */
.hidden {
	display: none;
	padding-left: 10px;
	margin: 0;
	}
.last {
	padding-bottom: 10px;
	}
.question {
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0;
	}
/* pricing, used for asterisks */
.highlight {
	color: #436495;
	font-weight: bold;
	}
/* pricing page for hardware */
/* for thumbnails and descriptions */		
.fauxTableHybrid {
	width:515px;
	}
	.fauxTableHybrid .lefty {
		width:auto;
		margin:5px 0 10px 0;
		float:left;
		}
		.fauxTableHybrid .lefty .caption {
			margin: 5px 0 10px 0;
			font-size: 11px;
			font-style: italic;
			line-height: 13px;
			color: #666;
			}
	.fauxTableHybrid img {
		border: 1px solid #888;
		margin: 0;
		}
	.fauxTableHybrid .righty {
		width:400px;
		margin:5px 0 10px 0;
		float:right;
		}
/* for the contact us form */
.row {
	clear:both;
	margin-bottom:10px;
	width:100%;
	}
	.row label {
		width:85px;
		margin-bottom:16px;
		display:block;
		text-align:right;
		float:left;
		}
	.row .textField {
		width:245px;
		display:block;
		float:right;
		margin-right:235px;
		}
	.row .textBox {
		width:245px;
		height:100px;
		display:block;
		float:right;
		margin-right:237px;
		}
	.row .btn {
		margin:10px;
		}
