/* BODY / MISC */

html, body {
	margin: 0; padding: 0; height: 100%; min-width: 1000px;
	background: #c2cac3 url(../images/main/main_bg.gif) center repeat-y;
}

img {
	border: 0;
}

#main {
	width: 980px; min-height: 100%;
	position: absolute; left: 50%; margin-left: -490px;

}

#top {
	width: 730px; height: 25px;
	padding: 0 250px 0 0;
	background: url(../images/main/top_bg.gif) no-repeat;
	text-align: right;
}

#top a {
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #77777b; text-decoration: none;
	margin: 0 0 0 15px;
}

#top a:hover {
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-decoration: none;
	margin: 0 0 0 15px;
}

#head {
	width: 980px; height: 220px;
	background: url(../images/main/logo.gif) no-repeat;
	text-align: right;
}

#menu {
	width: 220px;
	padding: 0 0 0 40px;
	float: left;
}

#menu li {
	width: 180px;
	list-style-type: none;
	background: url(../images/main/arrow_r.gif) 170px no-repeat;
}

#menu li a {
	width: 165px; padding: 5px 5px 5px 10px;
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #6a6a6a; text-decoration: none;
	display: block; border-bottom: 1px solid #d3d1c6;
}

#menu li a:hover {
	width: 165px; padding: 5px 5px 5px 10px;
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #225490; text-decoration: none;
	display: block; border-bottom: 1px solid #d3d1c6;
}

#menu li.bottom {
	width: 180px;
	list-style-type: none;
	background: url(../images/main/arrow_b.gif) 170px no-repeat;
}

#menu li.xls {
	width: 180px;
	list-style-type: none;
	background: url(../images/icons/xls.gif) 160px 4px no-repeat;
}

#menu li a.bottom {
	width: 155px; padding: 5px 5px 5px 20px;
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #6a6a6a; text-decoration: none;
	display: block; border-bottom: 1px solid #d3d1c6;
}

#menu li a.bottom:hover {
	width: 155px; padding: 5px 5px 5px 20px;
	font-family: sans-serif; font-size: 11px; font-weight: normal; color: #225490; text-decoration: none;
	display: block; border-bottom: 1px solid #d3d1c6;
}


#content {
	width: 430px;
	padding: 30px;
	float: left;
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #4b4117; text-decoration: none; line-height: 20px;
}

#content h1 {
	margin: 0 0 10px 0;
	font-family: sans-serif; font-size: 16px; font-weight: bold; color: #225490; text-decoration: none;
}

#content h2 {
	margin: 0 0 15px 0;
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #993300; text-decoration: none;
}

#content a {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #225490; text-decoration: underline;
}

#content a:hover {
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #4b4117; text-decoration: underline;
}

#frame {
	width: 230px; height: 300px;
	float: right;
}

#frame .contact {
	padding: 20px;
	background: #225490;
	border-bottom: 1px solid #ffffff;
	font-family: sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none; line-height: 20px;
}

#frame .contact h1 {
	margin: 0 0 10px 0;
	font-family: sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none;
}

#presentation {
	width: 230px; height: 183px;
	border-bottom: 1px solid #ffffff;
}

#paginate-presentation {
	visibility: hidden;
}

#presentation .sliderwrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#presentation .sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 20px; top: 20px;
	width: 190px;
	height: 143px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}



