@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ff0000;
	scrollbar-3dlight-color: #990000;
	scrollbar-darkshadow-color: #990000;
	scrollbar-shadow-color: #ff0000;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #000000;
	background-color: #000000;
	background-image: url(../images/bgy.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
}

a:link {
	color: #ff0000;
	font-weight: bold;
}
a:visited {
	color: #ff0000;
	font-weight: bold;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

html {
	font-size: 100%;
}

hr {
	color: #ff0000;
	background-color: #FF0000;
	height: 1px;
	border: none;
	clear: both;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
}
html>body input.text, html>body input.button html>body select {

}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
input.button, textarea, select {
	background: url(../images/form-bg.gif) repeat-x top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: none;
	color: #000000;
	background-color: #a36c07;
	font-size: 15px;
	padding: 3px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #a36c07;
}
input[type="submit"]:active {
	background-color: #a36c07;
}
input[type="submit"][disabled] {
	border: none;
	color: #000000;
	background-color: #a36c07;
}
input.text, textarea, select {
	background: url(../images/form-textarea-bg.gif) repeat-x top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: none;
	color: #000000;
	background-color: #a36c07;
	font-size: 15px;
	padding: 3px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #a36c07;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #a36c07;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}
.h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
.h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
.h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	font-weight: normal;
}
.h4 {
	font-size: 15px;
	font-weight: normal;
}

.textred {
	color: #ff0000;
}
.textred a {
	color: #ff0000;
}
.textred a:visited {
	color: #ff0000;
}
.textred a:hover {
	color: #ff0000;
}

.textwhite {
	color:#ffffff;
}
.textwhite a {
	color: #ffffff;
}
.textwhite a:visited {
	color: #ffffff;
}
.textwhite a:hover {
	color: #ffffff;
}
.textgold {
	color: #e0b800;
}
.textsmall {
	font-size: 12px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 854px;
}

#logo {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 34px;
}


#nav {
	padding-top: 20px;
	height: 24px;
	padding-bottom: 15px;
	float: right;
	padding-right: 60px;
}
#nav ul { 
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style: none;
	margin-bottom:0px;
	height: 24px;
	float: left;
	width: auto;
	background-image: url(../images/nav-devide.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	line-height: 20px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 25px;
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 25px;
	margin-left: 25px;
}
#footer p {
	clear: both;
	margin: 0px;
}
#footer ul { 
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	list-style: none;
	padding: 0px;
	margin-bottom:0px;
	height: auto;
	float: left;
	width: auto;
	background-image: url(../images/footer-devide.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
#footer ul li a {
	padding-right: 13px;
}

#author {
	color: #e0b800;
}
#author a {
	color: #e0b800;
}

.padd {
	padding-top: 15px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;
}


.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear:both;
}

.m0 {
	margin:0;
}
.mt0{
	margin-top:0;
}

.p0 {
	padding:0;
}
.pt0{
	padding-top:0;
}

#left-col {
	float: left;
	width: 591px;
}

#right-col {
	float: right;
	width: 194px;
	margin-left: 20px;
}
#right-col img {
	border: #FF0000 1px solid;
	margin-bottom: 20px;
}
#intro-block {
	background-image: url(../images/block-bg-intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 804px;
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#header-block {
	border: solid 1px #ff0000; width:806px; height:301px; margin-bottom:20px;
}

.textblock {
	width: 383px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.contactblock {
	margin: 0px;
	padding: 0px;
}
.contacttitle {
	width: 200px;
	text-align: left;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contactdetail {
	width: 326px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#menu-list ul {
	margin:0;
	padding:0;
}
#menu-list ul li {
	list-style-type: none;
	font-size: 18px;
	line-height: 35px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 35px;
	background-image: url(../images/bulletpoint.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

