/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: #c5c5c5 url(../images/body.gif) repeat-x 50% 0%;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #ffffff;
}

	#body#page1 {
		background: #c5c5c5;
	}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	outline: none;
	color: #fff;
}

	a:hover {
		text-decoration: none;
	}
	
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main-bg {
	background: url(../images/main-bg.jpg) no-repeat 50% 28px;
}

#main {
	position: relative;
	width: 906px;
	margin: 0 auto;
	font-size: 0.75em;
}

header {
	position: relative;
	height: 409px;
	padding: 28px 0 0 0;
}

section#content {
	position: relative;
}

footer {
	height: 84px;
	overflow: hidden;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 12px 19px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 0 20px 8px 1px;
	}
	
	img.fleft2 {
		float: left;
		margin: 0 19px 45px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 8px 0 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

header nav {
	background: url(../images/menu-1.jpg) no-repeat 0% 0%;
	width: 906px;
	height: 73px;
	overflow: hidden;
	position: absolute;
	top: 365px;
	left: 0;
}

	header nav ul {
		width: 100%;
		overflow: hidden;
	}
	
		header nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 0%;
			float: left;
			margin: 0 0 0 -1px;
			padding: 0 0 0 1px;
		}
		
			header nav ul li a {
				float: left;
				width: 149px;
				height: 66px;
				padding: 0 0 0 2px;
				line-height: 74px;
				overflow: hidden;
				font-size: 2em;
				font-weight: 400;
				text-align: center;
				text-transform: uppercase;
				text-decoration: none;
				color: #7a7a7a;
			}
			
				header nav ul li a:hover {
					color: #f4f4f4;
				}
				
				header nav ul li.act a {
					color: #f4f4f4;
				}

#navi {
	overflow: hidden;
	position: absolute;
	top: 7px;
	left: -2px;
}

	#navi li {
		background: url(../images/navi-divider.gif) no-repeat 0% 3px;
		float: left;
		line-height: 1.2em;
		margin: 0 0 0 -3px;
		padding: 0 7px 0 9px;
		font-size: 0.833em;
		text-transform: uppercase;
		color: #919191;
	}
	
		#navi li a {
			color: #919191;
		}
		
		#navi li a:hover {
			text-decoration: none;
			color: #fff;
		}
		
		#navi li.act a {
			text-decoration: none;
			color: #fff;
		}

#guide {
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: 3px;
}

	#guide li {
		background: url(../images/guide-divider.gif) no-repeat 0% 3px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 9px 0 9px;
		line-height: 1.2em;
		font-size: 0.833em;
		text-transform: uppercase;
		color: #919191;
	}
	
		#guide li a {
			text-decoration: none;
			color: #919191;
		}
		
			#guide li a:hover {
				text-decoration: underline;
				color: #fff;
			}

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#page1 #content {
	background: none;
	height: 672px;
	padding: 100px 0 0 0;
}

#content {
	background: url(../images/content.gif) repeat-y 0% 0%;
	padding: 9px 0 0 0;
}

#content #indent {
	background: url(../images/content-bg.jpg) no-repeat 0% 0%;
	padding: 34px 30px 35px 51px;
}

#content #indent-1 {
	background: url(../images/content-bg1.jpg) no-repeat 0% 0%;
	padding: 41px 30px 42px 51px;
}

	#content p {
		padding: 0 0 19px 0;
		line-height: 1.5em;
		font-size: 1em;
		color: #585858;
	}
	
		#content p span {
			line-height: 1.385em;
			font-size: 1.083em;
		}
	
		#content p a {
			text-decoration: none;
			color: #fff;
		}
		
		#content p a:hover {
			text-decoration: underline;
		}
		
	#content p.extra {
		padding: 0 0 29px 0;
	}
	
	#content p.extra1 {
		padding: 0 0 26px 0;
	}
	
	#content p.extra2 {
		padding: 0 0 51px 0;
	}
	
	#content p.extra3 {
		padding: 0 0 23px 0;
	}
	
		#content blockquote p {
			padding: 0 6px 18px 0 !important;
		}
		
			#content blockquote p strong {
				display: block;
				padding: 0 0 6px 0;
				text-align: right;
				font-weight: normal;
				color: #fff;
			}

