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

body  {
	font: 12px'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	background: #ecb859 url(../img/bg.jpg) top center no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#000;
}
* {
margin:0;
padding:0;
}

a:link { text-decoration:none; background-color: transparent; color:#552917;}
a:visited { text-decoration:none; background-color: transparent; color:#552917;}
a:hover { text-decoration:underline; background-color: transparent; color:#dd9132; }
a:active { text-decoration:underline; background-color: transparent; }

h1 {
	font-size:1.67em;
	color:#fff;
	font-weight:normal;
	float:left;
	margin:0;
}
h2 {
	font-size:1.5em;
	color:#552917;
	margin:0;
	padding:0 0 3px 0;
	text-transform:uppercase;
	border-bottom:1px solid #dd9132;

}
h2 span{
	font-weight:normal;
}
#player{
	width:300px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/bg_player.png) no-repeat;
	padding:0 10px 10px 10px;
}
#top{
	width:810px;
	height:15px;
	background:url(../img/bg_content_top.gif) 0 40px no-repeat;
	margin: 0 auto;	
	position:relative;
	padding:40px 0 0 0;
}
#wrapper{
	width:810px;
	background:url(../img/bg_content.jpg) repeat-y;
	margin: 0 auto;
	
}
#header{
	width:810px;
	height:230px;
	background:url(../img/head.jpg) repeat-y;
	float:left;	
}
#header .logo{
	width:300px;
	height:230px;
	float:left;
	
	
}
#header .logo a{
	width:280px;
	height:230px;
	text-indent:-9999px;
	display:block;	
}
#header .logo a:hover{
	background:url(../img/head_up.jpg) no-repeat;	
	*background:url(../img/head_up.jpg) -10px 0px no-repeat;	
	display:block;	
}
/* navigation */	
#globalNavi{
	width:780px;
	margin: 0 0 0 15px;
	_margin: 0 0 0 8px;																-
	height:35px;
	border-bottom:1px solid #dd9132;
	float:left;
	background:url(../img/navi_bg.gif) repeat-x;
}


#globalNavi ul{
	list-style:none;
	margin:0;
	padding:6px 0;
	float:left;

}

#globalNavi li, #globalNavi a {
	padding:0 3px 0 3px;
	color:#552917;
	margin:0;
	text-transform:uppercase;
	font-size:13px;
	
}

#globalNavi li{
	display:inline;
	float: left;
	height:18px;
	border-right: 1px solid #552917;
	
	
}
#globalNavi .social, #globalNavi .social a{
	border:none !important;
	padding:0 !important;
}
	
#globalNavi a:hover{
	color:#683d2b;
	text-decoration:none;
}
	
#globalNavi .on a {
  font-weight:bold;
} 
#sidebar{
	width:250px;
	float:left;
	text-align:left;
	padding:15px 0 0 15px;
}
#mailList{
	width:225px;
	height:117px;
	float:left;
	background:url(../img/bg_newsletter.jpg) no-repeat;
	padding:5px;
}
#main{
	padding:15px 0 0 0;
	text-align:left;
	float:right;
	width:515px;
	margin-right:15px;
}
#footer{
	background:url(../img/bg_content_bottom.gif) no-repeat;
	width:810px;
	height:50px;
	margin:0 auto;
}

#footer ul{
	list-style:none;
	margin:0 auto;
	padding:6px 0px 0 70px;

}

#footer li, #footer a {
	padding:0 3px;
	color:#552917;
	margin:0;
	font-size:11px;
	text-transform:uppercase;

	
}

#footer li{
	display:inline;
	float: left;
	height:15px;
	border-right: 1px solid #552917;
	font-size:11px;
	
	
}
#footer .bottom{
	border-right: none !important ;
	font-size:10px !important;
	width:100%;
	text-align:center;
	padding:5px 0;
	}

