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

@import url("reset.css");

body {
	color: fff9c9;
	background-color: #2b2401;
}
a , a:visited{
	color: #ffba00;
	text-decoration: none;
}
a:hover , a:active{
	color: #ff6600;
	text-decoration: none;
}

.dv {
	background-color: transparent;
	background-image: url(../img/divline.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
}
.short {
	height: 25px;
	width: 5px!important;
	margin-left: auto;
	margin-right: auto;
}

.long {
	height: 160px;
	width: 20px;
	margin-top: 50px;
}



#top-strip {
	background-image: url(../img/patern.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 180px;
	width: 100%;
}
#top-strip #menu {
	height: 70px;
	width:1079px;
	margin-right: auto;
	margin-left: auto;
}
#top-strip #menu ul {
	list-style-type: none;
	display: block;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#top-strip #menu ul li {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	width: 174px;
	height: 25px;
}
#top-strip #menu ul li a , #top-strip #menu ul li a:visited{
	text-align: center;
	color: #FFF8B0;
	font-size: 14px;
	padding: 5px;
	display: block;
}
#top-strip #menu ul li a:hover {
	color: #ffba00;
	text-shadow: 0px 0px 5px #ffba00;
}
#top-strip #menu ul li a:active {
	color: #FFF;
}





#top-strip #header {
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/photo.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
}
#top-strip #header h2 {
	background-image: url(../img/header.png);
	float: right;
	height: 110px;
	width: 540px;
	text-indent: -9999px;
}
#mid-strip {
	height: 140px;
	width: 100%;
	background-image: url(../img/timber.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#mid-strip #logo {
	height: 140px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/photo.png);
	background-repeat: no-repeat;
	background-position: 0px -115px;
}
#mid-strip #logo h1 {
	height: 1px;
	width: 1px;
	float: right;
	background-image: url(../img/logo.png);
	text-indent: -9999px;
}

#mid-strip #logo a {
	height: 140px;
	width: 395px;
	float: right;
}
#main-strip {
	height:480px;	height: auto!important;	min-height: 480px;
	width: 100%;
	background-image: url(../img/grad.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #292301;

}
#main-strip #main-top-margin {
	height: 70px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/photo.png);
	background-repeat: no-repeat;
	background-position: 0px -255px;
}
#main-strip #main {
	height:265px;
	height: auto!important;
	min-height: 265px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../img/shape-sides.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-strip #main.menu {
	background-image: none;
}

#main-strip  #main-bottom-margin{
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/shape-bottom.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 25px;
}
#main-strip  #bottom-contact-info{
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aba061;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

#admin_menu {
width: 100%;
background-color: #ccc079;
height:1.5em;
}
#admin_menu a{
float:right;
font-weight:bold;
margin:0 10px;
color: black;
}

#demotip { 
    display:none; 
    background:transparent url(../img/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
    line-height: 1.5em;
}

