

html{
height:100%;
overflow:hidden;
}

body {
	height:100%;
	margin:0;
	padding:0px;
	background:#410000;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
}
h1{
	font-size:180%;
	font-weight:normal;
	}
h2{
	font-size:160%;
	font-weight:normal;
	}	
h3{
	font-size:140%;
	font-weight:normal;
	}	
img{border:none;}
	

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}
		span#prevBtn a{
			position:absolute;
			background:url(../images/prev.png) no-repeat;
			height:70px;
			top:280px;
			left:10px;
			display:block;
			outline:none;
			width:43px;
			text-indent:-2000px;
			
		}
		span#nextBtn a{
		background:url(../images/next.png) no-repeat;
			height:70px;
			left:764px;
			position:absolute;
			display:block;
			top:280px;
			outline:none;
			width:43px;
			text-indent:-2000px;
		}					

/* // Easy Slider */

#xyz_main {
    width: 820px;
	background-position:0px 20px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -405px;
	height:360px;
	z-index:10;
}
#navwrapper {
height:100px;
}
#navwrapper h1{
background:url(../images/logo.png) no-repeat;
height:60px;
text-indent:-2000px;
width:284px;
float:left;
margin:0px;
}
#nav{
width:700px;
height:25px;
position:absolute;
top:50px;
left:95px;
float:right;
}
#nav li{
list-style:none;
display:block;
float:left;
}
#nav li a{
display:block;
float:left;
text-transform:uppercase;
color:#A4916A;
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding:0px 8px;
text-decoration:none;
}
#nav li a:hover{
color:#ffffff;
}


#flashwrapper{
height:100%;
}

#errWrapper{
height:100%;
margin:0;
padding:0;
background-color:#410000;
background-image: url(../images/bodybg.jpg);
background-repeat:no-repeat;
background-position:bottom right;
font:11px normal arial,sans-serif;
}
#err{
	position:absolute;
	top:20px;
	margin: auto;
	z-index:2;
}

#outer{
background:url(../images/centerbg.png) no-repeat ;
width:696px;
padding:60px;
}
 
 #footer{
 color:#FFFFFF;
 text-align:right;
}

/*//--------------//*/


/*img {
 behavior: url(Scripts/iepngfix.htc);
}*/

.navsub
{
      font-size:22px;
      font-family: Arial;
}
.sIFR-active .navsub
{
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
}

.sIFR-active .navsub
{
		display:block;
		float:left;
		text-transform:uppercase;
		color:#A4916A;
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding:0px 10px;
		text-decoration:none;
}

