﻿@import url(slider.css);

body 
{
    background-image:url("/templ/default/images/background_fill.gif");
    background-repeat:repeat-x;
    background-color:#6A5B1F;
    
    margin:0px;
    text-align:center;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    color:#FFFFFF;
	
}

a { text-decoration:underline; font-weight:bold; color:#FFFFFF; }
a.black { text-decoration:none; font-weight:bold; color:#000000; }
a.hover { text-decoration:none; }

.fix { behavior: url(/iepngfix.htc); }

.small { font-size:10px; }

input,textarea,select {
	font-size:10px;
	background-color:#998c57;
	border:0px;
	border:1px solid #80732d;
	color:#FFFFFF;
}

textarea {
	background-color:#998c57;
	border:0px;
	border:1px solid #80732d;
	color:#FFFFFF;
}

.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
 	text-align: left;
	font-weight: normal;
	border:1px solid #cccccc;
}
.forminputerror {
	background-color:#FF9999;
	font-size:10px;
	border:0px;
	border:1px solid #80732d;
	color:#FFFFFF;
}

div#background 
{
    background-image:url("/templ/default/images/background_top.jpg");
    background-repeat:no-repeat;
    width:1053px;

	
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

div#mainbox
{
    position:relative;
    top:67px;
    left:103px;
    
    background-image:url("/templ/default/images/mainbox_top.jpg");
    background-repeat:no-repeat;
    width:894px;
    height:auto;
}

div#bottom
{
    background-image:url("/templ/default/images/mainbox_bottom.jpg");
    background-repeat:no-repeat;
    width:892px;
    height:227px;
}

div#content
{
    position:relative;
    top:60px;
    left:50px;
	text-align:left;
	clear: both;
	margin: 0 auto;
	min-height:500px;
}

#nav_main {
	width:100%;
	float:left;
	color: #fff;
	
	position:relative;
	left:170px;
	top:35px;
}

#nav_main ul {
  padding:0 0 0 50px;
  list-style:none;
}
  
#nav_main li {
  float:left;
  padding: 0 0 0 10px;
  margin-left:10px;
  background: url("/templ/default/images/nav_ruler.jpg") no-repeat left;
  height:32px;
  padding-top:10px;
  vertical-align:top;
}

