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

/************** RESET *****************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/************** RESET *****************/

a {color:#8c0000;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}
.clear {
	clear: both;
}
#container {
	width: 902px;
	margin: 0 auto;
}
#header {
	height: 91px;
}
#logo {
	margin: 20px 0 0 12px;
	float: left;
}
#slogan {
	margin: 46px 0 0 30px;
	float: left;
	font-size: 22px;
	color: #8e0000;
}
#nav {
	background: url(images/bg_nav.gif) no-repeat top left;
	height: 31px;
	width: 902px;
	padding-top: 11px;
	margin-bottom: 20px;
}
#nav ul {
	list-style-type: none;
	font-size: 18px;
	margin: 0px 0 0 250px;
}
#nav ul li {
	float: left;
	display: block;
}
#nav ul li a {
	text-decoration: none;
	color: #8e0000;
	margin: 0 10px;
	text-shadow: #eee -1px -1px 1px;
	
}
#nav ul li a:hover {
	text-decoration: underline;
}
#mainContent {
	padding-bottom: 35px;
	border-bottom: 2px solid #8e0000;
	position:relative;
}
#mainContent p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;

}
#mainContent ul {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left:15px;
}
#gallery {
	width: 902px;
	height: 292px;
	position: relative;
	background:url(images/bg_gallery.gif) top left no-repeat;
}
#gallery img {
	display: block;
}
#thumbs {
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(images/bg_thumbs-box.png) repeat;
	padding: 2px 1px;
	z-index:5000;
}
#thumbs ul {
	list-style-type: none;
	font-size: 11px;
}
#thumbs ul li {
	float: left;
	margin: 0 0px;
	
	height: 23px;
}
#thumbs ul li a {
	display: block;
	background: url(images/bg_thumbs.gif) 0 0 no-repeat;
	color: #ffffff;
	width: 12px;
	height: 20px;
	text-decoration: none;
	padding: 3px 0 0 6px;
	margin: 0 1px;
}
#thumbs ul li a:hover {
	background-position: 0 -23px;
}
#slideshow {

}
#thumbs ul {margin-left:0;}
#features #bottomBar {
	background: url(images/bg_bottom-bar2.gif) bottom left no-repeat;
	padding:0;
	height:24px;
	margin-top:-2px;
	}
#features #nav {margin-bottom:0;}	

#bottomBar {
	background: url(images/bg_bottom-bar2.gif) top left no-repeat;
	width: 902px;
	height: 52px;
	padding: 5px 0 0 0;
}
#bottomBar p {
	color: #910607;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-shadow: #fff -1px -1px 1px;
}
#bottomBar p.left {
	float: left;
	margin-left: 15px;
}
#bottomBar p.right {
	float: right;
	margin-right: 15px;
}
#bottomBar a {
	color: #910607;
	text-decoration: none;
}
#bottomBar a:hover {
	text-decoration: underline;
}
#column1 {
	float: left;
	width: 202px;
	margin-right: 20px;
	padding-left: 2px;
}
#column2 {
	float: left;
	width: 335px;
	margin-right: 20px;
}
#column3 {
	float: left;
	width: 320px;
}
#column4 {
	float: left;
	width: 665px;
}
.adwords #column4 {
	width:480px;
	}
.adwords .privacy {border-right:none;}	

#accordion {

}
#accordion h3 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	}
#accordion h3:first-line {
	font-size:16px;
	font-weight:bold;
	}	
#accordion div {
	padding: 0 0 10px 10px;
}
h2.accordianHeader {
	background: url(images/bg_accordion-header.gif) top left no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	padding: 5px 0 0 12px;
	height: 22px;
	padding-bottom: 8px;
	cursor: pointer;
}
h2.accordianHeader a {
	color: #ffffff;
	text-decoration: none;
	
}
#accordion a.more {
	text-align: right;
	color: #910607;
	text-decoration: none;
	float:right;
}
#accordion div {
	overflow: hidden !important; 
}
#footer {
	text-align: center;
	margin: 20px 0;
}
#footer ul {
	width: 580px;
	margin: 0 auto;
	list-style-type: none;
}
#footer ul li {
	float: left;
}
#footer li a {
	text-decoration: none;
	margin: 0 4px;
	color: #464646;
}
#footer li a:hover {
	text-decoration: underline;
}	
#footer p {
	margin-top: 10px;
	color: #464646;
}

#viewdemo {
	margin: 35px 0 0 0;
	float: right;
}
h4 {
	line-height:1.4em;
	padding-bottom:6px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
}
h4 strong {
	font-size:16px;
	}
a.backtotop {
	display:block;
	float:right;
	font-size:12px;
	color:#8c0000;
	text-transform:uppercase;
	text-decoration:none;
	}
form td {padding-bottom:12px; vertical-align:top; line-height:1.2em; padding-right:4px;}
p.captchadesc {display:none;padding-top:10px;padding-right:6px;line-height:1.1em; font-size:11px;}
span.what {font-size:11px; text-decoration:underline; color:#0000CC; margin-left:10px; cursor:pointer;}
div.privacy {float:left; width:160px; background:url(images/spamfree.gif) top 10px no-repeat; height:300px; 
	padding-top:148px; padding-right:30px; border-right:1px solid #ccc;

}
#mainContent .privacy p { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:left; line-height:1.3em;}
input#btnSave {width:200px;}
#mainContent #signupcopy h3 {font-size:22px; line-height:1.2em; margin-bottom:10px;}
#mainContent #signupcopy p {padding-bottom:8px; margin-bottom:0; font-size:14px; line-height:1.2em;}	