@charset "utf-8";
* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;	
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	
	background:#B7B7B7 url(../images/stage_bg_lrg.jpg) repeat-x top center;
	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: #000000;
}
/* H TAGS */
h1{

}

h2{
	font-size:14px;	
	font-weight:bold;
	margin: 5px 0;
	color:#333;
}
b.dis{
	color:#333;	
}
h3{
	font-size:14px;	
	color:#333;
}
#content-body h3{
	margin:10px 0 5px 0;	
}
#content-body h3 a{
	font-size:13px;
}
h4{
	font-size:13px;
	color:#333;
}
p{
	color:#444;	
	font-size:11px;
	margin: 7px 0;
}

/* LAYOUT */
#stage{
	background:url(../images/stage_bg.jpg) no-repeat -10px -10px;	
}
#container-outer{
	width:977px;
	height:600px;
	margin: 0px auto;
	background:url(../images/stage_bg.jpg) no-repeat;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 573px;
	overflow:visible;
	/*background: url(images/page_bg.gif);*/
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/stage_bg.jpg) no-repeat -15px -15px;
	display:block;
} 
#header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header-inner {
	background: url(../images/header_bg.jpg) repeat-y top left;
	height:43px;
}
.column{
	float:left;	
}
#content{
	background:url(../images/content_bg.jpg) repeat-y top left;
	height:466px;
}

#sidebar1 {
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:-801px;
	display:inline;
}
#sidebar1-inner {
	width:100%;
	display:block;
}

#sidebar2 {
	width: 158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	display:inline;
}
#sidebar2 #flashcontent{
	text-align:right;
}
#flashcontent{
	width:100%;	
}
.block{
	display:block;
	clear:both;
}
#mainContent {
	float:left;
	width:645px;
	height:466px;
	margin-left:156px;
	display:inline;
}
#mainContent.home{
	background:url(../images/content_header_home.jpg) no-repeat;
}
#mainContent.topnav{
	background:url(../images/content_header_topnav.jpg) no-repeat;
	
}

#content-body{
	padding-left:5px;
	line-height:0.92em;

}
#content-body a{
	font-size:11px;
}
#content-body ul{
	margin-left:20px;	
}
#content-body li{
	font-size:11px;
	color:#444;
}
#content-body .back-to-top{
	text-align:right;	
}
#content-body .anchor-links li{
	list-style:none;	
}

#mainContent.topnav #content-body{
	height:405px;
	margin:5px 5px 5px 5px;
}
#mainContent.leftnav #content-body{
	height:290px;
	margin:5px 5px 5px 5px;
}
#mainContent.topnav #content-body.long{
	overflow:auto;
	margin-right:5px;
	display:block;
}
#mainContent.topnav #content-body.long.register{
	height:345px;	
}
#mainContent.topnav #content-body.long.register.no-button-bar{
	height:385px;	
}
#mainContent.topnav #content-body.register{
	height:340px;
}
#content-body .content-row{
	background:#D8D8D8;
	height:91px;
	width:600px;
	display:block;
	margin:10px;
}
#content-body .content-row.first{
	margin-top:5px;	
}
#content-body .content-row .left-col{
	display:inline;
	float:left;
	border:2px solid #FFF;
}
#content-body .content-row .right-col{
	display:inline;
	padding:0px 5px;
	float:left;
	width:415px;
	margin-left: 12px;
}

#content-body table{
	border:1px solid #999;
	font-size:11px;
	color:#333;
	width:550px;
	margin:5px auto;
}
#content-body th{
	text-align:center;
	font-size:13px;
	padding:5px;
	border-bottom:1px solid #666;
	height:35px;
	background:#CCC;
}
#content-body th.first{
	
}
#content-body th{
	border-left:1px solid #999;
}

