@charset "utf-8";
/* CSS Document */

body{
	position:relative;
	background:#bfb1a8 url(../gfx/bkg_body.jpg) no-repeat top left;
	
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}

#Spacer{
	position:relative;
	width:100%;
	height:30px;
}

#Container{
	position:relative;
	margin:0px auto;
	margin-top:50px;
	width:960px;
	height:650px;
	
	text-align:center;
}

#Navigation{
	position:relative;
	margin:0px auto;
	width:580px;
	height:40px;
	text-align:center;
}

#Loader{
	position:absolute;
	visibility:hidden;
	height:1px;
	width:1px;
	overflow:hidden;
	z-index:-30;
}

#Content{
	position:relative;
	margin:0px auto;
	width:100%;
	height:550px;
	
	background:#ffffff;
}

#Content p{
	margin-bottom:20px;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#666666;
}

#Content p span{
	color:#743428;	
}

#Content p span.lma{
	font-family:"Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
}

#LeftColWrapper{
	position:absolute;
	width:350px;
	height:440px;
	top:100px;
	left:30px;
	text-align:left;
}

#LeftCol{
	position:relative;
	width:320px;
	height:410px;
}

#RightCol{
	position:absolute;
	width:500px;
	height:440px;
	top:100px;
	right:20px;
	text-align:left;
	overflow:hidden;
}

#RightCol_Sust{
	position:absolute;
	width:500px;
	height:330px;
	top:100px;
	right:20px;
	text-align:left;
	overflow:hidden;
}

#RightCol2_Sust{
	position:absolute;
	width:500px;
	height:100px;
	top:440px;
	right:20px;
	text-align:left;
	overflow:hidden;
}
#RightCol2_Sust p{
	font: 11px/14px Arial, Helvetica, sans-serif;
}

#Arm{
	position:absolute;
	width:42px;
	height:482px;
	right:500px;
	bottom:0px;
	background:url(../gfx/arm.gif) no-repeat top left;
	
}


#Intro{
	position:absolute;
	width:960px;
	height:240px;
	top:160px;
	left:0px;
	overflow:hidden;
	
}
#Foot{
	position:realtive;
	width:100%;
	height:116px;
	background:url(../gfx/footer.png) no-repeat top left;
}
#FootHome{
	position:realtive;
	width:100%;
	height:116px;
	background:url(../gfx/footer_home.png) no-repeat top left;
}

#Footer{
	font:10px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:right;	
}



#LeftCol ol{
	list-style-type:decimal;
	list-style-position: outside;
	display:block;
	padding-left:23px;
}

#LeftCol li{	
	margin:13px 0px;
	
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#666666;	
}


.slider{
	position:relative;
	width:360px;
	height:240px;
	float:left;
}

.slider_sust{
	position:relative;
	width:360px;
	height:240px;
	float:left;
}

.loading{
	position:absolute;
	top:212px;
	left:242px;
}


a{
	text-decoration:none;
	color:#743428;
}

a:hover{
	color:#333333;	
}





.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
