/*
	AirwaySim CSS for desktop browsers.
	Index page.
	Copyright Sami Puro / 2009.
*/


@import "general.css";



/* 	GENERAL		*/

html,body {
	margin: 0px;
	padding: 0px;
	background-color: #c7dced;
	background-image: url('/layout/img/bg_indexBody.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}




/*	HEADER		*/

#index {
	min-height: 700px;
	width: 100%;
	background-image: url('/layout/img/bg_indexHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 0px;
}
#indexContent {
	width: 980px;
	margin: 0 auto;
}
#indexHeader {
	padding-top: 21px;
	width: 100%;
	height: 315px;
}
#indexHeaderContent {
	clear: both;
	float: right;
	margin: 10px 20px 0 0;
	text-align: center;
	min-width: 330px;
	white-space: nowrap;
}
#indexHeaderContent h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 180%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
#indexHeaderMenu {
	margin: 15px;
	padding: 0px;
}
#indexHeaderMenu li {
	list-style: none;
	float: left;
	margin: 0 7px 0 7px;
	width: 143px;
}
#indexHeaderMenu li a, #indexHeaderMenu li a:visited {
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 83px 0 28px 0;
	color: #333;
	font-family: Arial, 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-size: 140%;
	font-weight: bold;
}
#indexHeaderMenu li a:hover {
	color: #994142;
}
#indexHeaderMenu1 {
	background: url("/layout/img/topTour.png");
	background-repeat: no-repeat;
}
#indexHeaderMenu1:hover {
	background: url("/layout/img/topTour2.png");
	background-repeat: no-repeat;
}
#indexHeaderMenu2 {
	background: url("/layout/img/topForum.png");
	background-repeat: no-repeat;
}
#indexHeaderMenu2:hover {
	background: url("/layout/img/topForum2.png");
	background-repeat: no-repeat;
}




/*	MAIN NAVIGATION		*/

#naviMainArea {
	clear: both;
	position: absolute;
	top: 285px;
	overflow: hidden;
	min-width: 900px;
}
.naviMain {
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
	width: 100%;
	white-space: nowrap;
}
.naviMain li {
	float: left;
	list-style: none;
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	font-size: 130%;
}
.naviMain li a, .naviMain li a:visited {
	float:left;
	color: #fff;
	text-decoration: none;
	padding: 11px 20px;
	height: 21px;
}
.naviMain li a:hover {
	color: #eee;
	background-color: #0055af;
	background-image: url("/layout/img/bg_naviMain_hover.jpg");
	background-repeat: repeat-x;
	border: #52B1CD solid 1px;
	padding: 10px 19px;
}
.naviMain li #active {
	background-color: #0f80c6;
	background-image: url("/layout/img/bg_naviMain_active.jpg");
	background-repeat: repeat-x;
	border: #52B1CD solid 1px;
	padding: 10px 19px;
}
.naviMain li #active:hover {
	color: #fff;
	background-image: url("/layout/img/bg_naviMain_active.jpg");
	background-repeat: repeat-x;
	padding: 10px 19px;
}




/*	CONTENT		*/

