/* =================== 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: #f8f7f8;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #979797;
}

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) repeat 50% 0%;
}

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

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

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

section#content {
	position: relative;
	height: 497px;
	z-index: 1;
}

footer {
	height: 129px;
	overflow: hidden;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 22px 17px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 1px 21px 17px 0;
	}
	
	img.fleft2 {
		float: left;
		margin: 1px 21px 61px 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;
}

.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 strong {
	display: block;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #dedede;
	position: absolute;
	top: 367px;
	right: 380px;
}

#menu {
	background: url(../images/menu-bg.jpg) no-repeat 0% 0%;
	width: 211px;
	height: 647px;
	overflow: hidden;
	font-size: 0.75em;
	position: absolute;
	top: 0;
	left: 0;
}

	#menu ul {
		position: absolute;
		top: 46px;
		left: 0;
	}
	
		#menu ul li {
			width: 211px;
			height: 97px;
			margin: 0 0 -5px 0;
		}
	
			#menu ul li a {
				display: block;
				width: 211px;
				height: 97px;
				text-decoration: none;
				color: #cacaca;
			}
			
			#menu ul li a span {
				background: url(../images/menu-item.png) no-repeat 0% 0%;
				display: none;
				width: 146px;
				height: 97px;
				padding: 0 0 0 65px;
				line-height: 94px;
				overflow: hidden;
				word-spacing: -1px;
				font-family: "Times New Roman", Times, serif;
				font-size: 1.5em;
				text-transform: uppercase;
				text-decoration: none;
				color: #cacaca;
			}
			
			#menu ul li a:hover span {
				display: block;
				cursor: pointer;
			}
			
			#menu ul li a.visible span {
				display: block;
				cursor: pointer;
			}

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content {
	text-transform: uppercase;
	font-size: 0.833em;
}

	#content #indent {
		padding: 31px 40px 0 41px;
	}
	
	#content p {
	padding: 0 0 27px 0;
	line-height: 1.6em;
	font-size: 1em;
	color: #FFFFFF;
	}
	
		#content p.extra {
			padding: 0 0 12px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 21px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 16px 0;
		}
		
	#content blockquote p {
		padding: 0 0 16px 0;
	}
		
		#content blockquote p strong {
			display: block;
			padding: 0 15px 0 0;
			text-align: right;
			font-weight: normal;
			color: #fff;
		}
		
	#content p small {
		float: right;
		padding: 0 35% 0 0;
		font-size: 1em;
	}
	
	#content p i {
		float: right;
		padding: 0 10% 0 0;
		font-style: normal;
	}
	
	#content p span a {
		color: #979797;
	}

#next-page {
	background: url(../images/next-page.png) no-repeat 0% 0%;
	display: block;
	width: 41px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 103px;
	right: 59px;
	z-index: 3;
}

	#next-page:hover {
		background-position: 1px -40px;
	}

#prev-page {
	background: url(../images/prev-page.png) no-repeat 1px 0%;
	display: block;
	width: 41px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 103px;
	right: 104px;
	z-index: 3;
}

	#prev-page:hover {
		background-position: 0% -40px;
	}

#content-box {
	background: url(../images/content.jpg) no-repeat 0% 0%;
	width: 814px;
	height: 497px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 117px;
}

/* ============================== content END ==================================== */






/* =================== txt, links, lines, titles START =========================== */

#page1 h1 {
	top: 261px;
	left: 345px;
}

h1 {
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.667em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -11px;
	left: 116px;
	width: 410px;
	height: 47px;


}

	h1 a {
		text-decoration: none;
		color: #fff;
	}

	h1 b {
	color: #0033FF;
	}
	
	h1 span {
	background: #000;
	display: block;
	width: 222px;
	height: 34px;
	margin: -7px 0 0 0;
	line-height: 34px;
	font-size: 0.5em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	}

h2 {
	padding: 0 0 17px 0;
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	text-transform: none;
	color: #F60;
}
	h2 i {
		display: block;
		margin: 0 0 -1px 0;
		font-style: normal;
	}

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

h6 {
	padding: 0 0 12px 0;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
}

.title {
	padding: 0 0 17px 0;
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	color: #FF6633;
}

