body {
	margin:0 auto;
	width:950px;
	font-family: Trebuchet MS, verdana, sans-serif;
}

body {
	background: #eee;
	padding:0;
	color:#000;
	min-width:950px;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 80%;
	text-align: left;
}

#header {
	width:auto;
	padding:0px;
	margin:0px;
	height: 144px;
}

#redBar {
	background:url(../images/bg_top_red.gif) top left repeat-x;
	height: 20px;
	border-bottom: 1px solid #fff;
}

#header #menuBlock
{
	background:url(../images/bg_header.png) top repeat-x;
	height:144px;
}

#header #menuBlock #flashBlock{
	float: right;
}
	
#header #menuBlock #logoBlock{
	background:url(../images/logo_fort_dodge02.gif) no-repeat left;
	height:114px;
	margin:0 0 0 1.5em;
	padding: 1em;
}

/* mainNav */

#mainNav {
	margin: 0;
	padding: 0.5em 0;
	float: left;
	width: 100%;
	background: #D71F27 url(../images/bg_top_red.gif) bottom left repeat-x;
	list-style: none;
	border-top: 1px solid #fff;
}

#mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1em;
	font-weight: bold;
	border-right: 1px solid #ddd;
}


#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #ddd;
}

#mainNav a:hover {
	color: #fff;
}

/* Hide from IE5 mac \*/

#mainNav li a {
	display: block;
}
/* end hack */

#mainNav li a {
	margin: 0;
	padding: 0 1em;
}

#mainNav .last {
	background: none;
	border: none;
}

#sidebar {
	width: 300px;
	float: right;
	background: #fff;
	margin: 15px 10px;
	padding: 15px;
}

#content {
	width: 520px;
	float: left;
	background: #fff;
	margin: 15px 10px;
	padding: 15px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #800;
	padding: 8px 5px 20px 10px;
}

#footerNav, #footerNav li {
	display: inline;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#footerNav a {
	font-size: 90%;
	font-weight: normal;
	color: #800;
	padding: 0 5px 0 8px;
	border-left: 1px solid #800;	
}

#footerNav .first a {
	padding: 0 5px 0 0;
	border-left: none;
}

#footerNav .last {
	padding: 0 5px 0 0;
	border-left: none;
}


h1, h2, h3, h4, h5, h6, p, a {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-weight: normal;
}

h1 {
	color: #f00;
	font-size: 180%;
	border-bottom: 1px solid #f00;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}
h2 {
	color: #f00;
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: -0.1em;
}

h3 {
	color: #000;
	font-size: 150%;
	letter-spacing: -0.05em;
	margin: 1em 0 0.4em 0;
}

h4 {
	color: #000;
	font-size: 130%;
	letter-spacing: -0.05em;
}

p {
	margin: 0.8em 0 0.4em 0;
}

img {
	border: 0;
}

.date {
	color: #333;
	font-size: 90%;
}

br.clear {
	clear: both;
}

ol li {
	margin: 8px 0;
}

li.catsProMeris a {
	background: url(../images/i_cats_promeris.gif) left center no-repeat;
}
li.dogsProMeris a {
	background: url(../images/i_dogs_promeris.gif) left center no-repeat;
}
li.pets a {
	background: url(../images/i_dogs.jpg) left center no-repeat;
}

li.horses a {
	background: url(../images/i_horses.jpg) left center no-repeat;
}

li.cattle a {
	background: url(../images/i_cattle.jpg) left center no-repeat;
}

li.sheep a {
	background: url(../images/i_sheep.jpg) left center no-repeat;
}

li.poultry a {
	background: url(../images/i_poultry.jpg) left center no-repeat;
}

li.pigs a {
	background: url(../images/i_pigs.jpg) left center no-repeat;
}

li.arrow a {
	background: url(../images/i_arrow.gif) left center no-repeat;
}

li.arrowOn a {
	background: url(../images/i_arrowOn.gif) left center no-repeat;
}
.contactDetails
{
	padding: 0.2em 2em;
}
.contactDetails em
{
	font-weight:bold;
	color:#f00;
	text-transform: uppercase;
}
#prodList {
	margin: 0;
	padding: 0;
}

#prodList ul
{
  width: 500px;  /* room for 3 columns */
  margin: 0;
  padding: 0;
  list-style: none;
}

#prodList ul li
{
  float: left;
  width: 12em;  /* accommodate the widest item */
  height: 45px;
  margin: 0 2px 10px 0;
  padding: 0 0 0 10px;
  background: url(../images/bg_list.gif) left bottom repeat-x;
}
/* stop the floating after the list */
#prodList br, #prodListSide br
{
  clear: left;
}
/* separate the list from what follows it */
#prodList 
{
  margin-bottom: 1em;
}
/* anchor styling */
#prodList ul li a
{
  color: #000;
  display: block;
  width: 7em;
  padding: 15px 0 15px 40px;
  text-decoration: none;
}
#prodList ul li a:hover
{
  color: #000;
  text-decoration: underline;
}

#prodListSide {
	margin: 0 0 0 20px;
	padding: 0;
}

#prodListSide ul
{
  width: 250px;  /* room for 3 columns */
  margin: 0;
  padding: 0;
  list-style: none;
}

#prodListSide ul li
{
  float: left;
  width: 240px;  /* accommodate the widest item */
  height: 45px;
  margin: 0 2px 5px 0;
  padding: 0 0 0 10px;
  background: url(../images/bg_list.gif) left bottom repeat-x;
}
/* stop the floating after the list */
#prodListSide br, #prodListSide br
{
  clear: left;
}
/* separate the list from what follows it */
#prodListSide
{
  margin-bottom: 1em;
}
/* anchor styling */
#prodListSide ul li a
{
  color: #000;
  display: block;
  padding: 15px 0 15px 40px;
  text-decoration: none;
}
#prodListSide ul li a:hover
{
  color: #000;
  text-decoration: underline;
}
form
{
	padding:0px;
	margin:0px;
}

form.login
{
	width: 350px;
	margin:0 auto;
	
}
form.login label
{
	width:150px;
	float:left;
	margin: 0.2em 0.5em;
}
form.login input
{
	width:147px;
	margin: 0.2em 0.5em;
	float:left;
}
form.login input:focus
{
	background-color:#ccc;
}
form.login .submit
{
	float:right;
	width:auto;
	margin:0.5em 2.5em 0 0;
}
form.login br
{
	clear:both;
}
form.login .error
{
	
	color:#f00;
	font-size:0.8em;
}
table.eventsTable
{
	padding:0px;
	border-collapse:collapse;
	width:auto;
}

table.eventsTable td
{
	padding: 0.3em 0px 0.3em 0.2em;
	border: 1px solid #ccc;
	background-color:#f5f5f5;
}

table.eventsTable td.date
{
	font-weight:bold;
	text-transform: uppercase;
	font-size:1.2em;
	padding:0px 0px 0px 0.2em;
	width:30%;
	background-color:#ddd;
	color: #000;
	
}
table.eventsTable td.country
{
	font-weight:bold;
	text-transform: uppercase;
	font-size:1.2em;
	padding:0px 0px 0px 0.2em;
	width:30%;
	background-color:#ddd;
	
}
table.eventsTable td.description
{
	font-weight:bold;
	text-transform: uppercase;
	font-size:1.2em;
	padding:0px 0px 0px 0.2em;
	width:40%;
	background-color:#ddd;
	
}
tr
{
	border-bottom:1px solid #f00;
}
tr.lastRow
{
	border-bottom:none;
}
a {
	  	color: #000;
}
a:hover {
		color: #f00;
		text-decoration:none;
}
a:visited {
		color:#800;
}