
* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/bg_stripe.png) repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	font-size:12px;
}

h1, h2, h3 {
	margin: 0;
	color: #799b11;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	color: #799b11;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	font-size:12px;
	
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
	font-size:12px;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

#wrapper
{
	margin:0 auto;
	width:100%;
}

/* Header */
#header_wrapper
{
	width:100%;
	border-bottom:2px solid #336600;
	background-color:#fff;
	margin: 0px auto;
	padding: 0px;
	height:150px;
}

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 25px 0 0 0;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size:11px;
	color:#669900;
	text-decoration:none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#searchbox {
	width:225px;
	height:26px;
	float:left;
}

/* Menu */

#menu {
	width: 900px;
	height: 40px;
	float:left;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	text-transform:capitalize;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color:#669900;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	padding: 5px 0;
}


/* Content > Main */

#main {
	width: 850px;
	float: left;
}

.main-content
{
	background:url(../images/splash_content_bg.png) no-repeat;
	width:732px;
	height:495px;
}
.main-content-body
{
	padding:10px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
	border-bottom: 1px solid #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto 2em auto;
	color:#fff;
	font-weight:bold;
}
#footer a 
{
	color:#ffff00;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: 12px;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
	color:#HFFFF00;
}

#links a
{
	color:#ffff00;
}

/* CSS TABS */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 3px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	/* border: 1px solid #ccc; */
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ROUND CORNERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.body_round
{
	display: block;
}
.body_round *
{
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #ffffff;
}
.body_round1
{
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #f5f7f8;
	border-right: 1px solid #f5f7f8;
	background: #fbfbfc;
}
.body_round2
{
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #f0f3f4;
	border-right: 1px solid #f0f3f4;
	background: #fbfcfc;
}
.body_round3
{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #fbfcfc;
	border-right: 1px solid #fbfcfc;
}
.body_round4
{
	border-left: 1px solid #f5f7f8;
	border-right: 1px solid #f5f7f8;
}
.body_round5
{
	border-left: 1px solid #fbfbfc;
	border-right: 1px solid #fbfbfc;
}
.body_roundfg
{
	background: #ffffff;
	padding: 10px;
	min-height: 300px;
}
/* END ROUND CORNERS */


#pitch { margin-bottom: 0; }
	#pitch .infoline { margin-top: -70px; padding: 25px 0 25px 25px; background: #000; font-size: 18px; width: 955px; height: 18px; opacity:0.70; filter:alpha(opacity=70); color: #fff; }

	.pitch-gallery { overflow: hidden; width: 382px; position: relative; }
		.pitch-gallery-holder { width: 3920px; position: relative; top: 0; left: 0; }
		.pitch-gallery-div { float: left; }

