body {
	background: url(../images/background-primary.png) repeat-x #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

#wrap {
	width: 950px;
	height: auto;
	margin: auto;
	text-align: left;
}

#header {
	width: 950px;
	height: 515px;
	background: url(../images/background-header.png) no-repeat;
	position: relative;
	margin: 0 0 20px 0;
}

#sublevel-header {
	width: 950px;
	height: 295px;
	background: url(../images/background-sublevel-header.png) no-repeat;
	position: relative;
}

#homepage-logo {
	background: url(../images/gostelow-equestrian-team.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 502px;
	height: 224px;
	text-indent: -2000em;
	margin: 0;
	padding: 0;
}

#homepage-logo a {
	width: 502px;
	height: 224px;
	display: block;
}

#homepage-logo a:hover {
	cursor: pointer;
}

#sublevel-photos{
	position: absolute;
	top: 0px;
	right: 0;
	width: 404px;
	height: 290px;;
}

#homepage-photos {
	position: absolute;
	top: 150px;
	right: 0;
	width: 586px;
	height: 372px;
}

div.homepage-photos-1 { background: url(../images/homepage-photos-1.png) no-repeat; }
div.homepage-photos-2 { background: url(../images/homepage-photos-2.png) no-repeat; }
div.homepage-photos-3 { background: url(../images/homepage-photos-3.png) no-repeat; }
div.homepage-photos-4 { background: url(../images/homepage-photos-4.png) no-repeat; }
div.homepage-photos-5 { background: url(../images/homepage-photos-5.png) no-repeat; }

div.sublevel-photos-1 { background: url(../images/sublevel-photos-1.png) no-repeat; } 
div.sublevel-photos-2 { background: url(../images/sublevel-photos-2.png) no-repeat; } 
div.sublevel-photos-3 { background: url(../images/sublevel-photos-3.png) no-repeat; } 
div.sublevel-photos-4 { background: url(../images/sublevel-photos-4.png) no-repeat; } 
div.sublevel-photos-5 { background: url(../images/sublevel-photos-5.png) no-repeat; } 

#navigation {
	position: absolute;
	top: 249px;
	left: 0;
	width: 900px;
	height: 30px;
	text-align: left;
}

#introduction {
	position: absolute;
	top: 273px;
	left: 0;
	width: 370px;
	height: 250px;
	text-align: center;
}

#introduction p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 24px;
}

#content {
	width: 950px;
	padding: 0;
	margin: 0;
	min-height: 100px;
}

#footer-wrap {
	background: url(../images/background-footer.png) repeat-x;
	width: 100%;
	height: 124px;
	text-align: center;
	padding: 0;
	margin: 15px 0 0 0;
}

#footer {
	margin: auto;
	padding: 10px 0 0 0;
	width: 950px;
	height: 114px;
}

#footer-left {
	text-align: left;
	float: left;
	width: 465px;
	height: 50px;
}

#footer-right {
	text-align: right;
	float: right;
	width: 465px;
	height: 50px;
}

div.clear-both {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

#footer-left img {
	margin: 0 10px 0 0;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	padding: 0 10px 0 10px;
	display: inline;
}

#footer ul li.pipe {
	border-right: 1px dotted #4a6b94;
}

#footer p, #footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

#footer-left p {
	margin: 2px 0 0 0;
	padding: 0;
	color: #45515f;
	font-style: italic;
}

#footer-right p {
	margin: 2px 0 0 0;
	padding: 0;
	color: #000;
}

#footer a {
	color: #245188;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #3371bc;
}

div.navigation-item {
	float: left;
	height: 14px;
	margin: 0;
	padding: 0;
	z-index: 999;
}

div.navigation-item:hover {
	cursor: pointer;
}

#nav-item-1 { background: url(../images/button-coaching-off.png) no-repeat; width: 98px; }
#nav-item-2 { background: url(../images/button-agistment-off.png) no-repeat; width: 105px; }
#nav-item-3 { background: url(../images/button-horses-for-sale-off.png) no-repeat; width: 159px; }
#nav-item-4 { background: url(../images/button-auction-tours-off.png) no-repeat; width: 140px; }
#nav-item-5 { background: url(../images/button-contact-off.png) no-repeat; width: 71px; }
#nav-item-6 { background: url(../images/button-polo-off.png) no-repeat; width: 57px; }

#nav-item-1:hover { background: url(../images/button-coaching-on.png) no-repeat; width: 98px; }
#nav-item-2:hover { background: url(../images/button-agistment-on.png) no-repeat; width: 105px; }
#nav-item-3:hover { background: url(../images/button-horses-for-sale-on.png) no-repeat; width: 159px; }
#nav-item-4:hover { background: url(../images/button-auction-tours-on.png) no-repeat; width: 140px; }
#nav-item-5:hover { background: url(../images/button-contact-on.png) no-repeat; width: 71px; }
#nav-item-6:hover { background: url(../images/button-polo-on.png) no-repeat; width: 57px; }

img.pre-load { position: absolute; bottom: 0; right: 0; display: none; visibility: hidden; }

div.homepage-banner-left {
	float: left;
	width: 335px; 
	height: 76px;
	margin: 0 8px 16px 0;
	padding: 3px 132px 0 0;
	text-align: right;
}

