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: 1140px;
	margin: 0px auto;
	background-color: #ddd;
}

#container #header {
	position: relative;
	width: 1105px;
	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: 25px;
	padding-right: 25px;
	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 img {
	position: relative;
}


#content {
	position: relative;
	width: 1105px;
	margin: 0px auto;
	margin-top: 40px;
	min-height: 500px;
}

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_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;
}

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: 120px;
    color: #000;
    padding: 0px;    
    text-align: right;
    margin-right: 5px;
}

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],
ul.signup li input[type=checkbox],
ul.signup li select,
ul.signup li 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: 0px;
}

#contact
{
    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#usermenus { margin: 0px; padding: 0px; list-style: none; }
ul#usermenus  li h1 { font-weight: bold; font-size: 1em; margin-top: 10px; border-bottom: 2px solid #555; padding-left: 10px; padding-bottom: 2px; }
ul#usermenus  li ul { list-style: none; margin-left: 10px; padding: 0px; }
ul#usermenus  li ul  li  { font-size: 0.9em; margin-left: 20px; padding: 0px; }
ul#usermenus  li ul { padding-bottom: 3px; }
ul#usermenus  li ul  li a { color: #000; text-decoration: underline; }

ul#adminmenus {margin:0px 0px 0px 0px; padding: 0px; list-style: none;width:280px;  }
ul#adminmenus  li h1 { font-weight: bold; font-size: 1em; margin-top: 10px; border-bottom: 2px solid #555; padding-left: 10px; padding-bottom: 2px; }
ul#adminmenus  li ul { list-style: none; margin-left: 10px; padding: 0px; }
ul#adminmenus  li ul  li  { font-size: 0.9em; margin-left: 20px; padding: 0px; }
ul#adminmenus  li ul { padding-bottom: 3px; }
ul#adminmenus  li ul  li a { color: #000; text-decoration: underline; }

#password_form { position: relative; }
#password_form ul { position: relative; margin: 0px; padding: 0px 0px 0px 0px; list-style: none; }
#password_form ul li { margin-left: 0px; padding: 4px 0px 4px 0px; }
#password_form ul li label { position: absolute; font-weight: bold; padding-top: 5px; }
#password_form ul li label.forgetten_password { left: 120px; }
#password_form ul li label.forgetten_password a { font-size: 0.8em; color: #555; }
#password_form ul li input[type=text] { position: relative; padding: 3px; border: 1px solid #999; margin-left:  120px; width: 323px; }
#password_form ul li input[type=password] { position: relative; padding: 3px; border: 1px solid #999; margin-left: 120px; width: 323px; }
#password_form ul li input[type=image] { position: absolute; right: 0px; }
#password_form ul li span { display: block; position: relative; margin-top: 10px; font-size: 0.8em; color: #f00; }
#password_form ul li.divider { border-bottom: 1px solid rgb(153, 153, 153); padding-bottom: 10px; margin-bottom: 3px;}

div#mainmenu
{
  position: relative;
  float: left;
  width: 200px;
  height: 380px;
}

div#mainmenu ul
{
  margin-left: 0px;
  font-size: 1em;
  padding-left: 0px;
  height: 400px;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  float: left;
  height: 300px;
}

div#mainmenu ul li
{
  position: relative;
  height: 55px;
}

div#mainmenu ul li a img
{
  width: 200px;
}

div#mainmenu h3 { margin: 5px 0px 5px 0px; padding: 0px; }
div#mainmenu ol { width: 165px; margin-left: 0px; padding-left: 0px; }
div#mainmenu ol li { margin-left: 20px; height: auto; padding: 5px 0px 5px 0px; }



#adminwrapper {float: left;width:900px;}
#adminwrapper div.narrow{width:300px;float:left;}
#adminwrapper div.wide{width:600px;float:left;}


/* welcome page */
div#welcomeinfo {}
div#welcomeinfo h1,div#welcomeinfo h2, div#welcomeinfo p
{
margin:0px; padding:0px 0px 4px 0px;
}

div#welcomeinfo p
{

}

div#welcomeinfo h1,div#welcomeinfo h2 { font-size:12px;}
div#welcomeinfo table {background-color:#88C5DF;border-collapse: collapse;}
