/* CSS Document */
/* basic DIVS take care of centering the entire contents of the site, NO TOUCHING */
html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color:#333333;
	color: #000000;
}
#container {
	position: relative;
	top: -50%;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
}

#first_align {
	height: 100%;  
	width: 100%;
	position: relative; 
}

#second_align {
	position: absolute;  
	top: 50%;
	text-align: center;
}

/* main parts of the site */
#menu {
	position: absolute;
	left: 40px;
	top: 0px;
	width: 780px;
	height: 25px;
}

#languages {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 25px;
	text-align: right;
}

#languages img {
	height: 20px;
}
#pulldownMenu {
	position: absolute;
	left: 526px;
	top: 25px;
	width: 150px;
	z-index: 2;
	display: none;
}
#content {
	position: absolute;
	left: 40px;
	top: 25px;
	width: 780px;
	height: 575px;
	overflow: hidden;
}

#leftFlash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 600px;
}

#rightFlash {
	position: absolute;
	left: 820px;
	top: 0px;
	width: 180px;
	height: 600px;
}
#firstRow {
	position: absolute;
	left: 00px;
	top: 0px;
	width: 110px;
	height: 100%;
	background-color: #FDDA4A;
	z-index: 1;
}

#secondRow {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 310px;
	height: 100%;
	background-color: #FDCD01;
	z-index: 1;
	padding-top: 12px;
	background-image: url('images/bg_logo.gif');
	background-repeat: no-repeat;
}

#thirdRow {
	position: absolute;
	left: 420px;
	top: 0px;
	width: 260px;
	height: 100%;
	background-color: #FED73C;
	z-index: 1;
}

#fourthRow {
	position: absolute;
	left: 680px;
	top: 0px;
	width: 100px;
	height: 100%;
	background-color: #FDDF65;
	z-index: 1;
}

#menuButtons {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#contentBody {
	position: absolute;
	left: 110px;
	top: 70px;
	height: 505px;
	z-index: 2;
	width: 310px;
	overflow: auto;
}

#form {
	position: absolute;
	left: 110px;
	top: 180px;
	z-index: 2;
	width: 310px;
}
/* general formatting */
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

div {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
div.categories {
	position: absolute;
	z-index: 2;
}

div.right {
	position: absolute;
	top: 0px;
	left: 70px;
}

div.error {
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 310px;
	width: 200px;
	color: #FF0000;
	display: none;
}

div.dealerData {
	display: none;
}

div.thumbList {
	position: absolute;
	left: 110px;
	top: 170px;
	height: 405px;
	z-index: 3;
	width: 670px;
	overflow: auto;
	
}

div.thumb {
	position: absolute;
	cursor: pointer;
}

tr.dealerRow {
	cursor: pointer;
	height: 10px;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width:230px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	background-color: #FDDB56;
	border: none;
}

input.button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width:70px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

input.checkbox {
	width: 20px;
	height: 20px;
	border: none;
}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width:230px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background-color: #FDDB56;
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
p {
	padding: 0px;
	margin: 0px;
}
div.dealerTable {
	position: absolute;
	left: 110px;
	top: 140px;
	width: 670px;
	height: 435px;
	z-index: 3;
	overflow: auto;
}

table.dealerTable {
	position: relative;
	left: 0px;
	top: 0px;
	table-layout: fixed;
	width: 650px;
	height: 430px;
}

thead {
	height: 65px;
}


tbody {
	height: 365px;
	overflow: auto;
}

th {
	vertical-align: bottom;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}

th.city {
	width: 120px;
	padding-bottom: 5px;
	text-align: left;
}

th.dealer {
	width: 190px;
	padding-bottom: 5px;
	text-align: left;
}

th.properties {
	height: 20px;
	width: 76px;
	border-left: 1px solid #000000;
}

td {
	padding-bottom: 5px;
	vertical-align: top;
}
td.properties {
	text-align: center;
	border-left: 1px solid #000000;
}


h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

#imageBankBigImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 555px;
	z-index: 6;
	display: none;
	overflow: auto;
}

#transparentBackground {
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=60); 
	opacity: 0.6;
}

#closeBar {
	position: absolute;
	width: 100%;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DA1B11;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}