* {
    margin: 0;
    padding: 0;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
p, ul, ol, dl, pre,
table, fieldset {
    margin-bottom: 1em;
}
html, body {
	background: #eee; /* url('/skin/bg.png') repeat-x center top;*/
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5d5d5d;
}
body {
	background: #fff url('/skin/bg.png') repeat-x center top;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: inherit;
	font-size: inherit;
}
	caption, th {
		text-align: left;
	}
fieldset {
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p {
	text-align: justify;
}
ul, ol, dd {
	padding-left: 1em;
}
	ul.menu {
		padding-left: 0;
		list-style: none;
	}
img {
	border: 0;
}
	img.align-left, img[align=left] {
		float: left;
		margin-right: 1em;
	}
	img.align-right, img[align=right] {
		float: right;
		margin-left: 1em;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d7d7d7;
	line-height: normal;
	font-size: 150%;
	font-weight: normal;
}
h2 {
	line-height: normal;
	font-size: 116%;
	font-weight: bold;
}
h3, h4, h5, h6 {
	margin-bottom: 1em;
	line-height: normal;
	font-size: 108%;
	font-weight: bold;
}
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
object {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	color: #5c8937;
}
a.active, a.active:visited,
a:hover, a:active {
	text-decoration: underline;
}
input, textarea, select {
	padding: 2px;
	border: 1px solid #000000;
	line-height: normal;
	font-size: 100%;
	font-family: inherit;
}
input[type=radio], input[type=checkbox] {
	border-width: 0;
}
select {
	padding-top: 1px;
	padding-bottom: 1px;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	background-color: #f0f0f0;
}
option {
	background-color: #ffffff;
}
input.btn, a.btn, a.btn:visited {
	display: inline-block;
	padding: 0 2px;
	border: 0;
	background: #dfe9d8;
	color: #a4a4a4;
}
a.btn, a.btn:visited {
	padding: 1px 4px;
	line-height: normal;
}
input.btn:hover, input.btn:active,
a.btn:hover, a.btn:active {
	background: #61913a;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}
label {
	color: #000000;
}
label.label {
	display: block;
	float: left;
	width: 150px;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
	color: #999999;
}
div.banner {
	text-align: center;
}
div.validation-advice {
	clear: left;
	padding-left: 150px;
	color: #ff0000;
}
.clear {
	clear: both;
}
	.clear-left {
		clear: left;
	}
	.clear-right {
		clear: right;
	}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}
div.container {
	width: 950px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
}
div.block, section.block {
	padding: 20px 20px 0;
}

header {
	z-index: 999;
	position: relative;
	
}
	header div.container {
		height: 147px;
	}
		a#logo {
			display: block;
			height: 100px;
			width: 211px;
			background: transparent url('/skin/logo.png') no-repeat top left;
			text-indent: -20000px;
			outline: none;
			overflow: hidden;
			position: absolute;
			top: 16px;
			left: 450px;
		}
		header ul.menu {
			display: block;
			margin-bottom: 0;
			white-space: nowrap;
			/*line-height: 31px;*/
			position: absolute;
			bottom: 0;
			left: 0;
		}
			header ul.menu ul {
				list-style: none;
				padding: 0;
				margin :0;
			}
			header ul.menu li {
				float: left;
				position: relative;
				margin-right: 5px;
			}
				header ul.menu a{
					display: block;
					margin-top: 4px;
					padding: 0 40px;
					height: 30px;
					line-height: 30px;
					background: #dfe9d8;
					color: #a4a4a4;
					font-size: 14px;
					outline: none;
				}
				header ul.menu a.active,
				header ul.menu a:hover, header ul.menu a:active {
					background: #61913a;
					text-decoration: none;
					color: #ffffff;
				}
				header ul.menu a.active {
					
				}
				header ul.menu ul {
					display: none;
					position: absolute;
					top: 34px;
					left: 0;
				}
				header ul.menu li:hover ul {
					display: block;
				}
					header ul.menu li li {
						float: none;
						/*padding: 0;*/
					}
						header ul.menu li li a{
							margin-top: 0;
						}
						header ul.menu li li a.active,
						header ul.menu li li a:hover, header ul.menu li li a:active {
							/*padding-top: 0;*/
						}
		header .search {
			position: absolute;
			right: 0;
			top: 30px;
		}
			header .search .txt {
				border: 1px solid #999;
				width: 150px;
				height: 15px;
			}
			header .search .btn {
				display: none;
			}
footer {
	margin-top: 30px;
	position: relative;
	clear: both;
	background: #eee;
	border-top: 2px solid #ddd;
}
	footer div.container {
		width: 910px;
		padding: 20px;
	}
		footer .col {
			position: relative;
			float: left;
			width: 200px;
		}
		footer .col ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			footer .col ul ul {
				margin-left: 10px;
			}
div#content {
	position: relative;
}
	div#content div.shadow {
		width: 980px;
		margin: 0 auto;
		padding: 40px 0 0;
		background: transparent url('/skin/shadow.png') no-repeat 0 22px;
	}
		div#content div.container {
			min-height: 198px;
			background: #ffffff;
			/*-moz-box-shadow: 0 0 26px -7px #000;
			-webkit-box-shadow: 0 0 26px -7px #000;
			-o-box-shadow: 0 0 26px -7px #000;
			box-shadow: 0 0 26px -7px #000;	*/
		}

	.block-galleryslider,
	.block-galleryslider section {
		position: relative;
	}

		.block-galleryslider .gallery_paging {
			display: none;
		}
		.block-galleryslider .nav {
			position: absolute;
			top: 50px;
			left: -10px;
			background: #000;
			display: block;
			line-height: 30px;
			z-index: 2;
			width: 30px;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			overflow: hidden;
		}
			.block-galleryslider .nav.next {
				left: auto;
				right: -10px;
			}
		.block-galleryslider ul.gallery {
			z-index: 1;
			position: relative;
			width: 910px;
			height: 130px;
			overflow: hidden;
			padding: 0;
			margin: 0;
			list-style: none;
		}
			.block-galleryslider ul.gallery li {
				position: absolute;
				overflow: hidden;
				width: 227px;
			}
				.block-galleryslider ul.gallery li figure {
					position: relative;
					display: block;
					background: #eee;
					width: 220px;
					margin: 0 auto;
					text-align: center;
					line-height: 125px;
				}
					.block-galleryslider ul.gallery li figure img {
						max-width: 227px;
						max-height: 100px;
						vertical-align: middle;
						padding: 5px;
						background: #333;
						-webkit-transition: all 150ms ease-in-out;
						-moz-transition: all 150ms ease-in-out;
						-o-transition: all 150ms ease-in-out;
						transition: all 150ms ease-in-out;

					}
						.block-galleryslider ul.gallery li:hover figure img {
							/*background: #61913A;*/
							background: #eee;
							border: 1px solid #ccc;
							padding: 7px;
						}
					.block-galleryslider ul.gallery li figure figcaption {
						display: none;
					}
					
					
	.block-brandbox,
	.block-brandbox section {
		position: relative;
	}
		.block-brandbox ul.gallery ,
		.block-brandbox ul.gallery li,
		.block-brandbox ul.gallery li figure,
		.block-brandbox ul.gallery li figure a {
			display: block;
			position: relative;
			width: 910px;
			height: 331px;
			z-index: 1;
			overflow: hidden;
		}
		.block-brandbox .gallery_paging {
			position: absolute;
			list-style: none;
			padding: 0;
			margin: 0;
			z-index: 3;
			bottom: 30px;
			left: 50px;
		}
			.block-brandbox .gallery_paging li {
				float: left;
				margin-left: 3px;
			}
				.block-brandbox .gallery_paging li a {
					position: relative;
					display: block;
					background: #000;
					color: #fff;
					text-decoration: none;
					text-align: center;
					line-height: 20px;
					width: 20px;
					height: 20px;					
					overflow: hidden;
					-moz-border-radius: 20px;
					-webkit-border-radius: 20px;
					-o-border-radius: 20px;
					border-radius: 20px;
				}
					.block-brandbox .gallery_paging li a:hover, 
					.block-brandbox .gallery_paging li a.active {
						background: #eee;
						color: #000;
					}
				
		.block-brandbox .nav {
			position: absolute;
			bottom: 145px;
			left: -10px;
			background: #000;
			display: block;
			line-height: 30px;
			z-index: 2;
			width: 30px;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			overflow: hidden;
		}
			.block-brandbox .nav.next {
				left: auto;
				right: -10px;
			}
			
		.block-brandbox ul.gallery {
			z-index: 1;
			padding: 0;
			margin: 0;
			list-style: none;
		}
			.block-brandbox ul.gallery li {
				position: absolute;
			}
				.block-brandbox ul.gallery li figure {
					background: #eee;
					margin: 0 auto;
					text-align: center;
				}
					.block-brandbox ul.gallery li figure img {
						width: 900px;
						height: 321px;
						vertical-align: middle;
						padding: 5px;
						background: #333;
						position: relative;
						z-index: 1;
					}
					.block-brandbox ul.gallery li figure figcaption {
						position: absolute;
						z-index: 2;
						bottom: 50px;
						left: 50px;
						font-size: 40px;
						line-height: 40px;
						color: #fff;
						text-shadow: 1px 1px #000;
					}					
