/* BODY */
body {
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../img/wood_pattern3.jpg);
	background-color: #ccc;
	text-align: center;
}

.bigbox a, a:visited{
	color: #FF099C;
	text-decoration: none;
}
.bigbox a:hover {
	color: #FF099C;
	background-color: #fff;
}

.menutop  h3{
	color: #fff;
	/*background-color: #FF099C;*/
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	padding: 5px;
	float: right;
	margin-right: -5px;
	margin-bottom: -5px;
}
.footer  h3{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	display: inline;
	padding: 5px;
	float: left;
	margin-top: -55px;
	margin-left: 255px;
}

#wrapper {
	margin: 200px auto;
	width: 800px;
	top: 30px;
	text-align: left;	
}

#left_top{
	width: 350px;
	float: left;
	background: #fff;
	padding: 10px;
	height: 150px;
	overflow: auto;
}

#right_top{
	width: 350px;
	float: right;
	background: #eeeeee;
	padding: 10px;
	height: 150px;
	overflow: auto;
}
.logo{
	width: 580px;
	background-image: url(../img/2dirty.png);
	background-color: #554f48;
	background-repeat: no-repeat;
	float: left;
	padding: 10px;
	margin-bottom: 50px;
	border: 10px solid #fff;
	height: 80px;
}
.smallbox{
	background-image: url(../img/2dirty.png);
	width: 200px;
	background-color: #535353;
	float: left;
	padding: 10px;
	margin-bottom: 50px;
	border: 10px solid #fff;
	height: 200px;
}
.bigbox{
	width: 500px;
	height: 200px;
	background-color: #535353;
	float: right;
	padding: 10px;
	margin-bottom: 50px;
	border: 10px solid #fff;
	overflow: auto;
}
.bixbox ul, li {
	color: #fff;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:14pt;
}
p.error{
	color: red;
	background-color:red;
	font-size:14px;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
form.contact {
	width: 400px;
	color: #fff;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:14pt;
}
ul.list1{
	margin-top: -10px;
}
input.contact {
	float: right;
	width: 300px;
	color: #000;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
}
textarea.contact {
	width: 300px;
	float: right;
	height: 70px;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
}
input.contactbutton {
width: 307px;
float: right;
}

#left_top p, #right_top p, .bigbox p, .smallbox p{
	/*color:#4e4e4e;*/
	color: #fff;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:17pt;
}

/* END BODY */

/* MENU */

#top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 65px;
	background: #eeeeee;
	margin: 0px auto;
}
#top_color{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	background: #870000;
	margin: 0px auto;
}
/*
#menu_center{
	margin: 0px 70px 0px auto;
	width: 500px;
	text-align: left;
}
#menu ul{
    margin: 0px auto; 
	padding: 0;
    float: left;
		color:#4e4e4e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17pt;
	text-transform: uppercase;
}

#menu ul li{
    display: inline;
	height: 100px;
}

#menu ul li a{
    float: left; text-decoration: none;
    color: black; 
    padding: 10px 11px;
    background-color: #ebebeb; 
	height: 45px;
}

#menu ul li a:visited{
    color: black;
}

#menu ul li a:hover, #menu ul li .current{
    color: #fff;
    background-color:#880001;
}

#menu span {
	text-align: right;
}
*/

#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #fff;
	color: #4e4e4e;
	padding-bottom: 8px;
}
#menu .selected {
background: #fff;
}
/* END MENU */

#bottom{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80px;
	background: #fff;
	margin: 0px auto;
}
