.display fieldset {
background: #D1EDB4;
}
.display legend {
color: #FFFFFF;
background: #466906;
font-family: sans-serif;
padding: 0.2em 1em;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/site/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

.truckimagesmall {
    width:110px;
}

.odd {
    float: left;
}


.even {
    float:right;
}

.display table tr td {
    width:50%;
}

.display table {
    width:100%;
}

.simple_link {
    color: #952033;
    text-decoration: none;
}
/*
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}*/

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #952033;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #952033;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 99px;
	background: url(/images/site/img07.jpg);
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 11px;
	padding-left: 35px;
	text-align: center;
	font-size: 4em;
	color: #952033;
}

#logo h1 a {
	color: #952033;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 40px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #952033;
}

#logo h2 a {
	color: #952033;
}

#logo a {
	text-decoration: none;
}

/* Language */

#language {
    position: absolute;
    top: 15px;
    left: 25px;
}

#language .current_locale {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.1em;

}

#language .locale {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;

}

/* Menu */

#menu {
	float: right;
	height: 150px;
}

#menu ul {
	margin: 0;
	list-style: none;
        display: inline;
}

#menu li {
	display: inline;
	display: block;
	float: left;
	height: 84px;
	padding: 25px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}
/*
#menu a {
	display: inline;
	float: left;
	height: 90px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}*/
#menu a {
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}
#menu li:hover {
	height: 84px;
	background: url(/images/site/img08.jpg) repeat-x top left;
}
/*
#menu a:hover {
	height: 161px;
	background: url(/images/site/img08.jpg) repeat-x top left;
}

#menu .current_page_item a {
	background: url(/images/site/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}*/

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#page h1 a{
    text-decoration: none;
}

#latest-post {
	float: left;
	width: 670px;
	padding: 0px 20px 0px 10px;
}

#recent-posts {
	float: right;
	width: 190px;
	background: url(/images/site/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
}

#latest-post h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#latest-post .recent {
	background: url(/images/site/img04.gif) repeat-x left bottom;
        background: url(/images/site/img04.gif) repeat-x left top;
}

#recent-posts .entry {
	background: url(/images/site/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: url(/images/site/img04.gif) repeat-x left top;
	color: #952033;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#users {
    position: absolute;
    float: left;
    margin-top: 150px;
    margin-left: 30px;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #952033;
}

#sidebar a {
	text-decoration: none;
	color: #952033;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	/*background: url(/images/site/img06.gif) no-repeat;*/
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

