/* top level html containers */
html { height: 100%; overflow: auto; }
body {
	height: 85%;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
/* 	background-attachment:fixed; */
	background-repeat:no-repeat;
	background-position: 50% -2px;
	
}

/* general styling rules */
a { color: #333; }
a:hover { color: #413eaf; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }
h5 {color:#2c2a71; font-size:13px}

#bannerHack {
	position: absolute;
	top: 100px;
	left: 50%;
	width: auto;
	z-index: 9999;
	color: #000;
	padding: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}

/*DIALOGE BOX*/

#home_dialoge{
   position: absolute;
   z-index: 80;
   left: 50%;
   width: 300px;
   margin-left: -185px;
   height: 300px;
   top: 50%;
   text-align: center;
   margin-top: -185px;
   background: url("../img/logo_small.gif") center bottom repeat-x #fff;	
   padding: 30px;
   border: 5px solid #2c2a71;
}	

#home_dialoge h5{
	margin-top: 0px;
	margin-bottom: 5px;	
}

#home_dialoge a{
	text-decoration: none;
	color: #919191;	
}

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

#footer a:hover {
	text-decoration:underline;
	color: #fff;
}


/* mainframe */
#mainframe {
	position: relative;
	min-height: 100%;
	left: 50%;
	overflow-x: hidden;
	margin-left: -391px;
	width: 783px;
	background-image: url(../img/mainframe.png);
	background-position: left 154px ;
	background-repeat:no-repeat;
	
}

* html #mainframe {
	height: 100%;
}

#header {
	z-index: 60;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 96px;
	background-image: url(../img/header.jpg);
	background-color: #f8f6f7;
}

#logo {
	position: relative;
	left: 50%;
	top: 13px;
	width:254px;
	height:72px;
	margin-left: -377px; 
	background-image: url(../img/logo.jpg);
}

.menu {
	padding-bottom: 8px;
	background: url(../img/menubg.png) bottom left repeat-y;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 130px;
}

.menu a {
	display: block;
	text-decoration: none;
	color: #504b37;
	padding: 4px 0 4px 0; 
	margin: 0 8px 0 8px; 
}

.menu a:hover {
	background-color: #34315e;
	color: #fff;
}

#navigation {
	z-index: 40;
	position: absolute;
	height: 31px;
	left: 50%;
	width:783px;
	margin-left: -390px;
	top: 96px;
}

#flashheader {
	z-index: 3;
	position:relative;
	left:5px;
	left:5px;
	top:172px;
	width:774px;
	height:181px;
	overflow:hidden;
}

#content {
	z-index: 4;
	margin-top: 152px;
	padding: 40px;

}

/* footer position using 'footerStickAlt' technique */
#footer {
	position: relative;
	left: 50%;
	width: 783px;
	margin-left: -391.5px;
	height: 107px;
	margin-top: -107px;
	overflow: hidden;
	background-image: url(../img/footer.jpg);
	font-size:10px;
	color:#fff;
}

/* SPLASHPAGE */
#top {
	width:100%;
	height:65%;
	background-image: url(../img/splashpage/bg.jpg);
}

#line {
	width:100%;
	height:9px;
	background-image: url(../img/splashpage/line.jpg);
	background-repeat: repeat-x;
	
}

#age_check {
	position: relative;
	width: 283px;
	height: 200px;
	margin-top: -200px;
	left: 50%;
	margin-left: -141px;
	padding-top:70px;
}



/* END SPLASHPAGE */







