

/* -- defaults -- */
html {
	
}
body {
	background: #994c3d;
	background-image: url(multicms/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding:  0px 0px 30px 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	color: #894436;
	padding: 0px;
	margin: 10px 0px;
}
h2 {
	font: bold 15px arial;
}
h3, h4, h5 {
	font: bold 12px arial;
}


/* -- FRAME -- */
#frame {
	width: 847px;
}
#frame td {
	font: 11px arial;
	text-align: justify;
	vertical-align: top;
}
#frame .topmenu {
	height: 19px;
}
#frame .header {
	height: 121px;
	background-image: url(multicms/images/header_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#frame .bar-left, #frame .bar-right {
	width: 9px;
	background: #8fbc8f;
	background-image: url(multicms/images/frame_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#frame .mainmenu {
	width: 829px;
	height: 44px;
	background: #FFF;
	background-image: url(multicms/images/mainmenu_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
#frame .content {
	background: #FFF;
}
#frame .footer {
	height: 69px;
	background-image: url(multicms/images/frame_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 20px 0px 0px 0px;
}


/* -- topmenu -- */
#topmenu {
	font: bold 14px arial;
	text-align: right;
	padding: 0px;
	margin: 2px 20px 0px 0px;
	float: right;
	display: inline;
}
#topmenu a {
	color: #3e3d3d;
	text-decoration: none;
	text-transform: uppercase;
}
#topmenu a:hover {
	color: #984c3d
}



/* -- HEADER -- */
/* -- logo -- */
#logo {
	width: 102px;
	height: 100px;
	margin: 10px 0px 0px 10px;
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#logo img {
	width: 102px;
	height: 100px;
	border: none;
}
#header h1 {
	width: 720px;
	font: bold 27px arial;
	color: #FFF;
	text-align: left;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	float: right;
	display: inline;
		/*border: solid 1px #000;*/
}
#header h1 .darker {
	color: #2a2a2a;
}




/* -- MAINMENU -- */
/* -- mainmenu -- */
#mainmenu {
	z-index: 500;
	position: relative;
}

/* -- search-form -- */
#search {
	padding: 0px;
	margin: 10px 10px 0px 0px;
	float: right;
	display: inline;
		/*border: dashed 1px #000;*/
}
#search-form {
	padding: 0px;
	margin: 0px;
}
#search-form .search-input {
	width: 150px;
	border: solid 1px #cbcbcb;
}
#search-form .btn {
	background: none;
	font: bold 12px arial;
	color: #7f5901;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}





/* -- CONTENT -- */
#content {
	width: 100%;
}
#content td {
	text-align: justify;
}
#content .content-header {
	height: 153px;
	background: #874333;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: none;
	border: solid 1px #8c4638;
}
#content .content-header .header-wrapper {
	width: 829px;
	height: 154px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#content .pnl-right {
	width: 303px;
	background-image: url(multicms/images/pnl_right_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px;
}
#content .content-text {
	/*width: 544px;*/
	height: 450px;
	padding: 20px 20px 40px 20px;
}
#content .content-text .heading {
	font: bold 20px arial;
	color: #894436;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#content .content-text .content-image {
	width: 200px;
	height: 150px;
	margin: 0px 0px 15px 20px;
	float: right;
	display: inline;
}
#content .content-text .content-image img {
	width: 200px;
	height: 150px;
}
#content a {
	color: #7f5901;
}
#content a:hover {
	color: #000;
}


/* -- content-index -- */
#content-index {
	width: 829px;
}
#content-index .content-text {
	width: 528px;
}
#content-index .content-text .index-text-wrapper {
	margin: 15px;
}
#content-index .pnl-right {
	width: 301px;
	background-image: url(multicms/images/pnl_right_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px;
}
#content-index .content-text .heading {
	font: bold 20px arial;
	color: #894436;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#content-index .content-text .content-image {
	width: 114px;
	height: 86px;
	margin: 0px 0px 10px 10px;
	float: right;
	display: inline;
}
#content-index .content-text .content-image img {
	width: 114px;
	height: 89px;
	border: solid 1px #b7b2a5;
}
.lnbr {
	clear: both;
}



/* -- SHORTLISTS -- */

/* -- shortlist-events -- */
#shortlist-events {
	/*width: 170px;*/
		/*border: solid 1px #000;*/
}
#shortlist-events div {
	text-align: left;
}
#shortlist-events .title {
	font: bold 12px arial;
	text-transform: uppercase;
}
#shortlist-events .title a {
	color: #a77400;
	text-decoration: none;
}
#shortlist-events .title a:hover {
	color: #000;
}
#shortlist-events .date {
	
}
#shortlist-events .spacer-h {
	height: 10px;
	line-height: 10px;
}

