@charset "utf-8";
/* CSS Document */

#horizon {
	/* color: white; */
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -480px;
	position: absolute;
	top: -330px;
	left: 50%;
	width: 906px;
	height: 70px;
	visibility: visible
}
body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4f1406;
}
/*.navigation {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #F00;
}*/
a {
color: #9f915a;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
#navcontainer {
	border: thin solid #333;
	position: relative;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

/*p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-right: 15px;
	line-height: 21px;
	text-align: left;
}*/
#Container {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 520px;
	height: 382px;
	overflow: hidden;
}
#Containerblank {
	position: relative;
	top: -70px;
	left: 5px;
	width: 900px;
	height: 382px;
	overflow: visible;
}
.Scroller-Container { position: absolute; background: transparent; }
h3 {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
	text-align: left;
}
p {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	text-indent: 0;
	line-height: 20px;
}
#Scrollbar-Container {
  position: absolute;
  top: 120px; left: 560px;
  width: 10px; height: 382px;
}
.Scrollbar-Track {
	width: 10px;
	height: 382px;
	background-color: #600;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px;
	height: 40px;
	/*background-color: #600;*/
}
#sbLine {
	position: absolute;
	width: 40px;
	height: 40px;
	/*background-color: #F00;*/
	font-size: 0px;
	background-image: url(../images/paw_on.png);
	left: -14px;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

a {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #F00;
	text-decoration: none;
}
a:hover{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #C90;
}
/* form */

fieldset {
	border: 0px;
	width: 500px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
