html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background:#000;
	font-family: 'Arial', sans-serif;
	font-size: 9pt;
	color:#b3b3b3;
	font-weight:100;
	font-stretch:expanded;
	line-height:130%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-weight: 200;
	color:#978253;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #988353;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** MENU */

*{ margin:0px; padding: 0px; }
 
#menu {
	position: relative;
	width: 800px;
	height:40px;
	font-size:1em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:90;
}

#menu .current_page_item a{
	color:#988353;
}
 
#menu ul {
     list-style-type: none;
}
 
#menu ul li {
     float: left;
	position: relative;
}

 
#menu ul li a {
	text-align: center;
	display:block;
	text-decoration:none;
	color:#9f958c;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	border-left: none;
}

#menu ul li .lastbox {
	float:right;
}

#menu ul li a:hover {
	color:#988353;
}

#menu li .language{
	padding:0px 30px;
}

#menu li .language a {
	display:inline-block;
	padding:5px;
   }
   
#menu li .language a:hover {
   }
 
#menu ul li ul {
     display: none
}
 
#menu ul li:hover ul {
	display: block;
	position: absolute;
	font-size:12px;
}
 
#menu ul li:hover ul li a {
	display:block;
	background: url(../images/bgtrans.png) repeat;
	color:#77695e;
	width: 90px;
	text-align: center;
	/*border-top: 1px solid #000;*/
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:1px;
}
 
#menu ul li:hover ul li a:hover {
	background: #523f19; /* Old browsers */

background: -moz-radial-gradient(center, ellipse cover,  #523f19 0%, #000000 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#523f19), color-stop(100%,#000000)); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  #523f19 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  #523f19 0%,#000000 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  #523f19 0%,#000000 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  #523f19 0%,#000000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523f19', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/* IE6-9 */

	color:#988353;
}

/** MENU */


/** HEADER */

#header {
	/*overflow: hidden;*/
	z-index: 99;
	border-bottom: 1px solid #38322e;
	
}

#header2 {
	
}


/** LOGO */

#logo {
	width:auto;
	border-bottom: 1px solid #333;
}

#logo2 {
	width:auto;
	text-align:center;
	padding-top:50px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

#logo h1 a {
	display: block;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 2.75em;
	font-weight: 200;
	color: #25282B;
}

#logo p {
	padding: 0px 0px 30px 0px;
	font-size: 1.50em;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	width: 1100px;
	padding: 0px;
	margin:0 auto 0 auto;
}

.container {
	/*width: 1020px;*/
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** LIST STYLE 

ul.style1 {
	overflow: hidden;
	margin: 0em;
	padding: 0em;
	list-style: none;
}

ul.style1 li {
	clear: both;
	padding: 1em 0em 1em 0em;
	border-top: 1px solid #333333;
}

ul.style1 p {
}

ul.style1 a {
	text-decoration: none;
	color: #909090;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 img {
	float: left;
	margin-right: 1.5em;
	border-radius: 5px;
}

ul.style1 .first {
	padding-top: 0;
	border-top: none;
}

ul.style1 .date a {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #494949;
}

*/

/*FOOTER*/

/* Footer */

#footer
{
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	color: #868686;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#footer p
{
	text-align: center;
	font-size: 12px;
}

#footer a
{
	color: #AEAEAE;
}


#footer .menu {
	overflow: hidden;
	border:none
}
#footer .menu ul {
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	font-size:0.8em;
}
#footer .menu li {
	display: inline-block;
	padding: 0px 25px;
	border-left: 1px solid #333333;
}
#footer .menu a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-size: 0.8 em !important;
	color: #5C5C5C;
}
#footer .menu a:hover {
	text-decoration: underline;
	color:#988353;
}
#footer .menu .first {
	border-left: none;
}
#footer .menu .last {
	padding: 0px 3px 0px 25px;
}
#footer .menu .mid {
	padding: 0;
	border-left:none;
}
#footer .menu .last2 {
	padding: 0px 25px 0px 0px;
	border-left: none;
}