/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000 url(../images/back_all.jpg) no-repeat center top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050505;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #449BC7;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #449BC7;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #449BC7;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #449BC7;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #449BC7;
}

hr { display: none;
}


#main
{
	width: 801px;
	margin: 0 auto;
	position: relative;
}


/* Header */

#header {
	width: 801px;
	margin: 0 auto;
	height: 144px;
}

#menu {
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: 41px;
	width: 801px;
	background: url(../images/menu.gif) no-repeat;
	z-index:100;
}
 
#menu ul{list-style:none; padding: 0; line-height: normal; margin-left: 3px;}   

#menu li {float:left;position:relative;}   

#menu ul ul {visibility:hidden;position:absolute;left:0px;top:40px;text-align:center;margin-left: 0px;}  

#menu ul ul ul {visibility:hidden;position:absolute;left:130px;top:0px;text-align:center;} 

#menu table {position:absolute; top:0; left:0;}   

#menu ul li:hover ul,   

#menu ul a:hover ul{visibility:visible;}  

#menu ul a:hover ul ul{visibility:hidden;}  

#menu ul a ul a:hover ul{visibility:visible;}  

#menu ul li:hover ul{visibility:visible;} 
#menu ul li:hover ul ul li{visibility:hidden;}  
#menu ul li ul li:hover li{visibility:visible;} 
  
#menu ul ul li {clear:both;text-align:center;font-size:12px;}   
#menu ul ul li a{
	display:block;
	width:130px;
	height:21px;
	margin:0;
	background-image: url(../images/menu_r_a.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 

#menu ul ul li a img{
	float: right;
}

#menu ul ul li a:hover{
	background-image: url(../images/menu_r_h.png);
	border-bottom-color: #FFFFFF;
}  


#menu img {
	margin-left: 8px;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	width: 130px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
  text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(../images/menu_r_new.gif);
}



/* Logo */

#logo {
	width: 801px;
	height: 103px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 20px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 801px;
	margin: 0 auto;
	border-top: none;
	background-image: url(../images/in_div_d.jpg);
	background-repeat: repeat-y;
	background-position: top;

	background-color: #ffffff;

}

#top
{
	margin-bottom: -5px;
	/*background-color: #ffffff;*/
	height: 10px;
	margin-top: 5px;
	width: 801px;
	background: url(../images/top.gif) no-repeat;
}

#bottom
{
	background: url(../images/bottom.gif) no-repeat;
	height: 19px;
	width: 801px;
}

#box
{
	height: 140px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 12px;
}

#box H1 a
{
font-size: 18px;
color: #ffffff;
}

/* Content */

#content {
	float: right;
	width: 555px;
	padding-top: 5px;
	padding-right: 25px;
}

#content_diag {
	float: left;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#content H2
{
	height: 63px;
	padding-top: 10px;
	padding-left: 60px;
	margin-left: -20px;
	font-size: 16px;
	color: #ffffff;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
}

#content H2 a
{
color: #ffffff;
}

#content .entry
{
	width: 530px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 25px;
}

#content .entry .helppop
{
padding: 10px;
width: 100px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	display: inline;
	width: 200px;
	margin-left: 10px;
}

#sidebar2 h2 {
	background: url(../images/title.gif) no-repeat left top;
	height: 26px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 0px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	font-size: .8em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#sidebar2 ul a {
	border: none;
	padding-left: 10px;
}

#sidebar2 ul a:hover {
	border: none;
	padding-left: 10px;
}

.back_title
{
	background: url(../images/title_back.gif) no-repeat;
}

#sidebar2 .top {
	padding-top: 20px;
	padding-left: 20px;

 }

 


