/* *** base css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* additional modification by AK Works */

body {
	background-color: #818155;
/*	background-image: url('../images/logo55.gif');
	background-repeat: no-repeat; */
	background-image: url('../images/bg_dark4.gif');
	background-repeat: repeat;
	font-size: 11px;
	font-family: verdana, arial, sunsans-regular, sans-serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #CCBD6E; 	
	border: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px;
}
h1.h1top {
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #564b47;
	background-color: #CCBD6E; 
	padding: 5px 15px;
	margin: 0px;
	text-align: right;
} html>body h1.h1top { }

h2.page {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0px;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0px;
}

h3.footer {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #CCBD6E; 
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	padding: 5px 15px;
	margin: 0px;
}

/* ---------- Container -------------- */
#container {
	position: relative;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #fff;
} div#container { 
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
} html>body #container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container2 {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
} div#container2 { 
	min-height: 600px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* ---------- Logo -------------- */
#header {
	background-color: #818155; 
	background-image: url('../images/bg_dark4.gif');
	background-repeat: repeat;
	text-align: right;
	padding: 0px;
	height: 61px;
	width: 900px;
	margin: auto;
} html>body #header{ margin: 0px; }
#header img { padding: 10px 0px; }

/* ----------------- Content --------------------- */
#content {
	background-color: #ffffff;
	float: left;
	width: 600px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#content-index {
	position: relative;
	background-color: #ffffff;
/*	float: left; */
	width: 900px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

p, pre{
	padding: 5px 10px;
	margin: 0px;
	line-height: 1.33;
	letter-spacing: 0.5px;
}

hr {
	color: 666;
	width: 700px;
	text-align: center;
}

/* -------------- Left Column ------------- */
#right {
	float: right;
	top: 0px;
	width: 299px;
	margin: 0px;
	padding: 0px;
	background-color: #fff /*#EBD3E0*/;
	border-left: 1px #666 dotted;
}

/* ----------- Footer --------------------------- */
#footer {
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
} #footer a { color: #564b47; text-decoration: none;}


/*---- specials -----*/

/* ----------- float box --------------------------- */
 .floatbox {
	float: left;
	height: 250px;
	width: 285px;
	border: 1px solid #999;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
} html>body .floatbox { margin-left: 7px; }
.floatbox img { padding-left: 2px; padding-top: 2px; border: none; }
.floatbox h3 { 	font-size: 12px; font-weight: bold; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; background-color: #CCBD6E; }

 .floatbox-right {
	float: right;
	height: 250px;
	width: 285px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
} html>body .floatbox-right { margin-right: 10px; }
.floatbox-right img { padding-left: 2px; padding-top: 2px; border: none; }
.floatbox-right h3 { font-size: 12px; font-weight: bold; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; background-color: #CCBD6E; }

 .floatbox-big {
	float: left;
	height: 535px;
	width: 775px;
	border: 1px solid #999;
	margin-left: 65px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
} html>body .floatbox-big { /*margin-left: 7px;*/ }
.floatbox-big img { padding-left: 2px; padding-top: 2px; border: none; }
.floatbox-big h3 { 	font-size: 12px; font-weight: bold; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; background-color: #CCBD6E; }

#floatbox-homepage {
	position: relative;
	width: 600px;
	height: 130px;
	border: 1px solid #999;
	margin-left: 45px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #fff;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
} html>body #floatbox-homepage { /*margin-left: 7px;*/ }
#floatbox-homepage p { font-size: 13px;}
/*#floatbox-homepage span { font-size: 12px; text-transform: uppercase; font-weight: bold; 
	padding: 10px;}*/

/* ----------- image banners --------------------------- */
.image-banner-index {
	background-image: url('../images/home-banner-img-5.jpg'); /*home-banner-img-3.jpg*/
	width: 900px;
	height: 200px;
	padding: 0px;
	margin: 0px;
} .image-banner-index h2 { 
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	color: #fff /*#818155*/;
}

.image-banner-temp {
	background-image: url('../images/index-bar3.jpg'); /*index-bar3.jpg*/
	width: 900px;
	height: 100px;
	padding: 0px;
	margin: 0px;
} .image-banner-temp h2 { color: #fff; }

.image-banner-interior {
	background-image: url('../images/index-bar3.jpg');
	width: 600px;
	height: 100px;
	padding: 0px;
	margin: 0px;
} .image-banner-interior h2 { color: #fff; }

