@font-face {
 font-family: 'Didot';
 font-style: normal;
 src: local('Didot'), local('Didot'), url(fonts/Didot.ttf) format('TrueType');
}

html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #770000;
	background-image:url(images/bg2.jpg );
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'Didot', sans-serif;
	font-weight: normal;
}

h1, h2, h3
{
	font-size:50px;
}

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

ol, ul
{
	margin: 0px;
	padding: 0px;
	list-style:  none
}

p
{
	line-height: 180%;
	font-size:12px;
}

strong
{
}

a
{
	color: #900;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img {
	padding:0;
	margin:0;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

ul.img_list {
	display:inline;
	float:left;
	height:280px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}	
	
li.image_one a {
	display:block; 
	width:280px; 
	height:280px; 
	position:relative;
}	

li.image_one a .rollover {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:280px; 
	height:280px; 
	background:url(images/img_on.jpg);
}

hr
{
	display: none;
}
/* HEADER */

#header-wrapper
{
	width:1000px;
	margin: 10px auto 0 auto;
	height:70px;
}

#header
{
}

/** LOGO */

#logo
{
	position: relative;
	float: left;
	width: 380px;
}

#logo img
{
	padding : 18px 0 10px 20px;	
}

/** MENU */

*{ margin:0px; padding: 0px; }
 
#menu {
	position: relative;
	padding: 25px 0 0 0;
	z-index:90;
}

#menu .current_page_item a{
	color:#988353;
}
 
#menu ul {
     list-style-type: none;
}
 
#menu ul li {
     float: right;
	position: relative;
	border-right: solid thin #cc0000;
}

 
#menu ul li a {;
	display: block;
	text-align:center;
	text-decoration: none;
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.30);*/
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Didot', sans-serif;
	font-size: 1em;
	color: #ffe5b2;
	
	padding: 1px 20px 1px 20px;
	border-left: none;
	border-left: solid thin ##960
}

 
#menu ul li .lastbox {
	border-right:none;
}

#menu ul li a:hover {
	color:#ffffff;
}
 
#menu ul li ul {
	display: none;
	border-right:none;
}
 
#menu ul li:hover ul {
	padding-top:12px;
	display: block;
	position: absolute;
}
 
#menu ul li:hover ul li a {
	background-color:#900;
	width:90px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:1px;
	text-align:center;
}
 
#menu ul li:hover ul li a:hover {
	background: #a90329; /* Old browsers */

background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */



	color:#ffffff;
}

/** PAGE */

#page
{
	overflow: hidden;
	/*padding: 50px 0px;
	border-bottom: 1px solid #D8D8D8;*/
}

#page h2
{
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 2em;
	color: #3B3B3A;
}


/* Footer */

#footer
{
	overflow: hidden;
	padding: 3em 0em;
	/*border-top: 1px solid #3B3B3A;*/
}

#footer p
{
	/*text-shadow: 1px 1px 0px rgba(0,0,0,.30);*/
	text-align: center;
	font-size:xx-small;
	color: #ffe5b2;
}

#footer a
{
	color: #ffe5b2;
}
