@charset "UTF-8";

/*----------------------------------- PAGE -----------------------------------*/
html {
	overflow-y: scroll;/* -- gives firefox a vertical scrollbar to prevent page shift (CSS 3) -- */
	height: 100.1%;/* -- gives firefox a vertical scrollbar to prevent page shift (CSS 2.1) -- */
}

body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4e5052;
}

#container { 
	width: 972px;  /* using 20px less than a full 972px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*----------------------------------- HEADER -----------------------------------*/
#header { 
	background: #fff; 
	padding: 0;
	position: relative;
}

#contactNav {
	position: absolute;
	left: 320px;
	top: 63px;
	width: auto;
	margin: 0;
	padding: 0;
	height: 32px;
}
#contactNav ul {
	list-style: none;
	font-size: 10px;
	height: 32px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#contactNav li {
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
}
#contactNav a {
	height: 32px;
	margin: 0;
	padding: 0 13px;
	text-decoration: none;
	display: block;
}
#contactNav a#contact {
	width: 80px;
	height: 32px;
}
#contactNav a#demo {
	width: 136px;
	height: 32px;
}
#contactNav a#mailing {
	width: 118px;
	height: 32px;
}
#contactNav li a span {
	color: #6d6d6f;
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top: 3px;
	/*visibility: hidden;*/
}
#contactNav a:hover, #contactNav a:active {
	background: url(../images/contact_hover2.png) top center no-repeat;
}
#Contact a#contact {
	background: url(../images/contact_hover.png) top center no-repeat;
}
#Demo a#demo {
	background: url(../images/contact_hover.png) top center no-repeat;
}
#Mailing a#mailing {
	background: url(../images/contact_hover.png) top center no-repeat;
}

#leftNav {
	position: absolute;
	left: 14px;
	top: 124px;
	/*top: 137px;*/
	width: 150px;
	margin: 0;
	padding: 0;
}
#leftNav ul {
	list-style: none;
	font-size: 10px;
	line-height: 24px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#leftNav li a {
	display: block;
	width: 150px;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/graysquare.png) center left no-repeat;
}
#leftNav li a span {
	visibility: hidden;
}
#leftNav a:hover, #leftNav a:active {
	background: url(../images/whitesquare.png) center left no-repeat;
}
#Features a#features {
	background: url(../images/redsquare.png) center left no-repeat;
}
#Cam a#cam {
	background: url(../images/redsquare.png) center left no-repeat;
}
#RealTime a#realtime {
	background: url(../images/redsquare.png) center left no-repeat;
}
#Other a#other {
	background: url(../images/redsquare.png) center left no-repeat;
}
#Testimonials a#testimonials {
	background: url(../images/redsquare.png) center left no-repeat;
}
#About a#about {
	background: url(../images/redsquare.png) center left no-repeat;
}
#Download a#download {
	background: url(../images/redsquare.png) center left no-repeat;
}
#Responder a#responder {
	background: url(../images/redsquare.png) center left no-repeat;
}

