@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #4c2466;
	margin: 10px 10px 10px 10px;
}
#body-background { display:none; }
#wrapper {
	width:960px;
	margin:0px auto 0px auto;
	border: 1px solid #4c2466;
	background-image:url(../images/wrapper-back.png);
}

/* ************************************************************************************ */
#top {
	clear: both;
}
#top_contact {
	height:50px;
	text-align:right;
	margin: 10px 25px 0px 0px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	color: #4c2466;
}
#logo {
	position:absolute;
	top: 27px;
	left: 50%;
	margin-left:-457px;
}
#top_nav {
	height:34px;
	line-height:34px;
	padding: 0px 30px 0px 0px;
	margin:76px 0px 0px 0px;
	color:#a78a2f;
	background-image:url(../images/top-nav-back.png);
	background-repeat:repeat-x;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	font-size:21px;
	text-align:right;
}
#top_nav a { text-decoration: none; }
#top_nav a:link, #top_nav a:visited { color:#a78a2f; }
#top_nav a:hover { color:#c7b9cb; }

/* ************************************************************************************ */
#bottom {
	clear: both;
}
#bottom #contact {
	color: #4c2466;
	text-align:center;
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}

/* ************************************************************************************ */
#main {
	clear: both;
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}
/*
#main a:link, #main a:visited {
	color: #0000FF;
}
#main a:hover {
	color: #0000FF;
}
*/

#content {
	padding: 100px 20px 100px 20px;
}

#content a img {
}

.news td p:first-child {
	margin-top: 0px;
	padding-top:0px;
}

.heading {
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}

.cow {
	clear:both;
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	color:#4c2466;
	font-size:13px;
}
.cow p:first-child {
	margin-top:0px;
	padding-top: 0px;
}
.cow .photo_name_ped {
	width:560px;
	float:right;
}
.cow .photo_name_ped .zoom .photo {
	clear:right;
	width: 550px;
	height:393px;
	border:1px solid #4c2466;
}
.cow .pedbtn {
	height:34px;
	line-height:34px;
	padding: 0px 5px 0px 5px;
	color:#a78a2f;
	background-image:url(../images/top-nav-back.png);
	background-repeat:repeat-x;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	font-size:21px;
	display:block;
	float:right;
	clear:right;
}
.cow a.pedbtn { text-decoration: none; margin: 0px 8px 0px 0px; }
.cow a.pedbtn:link, .cow a.pedbtn:visited { color:#a78a2f; }
.cow a.pedbtn:hover { color:#c7b9cb; }
.cow .name, .cowname {
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}

#quicknav {
	clear:both;
	width: 746px;
	margin: 25px auto 0px auto;
	padding:2px;
	border-top:1px solid #4C2466;
	border-left:1px solid #4C2466;
	border-right:1px solid #4C2466;	
	font-weight:bold;
	position:relative;
	left:1px;
}
#quicknav a {
	color:#a78a2f;
	text-decoration: none;
}
#quicknav .right {
	display:block;
	float:right;
	padding: 0px 0px 0px 5px;	
}

/* Styles for Photo Zoom ************************************************************** */
a.zoom{
    z-index:24; 
    text-decoration:none;
}

a.zoom img { }

a.zoom:hover{
	z-index:25;
}

a.zoom span {
	width: 550px;
	height: 393px;
    position:absolute;
    top:0px; 
	left:0px; 
	background-image:url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Styles for Slider ****************************************************************** */
.slider {
  clear:both;
  width: 750px;
  height:125px;
  position: relative;
  top:0px;
  left:105px;
	border-bottom:1px solid #4C2466;
	border-left:1px solid #4C2466;
	border-right:1px solid #4C2466;	
}

.slider .wrapper {
  width: 670px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 135px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.slider ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:none;
}

.slider ul a:link, .slider ul a:visited {
	color: #4c2466;
}
.slider ul a:hover {
	color: #000000;
}

.slider .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.slider ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 115px;
  width: 114px;
}

.slider ul li a {
	display:block;
	text-align:center;
	font-size:10px;
	line-height:10px;
	text-decoration: none;
}
.slider ul li a img {
  display:block;
  border:none;
}

.slider .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.slider .forward {
  background-position: 0 0;
  right: 0;
}
.slider .forward:hover { background-position: 0 -36px; }

.slider .back {
  background-position: 0 -72px;
  left: 0;
}
.slider .back:hover { background-position: 0 -108px; }

/* Styles for Gallery Slider ****************************************************************** */
#gallery_pictures {
	text-align:center;
	width:550px;
	margin:0 auto 0 auto;
}

.gallery {
  clear:both;
  width: 750px;
  height:125px;
  position: relative;
  top:0px;
  left:105px;
}

.gallery .wrapper {
  width: 670px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 135px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.gallery ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:none;
}

.gallery ul a:link, .gallery ul a:visited {
	color: #4c2466;
}
.gallery ul a:hover {
	color: #000000;
}

.gallery .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.gallery ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 115px;
  width: 114px;
}

.gallery ul li a {
	display:block;
	text-align:center;
	font-size:10px;
	line-height:10px;
	text-decoration: none;
}
.gallery ul li a img {
  display:block;
  border:none;
}

.gallery .arrow {
  display: block;
  height: 76px;
  width: 36px;
  text-indent: -999px;
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.gallery a { text-decoration:none; }
.gallery .forward {
  background-image:url(../images/cownext.png);
  background-repeat:no-repeat;
  background-position: top;
  right: 0;
}

.gallery .back {
  background-image:url(../images/cowprev.png);
  background-repeat:no-repeat;
  background-position: top;
  left: 0;
}
