/* CSS Document */

/* general */
body {
background: #382104;
color: #353535;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 0px;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: 0px;
}

/* positioning */

div.toparea {
width: 100%;
height: 231px;
margin: 0px;
padding: 0px;
vertical-align: top;
background: url(images/top_bg.jpg) top left repeat-x;
}

div.palmtrees {
margin-top: 0px;
margin-left: 0px;
width: 33%;
height: 231px;
float: left;
text-align: left;
padding: 0px;
}

div.toptitle {
margin: auto;
width: 33%;
text-align: center;
padding-top: 0px;
float: left;
}

div.topcat {
margin-top: 0px;
margin-right: 0px;
padding: 0px;
height: 231px;
width: 205px;
text-align: right;
top: 0px;
right: 0px;
position: absolute;
z-index: 3;
}

div.menu {
	width: 80%;
	position: absolute;
	margin-top: 170px;
	text-align: center;
	color: #FAC741;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 4;
	left: 10%;
}

div.maintextarea {
background: url(images/main_bg.jpg) top left repeat;
background-color: #B3ABA2;
margin-left: 15%;
margin-right: 15%;
margin-top: -10px;
padding: 30px 0px 25px 0px;
}

div.lists {
margin-left: 5%;
margin-right: 5%;
}

div.listsright {
margin-left: 5%;
margin-right: 5%;
text-align: right;
}

/* text styles */

p {
padding: 5px 35px 0px 35px;
}

p.copyright {
color: #FFE2B7;
text-align: center;
font-size: 9px;
padding: 15px 0px 25px 0px;
}

p.kittens {
color: #990000;
text-align: center;
font-weight: bold;
padding: 5px 35px 0px 35px;
}

p.report {
padding: 5px 75px 0px 75px;
}


p.news {
color: #990000;
font-weight: bold;
padding: 5px 35px 0px 35px;
}

li.linews {
margin-bottom: 10px;
}

a, a:visited {
/* color: #0B2045; */
color: #7F2202;
text-decoration: none;
}

a:hover {
color: #3B0C67; 
text-decoration: underline;
}

div.menu a, div.menu a:visited {
text-align: right;
color: #FAC741;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

div.menu a:hover {
color: #BCC6DF;
text-decoration: underline;
}

a.hosting {
color: #BCC6DF;
text-decoration: none;
}

a.hosting:hover {
color: #FAC741;
text-decoration: underline;
}

p.firstpage {
padding-top: 35px;
}

/* form styles */
td.form {
font-size: 12px;
text-align: left;
}

input, select, option {
width: 180px;
background: #BFBEBD;
color: #1E1E1E;
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

textarea {
width: 180px;
background: #BFBEBD;
color: #1E1E1E;
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.button {
width: 80px;
background: #A59B8E;
font-weight: bold;
border: 1px solid #382104;
}
