/* Base CSS File */

* {
	margin: 0;
	padding: 0;

}

body, html {
	height: 100%;
}

.pointer { cursor: pointer; color: blue; }

clear, .clear { clear: both; display: block; }
.floatleft { float: left; }
.floatright { float: right; }
.encapsulated { float: left; display: block; }
.clearfloat { overflow: auto; }



@font-face {
	font-family: "nimbus";
	src: url("/fonts/NimbusSanL-ReguCond.eot");
	src: local("☺"),
		url('/fonts/NimbusSanL-ReguCon.eot') format('eot'),
		url('/fonts/NimbusSanL-ReguCond.otf')  format('opentype'),
		url('/fonts/NimbusSanL-ReguCond.ttf')  format('truetype'),
		url('/fonts/RadisSanNimbusSanL-ReguCond.svg')  format('svg');
}

@font-face {
	font-family: "nimbus";
	font-weight: bold;
	src: url("/fonts/NimbusSanL-BoldCond.eot");
	src: local("☺"),
		url('/fonts/NimbusSanL-BoldCond.eot') format('eot'),
		url('/fonts/NimbusSanL-BoldCond.otf')  format('opentype'),
		url('/fonts/NimbusSanL-BoldCond.ttf')  format('truetype'),
		url('/fonts/RadisSanNimbusSanL-BoldCond.svg')  format('svg');
}

@font-face {
	font-family: "nimbus";
	font-style: italic;
	src: url("/fonts/NimbusSanL-ReguCondItal.eot");
	src: local("☺"),
		url('/fonts/NimbusSanL-ReguCondItal.eot') format('eot'),
		url('/fonts/NimbusSanL-ReguCondItal.otf')  format('opentype'),
		url('/fonts/NimbusSanL-ReguCondItal.ttf')  format('truetype'),
		url('/fonts/RadisSanNimbusSanL-ReguCondItal.svg')  format('svg');
}

@font-face {
	font-family: "nimbus";
	font-weight: bold;
	font-style: italic;
	src: url("/fonts/NimbusSanL-BoldCondItal.eot");
	src: local("☺"),
		url('/fonts/NimbusSanL-BoldCondItal.eot') format('eot'),
		url('/fonts/NimbusSanL-BoldCondItal.otf')  format('opentype'),
		url('/fonts/NimbusSanL-BoldCondItal.ttf')  format('truetype'),
		url('/fonts/RadisSanNimbusSanL-BoldCondItal.svg')  format('svg');
}


header, section {
	display: block;
}


body {
	background: #ecfd6d url(/images/back.png) repeat-y right top; /*#eefc70 */
	font-family: "nimbus", sans-serif;
	font-size: 20px;
}

a, .pointer {
	color: #f21305;
}

.current_item {
	color: #fc9828;
	text-shadow: 1px 1px 3px #a00;
}
.current_item:after {
	content: '>';
}


#wrapper {
	overflow: hidden;
	min-height: 100%;
}
.zero_container {
	overflow: visible;
	height: 0;
	width: 0;
}
.hzero_container {
	overflow: visible;
	height: 0;
}
#back {
	height: 2907px;
	background: transparent url(/images/green_back_1080.png) no-repeat top right;
}

#wrapper > header {
	overflow: visible;
	height: 77px;
	position: relative;
	z-index: 1;
}

#header {
	width: 1800px;
	margin: 23px 0 -72px 101px;
	float: left;
	font-weight: bold;
	font-style: italic;
	font-size: 66px;
	line-height: 66px;
}

#breadcrumb {
}
#breadcrumb .bc1 {
	font-size: 55px;
}
#breadcrumb .bc2 {
	font-size: 44px;
}

#container {
	background-image: url(/images/white_alpha.png);
	border: 3px solid #001800;
	min-height: 100px;
	margin: 0 77px 50px 101px;
	overflow: visible;
}

#content {
	margin: 30px;
}

#fire {
	position: absolute;
	z-index: 0;
	top: -5px;
	left: 80px;
	background-image: url(/images/fire.png);
	width: 203px;
	height: 127px;
}

#star {
	position: relative;
	left: -80px;
	top: -80px;
}

#menu_left {
	position: relative;
	float: left;
	top: -44px;
	left: -134px;
	margin-right: -134px;
}

#menu_left .top_item {
	height: 16px;
	width: 101px;
	float: left;
	background-image: url(/images/black_alpha.png);
	margin: 0 4px 4px 0;
}

#menu_left .item {
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	font-style: italic;
	margin: 0 4px 4px 0;
	padding: 2px 20px 4px 18px;
	float: left;
	background-image: url(/images/black_alpha.png);
}

#menu_left .subitem {
	font-size: 21px;
	line-height: 29px;
}

#popup > header {
	background: #000;
	background: rgba(0,0,0,.75);
	color: #fff;
	padding: 15px;
	margin: -30px -30px 30px -30px;
}

#blog > section {
	border-top: 2px dashed #a44;
	padding: 10px 0 30px 0;
}
#blog > section:first-child {
	border-top: 0;
	padding-top: 0;
}

#blog > section > header {
	font-style: italic;
	font-weight: bold;
	margin: 10px 0;
}




#contact #intro {
	margin: -30px 0 8px 0;
}

