/*----------------------------------------------------------
Defaults for entire site
----------------------------------------------------------*/
html {
	overflow: scroll;
}

img {
	border: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

a {
	text-decoration:none;
	color:#ffffff;
}

a:hover {
	text-decoration:none;
	color:#c3ebeb;
}

#container {
	width: 1000px;
	padding: 0px;
	margin: 0px;
}

#container_left {
	float: left;
}

#container_center {
	float: left;
}

#container_right {
	float: left;
}

.left_content {
	float: left;
	width: 170px;
}

.center_content {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 619px;
}

.home_center_content {
	float: left;
	margin-right: 3px;
	width: 622px;
}

.home_nav_bar_content {
	float: left;
	margin-left: 1px;
	width: 829px;
}

.nav_bar_content {
	float: left;
	margin-left: 3px;
	width: 827px;
}


.right_content {
	float: left;
	width: 205px;
}

.select_box
{
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.input_box
{
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.select_box_block {
	width: 180px;
	padding-top: 4px;
	height: 18px;
}

.select_box_title {
	float: left;
	width: 60px;	
}

.select_box_dropdown {
	float: left;
}

#sales_rep_results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009999;
	margin-top: 30px;
}

.sales_rep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px solid #009999;
	border-bottom: 1px solid #009999;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-top: 10px;
	color: #000000;
}

.sales_rep_title {
	font-size: 14px;
	color: #009999;
}

/*----------------------------------------------------------
Navigation bar - nav_bar.php
----------------------------------------------------------*/
#nav_bar {
	clear: both;
	height: 16px;
	width: 1000px;
	padding: 0px;
}

#nav_bar_home_button {
	margin-left: 10px;
}

#nav_bar_left {
	height: 16px;
	background-color: #009999;
}

#home_nav_bar_left {
	height: 16px;
	width: 169px;
	border-right: 1px solid white;
	float: left;
}

#nav_bar_center {
	position: relative;
	height: 16px;
	background-color: #009999;
}

/*----------------------------------------------------------
Home page - index.php
----------------------------------------------------------*/
#home_body {
	position: relative;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#home_top_right_block {
	margin-left: 313px;
	background: #EAF6F6;
	width: 309px;
	height: 173px;
}

#home_middle_block {
	margin-left: 3px;
	margin-top: 2px;
	background: #EAF6F6;
}

#home_bottom_block {
	margin-left: 3px;
	margin-top: 3px;
	background: #EAF6F6;
}

#home_iso_image {
	width: 64px;
	height: 61px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#home_bottom_block_inside {
}

#home_bottom_block_car_image {
	width: 293px;
	height: 114px;
	float: left;
	margin: 5px;
	margin-top: 8px;
}

#home_bottom_block_text {
	margin-left: 300px;
}

.home_headline_no_bar {
	padding-left: 8px;
	padding-top: 8px;
	color: #009999;
	font-family: Arial,Helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
}

.home_headline {
	padding-left: 8px;
	padding-top: 1px;
	color: #009999;
	font-family: Arial,Helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	background: #ABDBDB;
	height: 16px;
}

.home_copy {	
	padding: 8px;
	color: #6C6D71;
	font-family: Arial,verdana,Helvetica;
	font-size: 11px;
	text-align: justify;
}

/*----------------------------------------------------------
Side menu
----------------------------------------------------------*/

#left_block {
	position: relative;
	padding: 0px;
	margin: 0px;
	background: #EAF6F6;
}

#home_left_block {
	padding: 0px;
	margin: 0px;
	margin-top: 175px;
	background: #EAF6F6;
}

#home_left_block_spacer {
	height: 200px;
}

#left_menu {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#left_menu ul {
	background: #c3ebeb;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#left_menu ul li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid white;
}

#left_menu ul li a {
	padding: 2px 0px;
	margin: 0px;
	padding-left: 20px;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #009999;
}

#left_menu ul li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: none;
	background: #fbe4d5;
}

#left_menu li ul.selected {
	display: block;
}

#left_menu li ul li {
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
}

#left_menu li ul li a {
	padding: 2px 0px;
	margin: 0px;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #009999;
}

.menu_selected {
	background: #ff8431;
	color: #ffffff !important;
	font-weight: bold;
}

.sub_menu_selected {
	background: #fdc29b;
}

.sub_menu_selected a {
	color: #ffffff !important;
	font-weight: bold;
}

