/* -------------------------------------
	Author:  ~ api-webservices.com
	
	Built: 2008-06-26 (YYYY-MM-DD)
	
	Last Edit: 2009-11-10 TC (YYYY-MM-DD)
	
	URI: 
---------------------------------------*/

/* @group Body */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

body, p {
	padding-top: 0;
}

a{
	color: #7e0807;
}

a:hover{
	color: #fb100f;
}

a:visited{
	color: #580505;
}

a:active
{
  outline: none;
}


h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-top: 0;
}

/* @end */

/* @group Layout */

#contact {
	
}

#container {
	display: block;
	width: 940px;
	margin: auto;
}

#header {
	display: block;
	height: 301px;
	background: url(../images/header.jpg) no-repeat 0 top;
	width: 940px;
}

#header h1{
	visibility: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

#header a{
	display: block;
	height: 280px;
	width: 190px;
	margin-left: 225px;
	background: url(../images/header_hover.jpg) no-repeat 0 -301px;
}

#header a:hover{
	background: url(../images/header_hover.jpg) no-repeat 0 top;
		}

#wrapper {
	background-color: #fff;
}

#nav {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	height: 58px;
}

#nav a{
	text-decoration: none;
	display: block;
	width: 235px;
	color: #fff;
	font-size: 15px;
	padding-top: 24px;
	height: 34px;
}

#nav a:hover{
	color: #7b1723;
}

#nav a.selected_a1{
	background: url(../images/nav_home.jpg) 0 bottom;
	color: #7b1723;
}

#nav a.selected_a2{
	background: url(../images/nav_cattle.jpg) 0 bottom;
	color: #7b1723;
}

#nav a.selected_a3{
	background: url(../images/nav_freezer.jpg) 0 bottom;
	color: #7b1723;
}

#nav a.selected_a4{
	background: url(../images/nav_contact.jpg) 0 bottom;
	color: #7b1723;
}

#a1{
	display: block;
	float: left;
	width: 235px;
	height: 58px;
	text-align: center;
	background-image: url(../images/nav_home.jpg);

}

#a1:hover{
	background: url(../images/nav_home.jpg) 0 bottom;
}

#a2{
	display: block;
	float: left;
	width: 235px;
	height: 58px;
	text-align: center;
	background-image: url(../images/nav_cattle.jpg);

}

#a2:hover{
	background: url(../images/nav_cattle.jpg) 0 bottom;
}

#a3{
	display: block;
	float: left;
	width: 235px;
	height: 58px;
	text-align: center;
	background-image: url(../images/nav_freezer.jpg);

}

#a3:hover{
	background: url(../images/nav_freezer.jpg) 0 bottom;
}

#a4{
	display: block;
	float: left;
	width: 235px;
	height: 58px;
	text-align: center;
	background-image: url(../images/nav_contact.jpg);
	
}

#a4:hover{
	background: url(../images/nav_contact.jpg) 0 bottom;
}

#content {
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	min-height: 300px;
	padding: 10px;
}

#content img{
	padding: 4px;
	background-color: #e6e6e6;
	border: 1px solid #c9cac5;
	margin: 4px;
}

#content img.noBorder{
	border-style: none;
	padding: 0;
	background-color: transparent;
}

.two_col_right{
	display: block;
	float: right;
	width: 458px;
}

.two_col_left{
	display: block;
	float: left;
	width: 458px;
}

#subnav{
	background-color: #e6e6e6;
	text-align: center;
	padding: 4px;
}

#subnav ul{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#subnav li{
	display: inline;
}
#subnav li.current-page{
	padding: 6px 6px 4px;
	border: 1px solid rgba(125,23,36,0.25);
	border-bottom: none;
	background-color: #fff;
}
#subnav li a{
	padding: 6px;
}

#subnav li a:hover{
	color: #000;
	background-color: #fff;
}

#right_col{
	display: block;
	float: right;
	width: 748px;
}

#footer {
	color: #fff;
	font: 13px "Trebuchet MS", Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

#footer ul{
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}

#footer li{
	display: inline;
}

#footer li a{
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

#footer li a:hover{
	
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 940px;
	margin: auto;
	text-align: right;
	color: #4c4c4c;
}


#api a{
	color: #4c4c4c;
}

#api a:hover{
	color: #fff;
}
.card{
	width: 600px;
	height: 400px;
	background-image: url(../images/design/card.jpg);
	margin: 0 auto;
}
.card p{
	font: 21px/2.4 Georgia, "Times New Roman", Times, serif;
	width: 330px;
	margin: 0 auto;
	padding-top: 2em;
	padding-left: 110px;
	color: #8e2800;
	text-shadow: #fff 1px 1px 0;
	text-align: right;
}
/* @end */

/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}

label {
	color: #235353;
}

input, textarea {
	background: #e6e6e6;
	border: 1px solid #b3b3b3;
	margin: 0;
	padding: 2px;
}

.submit {
	padding-bottom: 1em;
	margin: 0;
}

.submit input {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset {
	border: 1px solid #235353;
}

fieldset p {
	padding-left: 20px;
}

legend {
	}

/* @end */

/* @group EPDs/Peds/misc */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.ped_name {
	color: #7b1723;
	font-weight: bold;
	font-size: 16px;
}

.ped_calved {
	font-style: italic;
	font-size: 12px;
}

.ped_sirename {
	color: #7b1723;
	font-weight: bold;
}

.ped_damname {
	color: #7b1723;
	font-weight: bold;
}

.ped_pedbody {
	
}

#epdtable {
	border-bottom: 1px solid #c9cac5;
	border-left: 1px solid #c9cac5;
	margin-bottom: 1em;
}

#epdtable td {
	border-top: 1px solid #c9cac5;
	border-right: 1px solid #c9cac5;
}

.epdhead {
	background-color: #7b1723;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.epdsubhead {
	background-color: #b3b3b3;
	font-size: 11px;
}

.epddata {
	font-size: 11px;
}

/* @end */

/* @group GeneStar Table */

#genestar {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head {
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead {
	background-color: #bc2d27;
	color: #fff;
}

/* @end */

/* @group AJAX Members List */

#memnav a {
	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memnav a:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

/* @end */