/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

#container {
	background: url(../img/bg_body.jpg) repeat-x;
	width: 900px;
	margin: 0px auto;
	position: relative;
	float: none;
}

#header {
	width: 100%;
	height: 117px;
	position: relative;
	float: none;
}

#animation {
	width: 100%;
	height: 330px;
	position: relative;
	float: none;
}

#holder {
	width: 100%;
	height: auto;
	position: relative;
	float: none;
}

#mainnav {
	width: 220px;
	position: relative;
	float: left;
}

#main {
	width: 220px;
	height: 30px;
	background: url(../img/nav_main_bg.jpg) no-repeat;
	margin-top: 1px;
	cursor: pointer;
	z-index: 1;
}

#main:hover {
	background-position: 0px -30px;
}

#sub {
	width: auto;
	height: 20px;
	background-color: #E4E4E4;
	border-top: 1px solid #FFFFFF;
	line-height: 20px;
	padding-left: 20px;
	font-size: 11px;
	cursor: pointer;
	z-index: 2;
}

#sub:hover {
	background-color: #BFBFBF;
}

#sub a {
	text-decoration: none;
	color: #333333;
	display: block;
}

#content {
	width: 599px;
	position: relative;
	float: left;
	padding: 40px;
}

#content a  {
	color: #8E531A;
	font-weight: bold;
}

#footer {
	width: 900px;
	position: relative;
	clear: both;
	margin: 0px auto;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	background: url(../img/footer.jpg) no-repeat;
	line-height: 30px;
	text-align: right;
	font-size: 10px;
	color: #8E531A;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active, #footer a:focus  {
	font-size: 10px;
	color: #8E531A;
	text-decoration: none;
}

h1 {
	color: #8E531A;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}

h2 {
	color: #000000;
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

.sub_container {
	display: none;
}