@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
	list-style-type: none;
	border-collapse: collapse;
}
body {
	background-color: #000;
	font: 12px/140% Tahoma, Geneva, sans-serif;
}
#top {
	width: 100%;
	background: #FFF url(../images/visual.jpg) no-repeat;
	padding: 450px 0 30px 0;
}
#bottom {
	padding: 30px 0;
	color: #CCC;
}
#top div, #bottom div {
	float: left;
	width: 280px;
	margin-right: 30px;
}
#top h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #7A8475;
	font-weight: normal;
}
div.left {
	margin-left: 30px;
	min-height: 50px;
}
#top li {
	font-weight: bold;
}
hr {
	clear: both;
	height: 0;
	border: 0px none #FFF;
	visibility: hidden;
}

p.pullquote {
	font-size: 16px;
	line-height: 120%;
	color: #7A8475;
}
#bottom h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
	color: #999;
}
#bottom a {
	color: #99CCCC;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
p, ul {
	margin-bottom: 12px;
}
li {
	background: url(../images/li.png) 0px 5px no-repeat;
	padding-left: 20px;
}
