body {
	background-color: #29100e;
	color: #000;
	font: 12px/1.2em arial, verdana, sans-serif;
	text-align: center;
}

/* Misc */
img {
	border: none;
}
a {
	color: #a44138;
	text-decoration: none;
}
a:hover {
	color: #a44138;
	text-decoration: underline;
}
p {
	margin: 1em 0;
}
p.separator {
	border-top: 1px dotted #000;
	height: 0;
	margin: 2em 0;
	overflow: hidden;
}

/* Clears */
#main-menu:after, #sub-menu:after, #language:after, #content:after, .browse-gallery:after, .browse-gallery ul:after, .navigate-gallery-image:after, .form-field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Default menu list */
#language ul, #main-menu, #sub-menu, .browse-gallery ul, .gallery-image-details ul, .gallery-image-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Headings */
h1 {
	color: #a44138;
	font: 24px/1em georgia, "times new roman", serif;
	margin: 0 0 1em 0;
	padding: 0;
}

/* Holders */
#holder {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* Table */
th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
td, th {
	padding: 1px 0;
}
table.contact-offices td {
	width: 150px;
}
table.contact-management {
	width: 300px;
}

/* Form elements */
form {
	background-color: #d6d6d8;
	border: 1px solid #c5c5c8;
	margin: 0;
	padding: 15px;
}
label {
	float: left;
	line-height: 24px;
	margin: 0 10px 0 0;
	text-align: right;
	width: 150px;
}
label span {
	color: #ff0000;
	margin: 0 0 0 2px;
}
.form-required {
	color: #828282;
	font-style: italic;
}
.form-required span {
	color: #ff0000;
}
.form-field {
	margin: 0 0 10px 0;
}
.form-field div {
	float: left;
	width: 285px;
}
.form-field div label {
	float: none;
	margin: 0;
	text-align: left;
	width: auto;
}
.input-text, textarea, select {
	background-color: #fff;
	border: 1px solid #b9b9ba;
	font: 12px/1.2em arial, verdana, sans-serif;
	padding: 0;
	margin: 0;
	outline: none;
}
.input-text, textarea {
	padding: 5px 2px;
	width: 100%;
}
.input-error {
	border-color: #ff0000;
}
.error-msg {
	color: #ff0000;
	font-size: 11px;
	line-height: 27px;
	margin: 0 0 0 10px;
}
.size-small .input-text, .size-small textarea, .size-small select {
	width: 50%;
}
.form-actions {
	margin: 0 0 0 160px;
}
button {
	background: url(../images/button-hl.gif) 0% 50% no-repeat;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 3px;
	margin: 0;
	overflow: visible;
}
button span {
	background: url(../images/button-hl.gif) 100% 50% no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 0 -3px;
	padding: 0 10px 0 7px;
	text-transform: lowercase;
}

/* Header */
#header {
	margin: 30px 0 78px 0;
	position: relative;
}
#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#logo a {
	outline: none;
}
#logo img {
	display: block;
	height: 135px;
	width: 180px;
}

/* language */
#language li {
	float: left;
}
#language li a {
	color: #fff;
	margin: 0 10px 0 0;
	text-transform: lowercase;
}
#language li a:hover {
	text-decoration: underline;
}
#language li.active a {
	color: #a44138;
	font-weight: bold;
}

/* Menu */
#menu {
	font: 18px/1em georgia, "times new roman", serif;
	margin: 0 0 56px 0;
}
#menu a {
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li.active a {
	color: #a44138;
}
.with-sub-menu {
	margin-bottom: 34px !important;
}

/* Main menu */
#main-menu {
	border-bottom: 2px solid #5e4b4a;
	padding: 0 0 5px 0;
}
#main-menu li {
	float: left;
	margin: 0 25px 0 0;
}

/* Submenu */
#sub-menu {
	font-size: 14px;
}
#sub-menu li {
	float: left;
	margin: 4px 20px 0 0;
}

/* Content */
.gallery {
	background-color: #e9e9e9;
}

