@charset "utf-8";
body,p,h1,h2,h3,ul,li,div,span,img,a {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
}
body {
	background-color: #3D8D47;
	background-image: url(images/header4-bg.png);
	background-repeat: repeat-x;
}
#video {
	height: 350px;
	width: 425px;
	background-color: #5099EB;
}
#header {
	height: 119px;
	display: block;
}
.page-section {
	text-align: left;
	padding: 15px;
	background-repeat: repeat-x;
	background-image: url(images/shade.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#header .main_head {
	margin-left: 15%;
	z-index: 1;
	width: 800px;
	position: absolute;
	overflow: hidden;
}

#wrap {
	width: 455px;
	margin: 5px auto 0 auto;
	background-repeat: no-repeat;
	padding-top: 5px;
}
div.sectiontitle {
	padding: 7px;
	display: block;
	height: 35px;
	margin-top: 5px;
}

.tab-img {
	margin-left: 5px;
}
div#watchtitle  {
	background-color: #689E4E;
	border: 1px solid #7CB163;
}
div#watchtitle a:hover {
	background-color: #73AC57;
}

div#watch {
	background-color: #33773C;
	border-color: #689E4E;
}
#factstitle a {
	background-color: #EECA39;
	border: 1px solid #F7E69F;
}
#factstitle a:hover {
	background-color: #F3DA76;
}

#facts {
	background-color: #EECA39;
	border-color: #F7E69F;
	display: none;
}
#contacttitle a {
	background-color: #A94343;
	border: 1px solid #CB7E7E;
}
#contacttitle a:hover {
	background-color: #BC5454;
}

#contact {
	background-color: #A94343;
	border-color: #CB7E7E;
	display: none;
}
.video_options {
	float: right;
	width: 176px;
	margin-top: 25px;
}
.video_options h3 {
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.option-tab a{
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
#youtube a {

}
/*#vimeo a {
	border: 1px solid #C1BC7B;
}
#download a {
	border: 1px solid #BD766F;
}*/


#footer {
	margin-top: 10px;
	text-align: center;
	color: #C0E4C4;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2D6834;
	padding-top: 5px;
}
#footer a {
	color: #C0E4C4;
	background-color: #2F6C36;
	padding: 3px;
	text-decoration: none;
}
.caption {
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D8D47;
	padding-bottom: 3px;
}

