

/* -- defaults -- */
html {
	background: #000;
	background-image: url(multicms/images/html_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
body {
	background-image: url(multicms/images/body_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 5px 0px;
}
h1 {
	font: 20px arial;
}
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 {
	width: 848px;
	height: 105px;
}
#frame .mainmenu {
	height: 32px;
}
#frame .content-row .clm {
	background: #FFF;
}
#frame .content {
	background: #FFF;
	height: 460px;
}
#frame .footer {
	height: 83px;
}






/* -- HEADER -- */
/* -- logo -- */
#logo {
	width: 213px;
	height: 50px;
	margin-top: 34px;
}
#logo a {
	text-decoration: none;
}
#logo img {
	width: 213px;
	height: 50px;
	border: none;
}
/* -- mainmenu -- */
#mainmenu {
	float: right;
	display: inline;
}







/* -- CONTENT -- */
#content {
	width: 848px;
}
#content td {
	color: #0c0c0c;
}
#content .content-header {
	height: 133px;
	background: #434141;
	background-position: center center;
	background-repeat: no-repeat;
}
#content .spacer-h {
	height: 20px;
	line-height: 20px;
}
#content .content-heading {
	font: 28px arial;
	text-transform: lowercase;
	text-align: right;
	padding: 0px;
	margin: 5px 0px;
}
#content .content-text {
	height: 460px;
	padding: 0px;
}
#content .content-text .content-image {
	background: #EFEFEF;
	margin: 0px 0px 10px 15px;
	float: right;
	display: inline;
}
#content .content-text .content-image img {
	width: 189px;
	height: 123px;
	margin: 10px;
}
#content .content-sublinks {
	width: 184px;
}
#content-text a {
	color: #F00;
}
#content-text a:hover {
	color: #000;
}



/* -- CONTENT-INDEX -- */
#slideshow-wrapper {
	width: 849px;
	height: 460px;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -230px 0px 0px -424px;
}



/* -- FOOTER -- */
#footer {
	
}
/* -- footer-menu -- */
#footer-menu {
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
	text-transform: lowercase;
	margin: 10px 0px;
	float: right;
	display: inline;
		/*border: dashed 1px #FFF;*/
}
#footer-menu a {
	color: #4b4b4b;
	text-decoration: none;
	padding: 0px 5px;
}
#footer-menu a:hover {
	color: #FFF;
}

/* -- footer-tag -- */
#footer-tag {
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4b;
	text-align: right;
	margin: 10px 0px;
	float: left;
	display: inline;
		/*border: solid 1px #FFF;*/
}
#footer-tag a {
	color: #4b4b4b;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #FFF;
}











/* -- 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, textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#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 .cb {
	border: none;
}
#stdform a {
	background: none;
}






