@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(background50.jpg) no-repeat scroll 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 18px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #masthead {
	background:#FFF url(logo3.jpg) no-repeat;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 6px 0;
	height: 148px;
	border: 1px solid #000000;
	position:relative;
}
.oneColFixCtr #searchhead {
	width: 110px;
	height: 40px;
	float:right;
	background:#EEE;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 12px 20px 52px 0;
}
.oneColFixCtr #searchhead p {
	display:block;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}
.oneColFixCtr #contacthead {
	/*width: 180px;
	height: 44px;*/
	float:right;
	/*background:#EEE;*/
	padding: 0 4px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 12px 20px 0px 0;
}
.oneColFixCtr #contacthead h1 {
	display:block;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:right;
}
.oneColFixCtr #contacthead p {
	display:block;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}
.oneColFixCtr #menuhead {
	width: 778px;
	height: 26px;
	background: #EEE url(menubkgrd.png) no-repeat;
	padding: 4px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*margin: 100px 0 6px 0;*/
	position:absolute; left:0px; bottom:0px; margin-bottom:8px;
	text-align:right;
	border-bottom:#DDD solid 1px;
	border-top:#DDD solid 1px;
	}
.oneColFixCtr #address {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	line-height:2em;
	position:absolute; right:12px; bottom:0px; margin-bottom:15px;
	z-index:500;
}
.oneColFixCtr #mainContent {
	background:#FFFFFF;
	position:relative;
	height: 409px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #000000;
}
.oneColFixCtr #flashContent {
	background:#FFFFFF;
	height: 409px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #000000;
}
.oneColFixCtr #bottomContent {
	background:#FFFFFF;
	position:relative;
	height:32px;
	padding: 6px 0px 6px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 6px 0 0 0;
	/*height: 130px;*/
	border: 1px solid #000000
}
.oneColFixCtr #greybar {
	width: 778px;
	height: 26px;
	background: #EEE;
	padding: 0px 0px 4px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute; left:0px; bottom:0px; margin-bottom:6px;
	text-align:right;
	border-bottom:#DDD solid 1px;
	border-top:#DDD solid 1px;
	}

#flowplayer {
	width:774px;
}

/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 408px;
	width:560px;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	padding:0px;
	height: 408px;
	background:#FFF url(http://static.flowplayer.org/img/global/gradient/h600.png) 0 0 repeat-x;
	width:560px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 560px;
	height: 408px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:528px;
	height:408px;
	padding:20px;
}

/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	background-color:#333;
	border-top:1px solid #666;
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	height:68px;
	list-style-type:none;
	padding:12px 0px 21px 24px;
	width:190px;
	cursor:pointer;
	vertical-align:bottom;
}

#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#999;
}

#main_navi img {
	float:right;
	margin:0px 10px 0px 0px;
	/*padding:0px 10px 30px 0px;*/
}

#main_navi strong {
	display:block;
	font:Verdana, "Trebuchet MS";
	font-size:24px;
	padding:10px 0px 10px 0px;
}
#main_navi p {
	display:block;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:bottom;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}