﻿/********************
GLOBAL STYLING
********************/
body 
{
	margin:0px;
	padding:0px;
	background: url(Images/site-bkg-x.jpg) repeat-x top center #c5a786;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
}
h1
{
	font-size:22px;
}
h2
{
	font-size:15px;
	font-weight:normal;
}
h3
{
	font-size:13px;
	font-weight:bold;
	margin: 0px;
}
a {
    color:#b09580;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #571f1c;
}
.clearer
{
	clear:both;
}
#bkg
{
	background: url(Images/site-bkg.jpg) no-repeat top center;
	clear:both;
}
#container 
{
	clear:both;
	margin:0px auto 0px auto;
	padding:0;
	width:856px;
}
#header
{
	width:816px;
	margin:0px 20px 0px 20px;
	height:93px;
}
#logo
{
	float:left;
	margin:30px 0px 0px 0px;
}
/* MENU  */
#menu
{
	float:left;
	margin:58px 0px 0px 2px;
    height:30px;
}
.fb-menu {
    list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0pt;
	white-space:nowrap;
}
* html .fb-menu
{
    float:left;
    margin-left: 0px;
    margin-right: 5px;
}
* html .fb-menu a 
{
    display: block;
    float:left;
}
.fb-menu li {
	display:table-cell;
	float:left;
	height:30px;
	text-align:center;
}
.fb-menu a {
    color:#b09580;
	display:block;
	font-family:Verdana, Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:30px;
	padding:0px 8px 0px 8px;
	text-align:center;
	text-decoration:none;
	line-height:15px;
}
.fb-menu a:hover {
	text-decoration:none;
	/*background-color:#cccccc;*/
	color: #571f1c;
}
/* MENU-END  */




#content
{
	width: 800px;
	height: 580px;
	line-height:20px;
	background-color: #FFFFFF;
	padding:28px;
	background: url(Images/content-bkg.jpg) no-repeat top left;
}
.left-col
{
 	float:left;
 	width:435px;
 	padding:20px 0px 20px 20px;
 	height:540px;
}
.right-col
{
 	float:left;
 	height:580px;
}
.content-header
{
	font-size:25px;
	font-weight: normal;
	margin:5px 0px 14px 0px;
	color: #571f1c;
}
.terms h3
{
	font-size:10px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}
.terms p
{
	font-size: 10px;
	margin: 1px 0px 4px 0px;
	line-height: 14px;
}
.terms ul
{
	font-size:10px;
	line-height:14px;
	margin:3px 0px 3px 0px;
	padding: 0px 0px 0px 20px;
}
.terms li
{
	margin: 2px 0px 0px 0px;
}
.about-us
{
	font-size:11px;
	line-height:16px;
}
.about-us p
{
	margin:10px 0px 10px 0px;
}
#footer
{
	text-align:center;
	font-size: 11px;
	color: #967c66;
}