* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html, body {
	background: #000000;
	line-height: 22px;
	font-size: 13px;
	color: #cccccc;
}
p {
	padding-bottom: 1em;
	text-align: justify;
	letter-spacing: 1pt;
}
ul, ol, dd {
	padding-left: 15px;
}
img {
	border: 0;
}
	img.align-left {
		float: left;
		margin-right: 10px;
	}
	img.align-right {
		float: right;
		margin-left: 10px;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	padding-bottom: 20px;
	line-height: normal;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	padding-bottom: 10px;
	line-height: normal;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}
a, a:visited {
	text-decoration: none;
	color: #2c6ec2;
}
a.active, a.active:visited,
a:hover, a:active {
	color: #cccccc;
}
input, textarea {
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #818181;
	line-height: normal;
	font-size: 12px;
	color: #000000;
}
input:focus, textarea:focus {
	border-color: #2c6ec2;
}
input.txt, textarea.txt {
	width: 300px;
}
input.txt_small {
	width: 145px;
}
input.btn {
	width: 145px;
	margin-left: 311px;
	border: 0;
	background: #818181;
	color: #ffffff;
}
input.btn:hover, input.btn:active {
	background: #2c6ec2;
	cursor: pointer;
}
label.label {
	display: block;
	float: left;
	width: 147px;
	margin-top: 5px;
	padding-right: 3px;
	text-align: right;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
}
.noborder {
	border: 0;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
div.validation-advice {
	padding: 0 0 5px 150px;
	color: #33ccff;
}

div#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
	div#header {
		height: 192px;
		background: transparent url('header.png') no-repeat top left;
		position: relative;
	}
	.home div#header {
		background-image: url('header_home.png');
	}
		a#logo {
			display: block;
			height: 110px;
			width: 250px;
			/*background: transparent url('/skin/logo.png') no-repeat top left;*/
			text-indent: -20000px;
			outline: none;
			overflow: hidden;
			position: absolute;
			top: 24px;
			left: 13px;
		}
		div#header ul.menu {
			display: block;
			padding-left: 0;
			position: absolute;
			bottom: 0;
			left: 220px;
		}
			div#header ul.menu li {
				display: block;
				float: left;
				list-style: none;
			}
			div#header ul.menu a, div#header ul.menu a:visited {
				display: block;
				padding: 8px 16px 0 8px;
				background: transparent url('dot.png') no-repeat top right;
				color: #818181;
				outline: none;
			}
			div#header ul.menu a.active, div#header ul.menu a.active:visited,
			div#header ul.menu a:hover, div#header ul.menu a:active {
				text-decoration: none;
				color: #2c6ec2;
			}
	div#footer {
		height: 50px;
		color: #ffffff;
		position: relative;
	}
		div#footer div.credits {
			padding: 20px;
			font-size: 70%;
		}
	div#content {
		padding: 20px 0;
		position: relative;
	}
		div.left {
			float: left;
			width: 268px;
			padding: 10px 0;
		}
			div.left ul.menu {
				display: block;
				min-height: 288px;
				_height: 288px;
				padding-left: 0;
				background: transparent url('left.png') no-repeat 0 0;
			}
				div.left ul.menu li {
					display: block;
					float: left;
					width: 100%;
					list-style: none;
				}
				div.left ul.menu a, div.left ul.menu a:visited {
					display: block;
					padding: 5px 0 5px 60px;
					outline: none;
				}
				div.left ul.menu a.active, div.left ul.menu a.active:visited,
				div.left ul.menu a:hover, div.left ul.menu a:active {
					text-decoration: none;
				}
			div.left dl {
				padding-left: 60px;
			}
				div.left dd {
					padding-left: 0;
				}
		div.block {
			float: right;
			width: 652px;
			padding: 10px 20px 20px;
			border-left: 1px solid #ffffff;
		}
		form#contactform div {
			clear: left;
		}