/* CSS layout by T. Copeland ~ api-webservices.com ~ built 02.14.2008 */
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: url(../images/background.jpg) repeat;
}
body, p{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-style: italic;
	font-weight: normal;
}
#container{
	background: url(../images/content_bg.jpg) repeat-y;
	width: 668px;
	border-top: 2px solid #542700;
	border-bottom: 2px solid #542700;
	margin: auto;
}
#header{
	background: url(../images/header.jpg) no-repeat;
	height: 140px;
}
#contact{
	padding: 25px 0 0 50px;
	height: 65px;
}
#contact p{
	font-size: 80%;
	margin: 0;
}
#wrapper{
	background: url(../images/footer.jpg) no-repeat 35px bottom;
}
#nav{
	height: 25px;
	padding-top: 20px;
}
#nav, #footer{
	text-align: center;
	color: #4b2800;
}
#nav ul, #footer ul{
	margin: 0;
}
#nav ul li, #footer ul li{
	display: inline;
}
#nav a, #nav a:visited{
	text-decoration: none;
	color: #fff;
}
#nav a:hover{
	text-decoration: underline;
}
#content{
	padding: 0 2em;
	min-height: 400px;
}
#content a:hover, #contact a:hover, #api a:hover{
	background-color: #aa7139;
	text-decoration: none;
	color: #000;
}
#footer{
	border-bottom: 1px dotted #562602;
	width: 90%;
	margin: 0 auto;
	height: 35px;
}
#footer a, #footer a:visited{
	text-decoration: none;
	color: #9b5e23;
}
#footer a:hover{
	text-decoration: underline;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	padding: 1em 3em 1em 0;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0;
	padding: 0;
}

label{
	color: #235353;
}

input, textarea{
	color: #542700;
	background: #fee3ad;
	border: 1px solid #542700;
	padding: 0;
	margin: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 2px;
	font-size: 12px;
}
fieldset{
	border: 1px solid #542700;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #542700;
	color: #fff;
	padding: 2px 6px;
}

/* @end */

/* @group EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}

.ped_name{
	
}

.ped_calved{

}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
	
}

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	
}

.epdsubhead{
	
}

.epddata{

}

/* @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 */
