@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}td,th{vertical-align:top;}a{color:inherit;color:expression(this.parentNode.currentStyle.color);text-decoration: none;}

html, body {
	height: 100%;
}

html {
	overflow: auto;
}

body {
	background-image: url(img/body-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #dedede;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: solid #b7b7b7;
	border-width: 1px 0 0 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
}

h2 {
	font-weight: bold;
	color: #ff9900;
}

h3 {
	color: #ff9900;
}

p {
	text-align: justify;
}

.orange {
	color: #ff9900;
}

#main-window {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px auto;
}

#main-window img {
	display: block;
}

#main-header {
	width: 1115px;
	height: 219px;
	background-image: url(img/main-header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	margin: 0 auto;
}

#main-navigation {
	width: 1115px;
	margin: 0 auto;
}

#main-navigation a:hover {
	text-decoration: none;
}

#sub-navigation ul li {
	padding-right: 5px;
	float: left;
}

#sub-navigation ul li a.active {
	color: #ff9900;
}

#main-content {
	width: 1115px;
	padding-top: 20px;
	margin: 0 auto;
}

#main-footer, #main-footer-push {
	width: 1115px;
	margin: 0 auto;
	height: 20px;
}

#gallery img {
	width: 125px;
	height: 96px;
	border: solid 1px #808080;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#gallery img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#videos img {
	width: 125px;
	height: 96px;
	border: solid 1px #808080;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#videos img:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.text {
	width: 525px;
	height: 25px;
	padding: 0;
	padding-left: 5px;
	background-image: url(img/form-text.jpg);
	border: solid 1px #dedede;
	color: #fff;
}

.textarea {
	width: 1060px;
	height: 290px;
	padding: 0;
	padding: 5px 10px;
	background-image: url(img/form-text.jpg);
	background-color: #000;
	background-repeat: repeat-x;
	border: solid 1px #dedede;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.submit {
	width: 150px;
	height: 25px;
	padding: 0;
	background-image: url(img/form-submit.jpg);
	border: solid 1px #dedede;
	cursor: pointer;
	color: #fff;
}

.error {
	color: red;
}

form label {
	font-weight: bold;
	color: #ff9900;
}

