body {
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

a { color: #6f6f6f}

nav.mainmenu li:hover,
nav.mainmenu li.active { background-color: #efefef; }
nav.mainmenu ul > li.expandable-li:hover {
    background-color: #6f6f6f;
}
nav.mainmenu ul > li > ul{
	background-color: #6f6f6f;
}
nav.mainmenu ul > li > ul > li:hover{
	background-color: #9f9f9f;
}
nav.mainmenu ul > li > ul > li.expandable-li:hover{
	background-color: #9f9f9f;
}
nav.mainmenu ul > li > ul > li > ul {
    background-color: #9f9f9f;
}
.dropdown-arrow { background-image: url(images/assets.png); }

.ResponsiveDesign .GalleryPagerLinks .PageNumber a:hover{ color: #6f6f6f; }
.ResponsiveDesign .GalleryPagerLinks .PreviousPage a,
.ResponsiveDesign .GalleryPagerLinks .NextPage a { background-image: url(images/assets.png); }

.Diary .DiaryCommentForm span,
.Guestbook .GuestbookForm p,
.GalleryCommentFormControl span,
.Contact .ContactForm .ContactFormName p, 
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormMessage p { color: #6f6f6f; }

.Diary .DiaryCommentForm input[type="submit"],
.Guestbook .GuestbookForm input[type="submit"],
.GalleryCommentFormControl input[type="button"],
.Contact .ContactForm input[type="submit"] { background-color: #6f6f6f; }

.footer { background-color: #6f6f6f; }
