a { color: #ce5e1a; }

.PageContainer .PageHeader .LogoField {
	background: url('images/logo-field.jpg') no-repeat top right;
}
.PageContainer .PageHeader .NavigatorContainerTop {
	background: url('images/bg-navigator-top.gif') no-repeat bottom left;
}
.PageContainer .NavigatorContainer {
	background: url('images/bg-navigator.gif') repeat-y top left;
}

.PageContainer .ContentContainer {
	background: #b1b3af url('images/bg-navigator-bottom.gif') no-repeat top left;
}

.GalleryNavigator a.Next { 
	background: white url('images/bg-gallery-nav-right.gif') no-repeat top right;
}
.GalleryNavigator a.Previous {
	background: white url('images/bg-gallery-nav-left.gif') no-repeat top right;
}

.GalleryPagerLinks .NextPage a { 
	background: url('images/bg-gallery-nav-right.gif') no-repeat top right;
}
.GalleryPagerLinks .PreviousPage a {
	background: url('images/bg-gallery-nav-left.gif') no-repeat top left;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg-submit.gif') no-repeat top left;
}

.Guestbook .GuestbookFormContainer .GuestSubmit {
	background: url('images/bg-submit.gif') no-repeat top left;
}

.Contact .ContactContainer .ContactForm .ContactSubmit {
	background: url('images/bg-submit.gif') no-repeat top left;
}

.GalleryCommentFormControl input.GalleryCommentSubmit {
	background: url('images/bg-submit.gif') no-repeat top left;
}


.DropMenu a:hover {
	background-color: #ce5e1a;
}
.DropMenu a.parent {
	background-color: #fb6d09;
}
.DropMenu a.parent:hover {
	background-color: #ce5e1a;
}
.DropMenu li ul {
	background: url('images/bg-drop-down-bottom-160.gif') no-repeat bottom left;
}
.DropMenu li ul a {
	background-color: #fb6d09;
}
.DropMenu li ul ul {
	background: url('images/bg-drop-down-bottom-160.gif') no-repeat bottom left;
}

@media only screen and (max-width: 768px) 
{
	.DropMenu {
		background-color: #fb6d09;
	}
}