* {
margin:0;padding:0;
}

html, body { 
    height: 100%; 
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

body {
	background: #e0daca;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #736357;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
}
.oneColFixCtrHdr #container {
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -80px; 

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	height:426px;	
}

.oneColFixCtrHdr #header img{
	border:0;
}
.oneColFixCtrHdr #header .logo{
	
	border:0;
	padding-top:12px;
	
}
.oneColFixCtrHdr #header .navigation{
	
	height:18px;
	width:700px;
	text-align:center;
	margin:0 auto;
	padding-top:5px;
	
}



.oneColFixCtrHdr #header .menu_logo {	
	height:195px;
	background-image:url(images/layout/menu_logo.gif);
	background-repeat:no-repeat;
	background-position:0 71px;
	margin-bottom:5px;
	text-align:center;
}

.oneColFixCtrHdr #header .big_menu {	
	
	height:169px;
	margin-bottom:6px;
}

.oneColFixCtrHdr #header .big_menu img{	
	border:0;
	
	
}

.oneColFixCtrHdr #header .big_menu .trophy{
	float:left;
	
}

.oneColFixCtrHdr #header .big_menu .lodging{
	float:left;
	
}

.oneColFixCtrHdr #header .big_menu .genetics{
	float:left;
	
}

.oneColFixCtrHdr #header .big_menu .clearfloat{
	clear:both;
	
}

.oneColFixCtrHdr #header .small_menu {
	height:40px;

}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height:auto;
	margin: 0 auto;
}

.oneColFixCtrHdr #mainContent .content_header{
	height:10px;
	background-image:url(images/layout/content_header.gif);
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #mainContent .content {
	background-image:url(images/layout/content_bg.gif);
	background-repeat:repeat-y;
	padding:20px 30px 20px 30px;
}

.oneColFixCtrHdr #mainContent .content p{
	color:#252525;
	padding-bottom:10px;
	font-size:11px;
}

.oneColFixCtrHdr #mainContent .content_footer {
	height:39px;
	background-image:url(images/layout/content_footer.gif);
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #mainContent .content_footer img {
	border:0;
}

.oneColFixCtrHdr #mainContent .hrule {
	border-bottom: 1px solid #e4dfcf;	
	margin:10px 0 10px 0;
}

.oneColFixCtrHdr #mainContent .left_part {
	float:left;
	width:380px;	
	padding-right:20px;
	
}

.oneColFixCtrHdr #mainContent .right_part {
	float:left;
	width:320px;	
}

.oneColFixCtrHdr #mainContent .right_part .newsletter{
	width:304px;
	height:55px;
	padding-bottom:15px;
}

.oneColFixCtrHdr #mainContent .right_part .newsletter img{
	border:0;
}

.oneColFixCtrHdr #mainContent .right_part p {
	color:#4b322f;
}

.oneColFixCtrHdr #mainContent .right_part .rates{
	clear:both;
	padding:15px 0 0 0 ;
	width:304px;
		
}

.oneColFixCtrHdr #mainContent .right_part .rates h2{
	font-size:13px;
	color:#000000;
	padding-top:10px;
		
}

.oneColFixCtrHdr #mainContent .right_part .rates ul{
	padding:5px 0 15px 35px;
	list-style:none;	
}

.oneColFixCtrHdr #mainContent .right_part .rates li{
	background-image:url(images/ico/pdf.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:3px 0 3px 20px;	
	font-size:12px;
	color:#4b322f;
}

.oneColFixCtrHdr #mainContent .right_part .rates li a{
	color:#672625;
	text-decoration:none;
	font-size:10px;		
}


.oneColFixCtrHdr #mainContent .right_part .rates .rheader{
	background-image:url(images/content/rates_header.gif);
	background-repeat:no-repeat;
	height:27px;
	text-align:center;		
}

.oneColFixCtrHdr #mainContent .right_part .rates .rcont{
	background-image:url(images/content/rates_bg.gif);
	background-repeat:repeat-y;
	width:304px;
			
}

.oneColFixCtrHdr #mainContent .right_part .rates .rfooter{
	background-image:url(images/content/rates_footer.gif);
	background-repeat:no-repeat;
	height:3px;		
}

.oneColFixCtrHdr #mainContent .wrapper {
	clear:both;
}
.oneColFixCtrHdr #mainContent .left_part h1 {
	display:none;
}

.oneColFixCtrHdr #mainContent .left_part p {
	padding-top:10px;
	color:#736357;
}

.oneColFixCtrHdr .left_flt {
	float:left;
	padding-right:10px;
	padding-top:0;
}


.oneColFixCtrHdr #mainContent .bottom_navigation{
	width:780px;
	height:22px;
	width:559px;
	text-align:center;
	padding-top:11px;
	margin:0 auto;
}
.oneColFixCtrHdr .psh {
	height:80px;
}

.oneColFixCtrHdr #footer {
	margin:0 auto;
	height:80px;
	width:780px;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#8d6f4d;
	font-size:11px;
}

.oneColFixCtrHdr #footer .copyright {
	font-size:9px;
}

.oneColFixCtrHdr #footer a{
	color:#574530;
	text-decoration:none;	
}

/****************************************** sidebar *************************************************/

.oneColFixCtrHdr .sidebar {
	float:right;
	width:250px;
}

.oneColFixCtrHdr .morelink {

color:#000000;
font-weight:bold;

}

.oneColFixCtrHdr .morelink a{

color:#000000;
font-weight:bold;

}

/*************************************** bottom menu *************************************************/

.oneColFixCtrHdr #footer ul {
	width:760px;
	list-style:none;
	color:#362f2d;
	margin:0;
	padding:5px 0 10px 0;
}
.oneColFixCtrHdr #footer li {
	font-size:12px;
	font-weight:normal;
	color:#362f2d;
	display:inline;
	background-image:url(images/layout/div.gif);
	background-repeat:no-repeat;
	background-position:2px 7px;
	padding-left:10px;	
}
.oneColFixCtrHdr #footer li a:link  {
	text-decoration:none;
	color:#362f2d;
	
}

.oneColFixCtrHdr #footer li a:visited {
	text-decoration:none;
	color:#362f2d;
}

.oneColFixCtrHdr #footer li a:hover {
	text-decoration:none;
	color:#362f2d;
}

.oneColFixCtrHdr #footer li a:active {
	text-decoration:none;
	color:#362f2d;
}
.oneColFixCtrHdr #footer li.first {
	display:inline;
	background-image:none;
}

.alignright {

float:right;
padding-left:10px;
padding-bottom:10px;
padding-right:20px;

}

.alignleft {

float:left;
padding-right:10px;
padding-bottom:20px;

}