#content nav {
	background: url(../images/menu.jpg) no-repeat 0% 0%;
	width: 906px;
	height: 73px;
	overflow: hidden;
	position: absolute;
	top: 699px;
	left: 0;
}

	#content nav ul {
		width: 100%;
		padding: 7px 0 0 0;
		overflow: hidden;
	}
	
		#content nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 0%;
			float: left;
			margin: 0 0 0 -1px;
			padding: 0 0 0 1px;
		}
		
			#content nav ul li a {
				float: left;
				width: 149px;
				height: 66px;
				padding: 0 0 0 2px;
				line-height: 68px;
				overflow: hidden;
				font-size: 2em;
				font-weight: 400;
				text-align: center;
				text-transform: uppercase;
				text-decoration: none;
				color: #7a7a7a;
			}
			
				#content nav ul li a:hover {
					color: #f4f4f4;
				}

/* ============================== content END ==================================== */



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #000 url(../images/border-top.html) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.html) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.html) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.html) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.html) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.html) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.html) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.html) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 0 0 0 0;
	}
	
/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

header h1 {
	background: url(../images/logo-1.png) no-repeat 0% 0%;
	width: 152px;
	height: 144px;
	overflow: hidden;
	position: absolute;
	top: 142px;
	left: 53px;
	z-index: 100;
}

	header h1 a {
		display: block;
		width: 136px;
		height: 144px;
		padding: 0 0 0 16px;
		line-height: 144px;
		font-size: 3.333em;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
		header h1 a:hover {
			color: #000;
		}

#content h1 {
	background: url(../images/logo.png) no-repeat 0% 0%;
	width: 292px;
	height: 276px;
	overflow: hidden;
	position: absolute;
	top: 147px;
	right: -49px;
	z-index: 100;
}

	#content h1 a {
		display: block;
		width: 266px;
		height: 276px;
		padding: 0 0 0 26px;
		line-height: 268px;
		font-size: 5em;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
	}
	
		#content h1 a:hover {
			color: #000;
		}

h2 {
	padding: 0 0 19px 0;
	line-height: 1.923em;
	font-size: 1.083em;
	text-transform: uppercase;
	color: #585858;
}

	h2 strong {
		display: block;
		padding: 0 0 1px 0;
	}
	
	h2 b {
		display: block;
		padding: 0 0 3px 0;
	}
	
	h2 em {
		display: block;
		margin: 0 0 -6px 0;
		font-style: normal;
	}

h3 {
	width: 100%;
	padding: 0 0 4px 0;
	overflow: hidden;
	line-height: 1.385em;
	font-size: 1.083em;
	text-transform: uppercase;
	color: #585858;
}

	h3 img {
		float: left;
		margin: 0 9px 0 0;
	}
	
	h3 span {
		display: inline-block;
		padding: 6px 0 0 0;
	}

h6 {
	padding: 0 0 18px 0;
	line-height: 1.5em;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}

	h6 em {
		display: block;
		margin: 0 0 -18px 0;
		font-style: normal;
	}