#content-body th.smlcolumn{
	width:90px;	
	border-left:1px solid #999;
}
#content-body td{
	padding:6px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #999;
}
#content-body td.description{
	padding-left:10px;
}
#content-body td.smlcolumn{
	text-align:center;
	border-left:1px solid #999;
}
#content-body table.no-formatting{
	border:0;
	margin:7px 0;
	
}
#content-body table.inline{
	float:left;	
	width:285px;
}
#content-body table.halfwidth{
	width:280px;	
}
#content-body table.left-margin{
	margin-left:7px;	
}
#content-body table.left-margin-7{
	margin-left:7px;	
}
#content-body table.no-formatting.no-top-margin{
	margin-top:0;
}
#content-body table.no-padding{
	padding:0px;	
}
#content-body table.no-formatting.no-bottom-margin{
	margin-bottom:0;
}
#content-body table.align-centre{
	margin: 5px auto;
}
#content-body table.no-formatting td{
	border:0;
	padding:2px;
}
#content-body table.has-border{
	border:1px solid #999;
}
.even{
	background:#D0D0D0;	
}
.odd{
	background:#DDD;
}
.register .even, .register .odd{
	padding:5px 10px;
}
.body.row{
	padding:5px 10px;
	margin:5px 10px;
}
#content-inner{
	padding:10px 15px;	
	background:#D9D9D9;
	margin:0 5px 0 0;
	/*min-height:320px;*/
}
#content-inner.low-padding{
	padding:5px 15px;
	height:375px;
}
#content-inner.fixed.has-buttonbar.low-padding{
	height:330px;
}
#content-inner.fixed{
	height:385px;	
}
#content-body.register.no-button-bar #content-inner.fixed{
	height:365px;	
}
#mainContent.leftnav #content-inner{
	height:325px;
	padding: 7px 15px 5px 2px;
}
#content-inner.fixed.has-buttonbar{
	height:320px;
}
#content-inner img.leftnav-main{
	float:left;
	margin:0px 15px 0px 5px;
}
#content-inner img.body-image{
	float:right;
	border:2px solid #FFF;
	margin: 5px 0px 5px 5px;
}
.no-padding{
	padding:0;	
}
#content-inner.no-margin{
	margin:0;	
}
.homepage_block{
	width:298px;
	height:390px;
	float:left;
	display:inline;
	background:url(../images/home_block_bg.jpg) no-repeat;
	margin:-2px 0 0 12px;
}
.homepage_block h2 {
	font-size:24px;	
	width:298px;
	text-align:center;
	margin:20px 0 10px 0;
	padding-top:1px;
}
#content-body .homepage_block h2 a{
	font-size:22px;		
	color:#333;
	padding:15px;
}
.homepage_block h3{
	margin-top:5px;	
}
.homepage_block .container{
	padding:2px 22px 5px 22px;	
}
.homepage_block img{
	border:solid 3px #FFF;
}
.homepage_block p{
	font-size:11px;
	line-height:1.15em;
}
.homepage_block p.price{
	margin-top:0;	
}
.homepage_block p.more{
	margin:7px;
}
.homepage_block p.more a{
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/bullet_arrow.gif) no-repeat;
}
.homepage_block p.more a:hover{
	background:url(../images/bullet_arrow.gif) no-repeat 0px -15px;
	margin-left:3px;
}
#content-intro{
	padding:10px 15px 15px 10px;
	color:#EEE;
	font-size:12px;
	overflow:visible;
}
#content-intro.register{
	padding:10px 15px 10px 10px;	
}
#content-intro.register p{
	display:block;
}
#content-intro a{
	color:#FF0;
}
#mainContent.topnav #content-intro{
	background:url(../images/content_header_topnav.jpg) no-repeat;	
}
#mainContent.leftnav #content-intro{
	background:url(../images/content_header_home.jpg) no-repeat 0px 0px;
	height:90px;
}
#mainContent.leftnav #content-intro img{
	border: 2px solid #FFF;	
	margin:5px;
	float:left;
}
#body-header-text.left-nav{
	float:left;	
	width:425px;
	margin-left:15px;
}
#body-header-text.left-nav h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
#body-header-text.left-nav p{
}
#mainContent.topnav #content-intro.register{
	background:url(../images/content_header_home.jpg) no-repeat 0px -47px;	
}
#mainContent.home #content-intro h1{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	display:inline;
	margin-right:4px;
}
#mainContent.topnav #content-intro h1{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	display:inline;
	margin:0 5px 0 4px;
}

#content-intro p{
	display:inline;	
	color:#EEE;
}

#footer { 
	clear:both;
	background:#DDDDDD;
	height:29px;
	overflow:hidden;
} 
#footer p {

}
.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;
}
/* NAVIGATION LAYOUT */
#top_nav{
	height:35px;
	background:url(../images/top_nav_bg.jpg) repeat-x;
}
#top_nav ul{
	
}
#top_nav li{
	float:left;	
	font-size:12px;
	font-weight:bold;
	list-style:none;
	height:35px;
}

/* LINKS */
a{
	color:#900;
	text-decoration:none;
}
#top_nav li a{
	line-height:33px;
	text-decoration:none;
	color:#333;
	padding: 9px 20px 8px 20px;
}

#top_nav li a:link{

}
#top_nav li a:visited{

}

#top_nav li.focused a{
	text-decoration:none;
	color:#FFF;
	background:url(../images/top_nav_btn_bg.jpg);
}
#top_nav li a:hover{
	background:url(../images/top_nav_btn_bg.jpg) 0px -32px;
	color:#FFF;
}
#top_nav li a:active{
}

#footer ul{
	
}
#footer li{
	float:left;	
	font-size:12px;
	font-weight:bold;
	list-style:none;
	height:29px;
}

