html {
	height: 100%;
}

body {
	font: normal 62.5% helvetica, arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	padding: 0px;
	color: #333;
	background-color: #fff;
}

h1 { margin: 0px; padding: 0px; }
a img { border: none; }

#container {
	position: relative;
	width: 1240px;
	margin: 0px auto;
	background-color: #ddd;
}

#container #header {
	position: relative;
	width: 1205px;
	margin: 0px auto;
	height: 60px;
	background: url('images/gradient_short.png');
}

#container #header #logo {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	height: 40px;
}

.logo {
	height: 40px;
	margin-top: 10px;
	margin-left: 20px;
}

#container #header ul#menu {
    position: absolute; 
    top: 0px;
    left: 420px;
	list-style: none;
	padding: 0px;
    margin: 0px;
	margin-top: 20px;
	height: 30px;
}


#container #header ul#menu li {
	position: relative;
	display: inline;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #555;
	height: 40px;
}

#container #header ul#menu li.last {
	border-right: 1px solid #555;
}

#container #header ul#menu li a {
	color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#container #header ul#menu li a.selected {
	color: #008cde;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#container #subheader {
	position: relative;
	width: 1205px;
	margin: 0px auto;
	height: 40px;
}

#container #subheader h1 {
	float: left;
	padding: 0px;
	padding-left: 35px;
	margin: 0px;
	margin-top: 6px;
}

#container #subheader ul#menu {
	position: relative;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	margin-left: 50px;
	font-size: 0.8em;
}


#container #subheader ul#menu li {
	position: relative;
	display: inline;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #555;
}

#container #subheader ul#menu li a:hover {
	color: #008cde;
	text-decoration: underline;
}

#container #subheader ul#menu li.last {
	border-right: 1px solid #555;
}

#container #subheader ul#menu li a {
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#container #subheader ul#menu li a.selected {
	color: #008cde;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#container #subheader ul#menu li a:hover {
	color: #008cde;
	text-decoration: underline;
}


#container #banner {
	position: relative;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

#container #banner .slogan {
	position: absolute; top: 70px; font-size: 1.3em; color: #fff; left: 440px;
	text-align: left;
}

#container #banner .slogan h1 {
	position: relative;
	margin-bottom: 0px; font-size: 1.3em;
}

#container #banner .slogan .description {
	margin-top: 10px; line-height: 1.5em;
}

#container #banner img {
	position: relative;
}

#container #banner .small_slogan {
	position: absolute;
	top: 20px; font-size: 1.3em; color: #fff; left: 440px;
	text-align: left;
}

#container #banner .small_slogan h1 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
}

#container #banner .small_slogan .description {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 40px;
} 
#container #banner .small_slogan a
{
    color: #White;
    text-decoration: none;
}

#container #banner .small_slogan a:hover
{
    color: #008cde;
    text-decoration: underline;
}


#container #banner img {
	position: relative;
}


#content {
	position: relative;
	width: 1205px;
	margin: 0px auto;
	margin-top: 40px;
}

h3 {
	font-size: 1.3em;
}

#content .info_container {
	position: relative;
}


#content .info_no_border {
		position: relative;
		margin-bottom: 20px;
		padding: 20px;
		border: none;
		z-index: 30;
}

#content .info {
	position: relative;
	padding: 20px;
    padding-bottom: 0px;
	border-top: 3px solid #008cde;
	z-index: 30;
	background-color: #fff;
	margin-bottom: 10px;
}
#content .info a
{
    color: #777;
    text-decoration: none;
}

#content .info a:hover
{
    color: #008cde;
    text-decoration: underline;
}

#content .info_shadow {
	position: absolute;
	top: 3px;
	left: 1px;
	right: -3px;
	bottom: 6px;
	border-right: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	z-index: 20;
}

#content .tab {
	position: absolute;
	top: -21px;
	left: -1px;
	height: 21px;
	width: 200px;
	color: white;
    font-weight: bold;
    font-size: 1.2em;
	background: url('images/tab.png') no-repeat;
}

#content .tab {
	position: absolute;
	top: -21px;
	left: 0px;
	height: 21px;
	width: 200px;
	color: white;
    font-weight: bold;
    font-size: 1.2em;
	background: url('images/tab.png') no-repeat;
}

.powered_by { float: right; margin-right: 20px; margin-bottom: 20px; }

.testdrive_menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.testdrive_menu ul li
{
    padding: 0px;
    margin: 0px;

}

.testdrive_menu ul li a img
{
    padding: 0px;
    margin: 0px; width: 280px;
}
.testdrive_menu a
{
    color: #777;
    text-decoration: none;
}

