/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	/*vertical-align:baseline;*/
}
body 
{
	font-size: 14px;
	font-family: Arial;
	padding: 0;
	margin: 0;
	color: #666;
	background-color:#fff;
}

a img 
{
	border:none;
}

#wrapper
{
	width: 100%;
}

a
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	color: #4D7BCA;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

img.middle
{
	vertical-align: middle;
	margin-right: 5px;
}

h1
{
	font-weight:bolder;
	color:#000;
	font-size:32px;
}
h2
{
	font-weight:bolder;
	color:#000;
	font-size:24px;
	padding-bottom:5px;
}

#top_bar
{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #444;
	background-color: #000000;
	background-image: url(../images/top_bg.png);
	
}

#top_bar_wrapper {
	width: 910px;
	margin: 0 auto;
}

#top_bar a
{
	color: #fff;
}

#top_bar a:hover, #top_bar a:active
{
	color: #ccc;
}

#top_bar .logo
{
	float: left;
	margin: 2px 0 0 0px;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}

#login_wrapper
{
	float: right;
	margin: 15px 10px 0 0;	
	font-weight:bolder;
}
#login_wrapper a
{
	color:#fff;
	font-weight:bolder;
}
#login_wrapper a:hover
{
	color:#fff;
	text-decoration:underline;
}

#menu_bar
{
	width: 100%;
	height: 60px;
	background: transparent url('../images/bg_menu.png') repeat-x;
	border-bottom: 0px solid #fff;
}
#menu_bar_wrapper {
	width: 910px;
	margin: 0 auto;
}

.nav
{
	float: left;
	display: block;
	list-style: none;
	margin: 0 0 0 0px;
}

.nav li
{
	display: block;
	float: left;
	margin: 0 30px 0 0px;
	font-size:16px;
}

.nav li a
{
	color: #999;
	display: block;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	font-weight: bold;
}

.nav li a.active, .nav li a:active, .nav li a:hover, .nav li a.selected
{
	background: transparent url('../images/bg_menu_selected.png') no-repeat center 80%;
	color: #fff;
}

.content_header_long
{
	background: url('../images/main/background_front.jpg') no-repeat top;
	min-height:754px;
}
.content_header_short
{
	background: url('../images/main/background_int.jpg') no-repeat top;
	min-height:520px;
}
#content
{
	padding-bottom:20px;
}
#content_header_short
{
	height:200px;
}
#content_header_short h2
{
	font-size:22px;
	margin-top:10px;
}
#content-wrapper{
	display: block;
	width: 910px;
	margin: 0 auto;
	padding-bottom:40px;
}
#content-left
{
	float:left;
	width:675px;
}
#content-right
{
	float:right;
}
a.signup
{
	display:block;
	width: 211px;
	height: 95px;
	background: transparent url('../images/main/signup.png') no-repeat 0 0;
	font-weight: bolder;
	font-size: 34px;
	color: #fff;		
}
a.signup:hover
{
	color: #000;
}
a.signup span
{
	position:absolute;
	padding: 23px 0px 0px 35px;
}

#feature_bar
{
	padding-top:50px;
	width: 100%;
	height: 60px;
}
.features
{
	float: left;
	display: block;
	list-style: none;
	margin: 0 0 0 0px;
}
.features li
{
	display: block;
	float: left;
	margin: 0 20px 0 0px;
	
}
.features li.last
{
	margin:0px;
}
.features li img
{
	float:left;
}
.features li div
{
	padding-left:5px;
	float:left;
	font-size:14px;
	color:#333;
	width:150px;
}
.features li div h2
{
	color:#333;
	font-size:18px;
	font-weight:bolder;
	padding-bottom:5px;
}

