/* Universal
-------------------------------------------------*/

body {
	font-family:monaco, verdana;
	/*background:#7f8437 url('../images/bg.jpg');*/
	background:#7f8437;
	padding:12px 15px 0px 15px;
	font-size:10px;
	line-height:13px;
}

a {
	color:#9eda25;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#38451e;
}
h1#main {
	display:block;
	text-align:right;
	clear:both;
	color:#fff;
	padding-right:625px;
}

#main-container-01 {
	float:right;
	background: url('../images/bg-content.gif') no-repeat bottom right;
	margin-left:auto;
	
}
#main-container-02 {
	float:right;
	background: url('../images/bg-lines.gif') no-repeat bottom right;
}

span.clear-both {
	display:block;
	clear:both;
}

/* Intro
-------------------------------------------------*/

#intro {
	width:165px;
	float:right;
	border-top:solid 12px #000000;
	margin:380px 15px 0px 0px;
	padding:48px 0px 0px 0px;
}

#intro .container {
	background: url('../images/bg-intro.gif') repeat-x top left;
	padding:10px 0px 11px 0px;
	width:100%;
	display:block;
}

/* Navigation
-------------------------------------------------*/

#menu {
	width:165px;
	float:right;
	display:inline;
	border-top:solid 12px #9eda25;
	margin:380px 15px 0px 0px;
	padding:48px 0px 0px 0px;
}

#menu .container {
	padding:0px 0px 1px 0px;
	line-height:10px;
}

#menu ul li {
	padding:0px 0px 6px 12px;
	margin:0px 0px 0px 0px;
}
#menu ul li#last {
	padding-bottom:13px;
}
#menu ul li.active a {
	color:#38451e;

}
#menu ul li.section-title {
	display:block;
	margin:0px 0px 6px 0px;
	padding:12px 0px 5px 0px;
	color:#9eda25;
	text-transform:uppercase;
	letter-spacing:.8px;
	background: url('../images/bg-menu.gif') repeat-x top left;
}
	#menu ul li.section-title:hover {
		color:#38451e;
		cursor:pointer;
	}

/* Content
-------------------------------------------------*/

#content {
	width:285px;
	float:right;
	border-top:solid 12px #38451e;
	margin:380px 0px 0px 0px;
	padding:48px 0px 0px 0px;
}

#content .container {
	padding:0px 14px 11px 0px;
	top:12px;
	position:absolute;
}
	#content .container p {
		padding:0px 0px 13px 0px;
	}
	#content .container strong {
		font-weight:bold;
	}
#img-container {
	z-index:8;
	clear:both;
	padding-bottom:12px;
	height:206px;
	width:285px;
	top:454px;
	position:absolute;
	background: url('../images/bg-content.gif') no-repeat top left;
}
#img-container img {
	padding-top:12px;
	border-style:none !important;
}
#img-container .pics {
	z-index:7;
}
#img-container .pics div {
	z-index:6;
	clear:both;
	background: url('../images/bg-content.gif') no-repeat bottom left;
	width:285px;
}
#img-container .pics div img {
	clear:both;

}
#img-container .nav {
	float:left;
	top:-25px;
	z-index:2;
	position:absolute;
	width:285px;
	padding-bottom:12px;
	/*
	background: url('../images/bg-content.gif') no-repeat bottom left;
	*/
}
#img-container .nav a {
	text-transform:uppercase;
	letter-spacing:.5px;
}

#img-container .pics div p {
	clear:both;
	width:285px;
	padding:0px 0px 11px 0px;
	margin:10px 0px 0px 0px;
}
.container ul.hide {
	display:none !important;
}
#floating-box {
	width:15px;
	border-top:solid 12px #1e201d;
	position:absolute;
	left:0px;
	top:405px;
}