@charset "utf-8";
body, p, ul, li, h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
}
html { height: 100%; }

body {
	background: #000000 url(images/bgsub_bottomlight.jpg) no-repeat center bottom;
	font: 11px/1.5 Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	height: 100%;
}

.index body {
	background: url(none);
}

a:link {
	color: #BCBCBC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #D0FF15;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background_lighttop.jpg) no-repeat top;
	padding-bottom: 20px;
}
#header {
	height: 151px;
}

#navigation {
	float: right;
	width: 576px;
	height: 34px;
	padding-top: 80px;
	padding-right: 25px;
}
#main {

}
#slide {
	text-align: center;
	padding-top: 80px;
	padding-left: 70px;
	min-height: 180px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/bg_bottomlight.jpg);
}

#window {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}


#windowtop {
	height: 15px;
	background: url(images/windowbg_top.jpg);
}

#windowmain {
	background: #414141 url(images/windowbg.jpg) no-repeat top;
	min-height: 100px;
}
#windowbottom {
	height: 15px;
	background: url(images/windowbg_bottom.jpg);
}
#intro {
	width: 423px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	background: url(images/bg_windowdivider.gif) repeat-y right;
}
#info {
	width: 420px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}
#logo {
	width: 358px;
	float: left;
	padding-left: 0px;
}
#slide li {
	list-style-type: none;
	float: left;
}
.subpage #window {
}
.subpage   #windowtop {
	background: url(images/windowbg_top.jpg);
}
.subpage   #windowmain, .video #windowmain {
	background: #414141 url(images/windowbg.jpg) no-repeat top;
	min-height: 200px;
}
.subpage #windowcontent {
	padding-right: 30px;
	padding-left: 30px;
}


.subpage   #windowbottom {
	height: 15px;
	background: url(images/windowbg_bottom.jpg);
}
.video #windowmain {
	padding-right: 0px;
	padding-left: 16px;
}
.video  ul li   div {
	height: 315px;
	width: 186px;
	padding: 10px;
	margin-bottom: 15px;
	background-image: url(images/bg_video.gif);
	color: #ADADAD;
	line-height: 1.3;
}
.video  ul  li  div  h2 {
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.video    ul  li  {
	list-style-type: none;
	float: left;
	width: 186px;
	margin-right: 36px;
	margin-top: 15px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
