*{
margin:0;
padding:0;
}

body{
background:#000000 url("../images/bg.jpg") no-repeat 0 0 fixed;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #fff;
line-height:18px;
}


h1 {
font-size:11px;
font-weight:bold;
text-transform:uppercase;
color:#d67325;
line-height:24px;
margin-top:15px;
border-top:1px dotted #777;
}

h2 {
font-size:1.4em;
font-weight:normal;
margin:0 0 0 0;
line-height:20px;
}

h3{
font-size:1.4em;
color: #FF6600;
margin-bottom:15px;
padding-bottom:5px;
border-bottom:1px dotted #FF6600;
}

p {
margin-bottom:10px;
}

a:link, a:visited, a:active {
outline:none;
color:#E18500;
text-decoration:none;
}

a:hover {
color:#E18500;
text-decoration:underline;
}

img {
outline:none;
border:0;
}


#wrapper {
position:absolute;
left:520px;
width:auto;
}

#content {
width:auto;
margin:30px 0 0 0;
margin-bottom:170px;
}

#photo_gallery {
width:inherit;
padding:0;
margin:0;
}

#photo_gallery img {
float:left;
margin:0 0 10px 0;
border:1px solid #333;
}

#photo_gallery img:hover {
border:1px solid #999;
}

#photo_gallery a{
display:block;
width:200px;
height:180px;
float:left;
font-size:14px;
color:#777;
margin:0 0 0 10px;
}

#photo_gallery a:hover{
color:#fff;
text-decoration:none;
}

#gallery img {
float:left;
margin:10px;
border:1px solid #333;
}

#gallery img:hover {
border:1px solid #999;
}

#footer {
position:fixed;
z-index:120;
bottom:0;
left:0;
width:100%;
}

	#logo {
	background:url("../images/logo.png") no-repeat top left;
	margin:0 auto;
	height:101px;
	width:100%;
	}
	
	#homebtn {
	position:relative;
	margin:0 0;
	top:30px;
	left:50px;
	width:370px;
	height:100px;
	}
	
	#homebtn a, #homebtn a:hover, #homebtn a:visited, #homebtn a:active {
	display:block;
	width:370px;
	height:100px;
	outline:none;
	}
	
	
	#toggle {
	position:absolute;
	top:60px;
	left:90%;
	width:90px;
	height:42px;
	background: url("../images/hide.png") 0 0 no-repeat;
	}
	
	#toggle a, #toggle a:hover, #toggle a:visited, #toggle a:active {
	display:block;
	width:90px;
	height:60px;
	outline:none;
	}

#collapse_shell {
background:#000;
border-top: 1px solid #000;
}

#collapse {
margin:0 auto;
width:auto;
}

	#nav {
	height:66px;
	margin-top:10px;
	}
	
	#nav ul {
	position: relative;
	z-index:20px;
	height:66px;
	margin-left:50px;
	}
	
	#nav ul li {
	float: left;
	list-style: none;
	}
	
	#nav ul li#nav_about {
	margin-right:10px;
	}
	
	#nav ul li#nav_contacts {
	margin-right:10px;
	}
	
	#nav ul li#nav_gallery {
	margin-right:10px;
	}
	
	#nav ul li.back {
	background: url("../images/floatie.png") no-repeat right -66px;
	height:66px;
	z-index: 8;
	position: absolute;
	}
	
	#nav ul li.back .left {
	background: url("../images/floatie.png") no-repeat top left;
	height: 66px;
	}
	
	#nav ul li a, #nav ul li a:hover, #nav ul li a:visited, #nav ul li a:active {
	z-index: 10;
	display: block;
	float: left;
	height: 66px;
	position: relative;
	overflow: hidden;
	outline:none;
	}
	
#copyright {
clear:both;
}

#copyright_content {
text-align:right;
color: #7D3F00;
font-size:10px;
text-transform:uppercase;
font-weight:bold;
padding:0 10px 5px 0;
}

#copyright_content a, #copyright_content a:visited, #copyright_content a:active {
color:#7D3F00;
text-decoration:underline;
}

#copyright_content a:hover {
color: #FFBF00;
}

#breadcrumb {
	display:block;
	width:inherit;
	height:30px;
	margin-top:20px;
	font-size:10px;
}

#breadcrumb a{
	color:#777;
	padding-right:10px;
	text-decoration:none;
}

#breadcrumb a:hover{
	color:#fff;
	text-decoration:none;
}

input, textarea
{
	font-family: Tahoma, Bitstream Vera Sans, sans-serif;
	font-size: 12px;
}


input.text_area, textarea
{
	border: 2px solid #7D3F00;
	background: #000;
	color: #fff;
	-moz-border-radius:5px;
	padding:3px;
}

textarea:hover, textarea:focus,
	input.text_area:hover, input.text_area:focus,
	input#search_searchword:hover, input#search_searchword:focus,
	input.text_area.sffocus, input#search_searchword.sffocus,
	textarea#message.sffocus
{
	border: 2px solid #ff9900;
}

.Submit{cursor: pointer;font-size:11px; color:#000; margin-left:5px; height:21px; background:#7D3F00; border:1px solid #000; width:70px;}
.Submit:hover {background:#ff9900;}
.contacts_form  label
{
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	padding: 0 1.5em 0 0;
}

.contacts_form label.copy 
{
	float: none;
	width: 20em;
	margin: 15px 0 0 4.5em;
}

.contacts_form div, .contacts_form img
{
	display: block;
	clear: left;
	padding: 0 0 10px 0;
}

.contacts_form div.buttons 
{
	margin: 5px 0 0 130px;
	padding: 0 0 0 1.5em;
}