.link {
	background: url(../images/link-left.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 20px;
	overflow: hidden;
	float: left;
	line-height: 20px;
	font-size: 0.917em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

	.link span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
	}
	
		.link span span {
			background: url(../images/link-tail.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 20px;
			overflow: hidden;
			margin: 0 4px;
			padding: 0 6px 0 6px;
		}
	
	.link:hover {
		cursor: pointer;
		color: #000;
	}

.link-1 {
	background: url(../images/link-left1.gif) no-repeat 0% 0%;
	display: inline-block;
	height: 20px;
	overflow: hidden;
	float: left;
	line-height: 20px;
	font-size: 0.917em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

	.link-1 span {
		background: url(../images/link-right1.gif) no-repeat 100% 0%;
		display: inline-block;
	}
	
		.link-1 span span {
			background: url(../images/link-tail1.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 20px;
			overflow: hidden;
			margin: 0 4px;
			padding: 0 6px 0 6px;
		}
	
	.link-1:hover {
		cursor: pointer;
		color: #000;
	}

.link-2 {
	float: left;
	line-height: 2.273em;
	font-size: 0.917em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

	.link-2:hover {
		color: #000;
	}

.link-indent {
	margin: 0 0 27px 0 !important;
}

.link-indent1 {
	margin: 0 0 15px 0 !important;
}

.link-indent2 {
	margin: 0 0 42px 0 !important;
}

.line-hor {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 27px;
	overflow: hidden;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 496px;
	padding: 0 0 0 3px;
	overflow: hidden;
}

	#contact-form strong {
		float: right;
		width: 249px;
		font-weight: normal;
	}
	
	#contact-form label {
		display: block;
		height: 36px;
		overflow: hidden;
	}
	
	#contact-form b {
		display: block;
		width: 62px;
		height: 21px;
		overflow: hidden;
		float: left;
		font-weight: normal;
		color: #585858;
	}
	
		#contact-form label b {
			width: 48px;
		}
		
	#contact-form input {
		background: #d6d6d6;
		width: 163px;
		height: 15px;
		padding: 2px 2px 2px 2px;
		border: 1px solid #b4b4b4;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form textarea {
		background: #d6d6d6;
		width: 181px;
		height: 86px;
		padding: 2px 2px 2px 2px;
		border: 1px solid #b4b4b4;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form a.link-1 {
		float: right;
		margin: 5px 0 0 17px;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 22px 0;
}

#banners {
	background: #d6d6d6 url(../images/banners-tail.gif) repeat-x 0% 0%;
	border-bottom: 1px solid #dadada;
}

	#banners .inner {
		padding: 39px 45px 34px 45px;
	}
	
	#banners p {
		padding: 0 0 28px 0 !important;
		line-height: 1.385em !important;
		font-size: 1.083em !important;
		color: #585858 !important;
	}

.indent-left {
	padding: 0 0 0 11px;
}

.list {
	padding: 0 0 27px 0;
	overflow: hidden;
}

	.list li {
		background: url(../images/marker.gif) no-repeat 0% 9px;
		padding: 0 0 0 12px;
		line-height: 1.917em;
		font-size: 1em;
		color: #585858;
	}
	
		.list li a {
			color: #585858;
		}

.list-1 {
	overflow: hidden;
	line-height: 1.385em;
	font-size: 1.083em;
	color: #585858;
}

	.list-1 dt {
		color: #fff;
	}
	
		.list-1 dt a {
			text-decoration: none;
			color: #fff;
		}
		
		.list-1 dt a:hover {
			text-decoration: underline;
		}
		
	.list-1 dd {
		background: url(../images/line-hor.gif) repeat-x 0% 100%;
		margin: 0 0 25px 0;
		padding: 0 0 25px 0;
	}
	
		.list-1 dd.last {
			background: none;
			margin: 0;
			padding: 0;
		}

.list-2 {
	padding: 0 0 54px 0;
	overflow: hidden;
	line-height: 1.385em;
	font-size: 1.083em;
	color: #585858;
}

	.list-2 dt {
		padding: 0 0 18px 0;
		color: #fff;
	}
	
	.list-2 dd {
		width: 100%;
		overflow: hidden;
	}
	
		.list-2 dd small {
			float: right;
			padding: 0 6% 0 0;
			font-size: 1em;
		}

