/* CSS Document */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
	font-size: 13px;
	color: #FFFFFF;
	background:#ECCF89;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#container{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:left;
	background:#000000 url(images/bg.jpg) 0 0 repeat-x;
	}
	
#content{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:left;
	background: url(images/container_bg.jpg) 0 0 repeat-y;
	}	

#shell_hm{
	width:770px;
	background:url(images/shellhm_bg.jpg) top left no-repeat;
	position:relative;
	}

#shell{
	width:770px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}
	

/* Navigation */
#menu {
	position:absolute; 
	top:188px; 
	left:0px; 
	height:40px; /*z-index:100;*/ 
	z-index:99;  
	}
#menu img{ 
	float:left; 
	cursor:pointer; 
	border:0px; 
	}
.menuSubs { 
	top:23px; 
	position:absolute;  
	display:block; 
	color:#FFFFFF; 
	font:normal 12px arial, verdana, helvetica;  
	white-space:nowrap; 
	overflow:hidden; 
	z-index:100; 
	background:#B78AC0;
	}
.menuSubs a {
	display:block;
	text-align:center; 
	color:#FFFFFF; 
	text-decoration:none; 
	line-height:23px; 
	background:#B78AC0; 
	width:205px;
	padding:1px 0px;
	}
.menuSubs a:hover {
	color:#000000; 
	text-decoration:none; 
	background:#ECCF89;
	}
.menuSubs div { 
	width:205px; 
	}
/* end navigation */					
	
#tlink{	
	width:237px;
	height:34px;
	top:0px;
	left:170px;
	position:absolute;
	}	
	
#zoom{	
	width:175px;
	height:135px;
	top:497px;
	left:0px;
	position:absolute;
	}	
	
#titles{
	width:248px;
	height:30px;
	top:266px;
	left:500px;
	position:absolute;
	}					
	
#contentcopy_hm{
	width:295px;
	padding-top:312px;
	margin-left:199px;
	padding-bottom:5px;
	}
	
#contentcopy{
	width:540px;
	padding-top:312px;
	margin-left:199px;
	padding-bottom:20px;
	}	

#foot{
	width:100&;
	height:83px;
	background:#CBAE67 url(images/footer_bg.jpg) 0 0 repeat-x;
	clear:both;
	}
	
#footer{
	width:770px;
	height:83px;
	background:#CBAE67 url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	}
	
#footertag {
	width:585px;
	font-size:10px;
	padding-left:185px;
	padding-top:26px;
	color:#000000;
	text-align:center;
	}

#footertag a {
	color:#000000;
	text-decoration:underline;
	}
	
#footertag a:hover {
	color:#FCE9BA;
	text-decoration:underline;
	}	
						

a {
	color:#FCE9BA;
	text-decoration:underline;
	}
	
a:hover {
	color:#FFE395;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
h1 {
 font-family: Litera-Bold, Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:20px;
 color:#000000;
 font-weight: normal;
 margin-bottom:0px;
 margin-top:0px;
 }
 
 h2 {
 font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:15px;
 color:#FFE395;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:8px;
 text-transform:uppercase;
 }

 strong {
	 font-weight:bold;
	 font-size:15px;
 }

li{
margin-bottom:5px;
line-height:19px;
}	

p {
	margin:4px 0 15px 0;
	line-height:19px;
	}
.sm {
	font-size:9px;
	}	
	
/*  sIFR tags  */

.sIFR-flash {
	visibility: visible !important; margin: 0;}
	
.sIFR-replaced {
	visibility: visible !important;}
	
span.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden; }
	
.sIFR-hasFlash h1 {
	visibility: hidden; 
	color: #000000; 
	font-size:20px;
	margin-bottom:0px;
	margin-top:0px;
	}

/*  end  sIFR  */

	
.altmenu {
	padding:10px;
	color: #000000;
	background-color: #ECCF89;
	width: 90%;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	line-height:17px;
	}	
	
.altmenu a {
	color:#000000;
	text-decoration:underline;
	}
	
.altmenu a:hover {
	color:#FDF3D9;
	text-decoration:underline;
	}	

	
	