/*----------------------------------- CONTENT -----------------------------------*/
#mainContent { 
	margin: 4px 0 0 0;
	padding: 0;
	background: url(../images/mainContentBkg_repeat.png) bottom center repeat-y;
}
#mainContent #container2 {
	background: url(../images/mainContentBkg.png) top center no-repeat;
	margin: 0;
	padding: 18px 0 18px 161px;
	display: block;
}
#mainContent h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 18px 0 0 0;
}
#mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 0;
}
#mainContent h2.var1 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 12px;
	color: #000;
}
#mainContent h2.var1 em {
	color: #D83023;
	font-style: normal;
}
#mainContent h2 em {
	color: #D83023;
}
#Cam #mainContent h2 a {
	color: #D83023;
}
#mainContent p {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}
#Cam #mainContent p {
	margin-top: 12px;
}
#mainContent p.byline {
	font-style: italic;
	margin-bottom: 15px;
}
#mainContent p.hilite {
	color: #D83023;
}
#mainContent p.pullquote {
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	background-color: #4d4d4d;
	width: 127px;
	padding: 12px;
	margin: 6px 120px 0 12px;
	float: right;
}
#mainContent ul {
	list-style: none;
	font-size: 12px;
	margin: 6px 0 0 18px;
	padding: 0;
}
#mainContent li {
	line-height: 17px;
	padding-left: 12px;
	background: url(../images/bullet.png) top left no-repeat;
}
#mainContent ol {
	list-style: decimal;
	font-size: 12px;
	margin: 6px 0 0 18px;
	padding: 0;
}
#mainContent ol li {
	background: none;
	color: #D83023;
	margin-left: 0;
}
#mainContent ol li span {
	color: #4E5052;
}
#mainContent ol li ul {
	list-style: none;
	font-size: 12px;
	margin: 6px 0 0 18px;
	padding: 0;
	overflow: auto;
}
#mainContent ol li ul li {
	color: #4E5052;
	line-height: 17px;
	padding-left: 12px;
	background: url(../images/bullet.png) top left no-repeat;
}
#mainContent a {
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	text-decoration: underline;
}
#mainContent .oneCol {
	width: 712px;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#mainContent .oneCol ul {
	margin: 0 0 0 18px;
}
#mainContent .leftCol {
	width: 322px;
	float: left;
	margin: 0 49px 18px 0;
	background: transparent;
}
#mainContent .rightCol {
	width: 362px;
	float: left;
	margin: 0 0 18px 0;
}
#mainContent .oneCol .leftCol {
	width: 330px;
	float: left;
	margin-right: 0;
	padding-right: 18px;
	border-right: 1px solid #D83023;
}
#mainContent .oneCol .rightCol {
	width: 340px;
	float: left;
}
#mainContent .teaser {
	background: #e00;
	border: 3px solid #fff;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px 10px 0 10px;
	width: 165px;
}
#mainContent .teaser img {
	 width: 163px;
	 margin-bottom: 10px;
	 border: 1px solid #fff;
}
#mainContent .teaser h2 {
	color: #fff;
	font-style: normal;
	font-size: 15px;
	margin-top: 0;
}
#mainContent .teaser p {
	color: #fff;
	margin-top: 3px;
	line-height: 16px;
}
#mainContent .teaser p a {
	color: #fff;
	border-top: 1px solid #999;
	padding-top: 6px;
	line-height: 36px;
}
.screenshots { overflow: auto; margin-top: 4px; }
.screenshots span { width: 210px; text-align: center; float: left; margin: 0 30px 0 0; }
#Cam #mainContent .screenshots span p { font-size: 10px; margin-top: 2px; line-height: 12px; }

/*----------------------------------- FORMS -----------------------------------*/
form {
	width: 697px;
	overflow: hidden;
}
label, span.label {
	font-size: 12px;
	float: left;
	clear: left;
	margin: 6px 0 12px 0;
	width: 230px;
	text-align: right;
}
label.required {
	font-weight: bold;
	font-style: italic;
}
input, textarea, select {
	float: left;
	margin: 6px 0 12px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.checkbox {
	position: relative;
	top: -2px;
}
input.submit {
	clear: both;
	margin: 12px 0 0 242px
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: 285px;
	float: left;
}
fieldset.col1 {
	text-align: right;
}
fieldset.col2 {
	text-align: left;
}
#mainContent .oneCol fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainContent fieldset li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	overflow: hidden;
}
fieldset li input.checkbox {
	position: static;
	top: 0;
}
fieldset.col2 label {
	float: left;
	clear: none;
	width: auto;
	text-align: left;
}
fieldset.col2 input.checkbox {
	float: left;
	clear: none;
	margin-left: 0;
	margin-right: 10px;
}
fieldset.col2 br {
	clear: both;
}

/*----------------------------------- TABLES -----------------------------------*/
#Cam #mainContent table { width: 274px; border: 1px solid #4c4d4f; float: right; border-collapse: collapse; }
#Cam #mainContent th { background: #4c4d4f; color: #fff; font-size: 12px; text-align: center; padding: 2px 0; }
#Cam #mainContent td { border: 1px solid #4c4d4f; font-size: 10px; padding: 1px 0 0 12px; }
#Cam #mainContent td.two-col { text-align: center; font-size: 12px; padding: 2px 12px; }
sub { font-size: 75%; position: relative; top: -2px; }

/*----------------------------------- FLOATS -----------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
