
.bodyclass {
	background-color: #7E4114;
	background-image: url(/images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
}

#printheader,
#printfooter {
	visibility: hidden;
	display: none;
}

#header {
	width: 989px;
	height: 232px;
	background: url(/images/header_and_logo_home.png) no-repeat;
}


#logo a {
	float: left;
	padding-top: 29px;
	width: 404px;
	height: 181px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 500;
}

#logo a span{
	display: none;
}

#containerwrapperinside {
	width: 989px;
	background: url(/images/containerwrapper_bg.png) repeat-y;
	float: left;
}

#containerwrapperhome {
	width: 989px;
	background: url(/images/containerwrapperhome_bg.png) repeat-y;
	float: left;
}


#container {
	width: 989px;
	float: left;
	background: url(/images/container_bg.png) no-repeat;
	/* border: 1px solid green; */
}

#main {
	/*border: 1px solid green; */
	background: url(/images/header_bg.jpg) no-repeat;
	background-position: 16px 13px;
}

#maincontenthome {
	padding-right: 10px;
	width: 744px;
	float: right;
}

#maincontentinside {
	padding-right: 25px;
	width: 707px;
	float: right;
	margin-top: 2px;
	min-height: 600px;
}

#containerwrapperhome img {
	margin: 0px 6px 3px 4px;
}

#containerwrapperinside img {
	margin: 0px 4px 3px 4px;
}

/************************ navigation ****************************/
#navigation {
	width: 209px;
	float: left;
	padding: 5px 0px 0px 19px;
}

#navcontainer_top {
	width: 170px;
	height: 14px;
	float: left;
	line-height: 0px;
}

#navcontainer_bottom {
	width: 170px;
	height: 14px;
	float: left;
	line-height: 0px;
}

#navcontainer {
	width: 188px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	margin-bottom: 1px;
	font-size: 12px;
}

#navcontainer li a {
	display: block;
	width: 188px;
	height: 22px;
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	text-decoration: none;
	background:  url(/images/navbutton.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-bottom: 2px;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	width: 188px;
	height: 22px;
	padding: 3px 10px 3px 10px;
	background:  url(/images/navbutton_hover.png) no-repeat;
}

#navcontainer ul ul  {
	list-style: none;
	margin:  1px 0px 0px 0px;
	padding: 0px;
}

#navcontainer li li {
	font-size: 12px;
	margin-bottom: 1px;
}

#navcontainer li li a {
	width: 188px;
	padding: 1px 10px 1px 10px;
	color: #733a00;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 17px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	padding: 1px 10px 1px 10px;
	color: #ba6f22;
	background:none;
	height: 17px;
}

#navcontainer li li li a {
	padding: 1px 10px 1px 18px;
	color: #733a00;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 17px;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	padding: 1px 10px 1px 18px;
	color: #ba6f22;
	background:none;
	height: 17px;
}

#banners {
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	color: #ba6f22;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 0px;
	float: left;
}

#main {
}

/******************* breadcrumbs/page title *******************/
#breadcrumbs {
	color: #ba6f22;
	text-align: right;
	font-size: 13px;
	padding: 1px 0px;
	text-transform: lowercase;
}

#breadcrumbs a {
	color: #ba6f22;
	text-decoration: none;
}

#footer_top {
	height: 27px;
	padding-top: 3px;
	font-size: 12px;
	color: #ffffff;
	background: url(/images/footer_top_bg.png) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}

#footer {
	font-size: 12px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	clear: both;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 700px;
	float: left;
	padding: 10px 10px 0px 15px;
}

#footer_right {
	width: 150px;
	float: right;
	padding-right: 5px;
	padding: 10px 10px 0px 10px;
	text-align: right;
}

#footer_logo {
	background:transparent url(/images/footer_logo.png) no-repeat scroll 0 0;
	clear:both;
	height:56px;
	width:133px;
	float: left;
	padding-right: 15px;
}


#grip {
	text-align: center;
	padding: 10px 0px;
}

.button {
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #ba6f22;
	color: #ba6f22;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

.button:hover {
	font-size: 11px;
	background-color: #95550e;
	border: 1px solid #95550e;
	color: #ffffff;
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
}

.clear { clear: both;}
