body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	text-align: center; /* IE Fix */
	margin: 0;
}
body {
	background-color: #cccccc;
}

.clear{clear:both;}

#container {
	background: url(images/Leather-1x1.jpg);
	background-repeat: repeat;
	text-align: left; /* IE Fix */
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#content-outer
{
	background: url(images/Leather-1x1.jpg);
	background-repeat: repeat;
	text-align: left;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
form {
	margin: 0;
	text-align: left;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
#header {
	background-color: #e0e0e0;
	background: url(images/Header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #606060;
	height: 210px;
	font-size: 48px;
	font-weight: bold;
	padding: 0px;
    margin-bottom: 10px;
	}

.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #E0E0E0;
	color: #606060;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #C0C0C0;
	text-decoration: none;
}
.login a:hover {
	color: #003366;
	text-decoration: none;
}
/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:175px;
height: 100%;
/* min-height:700px; */
text-align: left;
margin: 0;
/* margin-top:10px; */
padding:0;
z-index: 10000;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:0 0 15px;
padding:7px 5px;
width:165px;
font-size:0.9em;
background-color:#9b6938;
color:#101010;
line-height:1.5em;
}

#leftside div.announce p {
margin:0;
padding:0;
}

#leftside div.down-wrap {
	position:bottom;
}

#leftside div.guarantee {
clear:left;
background: url(images/Guarantee.png) no-repeat;
width: 160px;
height: 191px;
margin:0 0 10px 5px;
padding:0;
}

#leftside div.rafter-t-logo {
clear:left;
background: url(images/Rafter-T-Brand.gif) bottom center no-repeat;
margin:0 0 10px 46px;
width:82px;
height:86px;
padding:0;
}


/***** Main menu *****/
ul.avmenu {
width:175px;
margin:0;
padding:0;
list-style:none;
}

ul.avmenu li {
width:175px;
margin:0;
padding:0;
display:inline;
}

ul.avmenu li a {
background: url(images/Empty-Up.jpg) top left no-repeat;
color:#505050;
width:175px;
height: 50px;
float:left;
font-size:10pt;
margin:0;
margin-top: -10px;
/* margin-top:-10px; */
border:0;
padding:5px 5px 0px 35px;
text-decoration: none;
}

ul.avmenu li a:hover {
background: url(images/Empty-Selected-Hover.jpg) top left no-repeat;
color:#990000;
text-decoration: none;
}

ul.avmenu li a.current,ul.avmenu li a.menu_current {
background: url(images/Empty-Selected-Hover.jpg) top left no-repeat;
color:#c0c0c0;
text-decoration: none;
}

ul.avmenu li a:visited {
text-decoration: none;
}

ul.avmenu ul {
margin:0;
padding:0 0 5px 0;
font-size:12px;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:145px;
}

ul.avmenu ul ul {
width:143px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Main content *****/
#content {
    background-color: #dec490;
	text-align: left;
	min-height: 450px;
    height: 100%;
	margin: -13px 0 0 175px; 
/*	border-left:1px solid #f0f0f0; 
	border-bottom: 10px solid #dec490; */
	padding:0 10px 0 10px;
	line-height:1.6em;
}

#content h2 {
	font-size:1.6em;
	margin:0 0 10px;
}

#content h3 {
	font-size:1.4em;
	margin:0 0 8px;
}

#content img {
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #95541C;
}

#content ul, #content ol {
	margin:0 0 16px 20px;
	padding:0;
}

#content li {
	margin:0;
	padding:0 0 0 5px;
}

#content ul ul, #content ol ol {
	margin:0 0 0 16px;
	padding:0;
}

/***** Footer *****/
#footer {
	clear:both;
	background: url(images/Leather-1x1.jpg);
	background-repeat: repeat;
	margin: 0 -10px 0 -10px;
	padding:10px 0 10px 0;
/*	width:100%; */
	text-align:center;
	color:#101010;
	border-top:1px solid #f0f0f0;
	font-size:0.9em;
}

#footer a {
	color:#101010;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}