html, body {background: #343434 url(../images/background.gif) repeat-x; background-position: 0px 126px;}

img.block, img {display:block; border: 1px solid #222222;}

#inner-content a img {
	border: 1px solid #c11e00;
}

h4 {
	text-transform: uppercase;
	color: #eeeeee;
	font-family: "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-bottom: 1px solid #565656;
	font-weight: normal;
	letter-spacing: 0.25em;
}
a {
	color: #c11e00;
}

#title img {border:0;}

#languages {
	height: 140px;
	font-size: 14px;
	line-height: 120px;
	text-align: center;
	word-spacing: 12px;
	color:#ffffff;
}

#languages a {
	color: #aaaaaa;
	text-decoration: none;
}

#languages a:hover {
	color: #ffffff;
}

ul#menu {
	margin: 0px;
	margin-bottom: 3em;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: none;
}

#menu li {
	padding-left: 20px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border-bottom: 1px solid #565656;
	background:transparent url(../images/arrow.png) no-repeat 8px 13px;
}

#menu li.selected, #menu li:hover {
	background-color:#222222;
	filter:alpha(opacity=99);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#menu a {
	font-size:1.1em;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.25em;
}

#inner-content img{
	margin:0 1.5em 0 0;padding:0;
	display: inline;
}

#footer {
	color:#999999;
	text-align: center;
}

.inline {display:inline;}
.box {background-color: #ffffff;}

.inplacericheditor-form {position: relative; z-index: 2;}

textarea.editor_field  {width: 98%;}

.editable_content {margin-bottom: 1.5em; position: relative; z-index: 1;}

#gallery img {
	margin:0;
	padding:0;
	display: block;
}

#gallery span{
	float: left;
	margin-right: 48px;
	margin-bottom: 18px;
	text-align: center;
}

#gallery span.last {
	margin-right: 0;
}

#small-gallery img {
	float:left;
	display: inline;
	border: 1px solid #ffffff;
	margin: 5px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

#small-gallery img:hover { 
	filter:alpha(opacity=99);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.small-box {
	float: left;
	width: 190px;
	margin-right: 50px;
}

/* Pagination */
.pagination {
	margin-left: 2px;
}

.pagination span {
	padding: 3px 6px;
}

.pagination a {
	border: 1px solid #c11e00;
	padding: 3px 6px;
	text-decoration: none;
}

.pagination span.current {
	background-color: #c11e00;
	color: #ffffff;
	border: 1px solid #c11e00;
}

.pagination .prev_page, .pagination .next_page {
	border: 0px;
	font-size: 14px;
}

.pagination .disabled {
	display: none;
}

/* Validation */

.fieldWithErrors label {
  color: #c03116;
}

div.fieldWithErrors {
	margin:0;
	padding:0;
}

#errorExplanation {
  border: 1px solid #c03116;
  padding-bottom: 10px;
  margin-bottom: 12px;
  margin-top: 12px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 12px;
  font-size: 12px;
  margin: 0px;
  background-color: #c03116;
  color: #fff;
  width: auto;
  line-height: 20px;
  height: 20px;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px 5px 5px 12px;
}

#errorExplanation ul {
  margin-left: 42px;
  list-style: square;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Tables */
table {
	border-collapse: collapse;
}

th,td {
	border: 1px solid #ddd;
}

tr.header {
	color: #ffffff;
	background-color: #c11e00;
	border: 1px solid #c11e00;
}

#menu li.special a {color: #ffce3a; font-weight:bold;}