/* ================================================================================
	Browser reset
   ================================================================================ */
* {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
option {
	padding-left: .4em;
}
select {
	padding: 1px;
}
* html body * {
	overflow: hidden;
}
* html iframe, * html frame {
	overflow: hidden;
}
* html frameset {
	overflow: hidden;
}
html {
	height: 100%;
	margin-bottom: 0px;
}
body {
	font-size: 100.01%;
	color: #7A8891;
	text-align: left;
}

fieldset, img {
	border: none;
}
ul, ol, dl {
	margin: 0;
	list-style-type: none;
}
/*li{margin-left:.8em;line-height:1.5em;}*/
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1em .8em;
}
blockquote {
	margin: 0 0 1em .8em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
table {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
pre {
	white-space: pre-wrap;
}
/* ================================================================================
	Layout
	font-family: arial, helvetica, sans-serif;
   ================================================================================ */
body {
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
}
#page {
	width: 1022px;
	margin: 0 auto 0 auto;
}
#header {
	color: #7A8891;
	height: 74px;
}
#headercolor1 {
	margin: 0px 33px 1px 33px;
	background-color: #FFF;
	height: 18px;
}
#headercolor2 {
	background-color: #FFF;
	height: 6px;
	margin: 0px 33px;
}
#content {
	clear: both;
	color: #7A8891;
	width: 1028px;
}
#leftContent {
	color: #fff;
	float: left;
	width: 33px;
	height: 560px;
}
#centerContent {
	color: #666666;
	float: left;
	width: 956px;
	height: 560px;
}
#centerContentFade {
    color: #666666;
	float: left;
	width: 956px;
	height: 560px;
	opacity: 0.2;
	visibility:hidden;
}
#rightContent {
	color: #fff;
	float: left;
	width: 33px;
	height: 560px;
}
#footer {
	clear: both;
	text-align: right;
	margin: 10px 33px 0px 0px;
	font-size: 11px;
	width: 956px;
	float: right;
	color: #9cd5e5;
}
#footer2 {
	clear: both;
	text-align: right;
	font-size: 11px;
	width: 956px;
	float: right;
	color: #9cd5e5;
	margin: 38px 33px 0px 0px;
}
/* ================================================================================
	Frames
   ================================================================================  */

#logo {
	background: url(../res/logo.png) no-repeat left;
	float: left;
	margin-left: 33px;
	margin-top: 0px;
	cursor: pointer;
	curosr: hand;
	border-bottom: 1px solid #c8e7f0;
	width: 956px;
	height: 80px;
}
#CorporateDesign {
	float: left;
	margin: 10px 0px 12px 33px;
	width: 956px;
	height: 6px;
}
#navigation {
	clear: both;
	height: 41px;
	margin: 0px 33px 0px 33px;
}
#panelwrapper {
	overflow: hidden;
	width: 0px;
}
#textpanel {
	position: relative;
	overflow: hidden;
	z-index: 700;
	margin: -266px 0 0 -33px;
	width: 956px;
	left: 0px;
}
#paneltext {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 36px;
	width: 0px;
	height: 230px;
}
#panel {
	color: #fff;
	overflow: hidden;
	padding: 0px 0px 12px 0px;
	width: 100%;
	background: #fff;
	opacity: 0.6;	/* background: url(../res/60proz.png) repeat; */
}
#panelwrapper2 {
	overflow: hidden;
	width: 0px;
}
#panel2 {
	color: #6c8392;
	overflow: hidden;
	padding: 20px 0px 20px 30px;
	margin: 45px 0px 0px 0px;
	width: 675px;
	background: #fff;
	opacity: 0.6;
}
div#preload {
	display: none;
}
