* {
	margin: 0;
	padding: 0;
}
:focus, :active {
	outline: 0;
}
body {
	font: 13px Tahoma, Arial, Sans-Serif;
	color: #000;
	background: #ccc;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #D50000;
}
.x {
	clear: both;
}
p {
	line-height: 25px;
	margin: 0 0 22px;
	color:#555;
	font-size: 13px;
}
img {
	border: 0;
}
h1, h1 a {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #D50000;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #333;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 10px;
	color: #333;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin: 3px 0 10px;
	width: 460px;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	background: url(../images/bg.jpg) no-repeat;
}
#logo {
	padding: 10px 0 0 10px;
	height: 92px;
}
.logo1 {
	float:left;
}
.logo2 {
	margin-right: 10px;
	float:right;
}
#content {
	background: #fff;
	width: 980px;
}
.menu {
	list-style:none;
	margin: 5px 25px 10px 10px;
	width: 600px;
	float: left;
}
.menu li {
	float: left;
	margin: 0 5px 0 0;
}
.menu li a {
	display: block;
	font-size: 14px;
	padding: 10px 10px;
	border: 1px solid #fff;
}
.menu a:hover, .menu li.current a {
	border: 1px solid #D50000;
	color: #D50000;
}
.menu li ul {
	display: block;
	background: #fff;
	margin: -1px 0 0;
	position: absolute;
	display: none;
	z-index: 2;
	border: 1px solid #ddd;
}
.menu li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.menu li ul li a {
	width: auto;
	margin: 4px;
	white-space: nowrap;
	color: #555;
	font-size: 13px;
}
#search {
	float: right;
	width: 180px;
	margin: 20px 10px;
	color: #aaa;
	font-size: 11px;
}
#pitch {
	margin-bottom: 30px;
}
#pitch .infoline {
	margin-top: -70px;
	padding: 15px 0 15px 0;
	background: #000;
	font-size: 15px;
	width: 980px;
	height: 20px;
	opacity:0.70;
	filter:alpha(opacity=70);
	color: #fff;
	text-align: center;
}
.pitch-gallery {
	overflow: hidden;
	width: 980px;
	position: relative;
}
.pitch-gallery-holder {
	width: 3920px;
	position: relative;
	top: 0;
	left: 0;
}
.pitch-gallery-div {
	float: left;
}
#left {
	width: 600px;
	float: left;
	margin-left: 25px;
	display: inline;
}
#left img {
	float: left;
	margin: 5px 20px 2px 0;
	padding: 3px;
	border: 1px solid #ccc;
}
#left form {
	padding-left: 45px;
}
#left label {
	float: left;
	display: block;
	clear: both;
	padding: 3px 0;
	color: #666;
	font-weight: normal;
	width: 150px;
}
#left .lcurrent {
	font-weight: bold;
}
#left label img {
	vertical-align: middle;
}
#left input.text, textarea, select {
	float: left;
	margin: 0 5px 10px 0;
	padding: 7px;
	width: 350px;
	border: 1px solid #ccc;
}
#left textarea {
	height: 200px;
}
#left select {
	width: 366px;
}
#left input.radio {
}
#left input:focus {
	border-color:#aaa;
}
#left textarea:focus {
	border-color: #aaa;
}
.error {
	font-size: 10px;
	color: #666;
	margin: 0 0 10px 150px;
	display: none;
}
#left .submit {
	border: 0;
	background: #000;
	color: #fff;
	padding: 5px;
	float: left;
	margin-left: 150px;
}
ul {
	color: #666;
	margin: 0 0 10px 30px;
	line-height: 18px;
}
ol {
	color: #666;
	margin: 5px 0 5px 30px;
	line-height: 18px;
}
.post {
	position: relative;
	margin-bottom: 20px;
	min-height: 127px;
	height: auto;
}
.post p {
	color:#888;
}
.post-options {
	position: absolute;
	margin: -20px 0 0 470px;
	font-size: 11px;
	color: #aaa;
}
#right {
	width: 260px;
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 36px;
	margin-right: 25px;
	display: inline;
}
#feature {
	margin-left: 25px;
	padding-bottom: 10px;
}
.small-post {
	float: left;
	width: 260px;
	margin-right: 75px;
}
.small-post img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 10px;
}
.last {
	margin-right: 0;
	margin-bottom: 20px;
}
#feature ul {
	margin-top: -11px;
}
#footer p {
	color: #666;
	font-size: 11px;
	margin: 10px 0 10px 0;
	text-align: center;
}
.post-info {
	font-size: 11px;
	color: #888;
}
.read-more {
	background: url(../images/link.gif) no-repeat center left;
	padding-left: 13px;
	font-size: 11px;
	color: #aaa;
}
.break {
	border-top: 1px solid #ccc;
	margin: 25px 0 0 0;
	display: block;
}
.space {
	margin-bottom: 20px;
}

