html {
	height: 100%;
}

body {
	background: #1f5d93 url(../images/bg_main_col_rpt.gif) repeat-y top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f3032;
	height: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #125082;
	margin: 0 0 10px 0;
	padding:0;
	background:url(../images/hr.gif) repeat-x bottom left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#125082;
	font-size:16px;
	line-height:16px;
	padding:0;
	margin: 0;
}

p {
	margin: 0 15px 10px 0;
	line-height:17px;
}

a {
	color: #125082;
	text-decoration: underline;
}

a:hover {
	color: #c35306;
	text-decoration: underline;
}

strong {}

input {
	border: 1px solid #b7b7b9;
	padding:2px;
	color:#adadae;
	text-align:right;
}

select {
	border: 1px solid #b7b7b9;
	color:#adadae;
}

textarea {
	border: 1px solid #b7b7b9;
	padding:2px;
}

.button {
	background:#125082;
	padding:1px;
	color:#ffffff;
	border: 1px solid #b7b7b9;
}

.label {
	font-weight:bold;
	text-align:right;
}

.hr {
	background:url(../images/hr.gif) repeat-x;
	height:3px;
	line-height: 3px;
	position:relative;
	text-align:left;
	float:left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

#content ul {
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

#content ul li {
	padding-left: 18px;
	background:url(../images/bullet.gif) no-repeat top left;
	margin:0 10px 5px 0;
	line-height:16px;
}

#request_form {
	background-image: url(../images/test_drive_form.jpg);
	background-repeat: no-repeat;
	padding: 200px 0px 50px 45px;
	font-size: 10px;
	font-style: italic;
	overflow: hidden;
}

#request_form form {
	margin: 0;
	padding: 0;
}

#request_form input {
	padding: 1px;
	font-size: 11px;
	text-align: left;
	width: 166px;
	margin: 0;
	color: #000;
}

#request_form textarea {
	padding: 1px;
	font-size: 11px;
	text-align: left;
	width: 166px;
	margin: 0;
	color: #000;
}

#request_form p {
	margin: 0 0 6px 0;
}


.left {
	float:left;
	margin:0 10px 10px 0;
}

.border {
	border:1px solid #125082;
}

.noborder {
	border:0;
}

.hide_text {
	display:none;
}

/********************* MAIN BODY *************************/

#wrapper {
	background: url(../images/bg.gif) repeat-x top;
	height: 744px;
}

#main_body {
	margin: auto;
	width: 806px;
	background:url(../images/bg_main_col.gif) no-repeat;
	/*height: 900px;
	min-height: 900px;*/
	position:relative;
	z-index:100;
}

/********************* HEADER STYLES *************************/

#top {
	height:120px;
	width:772px;
	position:relative;
	z-index:101;
	background:url("../images/bg_top.jpg") no-repeat;
	margin:auto;
}

#top .logo {
	height:90px;
	width:220px;
}

#top .logo a {
	display:block;
	position: relative;
	background:url(../images/logo.gif) no-repeat;
	top:0;
	left:17px;
	width: 220px;
	height: 90px;
	text-indent: -1000px;
}

#top_nav {
	position:absolute;
	z-index:500;
	top:0;
	left:630px;
	width:127px;
}

a#btn_home {
	height:19px;
	width:43px;
	float:left;
	background:url(../images/btn_home.gif) no-repeat;
	display:block;
}

a#btn_account {
	height:19px;
	width:84px;
	float:left;
	background:url(../images/btn_account.gif) no-repeat;
	display:block;
}

a#btn_home:hover, a#btn_account:hover {
	background-position: 0 -19px;
}

#main_nav {
	position:absolute;
	z-index:500;
	top:100px;
	left:246px;
	color:#ffffff;
	width:507px;
	height: 20px;
	overflow: hidden;
}

/********************* HOME STYLES *************************/

#banner {
	position: relative;
	margin:auto;
	top:4px;
	height:196px;
	width:772px;
}

#test_drive {
	position:absolute;
	top:243px;
	left:534px;
	height:173px;
	width:255px;
}

.home_col_1 {
	width:500px;
	margin:30px 0 0 0;
	float:left;
	position:relative;
	left:17px;
}

.home_col_2 {
	width:255px;
	margin:0;
	float:left;
	position:relative;
	left:17px;
}

.home_login {
	position:relative;
	padding:0;
	width:255px;
	height:106px;
	overflow: hidden;
}

.home_login a {
	display: block;
	position:relative;
	padding:0;
	width:255px;
	height:106px;
	text-indent: -1200px;
	background-image: url(../images/login_button.gif);
	background-repeat: no-repeat;
}

.home_login a:hover {
	background-position: 0 -106px;
}
	
.home_login table {
	color:#adadae;
	font-size:9px;
	float:right;
	width:180px;
	position:relative;
}
	
.home_login h2 {
	text-align:right;
}

/********************* CONTENT STYLES *************************/


#content {
	width: 772px;
	margin:auto;
	position:relative;
	top:4px;
	padding-bottom:10px;
	background-color: #fff;
}

.col_1 {
	width:500px;
	margin:20px 0 0 0;
	float:left;
	position:relative;
	left:17px;
}

.col_2 {
	width:255px;
	margin:0;
	float:left;
	position:relative;
	left:17px;
}

.breadcrumbs {
	margin:0 0 10px 0;
	color:#52865e;
}

.breadcrumbs a {
	text-decoration:none;
}

.breadcrumbs a:hover {
	text-decoration:underline;
}

.children {
	padding: 0;
	margin: 0;
}

.children h2 {
	font-size: 18px;
}


/* ***************  FOOTER STYLES *************** */

#footer {
	width:772px;
	text-align: center;
	margin: 40px 0 0 0;
	padding-bottom:20px;
	color:#999999;
	font-size:10px;
	position:relative;
}

#footer a {
	color:#999999;
	text-decoration:none;
}


/* ***************  SUCKERFISH NAV STYLES *************** */

#nav li#btn_services { 	background-image: url("../images/btn_services.gif"); 	width: 71px;height: 21px;	}
#nav li#btn_demo { 	background-image: url("../images/btn_demo.gif"); 	width: 48px;height: 21px;	}
#nav li#btn_membership { 	background-image: url("../images/btn_membership.gif"); 	width: 123px;height: 21px;	}
#nav li#btn_faq { 	background-image: url("../images/btn_faq.gif"); 	width: 40px;height: 21px;	}
#nav li#btn_company { background-image: url("../images/btn_company.gif"); 	width: 71px;height: 21px;	}
#nav li#btn_contact { 	background-image: url("../images/btn_contact.gif"); 	width: 83px;height: 21px;	}
#nav li#btn_support { background-image: url("../images/btn_support.gif"); 	width: 71px;height: 21px;	}

#btn_services a { width: 71px;height: 21px;}
#btn_demo a { width: 48px;height: 21px;	}
#btn_membership a { width: 123px;height: 21px;	}
#btn_faq a { width: 40px;height: 21px;	}
#btn_company a { width: 71px;height: 21px; }
#btn_contact a { width: 83px;height: 21px; }
#btn_support a { width: 71px;height: 21px; }

#nav li ul {
	top: 28px;
	width:236px;
	/*height:auto;*/
}

#nav li ul li a {
	padding: 5px 5px 5px 10px;
	height: auto;
	width:auto;
	color:#ffffff;
	text-decoration:none;
}

#nav li ul li a:hover {
	background-color: #00adef;
	background-image: none;
	height: auto;
	width:auto;
	text-decoration:none;
	color:#233e86;
}