div.homepage-banner-right {
	float: right;
	width: 335px; 
	height: 76px;
	margin: 0 0 16px 8px;
	padding: 3px 0 0 132px;
	text-align: left;
}

div.homepage-banner-1 {	background: url(../images/image-show-jumping.png) no-repeat right top; }
div.homepage-banner-2 {	background: url(../images/image-horses-for-sale.png) no-repeat left top; }
div.homepage-banner-3 {	background: url(../images/image-boarding.png) no-repeat right top; }
div.homepage-banner-4 {	background: url(../images/image-auction.png) no-repeat left top; }
div.homepage-banner-5 {	background: url(../images/image-polo.png) no-repeat right top; }
div.homepage-banner-6 {	background: url(../images/image-contact.png) no-repeat left top; }

#content p, #content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

div.homepage-banner-left p, div.homepage-banner-right p { 
	margin: 8px 0 3px 0;
	padding: 0;
}

div.homepage-banner-left a, div.homepage-banner-right a, div.new-horse a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #c93900 !important;
	text-decoration: none !important;
	font-weight: bold;
}

div.homepage-banner-left a:hover, div.homepage-banner-right a:hover, div.new-horse a:hover {
	color: #f24400 !important;
	text-decoration: underline !important;
}

div.separator {
	clear: both;
	margin: 0px 0 16px 0;
	padding: 0;
	height: 0;
	border-bottom: 1px solid #afafaf;
	display: block;
}

#content-left {
	float: left;
	width: 467px;
	margin: 0;
	padding: 0;
}

#content-right {
	float: right;
	width: 467px;
	margin: 0;
	padding: 0;
}

#content-left p {
	line-height: 18px;
}

div.center { text-align: center; }
div.right { text-align: right; }

div.new-horse {
	float: left;
	width: 216px;
	height: 180px;
	margin: 16px 8px 16px 8px;
	padding: 0;
	text-align: center;
}

div.new-horse h2 {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #3a5173;
}

#banner-title {
	width: 335px;
	height: 17px;
	z-index: 999;
}

.title-coaching { background: url(../images/title-show-jumping.png) right no-repeat; }
.title-coaching:hover { cursor: pointer; background: url(../images/title-show-jumping-on.png) right no-repeat; }

.title-horses-for-sale { background: url(../images/title-horses-for-sale.png) no-repeat; }
.title-horses-for-sale:hover { cursor: pointer; background: url(../images/title-horses-for-sale-on.png) no-repeat; }

.title-boarding { background: url(../images/title-boarding.png) right no-repeat; }
.title-boarding:hover { cursor: pointer; background: url(../images/title-boarding-on.png) right no-repeat; }

.title-auction { background: url(../images/title-auction.png) no-repeat; }
.title-auction:hover { cursor: pointer; background: url(../images/title-auction-on.png) no-repeat; }

.title-contact { background: url(../images/title-contact.png) no-repeat; }
.title-contact:hover { cursor: pointer; background: url(../images/title-contact-on.png) no-repeat; }

.title-polo { background: url(../images/title-polo.png) no-repeat right; }
.title-polo:hover { cursor: pointer; background: url(../images/title-polo-on.png) no-repeat right; }

#content-sublevel-left {
	float: left;
	width: 620px;
	margin: 10px 0 0 0;
	padding: 0;
}

#content-sublevel-right {
	float: right;
	width: 300px;
	margin: 10px 0 0 0;
	padding: 0;
}

#content-sublevel-left p, #content-sublevel-left ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	line-height: 18px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -1px;
	color: #253a55;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	display: block;
	border-bottom: 1px solid #ccc;
}

#content span {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9pt;
	color: #7e7c62;
	margin: 0 0 10px 0;
	padding: 0;
}

#content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 10px;
}

#content ul li
{
	padding: 0 0 0 18px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#content a {
	color: #3277ce;
}

#content a:hover {
	color: #5191e1;
}

#content-sublevel-right img {
	display: block;
}

a.pdf-file {
	display: block;
	background: url(../images/pdf-icon.png) no-repeat;
	height: 42px;
	padding: 18px 0 0 65px;
	border: 2px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt !important;
	font-weight: bold;
	text-decoration: none;
}

a.pdf-file:hover {
	border: 2px dotted #d4dfec;
}

div.form-row { clear: both; width: 500px; }
div.header { padding: 5px 5px 5px 5px; float: left; width: 150px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #253a55; font-weight: bold; }
div.field { padding: 5px; float: left; width: 300px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000; }
div.clear-both { clear: both; width: 0; height: 15px; line-height: 0; }

img.image-border { border: 1px solid #000; }

input.text-box { width: 330px; padding: 2px 20px 2px 0; background: url(../images/field-required.png) no-repeat right; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #494949; border: 1px solid #9c9185; }
select.select-box { width: 350px; padding: 2px 0px 2px 0; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #494949; border: 1px solid #9c9185; }
textarea.textarea-box { width: 350px; padding: 2px 0px 2px 0; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #494949; border: 1px solid #9c9185; height: 120px; }

img.hos-thumb { margin: 5px 0 0px 15px; }

#content-sublevel-left a img { border: none; }
div.hos-item { height: 295px; }

div.homepage-banner-right p, div.homepage-banner-left p {
	font-size: 8pt !important;
}

strong.red { color: #C33; }
