/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/bodybg.gif) repeat-x;
}

a{
	color: #008558;
}

body, p{
	
}

.movie{
	cursor: pointer;
}
.embryos{
	font-size 18px;
	font-weight: bold;
}	

h1, h2, h3, h4, h5, h6{
	color: #008558;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 880px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#header{
	display: block;
	height: 32px;
	background: url(../images/header.jpg) no-repeat;
	text-align: center;
	padding-top: 139px;
	padding-left: 202px;
	width: 490px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#wrapper{
	background: url(../images/containerbg.jpg) no-repeat;
	display: block;
	min-height: 677px;
}

#content{
	display: block;
	float: right;
	width: 714px;
}

#nav{
	display: block;
	float: left;
	width: 113px;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 30px;
}

#nav a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 118px;
	padding-left: 6px;
	border-left: 2px solid #3f3e29;
}

#nav a:hover{
	background-color: #008558;
	border-left: 2px solid #004f34;
	color: #fff;
}
#footer{
	display: block;
	clear: both;
	padding-left: 164px;
	text-align: center;
	padding-top: 10px;
}

#footer a{
	text-decoration: none;
}

#footer a:hover{
	color: #000;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 167px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clear{
	clear: both;
}

/* @end */

/* @group EPDs and Pedigrees */

.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 */