/* CSS Document */


/* General */
* {
	margin: 0;
	padding: 0;
}

BODY	{
	height: 100%;
	background: #2b2b2b url('../_pictures/bg.gif') repeat-x 0 0;
	min-width: 900px;
}

#flashcontent {
	text-align: left;
	margin: 0 auto;
}

#wrapper {
	position:relative;
	margin:0 auto;
	text-align:center;
	width: 100%;
	height: 100%;
}

#logo{
	position:absolute; 
	width:10px; height:10px; 
	z-index:1; 
	left: 10px; 
	top: 10px;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ' ';
}

.noscreen {
	display: none;
}

.hidden { /* Skip menu */
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div.info{
	width:100%; height:10px; 
	text-align:center;
}
a.info{
	font-size: 0.6em;
	color: #FFFFFF !important;;
}
/* Menu */

#menu_balk {
	position:absolute; 
	width:100%; height:0px; 
	z-index:1; 
	left: 0px; 
	top: 124px;
	text-align:left;
}

.menu_balk { 
	min-height: 1px;
	background: url('../_pictures/menu_bg.png');
	height: 35px;
	width: 100%;
}

.menu_balk:after {
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0; 
	font-size: 0; 
	content: ' ';
}

#menu {
	height: 35px;
	background-repeat:repeat-x;
	width: 100%;
}

#menu li {
	display: inline;
	list-style-type: none;
	text-align: center;
}
#menu li a {
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0 2.0em;
	line-height: 35px;
	background: url('../_pictures/li-border.gif') no-repeat 100% center;
}
#menu li a:hover, #menu li a.active, #menu li a.liactive {
	font-weight: bold;
	color: #FFCB5C;
}

#contact_menu li {
	display: inline;
	list-style-type: none;
	text-align: center;
}
#contact_menu li a {
	font-size: 1.0em;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0 2.5em;
	line-height: 35px;
}
#contact_menu li a:hover, #contact_menu li a.active, #contact_menu li a.liactive {
	font-weight: bold;
	color: #FFCB5C;
}

.right_colomheader {
	font-size: 1.4em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 8px;
	background: url('../_pictures/h3-bg.gif') no-repeat 0 center;
	padding-left: 27px;
}

a.li {
	font-size: 0.8em;
	color: #FFFFFF;
	float: left;
	display: block;
}

a.liactive {
	font-size: 0.8em;
	color: #FFCB5C !important;
	float: left;
	display: block;
} 
/* contact */

#contact_balk {
	position: absolute;
	z-index:2;
	top: 124px;
	left: 750px;
	font-size: 0.8em;
	color: white;
	height: 34px;
	line-height: 34px;
}

#contact-icon {
	background: url('../_pictures/contact-icon.gif') no-repeat 0 center;
	padding-left: 30px;
}


/* Content */

.text {
	font-size: 0.9em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.header {
	font-size: 1.4em;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffcb4e;
	letter-spacing: 1px;
	margin-bottom: 8px;
	background: url('../_pictures/h3-bg.gif') no-repeat 0 center;
	padding-left: 27px;
}

h1, h2, h3, h4, h5, h6, address {
 	font-size: 1.0em;
	color: #FFFFFF;
 	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

p {
 	
	font-size:x-small;
	color: #FFFFFF;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #FFC750;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


#content {
	position:absolute; 
	width:10px; height:10px; 
	z-index:2; 
	left: 10px; 
	top: 200px;
	min-height: 534px;
}

#content-box {
	width: 900px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	min-height: 304px;
}

#content-box-in-left {
	width: 660px;
	float: left;
}

#content-box-in-left-in {
	/* height right bottom left; */
	/*margin: 1em 1em 5em 1.8em;*/
	margin: 0px 10px 10px 25px;
}

#content-box-in-right {
	width: 240px;
	float: left;
}

#content-box-in-right h3 {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 13px;
	padding: 0;
	background: none;
}

#content-box-in-right-in {
	/*margin: 2em 1.4em 5em 2.8em;*/
	margin: 48px 10px 4px 25px;
}


/* Right column directives */
#content-box-in-right-in ul {
	list-style-type: none;
	margin: 0 0 30px 4px;
}

#content-box-in-right-in ul li {
	color: white;
	display: inline;
}

#content-box-in-right-in ul li a, #content-box-in-right-in ul li a:visited {
	color: #FAFAFA;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0 4px 16px;
	line-height: 130%;
	border-left: 2px solid #404040;
	display: block;
}

#content-box-in-right-in ul li a:hover, #content-box-in-right-in ul li a.active {
	border-left: 2px solid #FF9C31 !important;
	text-decoration: underline !important;
}

/* Block of text with dotted border-bottom */
.block {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #606060;
}
.flipblock {
	padding-bottom: 1px;
	margin-bottom: 20px;
}

/* Small gallery */

#small-gallery {
	margin: 0 0 3em 0;
	width: 80%;
	padding: 1px 0;
}

#small-gallery img {
	border: 2px solid #434343;
	margin: 0 10px 15px 0;
}

#small-gallery a:hover img {
	border: 2px solid #FF9C31;
}
