/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/
html {
	background: #d0d1d2;
}

body {
	font-size: 62.5%;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}

#wrapper {
	padding-bottom: 50px;
}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 1.2em;
}

p a {
	text-decoration: underline;
	color: #000;
}

	p a:hover {
		text-decoration: underline;
		color: #333;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 175px;
	background: url(/images/bg_header.gif) top left repeat-x;
}

	#header h1 {
		font-size: 1.0em;
		margin: 0;
		height: 80px;
		width: 960px;
		margin: 0 auto;
		background: url(/images/header-logo.jpg) top left no-repeat;
	}
	
		#header h1 span {
			display: none;
		}
		

/* Menu
-----------------------------------------------------------------------------*/
#menu {
	list-style: none;
	padding-top: 10px;
	width: 960px;
	margin: 0 auto;
}

	#menu ul {
		list-style: none;
		padding-left: 2px;
	}

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

			#menu ul li a {
				list-style: none;
				display: block;
				float: left;
				text-decoration: none;
				color: #FFF;
			}

				#menu ul li a:hover {
					color: #000;
				}
	
			#menu ul li.active a {
				color: #000;
				background: url(/images/navi-left.gif) left top no-repeat;
			}
		
				#menu ul li a span {
					display: block;
					padding: 13px 15px;
					font-size: 11px;
					letter-spacing: 3px;
					text-transform: uppercase;
				}

				#menu ul li.active a span {
					padding: 13px 15px;
					background: url(/images/navi-right.gif) right top no-repeat;
				}
			

/* Content
-----------------------------------------------------------------------------*/
#content {
	width: 960px;
	margin: 0 auto;
}

	#submenu {
		width: 200px;
		float: left;
		margin-right: 30px;
		min-height: 1px;
	}

	#main {
		width: 730px;
		float: left;
	}
	
		#main-area-text {
			width: 390px;
			margin-right: 30px;
			float: left;
		}
	
		#main-area-images {
			width: 310px;
			float: left;
		}
		
			.image-item {
				margin-bottom: 20px;
				width: 310px;
				overflow: hidden;
			}
			
				.image-item img {
					display: block;
					border: 0;
				}

/* Sub-Menu
-----------------------------------------------------------------------------*/
#submenu {
}

	#submenu ul {
		list-style: none;
		padding-top: 32px;
	}

		#submenu ul li {
			list-style: none;
			font-size: 11px;
			margin-bottom: .5em;
			text-align: right;
			text-transform: uppercase;
			line-height: 1;
		}
		
			#submenu ul li a {
				color: #333;
				text-decoration: none;
				background: url(/images/sub-bullet.gif) right -87px no-repeat;
				padding-right: 10px;
				line-height: 1;
			}

			#submenu ul li a:hover {
				color: #db0013;
				background: url(/images/sub-bullet.gif) right 3px no-repeat;
			}

			#submenu ul li.active a {
				color: #db0013;
				background: url(/images/sub-bullet.gif) right 3px no-repeat;
			}
			

/* Contact List
-----------------------------------------------------------------------------*/

table#contacts {
	border: 0;
	border-spacing: 0;
}

	table#contacts thead th {
		text-align: left;
		border-bottom: 1px dashed #666;
		font-size: 12px;
		padding-bottom: 10px;
	}
	
		table#contacts thead th.image {
			border-bottom: 0;
		}

	table#contacts tbody td {
		font-size: 12px;
		padding-top: 15px;
		vertical-align: top;
		padding-right: 20px;
	}	

	table#contacts tbody td a {
		color: #444;
	}

		table#contacts tbody td.image {
		}
		
		

/* Map
-----------------------------------------------------------------------------*/

#map {
	height: 350px;
}



/* Paging
-----------------------------------------------------------------------------*/

.navigator {
	padding: 20px 0;
}

	.navigator a {
		text-decoration: none;
	}
	
		.navigator a:hover {
			color: #db0013;
		}


/* News
-----------------------------------------------------------------------------*/

#news-wrapper {
	
}

	.news-item {
		background: url(/images/news_item_top.gif) top left no-repeat;
	}

		.news-item-inner {
			background: url(/images/news_item_bottom.gif) bottom left no-repeat;
			height: 110px;
			overflow: hidden;
		}
		
			.news-item-content {
				width: 500px;
				float: left;
			}
			
				.news-item-content h2 {
					font-size: 12px;
					margin: 13px 0 5px 10px;
					background: url(/images/item-arrow.gif) left center no-repeat;
					padding-left: 12px;
				}
				
					.news-item-content h2 a {
						color: #333;
						text-decoration: none;
					}
	
				.news-item-content p {
					color: #444;
					padding: 0 0 0 22px;
				}	
	
				.news-item-content p a {
					color: #db0013;
				}
					
			.news-item-image {
				padding-top: 3px;
				width: 156px;
				float: right;
			}


