@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Open Sans', 'sans-serif';
	background-image: url(images/page-bg.jpg);
}

#top {
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	height: 180px;
	top: 0px;
}
#header {
	background-image: url(images/banner-bg-41.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	padding-top: 125px;
}
#topMenu {
	background-color: #6d4137;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	font-weight: 800;
	padding-top: 11px;
	color: #c2996b;
	text-shadow: 0px -1px 2px #3b231e;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	-webkit-box-shadow:inset 0 -1px 1px 0 #B08E7F;
	box-shadow:inset 0 -1px 1px 0 #B08E7F;
}
#topMenu a {
	font-family: 'Open Sans', 'sans-serif';
	color: #c2996b;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 3px;
	font-size: 15px;
}
#topMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 3px;
}

#rightContent p {
	font-size: 13px;
	line-height: 21px;
}

#container {
	width: 940px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	clear: both;
	overflow: auto;
}
#leftContent {
	float: left;
	width: 620px;
	text-align: left;
}

#leftContent h1 {
	font-size: 18px;
	font-weight: 700;
	color: #7c2920;
}
#leftContent p {
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
}
#leftCattleContent {
	float: left;
	width: 920px;
	text-align: left;
}
#leftCattleContent h1 {
	font-size: 18px;
	font-weight: 700;
	color: #7c2920;
}
#leftCattleContent p {
	font-size: 14px;
	line-height: 21px;
}
#cattleMenu a {
	font-weight: bold;
	color: #E9DBBE !important;
	text-decoration: none;
	background-color: #6D4137;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 10px;
}
#cattleMenu a:hover {
	color: #C28B52 !important;
	text-decoration: none;
	background-color: #6D4137;
}
#leftContent a {
	font-weight: 600;
	color: #6D4137;
	text-decoration: none;
}

#leftContent h3 {
	color: #6D4137;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 14px;
	margin: 0px;
}


#rightContent {
	float: right;
	width: 300px;
	text-align: left;
}
#rightContent a {
	font-weight: 600;
	color: #6D4137;
	text-decoration: none;
}

#bottom {
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	padding:20px 0;
	bottom: 0px;
	margin: 0px;
	left: 0px;
	right: 0px;
	height: 120px;
	padding-bottom: 0px;
}

#footer {
	padding: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	text-decoration: none;
	color: #c2996b;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
}
#footerMenu1 , #footerMenu2{
	float: left;
	text-align: left;
	margin-right: 30px;
}
#contact {
	text-align: right;
	float: right;
	color: #C2996B;
	font-size: 14px;
	line-height: 1.5;
}
#contact strong {
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
}
