/* page styles */

body {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.ancestors.co.uk/images/page_back.gif); background-repeat: repeat-x; background-position: top center;
}

td {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

th {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

input, textarea, select, option {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-variant: normal;
	color: #333333;
}

form {
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.divhide { display: none; }
.divshow { display: block; }

/* text styles and div classes */

a { text-decoration: underline;	color: #333333; }
a:hover { text-decoration: underline; }
a:visited { color: #333333; }
a:visited:hover { text-decoration: underline; color: #333333; }

.nodec { color: #333333; text-decoration: none; }
a.nodec:hover { color: #333333; text-decoration: underline; }
a.nodec:visited { color: #333333; text-decoration: none; }
a.nodec:visited:hover { color: #333333; text-decoration: underline; }
a.nodec:active { color: #333333; text-decoration: none; }

.whitenodec { color: #ffffff; text-decoration: none; }
a.whitenodec:hover { color: #ffffff; text-decoration: underline; }
a.whitenodec:visited { color: #ffffff; text-decoration: none; }
a.whitenodec:visited:hover { color: #ffffff; text-decoration: underline; }
a.whitenodec:active { color: #ffffff; text-decoration: none; }

.pictureoff {
	display: block;
	float: left;
	width: 200px;
	height: 100px;
	border: 0px;
}

.pictureon {
	display: none;
	float: left;
	width: 200px;
	height: 100px;
	border: 0px;
}

.brandrowoff {
	width: 760px;
	height: 122px;
	background-color: f3f5f9;;
	margin-top: 2px;
}

.brandrowon {
	width: 760px;
	height: 122px;
	background-color: #e3e5f1;
	margin-top: 2px;
}

.brandrowtextbox {
	float: left;
	width: 560px;
	height: 122px;
}

.textboxseparator {
	float: left;
	width: 15px;
	height: 122px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.brandrowtextarea {
	float: left;
	width: 530px;
	height: 102px;
	margin-top: 10px;
}

.brandrowpicturearea {
	float: right;
	width: 200px;
	height: 122px;
}

.brandrowlinkarea {
	float: left;
	width: 200px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	background-color: #2d4998;
	color: #ffffff;
}

.moreinfotext {
	float: left;
	width: 530px;
	height: auto;
	z-index: 3;
	margin-top: 10px;
	padding: 0px;
	border: 0px;
}

.moreinfoon {
	margin-left: -380px;
	width: 558px;
	height: 246px;;
	z-index: 2;
	background-image: url(http://www.ancestors.co.uk/images/info_back.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	display: block;
	padding: 0px;
	border: 0px;
}

.moreinfooff {
	display: none;
}

/* div styles */

div#pagesetup {padding: 0px; position: absolute; left: 50%; top: 0; width: 760px; z-index:1; margin-left: -380px;
}