/* Footer */
#footer
{
padding: 20px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

.flash{float:left;width:100px;height:auto;padding-top:8px;border-bottom:4px #EEEEEE solid;background:#fff;}
.flash2 {
	margin-left: -5px;
}

.tbl_features{ border-spacing:0; border-collapse:collapse; border-left:1px solid #e2e2e2; border-top:1px solid #e2e2e2;}
.tbl_features td{ border-bottom:1px solid #e2e2e2; border-right:1px solid #e2e2e2; padding:5px;}

.inp_base{
padding:2px 0 2px 3px;
width:260px;
}

h4 {
	font-size: 18px;
	color: #449BC7;
	margin-top: 0px;
}

.vidlist hr {
	margin-bottom: 10px;
}

.vidleft {
	float: left;
	margin-left: 20px;
}

.vidright {
	margin-left: 300px;
}

.sidebar h3 {
	margin-top: 10px;
}

.sidemedia {
	margin-left: 20px
}

.hrlong {
	margin-bottom: 10px;
	margin-top: 0px;
}

.sidehr {
	margin-bottom: 0px;
	margin-top: 0px;
}

.footnote {
	font-size: 7pt; 
}

#human {
	display: none;
}

.headline {
	font-size: 18px;
	color: #449BC7;
	font-weight: bold;
}

.addonwrapper {
	float: left;
	margin-top: 10px;
}

.addontext {
	margin-top: 5px;
}

.addon {
	margin-left: 100px;
}

.thumb {
	float: left;
	width: 75px;
	height: 100px;
}

.topright {
	float: right;
	margin-left: 10px;
}

.moredetails {
	float: right;
	width: 100%;
	text-align: right;
	
}

.oddrow {
	background: #dddddd;
}


.contentsection {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.first {
	margin-top: 0px;
}

.newwindowright {
	margin-left: 4px;
}

.offset{
	margin-left: 40px;
	border-collapse: collapse;
}

table img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

td { 
	padding-bottom: 3px;
	padding-top: 3px; 
	padding-right: 7px;
	padding-left: 7px;
	text-align: center;
}

.firstcol {
	text-align:left;
}

thead {
	font-weight: bold;
}

table .newwindowright {
	display: inline;
}

.docs {
	margin-left: 20px;
}

.docs .firstcol {
	width: 355px;
}

.docs td {
	width: 65px;
}

.reg td {
	text-align:left;
}

.reg {
	float: left;
}

.regsidebar {
	margin: 5px 10px 15px 10px;
}

.abovehr {
	margin-bottom: -10px;
}

.submedia {
	margin-bottom: 5px;
}

.requests {
	margin-top: 10px;
}

.requests th {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12pt;
	text-align: left;
}

.requests td {
	text-align: left;
}

.submitbutton {
	display: none; 
	color: #449BC7; 
	padding: 5px; 
	font-size: 18px; 
	letter-spacing: 1px;
}

.bold {
	font-weight: bold;
}

.date {
	width: 40px;
}

.time {
	width: 30px;
}

.demoregbutton {
	display: inline; 
	color: #449BC7; 
	padding: 5px;
	font-size: 18px; 
	letter-spacing: 1px;
	width: auto;			/*Fix for ie6 and ie7*/
	overflow: visible;	/*Fix for ie6 and ie7*/
}


.noUnderline {
	text-decoration: none;
}


#demoTable td {
	padding: 10px;
}

#demoTable img {
	width: 50%;
	height: 50%;
}

#demoTable div {
	margin-top: 10px;
}

.colAlign {
	vertical-align: top;
	text-align: left;
}

.subnav {
	background: #449BC7;
	color: #ffffff;
	padding: 5px;
}

.subnav a {
	color: #ffffff;
}

#news li {
	padding: 3px 0 0 0;
}

#newheader {
	background: url(../images/home_banner.gif) no-repeat;
	margin-left:-1px;
	margin-top:-10px;
	width:803px;
	height: 350px;
}

#newheader a {
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;		
}

#newheader ul {
	margin: 0 10px 0 10px;
	padding-top: 10px;
	list-style: none;
}   

#newheader li {
	float: left;
	position: relative;
	margin-right: 25px;	
}


#fourkeywords th {
	font-style: italic;
	width: 25%;
	background: #449BC7;
	color: white;
	font-size: 18px;
}

#fourkeywords td {
	text-align: left;
}

.redlink {
	color: red;
	text-decoration: none;
}

.newsButton {
	display: inline;
}

.reseller {
	margin-left: 15px;
}

.reseller td {
	text-align: left;
}

.reseller table td{
	text-align: left;
	padding: 0;
}.surveyanswers {	margin-left: 15px;	padding-top:5px;}.tableLeftAlign td {	text-align: left;}