#quote_wrapper 
{
	width: 80%;
	margin: 0 auto;
	padding-top:20px;
	font-style:italic;
	font-size:16px;
	color:#666;	
}
#quote_wrapper .quote
{
	width: 92%;
	margin: 0 auto;
}
#quote_wrapper .author
{
	text-align:right;
	padding-top:5px;
}
#quote_wrapper .quote_open
{
	background: transparent url('../images/main/quote_open.gif') no-repeat top left;
	height:46px;
	width:59px;	
	margin-bottom:-30px;
}
#quote_wrapper .quote_close
{
	background: transparent url('../images/main/quote_close.gif') no-repeat bottom right;
	height:46px;
	width:100%;
	margin-top:-30px;
}

#sidebar
{
	width:215px;
	color:#666;
	font-size:14px;
}
#sidebar h2
{
	font-size:16px;
	font-weight:bolder;
	color:#333;
	display:block;
}
#sidebar ul
{
	display: block;
	list-style: none;
	margin:0;
	padding-top:15px;
}
#sidebar ul li
{
	display: block;
	margin: 10px 0 0 0;
}
#sidebar ul li.first
{
	margin: 0;
}
#sidebar ul li a
{
	font-size:14px;
	color:#666;
}
#sidebar ul li a:hover
{
	font-weight:bold;
}

#sidebar .top
{
	background: transparent url('../images/main/sidebar_top.png') no-repeat top;
}
#sidebar .bottom
{
	background: transparent url('../images/main/sidebar_bottom.png') no-repeat top;
}
#sidebar .top, #sidebar .bottom
{
	height:22px;
}
#sidebar .middle
{
	background: transparent url('../images/main/sidebar_middle.png') repeat-y;
	padding-left:30px;
}

#tour_features
{
	color:#666;
	font-size:13px;
	padding-top:60px;
}
#tour_features div
{
	display:block;
	padding-bottom:30px;
}
#tour_features h2
{
	font-size:24px;
	color:#000;
	font-weight:bolder;
	display:block;
	padding-bottom:5px;
}
#pricing
{
	display:block;
	width:620px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}
.pricing_wrapper
{
	background:  url('../images/main/options.jpg') no-repeat;
	height:248px;
	width:298px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.pricing_wrapper .container
{
	padding: 40px 10px 30px 40px;
}
.pricing_wrapper h1, .pricing_wrapper h2
{
	color:#fff;
	font-weight:bolder;
}
.pricing_wrapper h1
{
	font-size:24px;
	padding-bottom:10px;
}
.pricing_wrapper label
{
	color:#000;
	font-weight:bold;
}
.pricing_wrapper h2
{
	font-size:18px;
	padding-top:5px;
}
.pricing_wrapper ul
{
	display: block;
	list-style: none;
	margin: 0;
}
.pricing_wrapper li
{
	display: block;
	padding: 0 0 5px 21px;
	margin:0 0 0 5px;
	font-size:16px;
	background: url('../images/main/check.png') no-repeat left;
}
#form_small
{
	display:block;
	width:425px;
	margin: 0 auto;
	padding:0px;
}

.form_wrapper
{
	background: url('../images/main/form_background.png') repeat-x;
	background-color:#93DEF5;
	margin-top:20px;
	margin-bottom:20px;
}
.form_wrapper .container
{
	padding: 40px 25px 40px 25px;
}
.form_wrapper span
{
	color:#000;
}
.form_wrapper a
{
	color:blue;
	text-decoration:underline;
}
.form_wrapper label
{
	display:block;
	color:#333;
	font-size:14px;
	font-weight:bolder;
	padding: 15px 0 5px 0;
}
.form_wrapper label.first
{
	padding-top: 0px;
}
.form_wrapper .other
{
	padding-top:10px;
}
.form_wrapper .textbox
{
	background:  url('../images/main/field.png') no-repeat;
	width: 372px;
	height: 31px;	
}
.form_wrapper .textbox input
{
	margin: 3px 0 0 15px;
	background-color:#fff;
	font-weight:bold;
	font-size:16px;
	border:none;
	color:#CCCED3;
	height:22px;
	width:340px;
}
.form_wrapper .check
{
	color:#333;
	font-size:14px;
	font-weight:bolder;
}
.form_wrapper .textarea
{
	background:  url('../images/main/field_message.png') no-repeat;
	width: 622px;
	height: 107px;	
}
.form_wrapper .textarea textarea
{
	margin: 3px 0 0 10px;
	background-color:#fff;
	font-weight:bold;
	font-size:16px;
	border:none;
	color:#CCCED3;
	height:98px;
	width:600px;
	overflow:hidden;
	overflow-y: hidden;
	overflow-x: hidden; 	
}
.newsreq
{
	padding-top:5px;
}
.newsreq .textbox
{
	background:  url('../images/main/newsletter_input.png') no-repeat;
	width: 167px;
	height: 34px;	
	float:left;
}
.newsreq .textbox input
{
	margin: 5px 0 0 10px;
	background-color:#fff;
	font-weight:bold;
	font-size:16px;
	border:none;
	color:#CCCED3;
	height:22px;
	width:150px;
}
.newsreq .btn
{
	float:left;
}
input.button_news
{
	display:inline-block;
	width: 53px;
	height: 34px;
	background: transparent url('../images/main/newsletter_input_send.png') no-repeat center;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

#recordings{
	margin:0;
	list-style:none;
}
#recordings li 
{
	margin: 0px 0px 10px 12px;
	height:15px;
	vertical-align:middle;
}
#recordings li strong {
	font-weight: normal;
}
#recordings li a img {
	padding:none;
	margin: 0px 8px 0px 0px;
	vertical-align:middle;
}