.list-indent {
	padding: 0 0 25px 0 !important;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	width: 100%;
	padding: 0 0 3px 0;
}

	.privacy p {
		padding: 0 0 18px 0 !important;
		line-height: 1.385em !important;
		font-size: 1.083em !important;
	}
	
		.privacy p a {
			text-decoration: underline !important;
		}
		
		.privacy p a:hover {
			text-decoration: none !important;
		}
		
	.privacy p.no-indent {
		padding: 0 !important;
	}

/* ============================== other END ====================================== */





/* ============================== JS faded START ====================================== */



header #faded {
	position: relative;
	width: 905px;
	height: 337px;
	overflow: hidden;
}

	header #faded strong {
		display: block;
		width: 220px;
		line-height: 1.2em;
		font-size: 4em;
		font-weight: 400;
		color: #333;
		position: absolute;
		top: 136px;
		left: 244px;
	}
	
		header #faded strong b {
			display: block;
			margin: -20px 0 0 0;
			font-weight: 400;
		}

header ul.pagination {
	width: 16px;
	position: absolute;
	top: 80px;
	right: 22px;
}
	
	header ul.pagination li a {
		background: url(../images/pagination.gif) no-repeat 0% 0%;
		float: left;
		width: 16px;
		height: 16px;
		margin: 0 0 3px 0;
		overflow: hidden;
		text-indent: -1000px;
	}
	
		header ul.pagination li a:hover {
			background-position: 0% -16px;
		}

	header ul.pagination li.current a {
		background-position: 0% -16px;
	}



#content #faded {
	position: relative;
	width: 905px;
	height: 599px;
	overflow: hidden;
}

	#content #faded strong {
	display: block;
	width: 381px;
	line-height: 1.2em;
	font-size: 5em;
	font-weight: 400;
	color: #FC3;
	position: absolute;
	top: 51px;
	left: 25px;
	height: 158px;
	}
	
		#content #faded strong b {
			display: block;
			margin: -20px 0 0 0;
			font-weight: 400;
		}

#content ul.pagination {
	position: absolute;
	top: 540px;
	right: 37px;
}

	#content ul.pagination li {
		float: left;
		padding: 0 0 0 2px;
	}
	
		#content ul.pagination li a {
			background: url(../images/pagination.gif) no-repeat 0% 0%;
			float: left;
			width: 16px;
			height: 16px;
			overflow: hidden;
			text-indent: -1000px;
		}
		
			#content ul.pagination li a:hover {
				background-position: 0% -16px;
			}

		#content ul.pagination li.current a {
			background-position: 0% -16px;
		}

/* =============================== JS faded END ======================================= */







/* ============================ footer START ===================================== */

footer .indent {
	padding: 36px 0 0 0;
}

	#page1 footer .indent {
		padding: 23px 0 0 0;
	}

footer strong {
	float: right;
	line-height: 1.2em;
	word-spacing: -2px;
	font-size: 1.167em;
	font-weight: 400;
	text-transform: uppercase;
	color: #707070;
}

	footer strong a {
		text-decoration: none;
		color: #707070;
	}
	
		footer strong a:hover {
			color: #000;
		}

footer p {
	float: left;
	padding: 0 12px 0 0;
	line-height: 1.2em;
	word-spacing: -2px;
	font-size: 1.167em;
	font-weight: 400;
	text-transform: uppercase;
	color: #707070;
}

	footer p a {
		text-decoration: none;
		color: #707070;
	}
	
		footer p a:hover {
			color: #000;
		}

footer ul {
	float: left;
}

	footer ul li {
		float: left;
		padding: 0 5px 0 0;
		line-height: 1.2em;
		font-size: 1.167em;
		font-weight: 400;
		text-transform: uppercase;
		color: #707070;
	}
	
		footer ul li a {
			text-decoration: none;
			color: #707070;
		}
		
			footer ul li a:hover {
				color: #000;
			}

/* ============================= footer END ====================================== */