/* -- shortlist-news -- */
#shortlist-news {
	/*width: 170px;*/
		/*border: solid 1px #000;*/
}
#shortlist-news div {
	text-align: left;
}
#shortlist-news .title {
	font: bold 12px arial;
	text-transform: uppercase;
}
#shortlist-news .title a {
	color: #a77400;
	text-decoration: none;
}
#shortlist-news .title a:hover {
	color: #000;
}
#shortlist-news .intro {
	
}
#shortlist-news .spacer-h {
	height: 10px;
	line-height: 10px;
}






/* -- PNL-RIGHT -- */
#pnl-right-block {
	width: 280px;
	background: #FFF;
	background-image: url(multicms/images/pnl_right_block_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: justify;
	border: solid 1px #b7b2a5;
	padding: 0px;
	margin: 20px 0px;
}
#pnl-right-block h1 {
	font: bold 14px arial;
	color: #884435;
	line-height: 35px;
	padding: 0px 10px;
	margin: 0px;
		/*border: solid 1px #000;*/
}
#pnl-right-block .text {
	padding: 10px;
}




/* -- FOOTER -- */
/* -- #footermenu -- */
#footermenu {
	color: #2b2b2b;	
	text-transform: uppercase;
}
#footermenu a {
	color: #2b2b2b;
	text-decoration: none;
}
#footermenu a:hover {
	color: #FFF;	
}

/* -- footer-tag -- */
#footer-tag {
	color: #2b2b2b;	
	text-transform: uppercase;
	margin: 2px 0px 0px 0px;
}
#footer-tag a {
	color: #2b2b2b;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #2b2b2b;	
}





/* -- forms -- */
#stdform {

}
#stdform div {
	padding: 2.5px 0px;
}
#stdform p {
	width: 150px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#stdform p.text {
	padding: 0px;
}
#stdform .note {
	font: 11px arial;
}
#stdform input, #stdform textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform input.error, #stdform textarea.error {
	background: #fff0f0;
	border: solid 1px #F00;
}
#stdform .cb {
	border: none;
}
#stdform .btn_submit {
	background: #4c9702;
	font: bold 11px arial;
	color: #FFF;
}
#stdform select {
	width: auto;
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform option {
	margin: 0px 20px 0px 5px;
}
#stdform .order {
	width: 300px;
	border: solid 1px #9A9A9A;
	font: 11px arial;
	padding: 5px;
}
#stdform .btn_up {
	width: 50px;
	background-image: url(images/bg_formbtn.gif);
	background-position: 10px 0px;
	background-repeat: repeat-x;
}
#stdform fieldset {
	border: solid 1px #3B88B8;
	padding: 0px 0px 10px 0px;
}
#stdform legend {
	font: bold 11px arial;
	color: #3B88B8;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
}
#stdform .cb {
	border: none;
}
#stdform a {
	background: none;
}
#stdform .req {
	font: bold 16px arial;
	color: #F00;
	line-height: 10px;
}




/* -- forms -- */
#form-display {
	width: 550px;
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#form-display-img {
	width: 130px;
	margin: 0px 50px 0px 0px;
	float: right;
	display: inline;
	border: solid 1px #000;
}
#form-display div {
	padding: 4px 0px;
	clear: both;
		/*border: solid 1px #000;*/
}
#form-display p {
	width: 150px;
	text-align: right;
	padding: 0px 0px 2px 0px;
	margin: 0px 2px;
	float: left;
	display: inline;
	clear: left;
}
#form-display div div {
	padding: 0px;
	float: left;
	display: inline;
	clear: right;
		/*border: solid 1px #000;*/
}


/* -- form error -- */
#form-error {
	font: bold 11px arial;
	color: #F00;
	text-align: center;
}



/* -- pagination -- */
#pagination {
	text-align: center;
	margin: 0px 0px 15px 0px;
		/*border: solid 1px #000;*/
}
#pagination a {
	background: #874333;
	font: bold 12px arial;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	border: solid 1px #874333;
	padding: 0px 5px;
	margin: 0px 2px;
}
#pagination a:hover {
	background: #000;
	color: #FFF;
	border: solid 1px #000;
}
#pagination a.selected {
	background: #d6e5fe;
	color: #000;
	border: solid 1px #d6e5fe;
}
#pagination a.selected:hover {
	/*background: #000;*/
}






/* -- SITE WIDE LINKS -- */
a.moreinfo {
	background-image: url(multicms/images/arrow_right_b.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0px 0px 0px 10px; 
	color: #7f5901;
	text-decoration: none;
}
a.moreinfo:hover {
	color: #000;
}
#pnl-right-block a.pnl-btn {
	background: #a77400;
	font: bold 11px arial;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 8px;
}
#pnl-right-block a.pnl-btn:hover {
	
}





/* -- color spans -- */
#content span.green
{color: #090;}
#content span.red
{color: #F00;}
#content span.blue
{color: #03F;}
#content span.orange
{color: #F90;}
#content span.grey
{color: #BBB;}



