

/* -- defaults -- */
html {
	background: #f7f1da;
	background-image: url(multicms/images/html_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
body {
	padding:  0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 10px 0px;
}
h2 {
	font: bold 15px arial;
}
h3, h4, h5 {
	font: bold 12px arial;
}


/* -- FRAME -- */
#frame {
	width: 100%;
}
#frame td {
	font: 12px arial;
	text-align: justify;
	vertical-align: top;
}
#frame .header-row {
	width: 949px;
}
#frame .header-row .clm-left {
	
}
#frame .header-row .header {
	width: 949px;
	height: 88px;
	background-image: url(multicms/images/bg_header.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
#frame .header-row .clm-right {
	background-image: url(multicms/images/bg_header.gif);
	background-position: top center;
	background-repeat: repeat-x;
}
#frame .content-top-row {
	width: 949px;
}
#frame .content-top-row .clm-left  {
	
}
#frame .content-top-row .data {
	height: 25px;
	border-bottom: solid 1px #e8dfba;
}
#frame .content-top-row .clm-right {

}
#frame .content-row {
	
}
#frame .content-row .clm-left {
	background-image: url(multicms/images/bg_content_l.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#frame .content-row .clm-left div {
	width: 5px;
	height: 508px;
	background-image: url(multicms/images/bg_content_btm_l_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	display: inline;
}
#frame .content-row .content {
	width: 949px;
	background: #FFF;
}
#frame .content-row .clm-right {
	background-image: url(multicms/images/bg_content_r.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#frame .content-row .clm-right div {
	width: 5px;
	height: 508px;
	background-image: url(multicms/images/bg_content_btm_r_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#frame .content-btm-row {
	
}
#frame .content-btm-row .clm-left {
	background-image: url(multicms/images/bg_content_btm_l.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#frame .content-btm-row .data {
	width: 949px;
	height: 12px;
	background-image: url(multicms/images/bg_content_btm_c.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame .content-btm-row .clm-right {
	background-image: url(multicms/images/bg_content_btm_r.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#frame .footer-row {
	
}
#frame .footer-row .clm-left {
	
}
#frame .footer-row .footer {
	width: 949px;
	height: 245px;
}
#frame .footer-row .clm-right {
	
}
#frame .footer-tag-row td {
	background: #f0e9cc;
	border-top: solid 1px #FFF;
}
#frame .footer-tag-row .clm-left {
	
}
#frame .footer-tag-row .footer-tag {
	width: 949px;
	height: 31px;
}
#frame .footer-tag-row .clm-right {
	
}



/* -- HEADER -- */
/* -- logo -- */
#logo {
	width: 315px;
	height: 88px;
	background-image: url(multicms/images/html_bg.gif);
	float: left;
	display: inline;
		/*border: solid 1px #000;*/
}
#logo a {
	width: 250px;
	height: 50px;
	background-image: url(multicms/images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 16px 0px 0px 12px;
	float: left;
	display: inline;
}
/* -- topmenu -- */
#topmenu {
	height: 37px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 37px;
	float: right;
	display: inline;
}
#topmenu a {
	color: #998a4c;
	text-decoration: none;
	padding: 0px 10px;
}
#topmenu a:hover {
	color: #FFF;
}
/* -- top-search -- */
#top-search {
	margin: 7px 0px 0px 0px;
	float: right;
	display: inline;
}
#top-search form {
	padding: 0px;
	margin: 0px;
}
#top-search form input {
	width: 120px;
	background: #FFF;
	background-image: url(multicms/images/bg_search_input.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	color: #c4ae6a;
	text-align: right;
	border: solid 1px #c6b97f;
	padding: 2px 2px 2px 15px;
}




/* -- MAINMENU -- */
/* -- mainmenu -- */
#mainmenu {
	z-index: 500;
	position: relative;
}





/* -- CONTENT -- */
#content-frame {
	width: 949px;
}
#content-frame td {
	
}
#content-frame .header-bar {
	height: 50px;
	background: #0c32a5;
}
#content-frame .page-header-img {
	width: 665px;
	height: 166px;
	background: #0c32a5;
	margin: 20px 0px 0px 0px;
}
#content-frame .page-header-img img {
	width: 665px;
	height: 166px;
	display: block;
}
#content-frame .side-menu {
	width: 237px;
	background: #fefcf3;
	background-image: url(multicms/images/bg_content_sidepanel.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#content-frame .side-menu h1 {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 30px;
	left: 20px;
}
#content-frame .content-data {
	width: 712px;
	height: 510px;
	color: #242424;
	text-align: justify;
}
#content-frame .content-data .content-spacer {
	margin: 20px;
}
#content-frame .page-title {
	font-size: 20px;
	color: #0c32a5;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#content-frame .content-image {
	width: 189px;
	height: 123px;
	border: solid 15px #EFEFEF;
	margin: 0px 0px 10px 15px;
	float: right;
	display: inline;
}
#content-frame .content-image {
	width: 189px;
	height: 123px;
}
#content-frame a {
	color: #0c32a5;
}
#content-frame a:hover {
	color: #CCC;
}


/* -- side-menu -- */
#side-menu {
	width: 237px;
	overflow: hidden;
}
#side-menu ul {
	width: 237px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#side-menu ul li {
	width: 237px;
	float: left;
	display: block;
}
#side-menu ul li a {
	width: 237px;
	color: #242424;
	text-decoration: none;
	line-height: 30px;
	padding: 0px 20px;
	float: left;
	display: block;
}
#side-menu ul li a:hover {
	background: #b3a56b;
	color: #FFF;
}




/* -- INDEX-CONTENT -- */
#index-content-frame {
	width: 949px;
}
#index-content-frame .slideshow {
	width: 949px;
	height: 302px;
}
#index-content-frame .spacer-h {
	width: 949px;
	height: 25px;
}
#index-content-frame .content-btns {
	width: 949px;
}






/* -- FOOTER -- */
#footer {
	margin: 15px 0px 0px 0px;
}
#footer .block {
	width: 220px;
	height: 150px;
	background: url(multicms/images/bg_footer_block.gif);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 11px;
	text-align: left;
	color: #3c3c3c;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;
		/*border: dashed 1px #000;*/
}
#footer .no-bg {
	background-image: none;
}
#footer .block a {
	color: #002596;
	text-decoration: none;
}
#footer .block h2 {
	color: #002596;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#footer-menu {
	color: #FFF;
}
#footer-menu ul {
	width: 250px;
	list-style: none;
	padding: 0px;
	margin: 0px;
		/*border: solid 1px #FFF;*/
}
#footer-menu ul li {
	width: 120px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
		/*border: dashed 1px #FFF;*/
}
#footer #footer-menu ul li a {
	color: #3c3c3c;
	text-decoration: none;
}
#footer #footer-menu ul li a:hover {
	color: #0c32a5;
}
#footer-tag {
	font-size: 11px;
	color: #a8986b;
	line-height: 31px;
}
#footer-tag a {
	color: #a8986b;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #000;
}
#footer-blog {
	color: #3c3c3c;
}
#footer-blog a.title {
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
}
#footer-blog a.title:hover {
	
}












/* -- 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;*/
}




/* -- color-classes -- */
.green
{color: #090;}
.red
{color: #F00;}
.blue
{color: #03F;}
.orange
{color: #F90;}
.grey
{color: #BBB;}













