/* CSS Document */

<style type="text/css">


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

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #474646;
	background-image: url(gif/back.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	list-style-type: square;	
}



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


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
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;
	
}


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

#menu {
	padding-top: 0px;
	text-align: right;
	padding-bottom: 0px;
	float: right;
}



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


#content {
	width: 950px;
	padding: 0px;
	margin-bottom: 20px;
	
}


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

#home_text {
	width: 500px;
	margin: 0px;
	background-color: #313131;
	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: 40px;
	background-color: #e9e3d3;
	padding: 30px;
	min-height: 1px;
	float: left;
}

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

.column_right_bottom {
	width: 220px;
	margin-top: 40px;
	background-color: #313131;
	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; }





/* Video Positioning */


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

#gallery {
	clear: both;
	margin: 0px;
	float: left;
	width: 960px;
}

#galleryframe {
	clear: both;
	float: left;
	width: 960px;
	height: 660px;
	background-color: #313131;
}



#menuframe {
	clear: both;
	float: left;
	width: 200px;
	background-color: #313131;
}


#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;
}




/* ===========================================
	NAV DROPDOWN
============================================== */

#nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;


}

#nav a {
	display: block;
	width: auto;
	padding: 5px;
	margin: 0 0 0 0;
	
}

#nav li {
	float: left;
	width: auto;
	padding: 5px;
	margin: 0 0 0 0;
}


#nav li ul {
	position: absolute;
	width: auto;
	left: -999em;
	padding: 5px;
	margin: 0 0 0 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 58%;
	background-color: #313131;
	padding: 5px;
	margin: 0 0 0 0;
	border: solid; 
	border-color: #1f1f1f;
	border-width: 0px 1px 3px 3px;
	width: 360px;
	
}

#nav li:hover, #nav li.sfhover {
	background: #313131;
	padding: 5px;

}








</style>

