* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	color: #666;
	line-height: 16.2px;
	background: #fff;
	background-position: 0 0 !important;
	font-family: Verdana sans-serif;
	overflow-y: hidden;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

p {
	margin: 0 0 9px 0;
}

h1,h2,h3,h4 {
	padding-bottom: 12px;
}
h1 {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, serif;
}
h2 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, serif;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #999;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, sans-serif;
}

.title {
	color: #999;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
.caption {
	color: #9b9b9b;
}

a:link, a:active, a:visited {
	color: #7a7c76;
	text-decoration: none;
}
a:hover {
	/*font-weight: bold;*/
	color: #111;
}
a img {
	border: none;
}

#menu {
	width: 211px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 50px;
	position: fixed;
	height: 100%;
	background: url(../../../files/trans_bg.png);
	box-shadow: 1px 1px 10px #e5e5e5;
	-moz-box-shadow: 1px 1px 10px #e5e5e5;
	-webkit-box-shadow: 1px 1px 10px #e5e5e5;
}

#menu h2 {
	padding: 0;
	margin: 0 0 12px 0;
	color: #a2b713;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul { 
	line-height: 16.2px;
}
#menu ul li {
	font-size: 11px;
	text-shadow: #fff 1px 1px 1px;
	text-transform: lowercase;
	font-family: Verdana, sans-serif;
}

#menu ul li.section-title {
	color: #666;
	font-size: 14px;
	padding-bottom: 3px;	
	font-family: Georgia, serif; 
}
#menu ul li.active a{ 
	color: #a2b834;
}

#logo {
	display: block;
	margin-bottom: 12px;
}
#logo img {
	display: block;
	width: 153px;
	height: 31px;
}

#content {
	height: 100%;
	margin: 9px 0 0 280px;
	top: 0;
}

.container {
	padding: 36px 5px 25px 30px;   
}
.container #img-container{
	margin-top: 12px;
}
#text {
	padding-right: 28px;
}

#img-container {
	margin: 0;
	padding: 0;
}
#img-container p {
	padding: 0 0 12px 0;
}
#img-container #text p {
	width:100% !important;
}

.resetScroll{
	border: 10px solid red;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px; 
	right: 10px;
}

#once {
	clear: left;
}

#scrolltext {
	color: #ff0000;
}

body {
	background-attachment: fixed;
	background-color: #ededed !important;
	background-image: url(../../../files/scroll.png);
	background-repeat: no-repeat;
}
body #content .container #img-container #text {
	/*width: 225px !important;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
body #content .container #img-container #text h1 {
	margin: 0 0 9px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #666666;
}
body #content .container #img-container #text p {
	/*width: 150px !important;*/
	padding: 0;
	margin: 0 0 9px 0;
}

