/*----- Global Margin and Padding -----*/
*{
	font-family: Arial;
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-style: none;
}

/*---- body ----*/
body{
	background: #800000 url('../images/') repeat-x fixed top left;
}

/*---- centerd ----*/
.centerd{
	margin: 0 66px;
}

/*---- empty ----*/
.empty{
	clear: both;
}

.emptyS{
	clear: both;
}

/*---- footer ----*/
#footer{
	margin: 5px;
	padding: 5px;
	width: 678px;
	background-color: #EAEAAE;
	text-align: center;
	font-size: .8em;
}

#footer li{
	display: inline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
}

/*---- Header ----*/
#header {
	width: 678px;
	margin: 5px;
	padding: 5px;
	background: #EAEAAE;
}

#header a{
	cursor: default;
}

/*---- headCon ----*/
.headCon1{
	float: left;
	width: 340px;
	margin: 5px 0 0 35px;
	color: #161616;
	text-align: center;
	font-weight: bold;
}

.headCon1 img{
	width: 355px;
	height: 104px;
}

.headCon1 a:link, .headCon1 a:visited, .headCon1 a:active {
	color: #161616;
	text-decoration: underline;
	font-weight: bold;
}

.headCon1 a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
}

.headCon2{
	float: right;
	width: 220px;
	margin: 5px 55px 0 0;
	color: #161616;
	text-align: center;
	font-weight: bold;
}

.headCon2 a:link, .headCon2 a:visited, .headCon2 a:active {
	color: #161616;
	text-decoration: underline;
	font-weight: bold;
}

.headCon2 a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
}

.headCon3{
	width: 560px;
	margin: 5px 55px 0 35px;
	color: #161616;
	text-align: left;
}

.headCon4{
	float: left;
	padding: 0 10px 0 0;
	width: 300px;
}

.headCon5{
	float: right;
	padding: 0 0 0 10px;
	width: 240px;
}

#nav{
	text-align: center;
}

#nav a{
	cursor: pointer;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#nav a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
}

#nav li{
	list-style-type: none;
	display: inline;
}

/*---- Lot ----*/
#listings {
	margin: 0 2px;
}

#listings a:link, #listings a:visited, #listings a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: .8em;
}

#listings a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
	font-size: .8em;
}

/*---- Lots ----*/
.lots {
	margin: 15px 0;	
}

.lots p{
	margin: 2px 6px;
}

/*---- lotInfo ----*/
.lotInfo{
	margin: 0 5px;
	display: inline;
}

.lotInfo h3{
	font-size: 1.2em;
}

/*---- Main ----*/
#main {
	width: 678px;
	margin: 5px;
	padding: 5px;
	background-color: #EAEAAE;
}

/*---- Pedigree ----*/
.pedigree{
	margin: 0 5px;
	display: inline;	
}

/*---- Parents ----*/
.parent{
	float: left;
	text-align: center;
	font-size: 1em; /*-- was .9em with ggparents --*/
	width: 330px; /*-- was 220px with ggparent --*/
	height: 48px; /*-- originally 158px, 90px high with 68px padding with ggparents --*/ 
	padding: 30px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.gparent{
	float: left;
	text-align: center;
	font-size: .9em; /*-- was .8em with ggparents --*/
	width: 330px; /*-- was 220px with ggparent --*/
	height: 28px; /*-- originally 78px, 48px high with 30px padding with ggparents --*/
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.ggparent{
	float: left;
	text-align: center;
	font-size: .8em;
	width: 220px;
	height: 28px; /*-- originially 38px --*/
	padding: 10px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/*---- pageAdmin ----*/
#pageAdmin {
	float: right;
}

/*---- pageTitle ----*/
#pageTitle {
	float: left;
	font-size: 1.5em;
}

/*---- special ----*/
#special {
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

/*---- thumb ----*/
.thumb{
	float: left;
	heigth: 150px;
	width: 150px;
	margin: 0 20px 0 0;
}

.thumb img{
	border: .15em solid black;
}

/*---- txtInfo ----*/
#txtInfo {
	float: left;
	width: 500px;
}

/*---- Wrapper ----*/
#wrapper {
	margin: 10px auto;
	padding: 2px 2px 2px 2px;
	width: 700px;
	background: #000000;
}