/*div, p, h1, h2, h3, h4 {
	border: 1px dotted #F00;
}
*/
/* Main Tags */

body {
	background: #FFF;
	font: normal normal normal 12px/16px PTSerifRegular, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}



.act { /* Active Link */
	color: #00AEEF;
}

/* Title Font */

h1 {
	font: inherit;
	font-family: ArimoBold;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	display: block;
	position: absolute;
	left: 45px;
	top: 45px;
	text-transform: uppercase;
	position: fixed;
}

/* Main Containers */

#main, #sub {
	font-family: ArimoBold;
	left: 45px;
	top: 100px;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	position: fixed;
	text-transform: uppercase;
}

#sub {
	left: 170px;
}

/* Content Definitions */

#content {
	top: 100px;
	left: 295px;
	position: absolute;
}

#content h2 {
	font-family: ArimoBold;
	font-weight: normal;
	margin-bottom: 1.5em;
	width: 340px;
	clear: both;
}

#content h2.nobold {
	font: normal normal normal 12px/16px PTSerifRegular, Helvetica, sans-serif;
	margin-bottom: 1.5em;
	width: 340px;
	clear: both;
}

#content b {
	font-family: ArimoBold;
	font-weight: normal;
}


#content h3 {
	font-family: ArimoBold;
	font-weight: normal;
	width: 340px;
}


#content h4 {
	font-family: ArimoBold;
	font-weight: normal;
	width: 340px;
	margin-bottom: 1.5em;
}

#content div {
	width: 340px;
	margin-bottom: 40px;
}

#content p {
	margin-bottom: 1.5em;
}

#content img {
	margin-bottom: 40px;
	float: left;
	margin-right: 20px;
}

#content img.thumb {
	margin-top: -20px;
	cursor: pointer;
}

#content ul {
	list-style: none;
	cursor: pointer;
}

#content li.inactive {
	display: none;
}

#content li.active {
	display: block;
}

#content a {
	color: #00AEEF;
	text-decoration: none;
}

img.big {
	cursor: pointer;
	position: relative;
}

.bigwrap {
	float: left;
	position: relative;
	cursor: pointer;
}

.bigwrap img {
	float: none !important;
	z-index: 1;
}

.bigwrap .prev,
.bigwrap .next {
	display: inline-block;
	position: absolute;
	width: 0em !important;
	height: 0em;
	top: 50%;
	margin-top: -2em;
	font-size: 2em;
	line-height: 0;
	padding: 1em 1.2em 1em 0.6em;
	color: rgba(255,255,255,1);
	z-index: 1000;
	background: rgba(0,0,0,0.3);
	text-align: center;
	border-radius: 2em;
	opacity: 0;
	transition: all 0.25s;
}
.bigwrap .prev {
	left: 0.5em;
}
.bigwrap .next {
	right: 0.5em;
}
.bigwrap:hover .prev,
.bigwrap:hover .next {
	opacity: 1;
	cursor: pointer;
}
