/* REDEFINE HTML-TAGS */
* {
	margin: 0px;
	padding: 0px;
}
HTML, BODY {
}
BODY {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:18px;
	background:#D8B887 url(../images/layout/bg.body.jpg) right top no-repeat;
}
H1 {
	color:#FFFFFF;
	font-size:30px;
	margin:10px 0 10px 0;
}
H2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}
H4 {
	font-size:16px;
	font-weight:bold;
	color:#541B09;
}
A:LINK, A:VISITED {
	color:#541B09;
	font-size:12px;
	font-weight:bold;
}
A:HOVER {
	text-decoration:none;
}


IMG
{
	border: none;
}


/* FORM */
INPUT {
	float:left;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	padding:2px;
}
INPUT.btn {
	background:none;
}
INPUT.textField {
	border:1px solid #666666;
}


/* CLASSES */
.clear {
	clear:both;
}
.opacity {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
.half_banner {
	width:234px;
}
.full_banner {
	width:468px;
}


/* HEADER */
#header_big {
	width:940px;
	height:450px;
	margin:0 auto 0 auto;
	background:url(../images/layout/bg.header.hangar.png) right bottom no-repeat;
}
#header_small {
	width:940px;
	height:350px;
	margin:0 auto 0 auto;
	background:url(../images/layout/bg.header.png) left bottom no-repeat;
}
#header_big DIV, #header_small DIV {
	position:absolute;
}
#flash {
	z-index:0;	
}
#cms_title {
	display:none;
}
#logo {
	z-index:1;
	margin:20px 0 0 50px;
}
#header_big .full_banner, #header_small .full_banner {
	z-index:2;
	margin:25px 0 0 450px;
}
#cms_image2 {
	z-index:3;
	margin:130px 0 0 803px;
}
#search {
	z-index:4;
	margin:245px 0 0 590px;
}
#crumb_path {
	z-index:5;
	width:860px;
	text-align:right;
	margin:300px 0 0 0;
	font-size:16px;
	font-weight:bold;
}
#crumb_path A:LINK, #crumb_path A:VISITED {
	font-size:16px;
	font-weight:bold;
}


/* CONTAINER */
#container {
	width:860px;
	margin:0 auto 0 auto;
	background:url(../images/layout/bg.container.jpg) repeat-y;
	padding:0 40px 0 40px;
}
#container DIV DIV {
	border:1px solid #000;
	margin:0 0 10px 0;
}
#container DIV DIV DIV {
	border:none;
	margin:0;
}


/* FOOTER */
#footer {
	font-size:11px;
	width:940px;
	height:40px;
	padding:60px 0 0 0;
	margin:-50px auto 0 auto;
	background:url(../images/layout/bg.footer.png) left top no-repeat;
	text-align:center;
}
