/**** BASICS ****/
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
	background: #ffffff;
}
td {
}
a {
    color: #E41F29;
    text-decoration:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    border: 1px solid #cccccc;
	width: 142px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    border: 1px solid #999999;
    background: transparent;
    height: 24px;
    width: 142px;
    margin-left: 92px;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000000;
    border: 1px solid #cccccc;
    height: 150px;
    width: 350px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}



/*** PAGE LAYOUT ***/
/*div{    border: 1px solid red;}*/
#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#header {
}
#top {
	position: relative;
	width: 900px;
	height: 100px;
	z-index: 20;
}
	#logo {
	    width: 150px;
		height: 100px;
		float: left;
		position: relative;
	}
		#logo_text_top {
			position: absolute;
			left: 10px;
			top: 5px;
			width: 140px;
			height: 20px;
		}
		#logo_text_bottom {
			position: absolute;
			left: 10px;
			top: 80px;
			width: 140px;
			height: 20px;
		}
	#menu {
		float: right;
	    width: 550px;
		height: 50px;
		margin-top: 50px;
		text-align: right;
	}
#center {
	position: relative;
	z-index: 10;
	width: 900px; /*1000px;*/
	height: 600px; /*605px;*/
	margin-bottom: 25px;
}
	#left {
		float: left;
		width: 140px; /*150px;*/
		height: 455px; /*605px;*/
		text-align: left;
		position: relative;
		
	}
	#content {
		float: left;
		width: 700px; /*700px;*/
		height: 605px; /*605px;*/
		position: relative;
		overflow:hidden;
	}
		#page {
			margin-top: 30px;
			overflow:hidden;
			width: 700px; /*700px;*/
			height: 525px; /*525px;*/
		}
			#text {
				position: absolute;
				display: none;
				width: 700px; /*700px;*/
				height: 525px; /*525px;*/
				overflow: auto;
			}
			#images {
				position:relative;
				width: 700px; /*700px;*/
				height: 525px; /*525px;*/
			}
				div.image {
					float:left;
					width: 700px; /*700px;*/
					height: 525px; /*525px;*/
				}
			#video {
				position: absolute;
				display: none;
				width: 700px; /*700px;*/
				height: 525px; /*525px;*/
				overflow: hidden;
			}

			#content div.arrow_left {
				position: absolute;
				bottom: 10px;
				left: 0px;
				width: 25px;
				height: 25px;
				cursor:pointer;
				background: url(../image/arrow_left.png) left top no-repeat;
			}
			#content div.arrow_right {
				position: absolute;
				bottom: 10px;
				left: 25px; /*625px;*/
				width: 25px;
				height: 25px;
				cursor:pointer;
				background: url(../image/arrow_right.png) left top no-repeat;
			}
			#center div.info {
				position: absolute;
				bottom: 10px;
				left: 50px; /*675px;*/
				width: 25px;
				height: 25px;
				cursor: pointer;
				background: url(../image/info.png) left top no-repeat;
			}
			#center div.video {
				position: absolute;
				bottom: 10px;
				left: 75px; /*675px;*/
				width: 25px;
				height: 25px;
				cursor: pointer;
				background: url(../image/video.png) left top no-repeat;
			}
			#center div.heading {
				margin-left: 110px;
				margin-top: 20px;
			}
			#center div.heading h1, #center div.heading h2 {
				text-align: left;
				display: inline;
				font-weight: normal;
				
			}

	#right {
		float: left;
		width: 200px; /*150px;*/
		height: 525px; /*605px;*/
		text-align: left;
		position: relative;
	}	
		
		#submenu {
			position: relative;
			margin: 30px 0px 0px 10px;
			width: 200px;
			height: 525px;
			z-index: 99;
			/* background: url("../image/left.png") no-repeat top left; */
			overflow:hidden;
		
		}
			#slides { 
				position:relative;
				width: 200px;
				height: 525px;
			}
			#right div.arrow_left {
				width:200px;
				height:30px;
				left:10px;
				top:0px;
				cursor:pointer;
				position:absolute;
				background: url(../image/arrow_top.png) center center no-repeat;
			}
			
			#right div.arrow_right {
				width:200px;
				height:30px;
				cursor:pointer;
				top:555px;
				left:10px;
				position:absolute;
				background: url(../image/arrow_bottom.png) center center no-repeat;
			}
		
		div.slide {
			width: 200px;
			height: 175px;
		}
		div.slide a {
			margin: 0px 5px 0px 5px;
			display: block;
			color: #000000;
		}
#bottom {
    width: 840px;
    position:relative;
	height: 0px;
}	

#footer {
    width: 800px;
	height: 50px;
}
div.clear {
	height: 0px;
	clear: both;
}
div.arrow_right, div.arrow_left {
	display: none;
}

/**** MENU ****/
#menu ul {
    float:right;
    list-style:none;
}

#menu li {
	position: relative;
    float:left;
    margin-right:8px;
}
#menu li a{
    font-size:20px;
    color:black;
    font-style:normal;
	font-weight: normal;
}
#menu li a.active, #menu li a:hover {
    color: #E41F29;
}
#menu ul li ul {
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: #ffffff;
	margin: 0;
	padding: 5px;
	display: none;
	z-index: 1000;
}
#menu ul li ul li {
	text-align: left;
	float: none;
	padding: 5px;
	background-color: #ffffff;
}
#menu ul li ul li a {
    font-size:16px;
}
#menu ul li ul li a.active, #menu ul li ul li a:hover {
    color: #E41F29;
}

#left ul {
    list-style:none;
	position: absolute;
	bottom: 50px;
	right: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	vertical-align: bottom;
}
#left li {
	text-align: right;
}
#left li a{
    font-size:14px;
    color:black;
    font-style:normal;
	font-weight: normal;
}
#left li a.active {
    color: #E41F29;
}

/**** NEWS ****/
span.news_date {
    float: right;
    width: 75px;
	font: italic 8pt Helvetica, sans-serif;
	padding-top: 12px;
}
span.news_headline {
    display:block;
    border-top: 1px solid #999999;
    padding: 12px 0px 8px 0px;
    font: bold 12px Helvetica, sans-serif;
    letter-spacing: .1em;
	color: #da0100;
}
div.news_text {
    margin-bottom: 20px;
	color: #CCCCCC;
}
div.news_text a {
    color: black;
}
div.news_text a:hover {
    text-decoration: underline;
}




/**** FOOTER ****/
#footer div.footercell {
    float: left;
    width: 132px;
    height: 53px;
    border-left: 2px solid #da0100;
    padding: 2px 0px 0px 7px;
    margin-right: 23px;
    font-size: 7pt;
}

/**** CONTENT ****/
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	margin: 0px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
}
div.content_element {
    line-height: 11pt;
    margin: 0px 27px 10px 0px;
}
table.content_table td {
    border: 1px solid #999999;
}
p.helvetica_r, p.helvetica_bc, p.helvetica_l {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
    font-size: 9pt;
	letter-spacing: 2px;
}

div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0 {
    /* large center */
    margin-bottom: 20px;
    text-align: left;
}
div.image_css1 {
    /* small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    