* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	font-family:Arial, sans-serif;

}

p, li, h1, h2{
	text-shadow:0px 0px 2px #000;
	color: #ccc;

}

.clear{
	display:block;
	clear:both;
}
a{
	color: #eee;
}

body {	
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-color: transparent;
	background-position: center;

}

#wrap {
	position:relative;
	width: 940px;
	margin:auto;
	margin-top:0px;
}

#logo {
	margin: 0;
	padding:0;
	text-align: center;
	height: 120px;
 	background: url(../images/logo.png) no-repeat center center;
	}

#nav {
	width: auto;
	margin: 0;
	padding: 0;
	height: 67px;	
 	background-image: url(../images/navbar-bg.png);
 	background-repeat: repeat-x;
 	font-size: 13pt;
 	font-family: Arial, sans-serif;
 	font-weight: bold;
 	margin-bottom: 35px;
 	
}
	#nav .group{
		width: 565px;
		margin:auto;
	}
	#nav a:visited, 
	#nav a:active, 
	#nav a:link, 
	#nav a:hover{
		display: block;
		width: 115px;
		height: 53px;
		float: left;
		margin-left: -1px;
		padding-top: 14px;
		margin-right: -1px;
		text-align: center;
		background-image: url(../images/navitem.png);
	}	
	#nav a:hover, 
	#nav a.active:link {
			background-image: url(../images/navitem-highlight.png);	
	}
	#nav .subtitle{
		font-size: 9pt;
		margin-top: 0px;
		padding-top: 0px;
	}
	#nav .oneliner{
		height: 67px;
		line-height: 37px;
		padding: 0px;
	}


#footer{
	margin-top: 200px;
	text-align: center;
	clear:both;
}
#footer p{
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 7pt;
}


@media screen and (min-width: 1200px) {


}

.feature{
	width:200px;
	margin-left:56px;
	margin-right:56px;
	margin-bottom:28px;
	margin-top: 28px;
	float:left;
	
}

.feature h2{
	color: white;
	margin-bottom: 10px;
	font-size:10pt;
	font-weight:bold;
}

.feature p,
.feature li{
	line-height:1.4em;
	font-size:9pt;
	text-align: justify;
}

.feature p,
.feature ul{
	margin-bottom: 7px;
}

.feature li{
	list-style-position: outside;
	list-style-type:disc;
	margin-left: 15px;
}