/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	line-height:120%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #003366;
}

h1 {
	font-size:22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header, #header-logistics {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	background: url(images/header.png) no-repeat left top;
	height: 250px;
}
#header-logistics {
	background: url(images/header-logistics.png) no-repeat left top;
	background-position:bottom;
	height: 90px;
}
#header-logistics .reduced {
	background: url(images/header-logistics.png) no-repeat left top;
	height: 70px;
}

/* Logo */

#logo {
	float: right;
	margin: 0;
	padding: 0;
	color: #000000;
	width:430px;
}

#logo h1 {
	margin: 0;
	float: left;
	padding: 40px 40px;
	letter-spacing: 0px;
	line-height:1.6em;
	text-align: left;
	text-transform: lowercase;
	font-size: 0.9em;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #CCCCCC;
}

/* Main image */
#panorama1, #panorama2, #panorama3, #panorama4 {
	width:900px;
	background-position:center;
}
#panorama3 {
	background-image:url(images/banner03.png);
}
#panorama4 {
	background-image:url(images/banner04.png);
}
#panorama5 {
	background-image:url(images/banner05.png);
}
#panorama6 {
	background-image:url(images/banner06.png);
}
#panorama7{
	background-image:url(images/banner07.png);
}
#panorama8{
	background-image:url(images/banner08.png);
}
#panorama9{
	background-image:url(images/banner09.png);
}
#panorama10{
	background-image:url(images/banner10.png);
}
#panorama11{
	background-image:url(images/banner11.png);
}
#panorama12{
	background-image:url(images/banner12.png);
}
.panorama_regular {
	height:240px;
}
.panorama_reduced {
	height:150px;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	width: 900px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-color:#446688;
	clear:both;
}

#menu ul {
	margin:0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	line-height: normal;
	margin-top:5px;
}

#menu li {
	float: left;
	background-image:url(images/menu-sep-light.png);
	background-position:right;
	background-repeat:no-repeat;
}

#menu a {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-align:center;
	font-size: 11px;
	color:#DDDDEE;
}
#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}
#menu .current_page_item a {
	color:#003333;
}
#menu .nobar {
	background-image: none;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	background: url(images/menu-shade.png) repeat-x top;
}

/* Content Custom */
#content-left, #content-middle, #content-right, #content-main  {
	height:300px;
	width:299px;
	float:left;
	vertical-align:top;	
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	border:0px solid silver;
	border-right:1px solid  #003366;
}
#content-right  {
	border-right:0px;
}
#content-main {
	width:600px; /* add 30px padding */
	padding-left:0px;
	border-right:0px;
}
.content {
	padding:10px;
	padding-top:0px;
	font-size:11px;
}
.content a:hover {
	font-weight:bold;
}
#page .menuitem a {
	font-size:14px;
}
#content-left .content {
	padding-left:0px;
}
#content-right .content {
	padding-right:0px;
}

#page h1 {
	font-size:22px;
	margin:0px 0 20px 0;
}
#page h2 {
	font-size:18px;
	margin:0px 0 20px 0;
}
#page h3 {
	font-size:16px;
}

#page a {
	color: #003366;
	text-decoration: none;
	font-variant:small-caps;
}
#page ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 110%;
}
#page li {
	margin: 0px 0 5px 15px;
}
#page li a {
	color:red;
	font-variant:normal;
	font-size:11px;
	display:block;
	color:#002244;
	font-weight:bold;
}
#page .intro {
	font-size:1.2em;
	line-height:150%;
}

.post {
	background: url(images/img07.gif) no-repeat left 50px;
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #023848;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(images/img08.gif) no-repeat left top;
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Content 

#content {
	float: left;
	width: 580px;
	padding: 30px 0px 0px 0px;
}

.post {
	background: url(images/img07.gif) no-repeat left 50px;
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #023848;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(images/img08.gif) no-repeat left top;
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
*/

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 40px 20px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 20px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	clear:both;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}