.news-detail {
	background: url(/images/news_item_top.gif) top left no-repeat;
}

	.news-detail-inner {
		background: url(/images/news_item_bottom.gif) bottom left no-repeat;
		overflow: hidden;
	}

		.news-detail-content {
			width: 400px;
			float: left;
		}

			.news-detail-content h3 {
				color: #000;
				margin-left: 22px;
				margin-top: 25px;
			}

			.news-detail-content p.date {
				font-size: 12px;
				margin: 3px 0 10px 0;
				font-style: italic;
			}

			.news-detail-content h2 {
				font-size: 12px;
				margin: 13px 0 5px 10px;
				background: url(/images/item-arrow.gif) left center no-repeat;
				padding-left: 12px;
				color: #333;
			}

				.news-detail-content h2 a {
					color: #333;
					text-decoration: none;
				}

			.news-detail-content p {
				color: #444;
				padding: 0 0 0 22px;
			}	

			.news-detail-content p a {
				color: #db0013;
			}

		.news-detail-images {
			padding-top: 23px;
			width: 310px;
			float: right;
		}
		
			.news-detail-images .image-container {
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
				width: 136px;
			}
			
				.news-detail-images .image-container img {
					display: block;
				}
	
		.news-detail-link {
			text-align: right;
			padding: 10px 23px 20px 0;
		}

			.news-detail-link a {
				color: #db0013;
				font-size: 11px;
			}



/* Vehicles
-----------------------------------------------------------------------------*/

#vehicles-wrapper {
	
}

	.vehicle-item {
		background: url(/images/vehicle_item_top.gif) top left no-repeat;
	}

		.vehicle-item-inner {
			background: url(/images/vehicle_item_bottom.gif) bottom left no-repeat;
			height: 110px;
			overflow: hidden;
		}
		
			.vehicle-item-content {
				width: 500px;
				float: left;
			}
			
				.vehicle-item-content h2 {
					font-size: 13px;
					margin: 13px 0 5px 10px;
					background: url(/images/item-arrow.gif) left center no-repeat;
					padding-left: 12px;
					color: #000;
				}
				
					.vehicle-item-content h2 a {
						color: #000;
						text-decoration: none;
					}
	
				.vehicle-item-content p {
					color: #444;
					padding: 0 0 0 22px;
					margin-bottom: 5px;
				}	
	
				.vehicle-item-content p a {
					color: #db0013;
				}
					
			.vehicle-item-image {
				padding-top: 3px;
				width: 156px;
				float: right;
			}


.vehicle-detail {
	background: url(/images/vehicle_item_top.gif) top left no-repeat;
}

	.vehicle-detail-inner {
		background: url(/images/vehicle_item_bottom.gif) bottom left no-repeat;
		overflow: hidden;
	}

		.vehicle-detail-content {
			width: 400px;
			float: left;
		}

			.vehicle-detail-content h2 {
				font-size: 13px;
				margin: 13px 0 5px 10px;
				background: url(/images/item-arrow.gif) left center no-repeat;
				padding-left: 12px;
				color: #000;
			}

				.vehicle-detail-content h2 a {
					color: #000;
					text-decoration: none;
				}

			.vehicle-detail-content h3 {
				color: #000;
				margin-left: 22px;
				margin-top: 25px;
			}

			.vehicle-detail-content p {
				color: #444;
				padding: 0 0 0 22px;
			}	

			.vehicle-detail-content p a {
				color: #db0013;
			}

			.vehicle-detail-content ul {
				font-size: 12px;
				margin-left: 22px;
				padding-left: 2em;
				line-height: 1.5;
				color: #444;
				list-style: disc;
			}

				.vehicle-detail-content ul li {
					font-size: 12px;
					color: #444;
					list-style: disc;
				}

		.vehicle-detail-images {
			padding-top: 23px;
			width: 310px;
			float: right;
		}
		
			.vehicle-detail-images .image-container {
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
			}
			
				.vehicle-detail-images .image-container img {
					display: block;
				}
	
		.vehicle-detail-link {
			text-align: right;
			padding: 10px 23px 20px 0;
		}

			.vehicle-detail-link a {
				color: #db0013;
				font-size: 11px;
			}