ul.news {
	list-style: none;
	padding: 0;
	margin: 0;
}
	ul.news li {
		position: relative;
		margin-bottom: 20px;
	}
		ul.news h2 {
			margin-bottom: 10px;
			width: 700px;
		}
		ul.news li .entry-meta {
			position: absolute;
			top: 0;
			right: 0;
			color: #aaa;
		}
		ul.news li .entry-content {
			position: relative;
			overflow: hidden;
			width: 600px;
			padding-left: 130px;
			height: 120px;
		}
			ul.news li .entry-content .media {
				position: absolute;
				top: 0;
				left: 0;
				width: 100px;
				height: 100px;
				background: #eee;
				border: 1px solid #ddd;
				text-align: center;
				line-height: 100px;
			}		
				ul.news li .entry-content .media img {
					max-width: 90px;
					max-height: 90px;
					vertical-align: middle;
				}

.newsarticle {
	position: relative;
}
	.newsarticle .entry-meta {
		position: absolute;
		top: 0;
		right: 0;
	}
	.newsarticle ul.media {
		list-style: none;
		padding: 0;
		margin: 0 20px 20px 0;
	}
		.newsarticle ul.media li {
		}
			.newsarticle ul.media img {
				max-width: 200px;
			}
	.newsarticle aside {
		margin-top: 30px;
	}
		.newsarticle aside ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

