
/* GENERAL RULES */
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #353535;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}
h2 {
	font-size: 0.875em;
	font-weight: bold;
	/*letter-spacing: 0.0625em;*/
	text-transform: uppercase;
	color: #BF0600;
	border-bottom: 1px dotted #bf0600;
}
h3 {
	font-size: 0.8125em;
	font-weight: bold;
	text-transform: uppercase;
	color: #505254;
}
h4 {
	font-size: 100%;
	font-weight: normal;
}
p {
	font-size: 0.8125em;
	line-height: 1.375em;
	color: #505254;
}
ul {
	list-style: none;
}
li {
	font-size: 0.8125em;
	line-height: 1.375em;
}
a {
	font-size: 100%;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
span {
	text-transform: uppercase;
}
img {
	border: none;
}

/* CLASSES */
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	margin: 0pt 0pt 0.5em 0pt;
	font-style: italic;
}
span.small {
	font-style: italic;
	text-transform: none;
}
.search {
	width: 175px;
	font-style: italic;
	color: #505254;
}
.submit_search {
	width: 20px;
	height: 21px;
	cursor: pointer;
	border: none;
	background-image: url(../images/submit.png); background-repeat: no-repeat; background-position: left bottom;
}
.submit_search_car {
	width: 50px;
	height: 21px;
	cursor: pointer;
	border: none;
	background-image: url(../images/submit-car.png); background-repeat: no-repeat; background-position: left bottom;
}
.pic {
	border: 2px solid #505254;
}
span.date {
	text-transform: capitalize;
}
.warning a {
	color: #353535;
}
.warning a:hover {
	color: #BF0600;
}

/* CONTAINER */
#container {
	width: 100%;
	height: 100%; 
	overflow: visible;
}

/* POSITION */
#position {
	width: 100%;
	text-align: center;
}

/* MAIN */
#main {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #E8E8E8;
	/*background-image: url(../images/left-bgr.png); background-repeat: repeat-y; background-position: left bottom;*/
	background-image: url(../images/main-bgr.png); background-repeat: repeat-y; background-position: left bottom
}

/* MESSAGE  */
#msg {
	width: 900px;
	background-color: #171717;
}
#msg-box {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px;
}
#msg ul {}
#msg li {
	display: inline;
	font-size: 0.75em;
	line-height: normal;
	color: #E8E8E8;
}
#msg li a {
	color: #E8E8E8;
}
#msg input {
	border: none;
	background: none;
	color: #FFF;
	cursor: pointer;
}

/* LEFT  */
#left {
	float: left;
	width: 200px;
}

/* RIGHT  */
#right {
	float: right;
	width: 700px;
}

/* FLASH  */
#flash {
	width: 700px;
	height: 200px;
	background-color: #171717;
}
#flash-banner1 {
	margin-left: 10px;
}

/* CONTENT  */
#content {
	width: 700px;
	padding-bottom: 20px;
	/*background-image: url(../images/right-bgr.png); background-repeat: repeat-y; background-position: left top;*/
}
#content h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#content p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* CONTENT-LEFT  */
#content-left {
	float: left;
	width: 460px;
	padding-left: 20px;
}
#content-left h2 {
	width: 440px;
}
#content-left h3 a {
	color: #505254;
}
#content-left h3 a:hover {
	color: #BF0600;
}

/* CONTENT-RIGHT  */
#content-right {
	float: right;
	width: 220px;
}
#content-right h2 {
	width: 200px;
}
#content-right ul {
	width: 200px;
}
#content-right li {
	width: 200px;
}

/* POST 1  */
.post-1 {
	width: 440px;
	margin-top: 10px;
}
.post-1 h3 span {
	/*font-weight: normal;*/
	text-transform: none;
}
#map {
	width: 438px;
	height: 340px;
	margin-top: 10px;
	border: 1px solid #505254;
}
.employees {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}
.employees img {
	margin-top: 5px;
}
#content .employees p {
	margin-top: 0;
	margin-bottom: 0;
}

/* POST 2  */
.post-2 {
	width: 440px;
	margin-top: 10px;
}
.post-2 p {
	float: left;
	width: 340px;
}
.post-2 img {
	float: right;
	margin-top: 5px;
}

/* POST 3  */
.post-3 {
	width: 200px;
	margin-top: 10px;
}

/* POST 4  */
.post-4 {
	width: 200px;
	margin-top: 10px;
}
/*
.post-4 h4 {
	color: #505254;
}
*/
.post-4 a {
	color: #505254;
	cursor: pointer;
}
.post-4 a:hover {
	color: #BF0600;
	text-decoration: underline;
}

/* FOOT */
#foot {
	width: 900px;
	height: 22px;
	text-align: right;
	background-color: #171717;
}
#foot ul {
	margin-right: 20px;
}
#foot li {
	display: inline;
	font-size: 0.75em;
	line-height: normal;
	color: #E8E8E8;
}
#foot a {
	cursor: help;
	font-weight: bold;
	color: #E8E8E8;
}
#foot a:hover {	}