#bayer_links_title {
	background: #ABDBDB;
	color: #01888C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;	
	padding: 2px 15px;
}

#bayer_links {
	padding: 0px;
	margin: 0px;
}

#bayer_links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#bayer_links ul li {
	padding: 0px 15px;
	margin: 0px;
	border: 1px solid #EAF6F6;
	line-height: 12px;
}

#bayer_links a {
	padding: 0px;
	margin: 0px;
	color: #6C6D71;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	display: block;
}

#bayer_links a:hover {
	color: #009999;
}

.bayer_link_list {
	margin-top: 10px;
	padding-bottom: 15px;
}

/*----------------------------------------------------------
Header - header.php
----------------------------------------------------------*/
#header {	
	padding: 0px;
	margin: 0px;
	height: 69px;
}

#home_header_tagline img {
	margin: 0px;
	float:left;  
	height: 69px;
	width: 292px;   
}

#header_tagline img {
	margin: 0px;
	float:left;  
	height: 69px;
	width: 364px;   
}

#header_right_block {
	float: right;  
	font-family: Arial;
	font-size: 14px;
}

#header_logo {
	margin-top: 5px;
	float: right;  
}

#header_links {
	clear: right;
	padding-right: 80px;
	float: right;  
	font-family: Arial;
	font-size: 12px;
	color: #7d7d7d;
}

#header_links a {
	text-decoration:none;
	color:#7d7d7d;
}

#header_links a:hover {
	text-decoration:none;
	color:#009999;
}

/*----------------------------------------------------------
Footer - footer.php
----------------------------------------------------------*/
#footer {
	clear: both;
	height: 20px;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;	
	padding-top: 3px;
}

#footer_left {
	height: 16px;
	background-color: #009999;
}

#footer_center {
	height: 16px;		
	background-color: #009999;
	position: relative;
}

#footer_center_text {
	padding-left: 3px;	
	padding-top: 1px;
	position: relative;
}

#footer_center_text_right {
	position: absolute;
	right: 5px;
}

#footer_right {
	height: 16px;
	background-color: #009999;
}

#footer_right_text {
	padding-left: 3px;	
	padding-top: 1px;
}

/*----------------------------------------------------------
Right menu - right_menu.php
----------------------------------------------------------*/
#right_menu {	
	background-color: #fbe4d5;
	padding: 0px;
	margin: 0px;
}

#home_right_menu {	
	background-color: #fbe4d5;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#web_doorman_image {
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#web_doorman ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#web_doorman li a {
	display: block;
	color: #F46604;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px;
	padding-left: 15px;
	background-image: url('../images/orange-arrow.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#web_doorman li a:hover {
	background: #fdf2ec;
	background-image: url('../images/orange-arrow.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	color: #009999;
}

#web_doorman li {
	border-bottom: 1px dotted #F46604;
	padding-left: 0px;

}

#web_doorman li.top_border {
	border-top: 1px dotted #F46604;
}

#quick_search_title {
	margin-top: 10px;
	background: #ff8431;
	font: 12px Arial;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

#quick_search {
	color: #6C6D71;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

#home_quick_search_title {
	margin-top: 4px;
	background: #ff8431;
	font: 12px Arial;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 1px;
	height: 16px;
}

/*----------------------------------------------------------
Content page - content.php
----------------------------------------------------------*/
.content {
	margin: 10px;
}

.content_image {
	margin: 15px 0px;
}

.content_headline {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #009899;
	font-family: Arial,Helvetica,verdana;
	font-size: 16px;
	font-weight: bold;
}

.content_copy {
	color: #6C6D71;
	font-family: Arial,verdana,Helvetica;
	font-size: 12px;
	text-align: justify;
}

.content_copy ul {
	font-size: 10px;
}

.content_copy ul li {
	padding-top: 2px;
	font-size: 12px;
}

.content_copy a {
	color: #2C89FB;
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

.content_copy a:hover {
	color: #009999;
	text-decoration: none;
}

.content_chart {
	color: #6C6D71;
	font-family: Arial,verdana,Helvetica;
	font-size: 12px;
}

.chart_header {
	font-weight: bold;
	border-bottom: 1px solid #009999;
}

.chart_gray {
	background: #eeeeee;
}

.content_footnote {
	color: #6C6D71;
	font-family: Arial,verdana,Helvetica;
	font-size: 10px;
}

