* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 15px;
	color: #133D33;
	line-height: 20px;
}

img {
	border: none;
}

body {
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
}

#bgheader {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 220px;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}

#bgheader h1 {
	text-indent: -9999px;
	width: 422px;
	height: 99px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -482px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#nav  {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 168px;
	z-index: 10;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline-block;
	margin-right: 10px;
}

#nav ul li a {
	display: inline-block;
	text-align: center;
	padding: 16px 12px;
	color: #FFF;
	text-decoration: none;
	
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: #666 1px -3px 3px;
	-moz-box-shadow: #666 1px -3px 3px;
	box-shadow: #666 1px -3px 3px;
	background: #5589D0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5589D0), to(#437ac4));
	background: -webkit-linear-gradient(#5589D0, #437ac4);
	background: -moz-linear-gradient(#5589D0, #437ac4);
	background: -ms-linear-gradient(#5589D0, #437ac4);
	background: -o-linear-gradient(#5589D0, #437ac4);
	background: linear-gradient(#5589D0, #437ac4);
	-pie-background: linear-gradient(#5589D0, #437ac4);
	font-size: 16px;
	behavior: url(PIE.htc);
}

#nav ul li a.active, #nav ul li a.trail, #nav ul li a:hover {
	background: #FFF;
	background-image: linear-gradient(bottom, rgb(255,255,255) 65%, rgb(205,205,205) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 65%, rgb(205,205,205) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 65%, rgb(205,205,205) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 65%, rgb(205,205,205) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 65%, rgb(205,205,205) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.65, rgb(255,255,255)),
		color-stop(1, rgb(205,205,205))
	);
	-pie-background: linear-gradient(#cdcdcd, #FFFFFF);
	/*behavior: url(PIE.htc);
	*/
	color: #2c7365;
	padding-bottom: 70px;
	/*margin-top: 20px;*/
}

#content {
	padding-top: 310px;
	padding-bottom: 150px;
	min-height: 600px;
}




#content h2 {
	color: #2C7365;
	font-size: 30px;
	margin-bottom: 30px;
}

#content h3 {
	color: #2C7265;
	font-size: 18px;
	margin-bottom: 20px;
}

#content h4 {
	
}

#content p {
	margin-bottom: 15px;
}

#content a {
	text-decoration: none;
	color: #4379C4;
}
#content a:hover, #content a.active {
	display: inline-block;
	background-color: #4379C4 !important;
	color: #FFF;
}

#content .c33l {
	float: left;
	width: 320px;
	padding-right: 30px;
}

#content .c66r {
	margin-left: 350px;
}

#content .c75l {
	width: 670px;
	float: left;
}

#content .c25r {
	margin-left: 690px;
}

#content .c25r  div.select {
	background-color: #eeeeee;
	margin-bottom: 0;
	padding: 5px;
}

#content .c25r  div.select select {
	width: 100%;
}

#content .c25r  h3 {
	background-color: #eeeeee;
	margin-bottom: 0;
	padding: 5px;
}
#content .c25r  ul {
	background-color: #eeeeee;
	padding-bottom: 4px;
}

#content .c25r  ul li { 
	padding: 0 5px 1px 5px;
}

#content .c25r  ul a {
	padding: 5px;
	background-color: #FFFFFF;
	display: block;
}


#content img {
	border: 5px solid #B6DED9;
	margin-bottom: 15px;
}

#content #videoContainer_wrapper img, #content #videoContainer img {
	border: none;
	margin-bottom: 0;
}

#videoContainer_wrapper, #videoContainer {
	margin-bottom: 25px;
	position: relativ;
}

#content ul {
	list-style: none;
}

#descriptions {
	display: none;
}

#footer {
	padding: 15px 0 15px;
	background-color: #ccc;
}

#footer_inner {
	width: 960px;
	margin: auto;
}

#footer_inner p {
	/*color: #000;*/
	text-transform: uppercase;
	font-size: 10px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0;
}

.dvd-item {
	border-bottom: 1px solid #B6DED9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.dvd-item  img {
	float: left;
}

.dvd-item  .text {
	margin-left: 250px;
}

a.button {
	display: inline-block;
	text-align: center;
	padding: 10px 12px;
	background-color: #4379C4;
	color: #FFF !important;
	text-decoration: none;
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: #666 1px -1px 3px;
	-moz-box-shadow: #666 1px -1px 3px;
	box-shadow: #666 1px -1px 3px;
}