/************************************************
* Fonts, weights, alignment, colors, line-height,
* list styles, etc
*************************************************/

body {
	color: #fff;
}

h1 span {
	text-indent: -2000px;
}


/*
* Main navigation
*/

/*
* First level of gallery menu
*/
#gallery_menu ul li a {
	font-family: Arial;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #fff;
}

#gallery_menu ul li.active a {
	color: #FFD200;
}

/*
* 2nd level of gallery menu
*/

#gallery_menu ul li ul li {
	text-indent: -2000px;
}



/*
* Footer
*/

#footer p {
	font-family: Arial;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 19px;
	text-transform: uppercase;
	padding: 0 5px 0 36px;
	margin: 0;
	color: #555;
}



/*
* General Content
*/

h3 {
	font-family: Arial;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 19px;
	text-transform: uppercase;
	padding: 0 5px;
}

h4 {
	text-transform: uppercase;
	color: #8B7200;
	font-size: 0.8em;
	font-family: Arial;
	margin: 1em 1em 1em 0;
}

p,
ul,
ol {
	font-family: Arial;
	color: #959595;
	font-size: 0.8em;
	letter-spacing: 0.025em;
	line-height: 1.1em;
	padding: 0;
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

.about ul,
.contacts ul {
	margin: 0;
}

#main ol {
	padding-left: 2em;
}

.about li,
.contacts li {
	margin: 0.5em;
}

.about li a,
.contacts li a {
	padding-left: 14px;
	background: url(../layout_images/list_bullet_out.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.contacts ul.contact_information li a {
	padding-left: 0;
	background-image: none;
}

a {
	color: #8B7200;
}

a:hover {
	text-decoration: none;
}

img {
	border: 3px solid #3E3E3E;
}

p img {
	float: left;
	margin: 0 1em 1em 0;
}




/*
* Forms
*/
input.field {
	color: #959595!important;
	font-size: 1em;
	font-family: Arial;
	line-height: 1.1em;
	font-weight: normal!important;
}

textarea {
	color: #959595!important;
	font-size: 1em;
	font-family: Arial;
	line-height: 1.1em;
	font-weight: normal!important;
}

p.buttons {
	text-align: right;
}

input.clear {
	text-indent: -1000px;
}

input.submit {
	text-indent: -1000px;
}