/* Content columns */
.column-left {
	background-color: #e9e9e9;
	border-right: 1px solid #29100e;
	float: left;
	min-height: 476px;
	padding: 30px;
	width: 584px;
}
.column-right {
	border-left: 1px solid #29100e;
	float: right;
	margin-left: -1px;
	padding: 30px;
	width: 275px;
}
.content-img-holder {
	padding: 0;
	width: 335px;
}
.content-img-holder img {
	display: block;
}

/* Footer */
#footer {
	color: #fff;
}
#footer p {
	margin: 20px 0 100px 0;
}

/* Gallery browse */
.browse-gallery {
	margin: 0 0 1px 0;
}
.browse-gallery ul {
	background: url(../images/browse-gallery-bg.gif) 0% 0% repeat-x;
	float: left;
	height: 118px;
	width: 927px;
}
.browse-gallery li {
	float: left;
}
.browse-gallery li a {
	background-color: #e9e9e9;
	cursor: pointer;
	display: block;
	height: 88px;
	margin: 8px 1px 0 0;
	padding: 7px;
	outline: none;
	text-align: center;
	width: 88px;
}
.browse-gallery li a:hover {
	background: #e9e9e9 url(../images/browse-image-hover.gif) 50% 100% no-repeat;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.browse-gallery li.active a, .browse-gallery li.active a:hover {
	background: #e9e9e9 url(../images/browse-image-active.gif) 50% 0% no-repeat;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 7px;
}
.browse-gallery .next, .browse-gallery .previous {
	background: #a44138 url(../images/icon-next.gif) 50% 50% no-repeat;
	float: right;
	height: 102px;
	margin: 8px 0 0 0;
	outline: none;
	text-indent: -10000px;
	width: 26px;
}
.browse-gallery .previous {
	background-image: url(../images/icon-prev.gif);
	margin-right: 1px;
	float: left;
}
.browse-gallery .next:hover, .browse-gallery .previous:hover {
	background-color: #b25f57;
}
.browse-gallery a.disabled, .browse-gallery a.disabled:hover {
	background: #e9e9e9;
}

/* Navigate gallery image */
.navigate-gallery-image a {
	background: #a44138 url(../images/icon-next-small.gif) 50% 50% no-repeat;
	display: block;
	float: right;
	height: 27px;
	outline: none;
	text-indent: -10000px;
	width: 27px;
}
.navigate-gallery-image a.previous {
	background-image: url(../images/icon-prev-small.gif);
	float: left;
}
.navigate-gallery-image a:hover {
	background-image: url(../images/icon-next-small-hover.gif);
}
.navigate-gallery-image a.previous:hover {
	background-image: url(../images/icon-prev-small-hover.gif);
}
.navigate-gallery-image {
	margin: 0 0 1em 0;
}
.gallery-image {
	text-align: center;
}

/* Gallery image details */
.gallery-image-details {
	border-bottom: 1px dotted #000;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}

/* Gallery image options */
.gallery-image-options li {
	margin: 0 0 4px 0;
}
.gallery-image-options a {
	background: #3b3331 url(../images/button.gif) 0% 50% no-repeat;
	color: #fff;
	display: block;
	padding-left: 5px;
}
.gallery-image-options a span {
	background: url(../images/button.gif) 100% 50% no-repeat;
	cursor: pointer;
	display: block;
	line-height: 27px;
	padding: 0 10px 0 5px;
}
.gallery-image-options a:hover {
	color: #fff;
	text-decoration: underline;
}
.gallery-image-options li.highlight a {
	background-color: #a44138;
	background-image: url(../images/button-hl.gif);
}
.gallery-image-options li.highlight a span {
	background-image: url(../images/button-hl.gif);
}

/* Frontpage */
.frontpage {
	background-color: #fff !important;
}
.frontpage h1 {
	font-size: 34px;
	margin-bottom: .5em;
}
.frontpage .column-left {
	width: 644px;
	padding: 0;
}
.frontpage .column-left img {
	display: block;
}
