* {
	margin: 0;
	padding: 0;
}

html, body { 
	height:100%;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #828282;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: url(images/bg.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	padding: 0 0 17px 0;
	letter-spacing: -1px;
	line-height: 1.25em;
	font-size: 3.667em;
	font-weight: 400;
	color: #010101;
}

	h2 em {
		display: block;
		margin: 0 0 -4px 0;
		font-style: normal;
	}

h3 {
	padding: 0 0 17px 0;
	text-transform: uppercase;
	line-height: 1.25em;
	font-size: 1.667em;
	font-weight: 400;
	color: #fff;
}

h5 {
	line-height: 1.286em;
	font-size: 1.167em;
	font-weight: normal;
	color: #000;
}

	h5 strong {
		display: block;
		padding: 0 0 16px 0;
		font-weight: normal;
	}

h6 {
	padding: 0 0 13px 0;
	line-height: 1.1em;
	font-size: 1.667em;
	font-weight: normal;
	color: #525151;
}

.fleft {
	float: left;
}

	img.fleft {
		margin: 1px 27px 26px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 1px 27px 29px 0;
	}

.fright {
	float: right;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-tail-top {
	/*background: url(images/main-tail-top.gif) repeat-x 0% 0%;*/
}

#main-tail-bot {
	background: url(images/main-tail-bot.gif) repeat-x 0% 100%;
}

#main {
	width: 980px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 337px;
	z-index: 2;
}

	#page1 #header {
		height: 511px;
		overflow: hidden;
	}
	
	#page2 #header {
		height: 318px;
		overflow: hidden;
	}

#logo {
	
	width: 326px;
	height: 155px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 0;
}

	#logo img {
		position: absolute;
		top: 27px;
		left: 22px;
	}

#navi {
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: -8px;
}

	#navi li {
		background: url(images/navi-divider.gif) no-repeat 0% 4px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 7px 0 8px;
		text-transform: uppercase;
		font-size: 0.917em;
		color: #000;
	}
	
		#navi li a {
			text-decoration: none;
			color: #000;
		}
		
		#navi li a:hover {
			text-decoration: underline;
		}

#slogan {
	position: absolute;
	top: 38px;
	left: 691px;
}

#menu {
	width: 981px;
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 2;
}

	#menu li {
		background: url(images/menu-divider.gif) no-repeat 0% 0%;
		float: left;
		margin: 0 1px 0 -1px;
		padding: 15px 0 0 1px;
	}
	
		#menu li b {
			display: block;
			width: 163px;
			float: left;
			font-weight: normal;
		}
		
		#menu li i {
			display: block;
			width: 162px;
			float: left;
			font-style: normal;
		}
	
		#menu li a {
			background: url(images/menu-tail.gif) repeat-x 0% 0%;
			position: relative;
			display: block;
			width: 100%;
			height: 64px;
			overflow: hidden;
			float: left;
			line-height: 64px;
			font-size: 0.917em;
			text-transform: uppercase;
			text-align: center;
			text-decoration: none;
			color: #fff;
		}
		
		#menu li.act a {
			/*background: url(images/menu-tail-act.gif) repeat-x 0% 0%;*/
			background:#e3001b;
			/*line-height: 84px;*/
			/*color: #000;*/
		}
		
		#menu li a:hover {
			/*background: url(images/menu-tail-act.gif) repeat-x 0% 0%;*/
			background:#e3001b;
			line-height: 70px;
			/*color: #000;*/
		}

#gallery {
	background: #fff;
	width: 981px;
	position: absolute;
	top: 220px;
	left: 0;
}

	#gallery li {
		position: relative;
		float: left;
		padding: 0 1px 0 0;
	}
	
		#gallery li a span {
			background: #e3001b;
			display: none;
			height: 29px;
			padding: 0 14px 0 14px;
			overflow: hidden;
			line-height: 28px;
			font-size: 0.833em;
			text-transform: uppercase;
			text-decoration: none;
			color: #FFF;
			position: absolute;
			top: 228px;
			right: 0;
		}
		
		#gallery li a span:hover {
			display: block;
			cursor: pointer;
		}
		
		#gallery li a.visible span {
			display: block;
			cursor: pointer;
		}