#footer li a{
	line-height:30px;
	text-decoration:none;
	color:#666;
	padding: 9px 20px 8px 20px;
}
#footer li a.red{
	color:#900;	
}
#footer li a:link{
	
}
#footer li a:visited{
	
}
#footer li.focused a{
	
}
#footer li a:hover{
	background:url(../images/top_nav_btn_bg.jpg) 0px -32px;
	color:#FFF;
}
#footer li a:hover.red{
	color:#900;
}
#footer li.focused a{
	text-decoration:none;
	color:#FFF;
	background:url(../images/top_nav_btn_bg.jpg);
}
#footer li.focused a.red{
	color:#FF0;	
}
#footer li a:active{
	
}
#footer li.align_right{
	float:right;
	width:160px;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	height:29px;
	text-align:right;
}
#footer li.align_right a{
	line-height:30px;
	text-decoration:none;
	color:#666;
	width:160px;
}
#footer li.align_right a:hover{
	background:url(../images/top_nav_btn_bg.jpg) repeat-x 0px -32px;
	color:#FFF;
}
/*******************************************
	SIDEBAR 1 LINKS
*******************************************/
#sidebar1-inner ul{
	width:100%;
	overflow:hidden;
}
#sidebar1-inner li{
	list-style:none;
	display:inline;
}

#sidebar1-inner a{
	display:block;
	color:#DDD;
	font-size:12px;
	text-decoration:none;
	padding: 6px 10px 6px 17px;
	text-align:left;
	line-height:18px;
}
#sidebar1-inner li.focused a{
	color:#FFF;
	font-weight:bold;
	background:url(../images/sidebar1_btn_bg.jpg) 0 0;
}
#sidebar1-inner a:hover {
	background:url(../images/sidebar1_btn_bg.jpg) 0px -32px;
	padding: 6px 10px 6px 20px;
	color:#FFF;	
}
#sidebar1-inner li a:active{
	
}

#sidebar1-inner h2{
	color:#FFF;
	padding:5px 15px 0px;
}

a #logo{
	border:0px;	
	padding:0px;
	margin:0px;
	color:#999;
	background:url(../images/logo.jpg) no-repeat;
	width:435px;
	height:41px;
	font-size:24px;
	text-indent:-9999px;
	float:left;
}
#slogan{
	font-size:13px;
	margin:14px 0 0 65px;
	float:left;	
	color:#FFF;
	font-style:italic;
	font-weight:bold;
}
#phone{
	font-size:18px;
	margin:10px 15px 0 20px;
	float:right;
	color:#FFF;
}
a #logo{
		
}
/* EM */
em{
	font-style:normal;
	font-weight:bold;
	color:#900;
}
a:hover b.dis{
	color:#000;	
}

em.alternate{
	color:#FF0;	
}
.focused em{
	color:#FF0;
}
em.italic{
	font-style:italic;
	color:#666;
	font-weight:bold;
}

.live_help_btn, .live_help_btn a, #sidebar1-inner .live_help_btn a, #sidebar1-inner .live_help_btn a:hover{
	margin:19px 7px 7px 6px;
	padding:0;
	
}
.non-bold
{
	padding-left:10px;
	font-weight:normal;
}
/*
---------------------------------------------------------------------------------------
FORMS
---------------------------------------------------------------------------------------
*/
#request-demo{
		
}

#request-demo div.col{
	margin:0 5px;
}

#request-demo div.col table{
	margin:20px 0;
}

#request-demo td{
	padding:2px 3px;	
}

input.redbtn{
	background:url(../images/button-01-150.gif) no-repeat;	
	color:#FFF;
	height:32px;
	width:150px;
	border:0px;
}
form{
	padding:0;
	margin:0;
}
.submit
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/button-01.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:center;
	padding:7px 0;
	width:96px;
	height:32px;
	border:none;
}
.align-right{
	float:right;	
}
input
{
	background-image:url(../images/form-input-box.jpg);
	border:1px solid #555;
	padding:2px;
}
textarea
{
	background-image:url(../images/form-textarea.jpg);
	border:1px solid #333;
}
.layout-default #body-text.table{
	
}
#button-01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/button-01.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:center;
	float:right;
	padding:7px 0;
	width:96px;
	height:32px;
}
/*********************************************************************************
BUTTON BAR
**********************************************************************************/
#button-bar
{
	clear:both;
	margin:0;
	margin:5px 10px 0 10px;
	font-size:11px;
	background:#DDD;
	height:35px;
}
#button-bar .register.button, .register.button{
	background:#C00;
	color:#FFF;
	padding:2px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}

#button-bar .register.button.dark{
	background:#666;	
}
#button-bar-inner
{
	position:relative;
	width:600px;
	height:20px;
	top:5px;
}
.enter-demo-btn{
	margin-left:180px;	
}
.button-bar-item
{
	margin-left:10px;
	float:right;
	line-height:1.0em;
}
.button-bar-print
{
	margin-left:10px;
	top:7px;
	position:relative;
	float:left;
	line-height:1.0em;
}
#content-body .dd-form li{
	font-size:8px;
	text-align:left;
}
.bold{
	font-weight:bold;	
}
.clearfloat{
	clear:both;
	height:2px;
}
.padleft{
	margin-left:7px;	
}
.fullwidth{
	width:100%;	
}

