/* CSS Document */

<style type="text/css">


/* ===========================================
	GENERAL
============================================== */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #1C1C1C;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-type: square;	
}



/* ===========================================
	TYPOGRAPHY
============================================== */


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #7DBF0F;
}
a:active {
	text-decoration: none;
	color: #7DBF0F;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #000000;
}

h2 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

h3 {
	color: #999999;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	clear: both;
}

a img 
{
	border: 0;
}


.line {border-top: 1px dotted #CCCCCC;
margin-top: 0px;
margin-bottom: 10px; }

.acknowlege {
	font-size: 10px;
	color: #666666; }
	
a.acknowlege_link {
	color: #666666;
	text-decoration: none;
}
a.acknowlege_visited {
	text-decoration: none;
	color: #666666;
}
a.acknowlege_hover {
	text-decoration: none;
	color: #7DBF0F;
}
a.acknowlege_active {
	text-decoration: none;
	color: #666666;
}	

/* ===========================================
	CONTAINERS
============================================== */


#container {
	width: 960px;
	margin: 0 auto;
	display: table;
}


#header {
	text-align: left;
	padding-top: 30px;
	float: left;
	padding-bottom: 7px;
}

#menu {
	padding-top: 30px;
	text-align: right;
	padding-bottom: 7px;
}


#content_home {
	width: 880px;
	background-color: #000000;
	background-image: url(images/home_back.jpg);
	background-repeat: no-repeat;
	height: 496px;
	margin: 0px;
	padding: 40px;
	overflow: hidden;
}


#content {
	width: 880px;
	background-color: #000000;
	padding: 40px;
	margin-bottom: 40px;
	
}


/* ===========================================
	COLUMNS
============================================== */

#home_text {
	width: 500px;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 40px;
	min-height: 1px;
	float: left;
	filter:alpha(opacity=80);
    opacity:0.8;
	font-size: 13.5px;
	line-height: 20px;
}


.column_left {
	width: 500px;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 30px;
	margin-right: 40px;
	min-height: 1px;
	float: left;
}

.column_right {
	width: 220px;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 30px;
	min-height: 1px;
	float: left;
	display: inline;
}

.column_right_bottom {
	width: 220px;
	margin-top: 40px;
	background-color: #FFFFFF;
	padding: 30px;
	min-height: 1px;
	float: left;
	display: inline;
}


#div-1c {
 clear:both;
}

/* ===========================================
	SPACERS
============================================== */
.spacer {
	min-height: 1px;
	clear: both;
	width: 100%;
}
.s3 { height: 3px; }
.s5 { height: 5px; }
.s7 { height: 7px; }
.s15 { height: 15px; }
.s20 { height: 20px; }
.s25 { height: 25px; }
.s30 { height: 30px; }
.s32 { height: 32px; }
.s35 { height: 35px; }
.s40 { height: 40px; }
.s45 { height: 45px; }



/* lists */

ul, ol {
	line-height: 17px;
	margin: 0px 0 2em 15px;
	padding: 0;
}
ul.noPad {
	margin-left: 0px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
li {
	list-style: square;
}




/* Video Positioning */


#wrapper { 
  margin: 0 auto; 
  text-align: left; 
  background-color:#000;
  min-height: 400px;
}

#video {
	clear: both;
	margin: 0px;
	float: left;
	width: 600px;
}

#videoframe {
	clear: both;
	float: left;
	width: 600px;
	background-color: #000000;
}

#thumbnails {
	float: right;
	width: 265px;
	position: relative;
	margin: 0px 0px 0px 0px;
}


#thumb {
	margin: 0px 10px 10px 0;
}

#thumb a.selected {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}


a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}


</style>
