@charset "utf-8";

/* MAIN CONTROLS ---------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #3F352B url(../gfx/bottom.jpg) no-repeat bottom right;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
}

img a {
	outline: none;
	border: 0;
}

.table {
	background: url(../gfx/left.jpg) no-repeat top left;
}

hr { height:1px; color:#FFFFFF; }






/* WRAP ------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(../gfx/left.jpg) no-repeat top left;
	clear: both;
}

#image {
	background: url(../gfx/image.jpg) no-repeat;
	height: 205px;
	width: 800px;
}

#container { width:800px; margin-left: 80px; margin-bottom 100px; }
#logo { float:left; height:146px; width:251px; }
a img { border:none; }
#content { clear:both; }



/* FOOTER ----------------------------------------------------------------------------------------------------------------------*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5E554D;
	padding-top: 5px;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	text-align: center;
	cursor: default;
}

#footer a { color:#5E554D; font-size:10px; text-align:center; text-decoration:none; outline:none; font-family: Arial, Helvetica, sans-serif; }
#footer a:hover { color:#A7FF00; }





/* MENU -------------------------------------------------------------------------------------------------------------------------*/

#menu {
	width: 600px;
	height: 40px;
	text-align: right;
	margin-left: 240px;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding-left: 2px;
	padding-bottom: 20px;
}

#menu a {
	float: left;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #72A024;
	outline: none;
	border-bottom: 4px solid #493E33;
}

#menu a:hover {
	border-bottom: 4px solid #6BA300;
	background: #493E33;
	color: #98F316;
	padding-bottom: 8px;
	padding-top: 7px;
}