#content {
	background: #fff;
	overflow: hidden;
}

	#content .indent {
		padding: 12px 30px 39px 29px;
	}
	
	#content .indent-1 {
		padding: 45px 30px 45px 29px;
	}
	
		#content p {
			padding: 0 0 18px 0;
			line-height: 1.286em;
			font-size: 1.167em;
			color: #828282;
		}
		
		#content p.extra {
			padding: 0 0 23px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 25px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 30px 0;
		}
		
		#content p.extra3 {
			padding: 0 0 21px 0;
		}
		
			#content p big {
				display: block;
				padding: 3px 0 0 0;
				font-size: 1em;
			}
			
			#content p small {
				float: right;
				padding: 0 7% 0 0;
				font-size: 1em;
			}

#secondary-content {
	background: url(images/secondary-content.png) repeat 50% 0%;
	color: #fff;
}

	#secondary-content .indent {
		padding: 18px 30px 33px 29px;
	}

.line-ver {
	/*background: url(images/line-ver.gif) repeat-y;*/
	width: 100%;
}

.link {
	background: #e3001b;
	display: block;
	height: 35px;
	float: left;
	padding: 0 21px 0 18px;
	line-height: 34px;
	font-size: 0.833em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

	.link:hover {
		background: #000;
		color: #fff;
	}

.link-indent {
	margin: 0 0 30px 0;
}

.list {
	padding: 0 0 26px 0;
	overflow: hidden;
}

	.list li {
		background: url(images/marker.gif) no-repeat 1px 6px;
		padding: 0 0 0 20px;
		line-height: 1.286em;
		font-size: 1.167em;
		color: #000;
	}
	
		.list li a {
			color: #000;
		}

.list-1 {
	width: 100%;
	padding: 2px 0 0 0;
	overflow: hidden;
}

	.list-1 li {
		float: left;
		width: 126px;
		padding: 0 24px 0 0;
	}
	
	.list-1 li.last {
		padding: 0;
	}
	
		.list-1 li img {
			margin: 0 0 12px 0;
		}
	
		.list-1 li strong {
			display: block;
			line-height: 1.286em;
			font-size: 1.167em;
			font-weight: normal;
			color: #000;
		}
		
			.list-1 li strong a {
				text-decoration: none;
				color: #000;
			}
			
			.list-1 li strong a:hover {
				text-decoration: underline;
			}
			
		.list-1 li b {
			display: block;
			line-height: 1.5em;
			font-size: 1em;
			font-weight: normal;
			color: #a5a5a5;
		}

.list-2 {
	overflow: hidden;
}

	.list-2 li {
		background: url(images/marker-1.gif) no-repeat 0% 11px;
		padding: 0 0 0 13px;
		line-height: 1.714em;
		font-size: 1.167em;
		color: #fff;
	}
	
		.list-2 li a {
			text-decoration: none;
			color: #fff;
		}
		
		.list-2 li a:hover {
			text-decoration: underline;
		}

.list-3 {
	width: 100%;
	padding: 0 0 26px 0;
	overflow: hidden;
}

	.list-3 li {
		float: left;
		padding: 0 12px 0 0;
	}
	
	.list-3 li.last {
		padding: 0;
	}

.list-4 {
	position: relative;
	width: 981px;
	margin: 0 0 -1px 0;
	overflow: hidden;
	z-index: 1;
}

	.list-4 li {
		background: #fff;
		position: relative;
		float: left;
		margin: 0 1px 1px 0;
	}
	
		.list-4 li a span {
			background: #f6ff00;
			display: none;
			height: 29px;
			padding: 0 14px 0 14px;
			overflow: hidden;
			line-height: 28px;
			font-size: 0.833em;
			text-transform: uppercase;
			text-decoration: none;
			color: #000;
			position: absolute;
			top: 175px;
			right: 0;
		}
		
		.list-4 li a span:hover {
			display: block;
			cursor: pointer;
		}
		
		.list-4 li a.visible span {
			display: block;
			cursor: pointer;
		}
		
		.list-4 li a strong {
			background: #f6ff00;
			display: block;
			height: 29px;
			padding: 0 14px 0 14px;
			overflow: hidden;
			line-height: 28px;
			font-size: 0.833em;
			font-weight: normal;
			text-transform: uppercase;
			text-decoration: none;
			color: #000;
			position: absolute;
			top: 175px;
			right: 0;
		}
		
			.list-4 li a:hover strong {
				text-decoration: underline;
				cursor: pointer;
			}

.list-5 {
	width: 100%;
	margin: 0 0 -26px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}

	.list-5 li {
		width: 100%;
		padding: 0 0 26px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.286em;
		font-size: 1.167em;
		color: #828282;
	}
	
		.list-5 li img {
			float: left;
			margin: 4px 28px 0 1px;
		}
		
		.list-5 li strong {
			display: block;
			font-weight: normal;
			color: #000;
		}
		
		.list-5 li p {
			padding: 0 0 13px 0 !important;
			line-height: 1.286em !important;
			font-size: 1em !important;
			color: #828282 !important;
		}

		.list-5 li b a {
			background: #f6ff00;
			display: block;
			height: 35px;
			float: left;
			padding: 0 21px 0 18px;
			line-height: 34px;
			font-size: 0.714em;
			font-weight: normal;
			text-transform: uppercase;
			text-decoration: none;
			color: #000;
		}
		
		.list-5 li b a:hover {
			background: #000;
			color: #fff;
		}

.list-6 {
	margin: 0 0 -18px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #828282;
}

	.list-6 dt {
		color: #000;
	}
	
		.list-6 dt a {
			text-decoration: none;
			color: #000;
		}
		
		.list-6 dt a:hover {
			text-decoration: underline;
		}
		
	.list-6 dd {
		padding: 0 0 18px 0;
	}

.list-indent {
	padding: 0 0 28px 0 !important;
}

.line-hor {
	background: #e2e2e2;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.line-hor1 {
	background: #e2e2e2;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 18px 0 20px 0;
}

#contact-form {
	width: 426px;
}

	#contact-form textarea {
		background: none;
		width: 233px;
		height: 83px;
		padding: 1px 4px 1px 4px;
		border: 1px solid #a4a4a4;
		float: right;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em;
		color: #a4a4a4;
	}
	
	#contact-form label {
		display: block;
		height: 34px;
		overflow: hidden;
	}
	
	#contact-form input {
		background: none;
		width: 168px;
		height: 16px;
		padding: 1px 4px 1px 4px;
		border: 1px solid #a4a4a4;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em;
		color: #a4a4a4;
	}

	#contact-form a {
		background: #f6ff00;
		display: block;
		height: 35px;
		float: right;
		margin: 11px 0 0 17px;
		padding: 0 21px 0 18px;
		line-height: 34px;
		font-size: 0.833em;
		text-transform: uppercase;
		text-decoration: none;
		color: #000;
	}
	
		#contact-form a:hover {
			background: #000;
			color: #fff;
		}

.privacy {
	width: 100%;
}

	.privacy h2 {
		padding: 0 0 14px 0 !important;
	}
	
	.privacy p.no-indent {
		padding: 0 !important;
	}

#footer {
	background: #000;
	position: relative;
	height: 38px;
	overflow: hidden;
	z-index: 2;
}

	#footer .inner {
		padding: 8px 30px 0 29px;
	}

	#footer ul {
		float: right;
	}
	
		#footer ul li {
			float: left;
			padding: 0 0 0 4px;
		}
		
	#footer p {
		padding: 3px 0 0 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #828282;
	}
	
		#footer p a {
			text-decoration: none;
			color: #828282;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}