input.button_dark
{
	display:inline-block;
	width: 120px;
	height: 30px;
	background: transparent url('../images/bg_button_dark.png') no-repeat center;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-right:20px;
}
input.button_dark:hover
{
	background: transparent url('../images/bg_button_dark_hover.png') no-repeat center;
}
input.button_dark:active
{
	background: transparent url('../images/bg_button_dark_active.png') no-repeat center;
}
input.button_dark[disabled]
{
	color:#CCC;
}

input.button_light
{
	width: 122px;
	height: 32px;
	background: transparent url('../images/bg_button_light.png') no-repeat center;
	border: 0;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
input.button_light:hover
{
	background: transparent url('../images/bg_button_light_hover.png') no-repeat center;
}
input.button_light:active
{
	color: #999;
	background: transparent url('../images/bg_button_light_active.png') no-repeat center;
}

.alert_warning
{
	margin: auto;
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	cursor: pointer;
	font-weight: bold;
	color: #69610A;
}
.alert_info
{
	margin: auto;
	background: #DBE3FF;
	border: 1px solid #A2B4EE;
	cursor: pointer;
	color: #0888C3;
	font-weight: bold;
}
.alert_success
{	
	margin: auto;
	background: #D5FFCE;
	border: 1px solid #9ADF8F;
	cursor: pointer;
	color: #508600;
	font-weight: bold;
}
.alert_error
{	
	display:block;
	background: #FFCECE;
	border: 1px solid #DF8F8F;
	color: #E3302C;
	font-weight: bold;
}
.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

#footer
{
	width: 100%;
	border-top: 1px solid #999;
	background-color: #e7e7e7;
	background-image: url(../images/main/background_footer.jpg);
	background-repeat: repeat-x;	
	color:#666;
}
#footer_wrapper {
	width: 910px;
	margin: 0 auto;
	padding-top:30px;
	padding-bottom:40px;
}
#footer_wrapper h2
{
	font-weight:bolder;
	font-size:18px;
	padding-bottom:10px;
	color:#333;
}
#footer_wrapper a, #footer_wrapper span
{
	display:block;
	color:#666;
	font-size:16px;
}
#footer_wrapper a:hover
{
	text-decoration:underline;
}
#footer_text
{
	font-weight:bolder;
	font-size:12px;
	font-style:italic;
	text-align:center;
	padding-bottom:10px;
}