html,body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,address {
   margin:0;
   padding:0;
}
.wrap:after{
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
body{
	background:#fff url(../img/bricks/top.png) 0 0 repeat-x;
	font: 13px Georgia,serif;
}
a{
	color: #4b99ab;
}
a:hover{
	color:#254a52;
}
a img{
	border: none;
}
.rt{
	float: right;
}
.lt{
	float: left;
}
.cntr{
	text-align: center;
}
ul{
	list-style: none;
}
.content ul{
	list-style: disc;
	margin: 0 0 20px 20px;
}
.content ul ul{
	list-style: circle;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/*- - - - - page - - - - -*/
.page{
	background:url(../img/bricks/gray.gif) 182px 0 repeat-y;
	width:960px;
	margin:auto;
}
	.wrap{
		overflow: hidden !important;
		overflow: visible;
		width:100%;
		padding:0 0 165px;
	}
		.clear{
			clear: both;
		}

.content, .aside, .extra{
	overflow: hidden;
}

/*- - - - - columns: center, right - - - -*/
.subwrap{
	float: right;
	width: 100%;
}
	.content{
		float: left;
		width: 100%;
	}
		/*- - - - - column: center - - - - -*/
		.content .lining{
			padding: 0 50px 0 200px;
		}
			.content .lining .column{
				overflow: hidden;
				width: 100%;
				padding: 0 1px;
				margin: 0 -1px;
			}
.content p{
	margin: 0 0 1em;
}
h1{
	color:#547e0e;
	font-size:19px;
	font-weight:normal;
	margin:0 0 .5em;
}
/*- - - - - column: left - - - - -*/
.extra{
	float: left;
	width: 185px;
	margin-right: -185px;
}
.extra h3{
	font-size:27px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 15px;
	color:#547e0e;
	text-align:center;
}
.nav{
	margin:0 0 50px;
	font-size:16px;
}
.nav li{
	margin:0 0 5px;
}
.nav a{
	padding:0 0 0 25px;
	background:url(../img/bricks/arrow.gif) 0 55% no-repeat;
}
.search{
	text-align:center;
}
.search .text{
	border:1px solid #325861;
	width:155px;
	margin:0 0 10px;
}
.search a{
	font-size:20px;
}
/*- - - - - header - - - - -*/
.header{
	height:380px;
	background:url(../img/bricks/top.png) 0 0 repeat-x;
	position:relative;
}
.main{
	width:860px;
	overflow:hidden;
	margin:auto;
	font-size:18px;
}
.main li{
	float:left;
	width:172px;
	height:64px;
	margin:0 -5px 0 0;
	text-align:center;
	background:url(../img/bricks/main.png) no-repeat 0 0;
}
.main li:hover,
.main li.hover{
	background:url(../img/bricks/main.png) no-repeat -172px 0;
}
.main li a{
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:42px;
	width:172px;
	display:table-cell;
	vertical-align:middle;
}
.main li a:hover{
	color:#2f545d;
}
.logo{
	position:absolute;
	top:78px;
	left:0;
}
.flash{
	width:341px;
	height:292px;
	padding:10px 0 0 18px;
	background:url(../img/bricks/flash.png) 0 0 no-repeat;
	position:absolute;
	top:68px;
	right:0;
}
.teaser{
	font-size:14px;
	font-family:"Century Gothic";
	position:absolute;
	z-index:11;
	left:250px;
	top:100px;
	text-align:left;
}
.teaser p{
	margin:0 0 10px;
}
/*- - - - - footer - - - - -*/
.footer{
	clear:both;
	margin:-165px 0 0;
	position:relative;
	padding:85px 0 0;
	height:80px;
	line-height:70px;
	text-align:center;
	word-spacing:15px;
	background:url(../img/bricks/bottom.png) 0 100% repeat-x;
}
.footer img{
	vertical-align:middle;
}