.testdrive_menu a:hover
{
    color: #008cde;
    text-decoration: underline;
}    
ul.signup
{
    position: relative;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

ul.signup li
{
    position: relative;
    margin: 0px;
    padding: 3px;
}
ul.signup li label
{
    position: absolute;
    width: 200px;
    color: #000;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

span#id_industry label
{
    text-align: left;
    width: 100px;
}

span#id_industry input[type=radio]
{
    margin-left: 220px;
}

ul.signup li input[type=text]
{
    margin-left: 215px;
    width: 200px;
}

ul.signup li input[type=radio], input[type=checkbox], select, textarea
{
    margin-left: 220px;
}

ul.signup li a
{
    font-size: 1.2em;
    font-weight: bold;
    color: #008cde;
    margin-left: 220px;
}

ul.signup #id_phone { margin-left: 220px; }
ul.signup h1
{
    margin-left: 220px;
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #008cde;
}

ul.signup textarea
{
    font-family: helvetica, Verdana, Arial;
    font-size: 1em;
}

#bottom_menu 
{
    font-size: 0.8em;
    text-align: center;
}

#bottom_menu ul 
{
    margin: 0px;
    padding: 0px;
}

#bottom_menu li  
{
    display: inline; 
    padding-right: 20px; margin-left: 20px;
    border-right: 1px solid #999;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bottom_menu li a
{
    color: #777;
    text-decoration: none;
}

#bottom_menu li a:hover
{
    color: #008cde;
    text-decoration: underline;
}


#bottom_menu li.last 
{
    border-right: none;
    padding-right: none;
}

#contact,#note 
{
    color: #999;
    font-size: 0.8em;
    line-height: 0.5em;
    text-align: center;
    padding-bottom: 10px;
}

 


/* Chris Latta - below here is code used for admin.htm for the login / change password stuff */

/* This is for black on blue title bars with a blue border and triangle */

div.rectangle { position: relative; }

div.rectangle .inner {
	position: relative;
	padding: 20px;
	z-index: 30;
	background-color: #fff;
}

div.rectangle .inner .shadow {
	position: absolute;
	top: 3px;
	left: 3px;
	right: -3px;
	bottom: -3px;
	border-right: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	z-index: 20;
}
div.rectangle 
{

}
 
div.title 
{
    font-family: helvetica, verdana, Arial;
    float: left;
    font-size: 1em;
    line-height: 1.7em;
    padding-left: 10px;
    font-weight: bold;
    background-color: #009ee0; 
    min-width: 150px;  
    color: #fff;
}

img.triangle
{
    float: left;
    height: 1.7em;
}

div.title_container 
{
    position: relative;
    height: 1.7em; 
    margin: 0px auto;
    padding-top: 10px;
    border-bottom: 3px solid #009ee0; /* Blue color --> should be checked with design group for exact colour */
}

div.btitle 
{
    font-family: helvetica, verdana, Arial;
    float: left;
    font-size: 1.3em;
    line-height: 2em;
    padding-left: 10px;
    font-weight: bold;
    background-color: #009ee0; 
    min-width: 100px;  
    color: #fff;
}

img.btriangle
{
    float: left;
    height: 2.3em;
}

div.btitle_container 
{
    position: relative;
    height: 2.3em; 
    margin: 0px auto;
    padding-top: 10px;
    border-bottom: 3px solid #009ee0; /* Blue color --> should be checked with design group for exact colour */
}

ul.admin_menu_main { position: relative; margin: 0px; padding: 0px; list-style: none; }
ul.admin_menu_main li h4 { font-weight: bold; font-size: 1em; margin-top: 10px; border-bottom: 2px solid #555; padding-left: 10px; padding-bottom: 2px; }
ul.submenu { list-style: none; margin-left: 10px; padding: 0px; }
ul.submenu li  { font-size: 0.9em; margin-left: 20px; padding: 0px; }
ul.submenu li { padding-bottom: 3px; }
ul.submenu li a { color: #000; text-decoration: underline; }

#password_form ul { margin-left: 0px; padding: 0px; font-weight: bold; list-style: none;}
#password_form ul li { padding: 5px 0px 5px 0px; }
#password_form ul li label { position: absolute; left: 20px; width: 150px; padding-top: 5px; }
#password_form ul li input[type=password] { position: relative; padding: 3px; -moz-border-radius: 3px; border: 1px solid #999; margin-left: 150px; width: 643px; }>>>>>>> .r8184