.contentMain {
	clear: both;
	width: 99%;
	padding: 5px 10px 0 10px;
	color: #333;
}
.contentMain p {
	line-height: 1.5em;
	padding: 0 0 6px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 103%;
	text-align: justify;
}
.contentMain p a, .contentMain p a:visited {
	color: #0099FF;
	font-weight: bold;
}
.contentMain p a:hover {
	text-decoration: underline;
	color: #49b7ff;
}
.contentMain p a:active {
	color: #b33754;
}
.contentMain h1, .contentMain h2, .contentMain h3 {
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	color: #333;
	margin: 6px 0;
	padding: 0;
}
.contentMain h1 {
	font-size: 190%;
}
.contentMain h2 {
	font-size: 150%;
}
.contentMain h3 {
	font-size: 140%;
	padding-top: 5px;
}
.contentMain hr {
	width: 100%;
	border: none;
	height: 2px;
	color: #3d6e8e;
	background-color: #3d6e8e;
	background-image: url('/layout/img/hr_indexContent.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}


.contentScreen {
	clear: both;
	width: 92%;
	margin: 0 0 10px 40px;
	text-align: center;
}
.contentScreen .Shot {
	float: left;
	width: 167px;
	height: 133px;
	margin: 4px 6px 0 0;
	background-image: url('/layout/img/indexScreenBg.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}
.contentScreen .Shot:hover {
	background-image: url('/layout/img/indexScreenBg2.png');
}
.contentScreen .Shot img {
	padding: 8px 9px;
	border: 0;
}
.contentScreen .lowlink {
	clear: both;
	width: 99%;
	text-align: right;
}
.contentScreen .lowlink a, .contentScreen .lowlink a:visited {
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	font-size: 85%;
	color: #333;
	text-decoration: none;
}
.contentScreen .lowlink a:hover, .contentScreen .lowlink a:active {
	color: #b33754;
}





/*	FOOTER & SUBNAV		*/

.footerMain {
	float: left;
	width: 100%;
	min-height: 230px;
	padding-top: 25px;
	background-image: url('/layout/img/bg_indexFooter.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Lucida Sans", "Helvetica Condensed", Arial, sans-serif;
	color: #ccc;
}
#footerTop {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
#footerTop h4 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 130%;
}
.footerTopSection1 {
	float: left;
	text-align: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 150px;
}
.footerTopSection2 {
	float: left;
	width: 240px;
	text-align: left;
	margin-right: 20px;
}
.footerTopSection2b {
	width: 100%;
	font-size: 90%;
	line-height: 1.5em;
	margin-left: 10px;
}
.footerTopSection2b .smaller {
	font-size: 85%;
}
.footerTopSection2b .newMsg {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}
.footerTopSection2b a, .footerTopSection2b a:visited {
	color: #ccc;
	text-decoration: underline;
}
.footerTopSection2b a:hover {
	color: #fff;
}
.footerTopSection2b a:active {
	color: #b33754;
}
.footerMain p {
	margin-top: 5px;
}
.footerTopSection3 {
	float: right;
	text-align: right;
	white-space: nowrap;
	margin-left: 10px;
}
.footerTopSection1 hr, .footerTopSection2 hr, .footerTopSection3 hr {
	width: 100%;
	border: none;
	height: 2px;
	color: #656565;
	background-color: #656565;
	background-image: url('/layout/img/hr_indexFooter2.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}
#naviFooter {
	padding: 0 0 0 4px;
	margin: 0;
	margin-top: -7px;
}
#naviFooter li {
	list-style: none;
	line-height: 2.1em;
	font-size: 90%;
}
#naviFooter li a, #naviFooter li a:visited {
	color: #ccc;
	text-decoration: none;
	width: 99%;
	display: block;
	background-image: url('/layout/img/hr_indexFooter3.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#naviFooter li a:hover {
	color: #fff;
	background-image: url('/layout/img/hr_indexFooter3b.gif');
}
#naviFooter li a:active {
	color: #b33754;
	background-image: url('/layout/img/hr_indexFooter3b.gif');
}
.footerIcons img {
	width: 43px;
	height: 43px;
	border: 0px;
	margin-right: 5px;
}
.footerMain input {
	margin-top: 5px;
	font-size: 120%;
}
.footerMain form {
	margin-top: 5px;
}



#footerContent {
	clear: both;
	width: 980px;
	margin: 0 auto;
	font-family: Arial, "Lucida Sans", "Helvetica Condensed", sans-serif;
	font-size: 80%;
	color: #ccc;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 50px;
}
#footerContent hr {
	clear: both;
	width: 100%;
	margin: 7px auto;
	border: none;
	height: 2px;
	color: #656565;
	background-color: #656565;
	background-image: url('/layout/img/hr_indexFooter.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footerContent a, #footerContent a:visited {
	text-decoration: none;
	color: #ccc;
}
#footerContent a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerContent2 {
	float: left;
	min-height: 40px;
	margin-left: 10px;
}
#footerContent3 {
	float: right;
	text-align: right;
	min-height: 40px;
	margin-right: 10px;
}

