/*
 * 	brown:		#f4e8d8
 * 	gray:		#6a6760
 * 	red:		#e15733
 * 
 */



html {
	overflow-y:scroll;
	/*
	background:#f4e8d8;
	*/
}
body {
	background:#f4e8d8;
}
.invisible {
	visibility:hidden;
}

.container {
	margin-top:30px;
}






/******** MENU ********/
.menu {
	float:right;
	position:relative;
	z-index:2;
}
.menu li {
	float: left;
	list-style: none;
	display:block;
	margin-left:25px;
}
* html .menu li {
	margin-left:45px;
}
.menu li a {
	display:block;
	font-size:12px;
	line-height:20px;
	width: 90px;
	color:#f4e8d8;
	background:#e15733;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}
.menu li a:hover {
	color:#fff;
	background:#fa5f3c;
}
.menu li a.current {
	background:#6a6760;
}
/******** end MENU ********/













/******** MAIN ********/
.main {
	float: right;
	width:550px;
}
h1.logo a {
	display:block;
	width:550px;
	height:150px;
	margin-top:-1em;
	margin-bottom:-3px;
	background:url(img/logo.jpg) top center no-repeat;
	float:right;
	position:relative;
	text-indent:-999em;
	outline:none;
}

.content {
	float:left;
	margin:27px 0;
}
.galleria_wrapper {
	text-align:center;
	width:550px;
}
#main_image img {
	max-width:500px;
	max-height:500px;
}
#text {
	width:500px;
	margin-left:25px;
}
.caption {
	text-align:center;
	width:500px;
	margin-left:25px;
}

#video {
	text-align:center;
	margin: 0 0 0 15px;
}


/******** end MAIN ********/











/******** SIDEBAR ********/
.sidebar {
	float:left;
}
.sidebar h2 {
	background:#6a6760;
	color:#f4e8d8;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
	padding:0 0;
	float:left;
	width:100%;
	font-size:12px;
	line-height:20px;
	text-transform:none;
}
.sidebar h2.text1, .sidebar h2.text2 {
	/*
	width:145px;
	*/
	width:110px;
	float:left;
	margin-right:10px;
}
.sidebar h2.text2 {
	margin:0;
}

#signs .sidebar h2.text1, #signs .sidebar h2.text2 {
	width:145px;
	margin-right:60px;
}
#signs .sidebar h2.text2 {
	margin:0;
}

.sidebar a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	/*
	background:#4F4B40;
	*/
}
.sidebar a:hover {
	color:#f4e8d8;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	background:#e15733;
}
.gallery_unstyled li a, .gallery_unstyled li a:hover {
	background:none;
}
/******** end SIDEBAR ********/


/******** FOOTER ********/
#footer01	{
	height: 50px;
	font: .8em  Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-top: 20px;
	margin-top: 40px;	
	background-repeat: no-repeat;
}
#footer	{
	height: 50px;
	font: .8em  Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-top: 1px solid #999;
	padding-top: 20px;
	margin-top: 20px;
}
#footer-inside {
	width: 960px;
	margin: 0 auto;
	text-align:center;
}
#push {
	height: 50px;
}
/******** end FOOTER ********/












/******** home page ********/
body#home {
	/*
	min-width:1120px;
	*/
	height:735px;
	background:#f4e8d8 url(img/home.jpg) top center no-repeat;
}
body#home ul.menu {
	margin-top:630px;
	margin-right:-10px;
}
body#home ul.menu li {
	margin-left:35px;
}
body#home .menu li a{
	font-size:16px;
	line-height:30px;
	width:114px;
}
/******** end home ********/