.link {
	background: #292929;
	height: 28px;
	padding: 0 8px 0 8px;
	overflow: hidden;
	float: right;
	line-height: 26px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: none;
	color: #fff;
}

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

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

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 223px;
	padding: 5px 0 0 0;
	overflow: hidden;
}

	#contact-form label {
		background: url(../images/contact-input.gif) no-repeat 0% 0%;
		display: block;
		width: 100%;
		height: 26px;
		overflow: hidden;
	}
	
	#contact-form strong {
		background: url(../images/contact-textarea.jpg) no-repeat 0% 0%;
		display: block;
		width: 223px;
		height: 191px;
		overflow: hidden;
		font-weight: normal;
	}
	
	#contact-form input {
		background: none;
		width: 215px;
		height: 14px;
		padding: 3px 4px 3px 4px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-transform: uppercase;
		color: #8c8c8c;
	}
	
	#contact-form textarea {
		background: none;
		width: 215px;
		height: 185px;
		padding: 3px 4px 3px 4px;
		border: none;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		text-transform: uppercase;
		color: #8c8c8c;
	}
	
	#contact-form a {
		background: #292929;
		height: 28px;
		padding: 0 8px 0 9px;
		overflow: hidden;
		float: right;
		margin: 22px 0 0 20px;
		line-height: 26px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.2em;
		text-decoration: none;
		text-transform: none;
		color: #fff;
	}
	
		#contact-form a:hover {
			background: #fff;
			color: #000;
		}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 22px 0;
	color: #00C;
}

.container {
	height: 421px;
	overflow: auto;
}

	.container .inner {
		min-height: 500px;
		height: auto !important;
		height: 500px;
		padding: 0 20px 0 0;
	}

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

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

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

	.list-1 li {
		width: 100%;
		padding: 0 0 37px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.6em;
		font-size: 1em;
		color: #979797;
	}
	
		.list-1 li img {
			float: left;
			margin: 0 21px 0 0;
		}
		
		.list-1 li strong {
			display: block;
			padding: 0 0 12px 0;
			font-weight: normal;
			color: #fff;
		}

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

	.list-2 li {
		float: left;
		width: 191px;
		padding: 0 30px 0 0;
		line-height: 1.6em;
		font-size: 1em;
		color: #979797;
	}
	
	.list-2 li.last {
		width: 169px;
		padding: 0;
	}
	
		.list-2 li strong {
			display: block;
			padding: 0 0 12px 0;
			font-weight: normal;
			color: #fff;
		}
		
			.list-2 li strong a {
				text-decoration: none;
				color: #fff;
			}
			
			.list-2 li strong a:hover {
				text-decoration: underline;
			}

.list-3 {
	overflow: hidden;
	line-height: 1.6em;
	font-size: 1em;
	color: #979797;
}

	.list-3 dt a {
		text-decoration: none;
		color: #979797;
	}
	
		.list-3 dt a:hover {
			text-decoration: underline;
		}

	.list-3 dd {
		padding: 0 0 16px 0;
	}

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

.privacy {
	width: 100%;
}

	.privacy h2 {
		padding: 0 0 16px 0 !important;
	}
	
	.privacy p {
		padding: 0 0 16px 0 !important;
	}
	
	.privacy p a {
		color: #979797;
	}

/* ============================== other END ====================================== */





/* ============================ footer START ===================================== */

footer .inner {
	padding: 26px 0 0 74px;
}

footer strong {
	float: right;
	line-height: 56px;
	font-weight: normal;
	color: #3e3e3e;
}

footer p {
	width: 100%;
	padding: 17px 0 0 0;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 1em;
	color: #191919;
}

	footer p span {
		padding: 0 3px 0 2px;
	}

	footer p a {
		text-decoration: none;
		color: #191919;
	}
	
	footer p a:hover {
		text-decoration: underline;
	}

nav {
	overflow: hidden;
}

	nav ul {
		overflow: hidden;
	}
	
		nav ul li {
			background: url(../images/nav-divider.gif) no-repeat 0% 24px;
			float: left;
			margin: 0 0 0 -1px;
			padding: 0 0 0 1px;
		}
		
			nav ul li a {
				background: url(../images/nav-bg.gif) no-repeat 50% 56px;
				display: block;
				height: 56px;
				padding: 0 7px 0 7px;
				float: left;
				line-height: 56px;
				text-decoration: none;
				color: #3e3e3e;
			}
			
			nav ul li a:hover {
				background-position: 50% 50px;
				color: #d2d2d2;
			}
			
			nav ul li.act a {
				background-position: 50% 50px;
				color: #d2d2d2;
			}
			
/* ============================= footer END ====================================== */
