@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
	background-color:#ffd90c;
	font-family:'Droid Sans', sans-serif;
	font-size:12px;
	line-height:16px;
	color:#646567;
	margin:0 0 30px 0;
}

a {
	color:#FBBE00;
	text-decoration:none;
}

a:hover, a.active {
	color:#646567;
	text-decoration:underline;
}

a img {
	border:0px;
}

p {
	margin:0px;
	padding-bottom:16px;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	font-size:13px;
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-transform:uppercase;
}

h2 {
	margin:0;
	font-size:12px;
	line-height:16px;
	font-weight:700;
}

/* @background */

img.bg {
	/* Set rules to fill background */
	min-height:100%;
	min-width:1024px;
	
	/* Set up proportionate scaling */
	width:100%;
	height:auto;
	
	/* Set up positioning */
	position:fixed;
	top:0;
	left:0;
}

@media screen and (max-width: 1024px){
img.bg {
	left:50%;
	margin-left:-512px;
}
}

/* end @background */




/* @header */

header#page_header {
	position:absolute;
	top:110px;
	left:50%;
	width:650px;
	height:30px;
	margin-left:-325px;
}

#page_header nav {
	position:relative;
	float:left;
	font-weight:700;
	text-transform:uppercase;
}

#page_header nav.home {
	float:right;
}

#page_header nav li {
	font-size:15px;
	display:inline;
}

#page_header nav a {
	margin:0 25px 0 0;
	padding-right:17px;
	text-decoration:none;
	color:#646567;
	background-image:url(../images/arrow_grey.png);
	background-repeat:no-repeat;
	background-position:right;
}

#page_header nav.home a {
	margin:0;
	padding:0;
	background-image:none;
}

#page_header nav a:hover, #page_header nav a.active {
	color:#000;
	background-image:url(../images/arrow_black.png);
}

#page_header nav.home a:hover, #page_header nav.home a.active {
	background-image:none;
}

/* end @header */



/* @content */

section#home_pagewrap {
	position:absolute;
	top:137px;
	left:50%;
	margin-left:-325px;
}

#home_pagewrap ul {
	display:inline-table;
}

#home_pagewrap li {
	width:206px;
	height:206px;
	margin:0 7px 10px 0;
	background-color:#FFE500;
	border:2px solid #646567;
}

#home_pagewrap ul li .link_home, #home_pagewrap ul li .link_home_white {
	display:inline-table;
	padding:8px 25px 8px 8px;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	text-transform:uppercase;
	color:#646567;
	background-image:url(../images/arrow_large_grey.png);
	background-repeat:no-repeat;
	background-position:right;
}

#home_pagewrap ul li .link_home_white {
	color:#fff;
	background-image:url(../images/arrow_large_white.png);
}

section#page_content
{
	position:absolute;
	top:137px;
	left:50%;
	width:646px;
	height:646px;
	margin-left:-325px;
	border:2px solid #646567;
	background-color:#fff;
}

#page_content section.layout1_right {
	position:relative;
	float:right;
	width:175px;
	height:622px;
	padding:12px 14px;
}

#page_content section.layout1_top {
	position:relative;
	float:left;
	width:415px;
	height:179px;
	padding:12px 14px;
	background-color:#646567;
	color:#fff;
}

#page_content section.layout1_bottom {
	position:relative;
	float:left;
	width:443px;
	height:443px;
}

#page_content section.layout2_right, #page_content section.layout2_right_alt {
	position:relative;
	float:right;
	width:411px;
	height:622px;
	padding:12px 14px;
}

#page_content section.layout2_top {
	position:relative;
	float:left;
	width:179px;
	height:179px;
	padding:12px 14px;
	background-color:#646567;
	color:#fff;
}

#page_content section.layout2_bottom {
	position:relative;
	float:left;
	width:207px;
	height:443px;
}

#page_content section.layout3_top {
	position:relative;
	float:left;
	width:179px;
	height:179px;
	padding:12px 14px;
	background-color:#646567;
	color:#fff;
}

#page_content section.layout3_bottom {
	position:relative;
	float:left;
	width:646px;
	height:443px;
}

#page_content section.layout3_right {
	position:relative;
	float:right;
	width:411px;
	height:179px;
	padding:12px 14px;
}	

.layout1_right h1, .layout2_right h1, .layout2_right_alt h1, .layout3_right h1, .layout1_top h1 {
	padding-bottom:32px;
}

.layout1_right a, .layout2_right a, .layout2_right_alt a, .layout3_right a {
	font-weight:700;
}

.layout2_right_alt p {
	padding-top:8px;
	padding-bottom:8px;
	border-top:1px solid #646567;
}

.layout2_right_alt p.last {
	padding-bottom:8px;
	border-bottom:1px solid #646567;
}

.layout1_right li {
	font-size:12px;
	padding-bottom:16px;
}

.layout1_top .list {
	float:left;
	max-width:250px;
}

.layout1_top .list li, .layout2_top li, .layout3_top li {
	padding-bottom:3px;
}

.layout1_top .list ul a, .layout2_top ul a, .layout3_top ul a {
	color:#fff;
	text-decoration:none;
}

.layout1_top .list ul a:hover, .layout1_top .list ul a.active, .layout2_top ul a:hover, .layout2_top ul a.active, .layout3_top ul a:hover, .layout3_top ul a.active {
	color:#FBBE00;
}

.layout1_top .thumbs {
	float:right;
	margin-top:-120px;
	max-width:158px;
	text-align:right;
}

.layout1_top .thumbs a img {
	margin:10px 0 0 10px;
	border:2px solid #646567;
}

.layout1_top .thumbs a:hover img, .layout1_top .thumbs a.active img {
	border:2px solid #fff;
}

/* end @content */

div#selection {
	position:absolute;
	top:319px;
	left:50%;
	height:22px;
	margin-left:-310px;
	border-left:1px solid #D9DADB;
	border-top:1px solid #D9DADB;
	border-right:1px solid #D9DADB;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#selection li {
	display:inline;
}

#selection ul a {
	display:block;
	margin:4px 6px 6px 6px;
	padding-right:14px;
	text-decoration:none;
	color:#D9DADB;
	background-image:url(../images/arrow_small_grey.png);
	background-repeat:no-repeat;
	background-position:right;
}

#selection ul a:hover, #selection ul a.active {
	color:#fff;
	background-image:url(../images/arrow_small_white.png);
}

div#selection_open {
	position:absolute;
	display:block;
	top:342px;
	left:50%;
	margin-left:-310px;
}

#selection_open ul {
	background-color:#646567;
}

#selection_open ul a {
	display:block;
	margin-bottom:1px;
	padding:6px 6px 4px 4px;
	color:#646567;
	background-color:#fff;
	text-decoration:none;
}

#selection_open ul a:hover, #selection_open ul a.active {
	color:#FBBE00;
}

#selection_open li {
}

#login_div form input
{
	font-family:'Droid Sans', sans-serif;
	font-size:10px;
	border: 1px solid #5c6166;
	width:80%;
	height:15px;
	color:#5c6166;
	padding-left:5px;
	margin-bottom:5px;
}

#login_div a {
	display:inline-block;
	margin-left:1px;
	border:1px solid #fff;
	padding:0 4px 0 4px;
}

#login_div a:hover {
	border:1px solid #FBBE00;
}	



/* @footer */

footer#page_footer {
	position:absolute;
	top:719px;
	left:50%;
	width:144px;
	height:44px;
	margin-left:148px;
}

/* end @footer */

#stoerer {
	position:absolute;
	top:709px;
	margin-left:50%;
	left:335px;
}