#content form div {
	margin-bottom: 4px;
}
	#content form textarea {
		width: 300px;
		height: 100px;
	}
	#content form .txt {
		border: 1px solid #999;
	}
	#content form .btn {
		background: #eee;
		border: 1px solid #999;
		color: #333;
		margin-left: 150px;
	}
		#content form .btn:hover {
			background: #eee;		
			border: 1px solid #333;
		}
#content section.search .block {
	padding: 20px 0;
}		
	#content .search_results {
	}
		#content .search_results ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#content .search_results ul li {
				margin-bottom: 10px;
				padding-bottom: 10px;
				border-bottom: 1px dotted #ddd;
			}
				#content .search_results ul li h3 {
					margin-bottom: 0;
				}
				#content .search_results ul li .description {
					margin: 0;
				}
			
		
#content .paging {
	position: relative;
	overflow: hidden;
}
	#content .paging ul {
		list-style: none;
		padding: 0;
		margin: 0;
		position: relative;
	}
		#content .paging ul li {
			float: left;
			margin-right: 2px;
		}
			#content .paging ul li a {
				display: block;
				line-height: 20px;
				padding: 0 7px;
				background: #eee;
				border: 1px solid #ccc;
				color: #333;
				text-decoration: none;
			}
				#content .paging ul li a:hover {
					background: #ddd;
				}
				#content .paging ul li a.active {
					background: #000;
					color: #fff;
					border-color: #000;
				}
	#content .paging .search_sections {
		position: absolute;
		right: 0;
		top: 0;
	}

#content .block-gallery {
	position: relative;
}
	#content .block-gallery .gallery_paging, 
	#content .block-gallery a.nav {
		display: none;
	}
	
	#content .block-gallery ul.gallery {
		position: relative;	
		list-style: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
		#content .block-gallery ul.gallery li {
			float: left;
			width: 130px;
			height: 130px;
			margin: 10px;
			position: relative;
			overflow: hidden;
		}
			#content .block-gallery ul.gallery li figure {
				width: 128px;
				height: 128px;
				position: relative;
				line-height: 125px;
				text-align: center;
				background: #eee;
				border: 1px solid #ccc;
				margin: 0 auto;
			}
				#content .block-gallery ul.gallery li figure figcaption {
					display: none;
				}
				#content .block-gallery ul.gallery li figure img {
					max-width: 100px;
					max-height: 100px;
					vertical-align: middle;
					background: #333;
					padding: 5px;
				}				
				