/**** COLOURS ****/

/*
	#ef3a20		orange
	#5a8bb2		blue
*/

/** { border: 1px solid red; }*/

/**** MAIN STYLES ****/

body {
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90% !important;
	background-color: #ddd;
	width: 950px;
}

body.popup {
	text-align: center;
}

a,
a:active,
a:visited {
	font-size: 1em !important;
	color: #ef3a20;
	padding: 0 1px 0 1px;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: uppercase;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #999;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
}

h2 strong {
	color: #333;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #555;
	font-size: 0.8em;
	line-height: 1.3em;
	text-transform: uppercase;
}

h4 {
	margin: 0px;
	padding: 2px 0px;
	color: #666;
	font-size: 0.6em;
	line-height: 1.4em;
	text-transform: uppercase;
}

p {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	color: #666;
	font-size: 0.7em;
	line-height: 1.1em;
	text-transform: uppercase;
}

p.light {
	color: #FFF;
}

strong {
	color: #666;
	font-weight: bold;
}

em {
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}

hr {
	float: left;
	margin: 0 0 10px 0;
	border: none;
	/*background-color: #ccc;*/
	height: 1px;
	width: 100%;
}

/**** GENERAL ****/

#container {
	float: left;
	width: 955px;
}

/**** MENU ****/

#menu {
	position: fixed;
	float: left;
	width: 250px;
	padding: 26px 20px 10px 0;
}

.home {
	width: 400px !important;
}

#menu #logo {
	padding: 0 0 15px 30px;
}

#menu #logo img {
	margin-bottom: 5px;
	border: none;
}

#menu #itemcontainer {
	overflow: auto;
}

#menu #infoitems {
	margin-bottom: 4px;
}

#menu .item_off,
#menu .item_on,
#menu .item_sel,
#menu .item_seen {
	color: #666;
	font-size: 0.75em;
	margin-bottom: 1px;
	padding: 3px;
}

#menu .item_off {
	/*background: #ccc;*/
	border-left: 34px solid #444;
}

#menu .item_on {
	color: #fff;
	background: #ef3a20;
	border-left: 34px solid #ef3a20;
}

#menu .item_on a {
	color: #fff;
}

#menu .item_sel {
	color: #fff;
	background: #222;
	border-left: 34px solid #222;
}

#menu .item_sel a {
	color: #fff;
	text-decoration: none;
}

#menu .item_seen {
	color: #999;
	border-left: 34px solid #999;
}

#menu .item_seen a {
	color: #999;
}

#menu .item_seen a:hover {
	color: #666;
}

/* menuitem */

#menu .menuitem_on,
#menu .menuitem_off {
	font-size: 1em;
	padding: 1px;
	padding-left: 20px;
	margin: 0 0 1px 0;
}

#menu .menuitem_on {
	background: #333;
}

#menu .menuitem_off {
	color: #fff;
	background: #ef3a20;
}

#menu .menuitem_on a,
#menu .menuitem_off a {
	color: #fff;
	display: block;
	padding: 16px 10px;
}

/* subitem */

#menu .subitem_on,
#menu .subitem_off {
	font-size: 0.8em;
	padding: 1px;
	padding-left: 20px;
	margin: 0 0 1px 0;
}

#menu .subitem_on {
	background: #333;
}

#menu .subitem_off {
	color: #fff;
	background: #999;
}

#menu .subitem_on a,
#menu .subitem_off a {
	color: #fff;
	display: block;
	padding: 6px 10px;
}

/* infoitem */

#menu .infoitem_on {
	background: #eee;
}

#menu #maininfo {
	padding: 20px 0 0 30px;
}

#menu #maininfo p {
	line-height: 1.3em;
}

/**** COPYRIGHT ****/

#copyright {
	float: left;
	margin: 20px 0 0 30px;
	line-height: 1em;
}

#copyright a {
	line-height: 1.4em;
}

#copyright img {
	margin-bottom: 5px;
}

/**** CONTENT ****/

#content {
	float: left;
	width: 680px;
	margin-left: 270px;
	background: #fff;
}

#header {
	font-size: 1.2em;
	margin: 26px 0 0 0;
}

#header #title {
	float: left;
	margin-bottom: 10px;
}

#header #title h2 {
	padding: 0 0 0 20px;
	border-left: 5px solid #444;
	/*border-top: 2px solid #444;*/
}

#header #title h3,
#header #title h4 {
	padding: 0 5px 0 20px;
	border-left: 5px solid #444;
}

#header #title p {
	padding: 0 5px 0 25px;
}

#header #title a img {
	vertical-align: bottom;
	border: none;
	padding-bottom: 5px;
}

#explanations {
	position: fixed;
	left: 950px;
	float: left;
	width: 300px;
	height: 90%;
}

#data {
	float: left;
	width: 680px;
}

#data #links {
	float: left;
	width: 150px;
	margin-left: 6px;
	font-size: 1em;
}

#data #links p {
	margin: 0;
	padding: 8px 16px;
	line-height: 1.4em;
	border-left: 2px solid #ccc;
}

#data #description {
	float: left;
	width: 450px;
	font-size: 0.8em;
	color: #333;
	line-height: 1.4em;
	padding: 0 5px 0 25px;
	text-transform: uppercase;
}

#data #description p {
	color: #333;
	line-height: 1.4em;
	font-size: 1em;
	padding: 0 5px 0 0;
	text-transform: uppercase;
}

#data #description p strong {
	color: #333;
	text-transform: uppercase;
}

#data #description p a.plus,
#data #description p a.minus {
	display: inline;
	width: 10px;
	height: 12px;
	color: #ef3a20 !important;
	text-decoration: none;
	font-weight: bold !important;
}

#data #description .more_text {
	display: none;
}

/**** THUMBNAILS ****/

#thumbs {
	float: left;
	width: 680px;
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	padding: 10px 0 0 0;
}

#thumbs hr {
	width: 660px;
	margin: 0;
	background-color: #fff;
}

#thumbs h1,
#thumbs h3,
#thumbs p {
	padding: 2px 25px;
}

div.imgcont a,
div.imgcont a:link,
div.imgcont a:active,
div.imgcont a:visited {
	float: left;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	padding: 10px;
	margin: 0px 0px 20px 14px;
	text-decoration: none;
}

div.imgcont a:hover {
	background: #ef3a20;
}

div.imgcont a:hover div {
	color: #fff !important;
}

div.imgcont a img {
	border: 2px solid #ccc;
	margin-bottom: 8px;
	clear: both !important;
}

div.imgcont a img:hover {
	border: 2px solid #ef3a20;
}

div.imgcont a div {
	color: #666;
}

div.imgcont a:hover div {
	color: #333;
}

/**** IMAGES ****/

#images {
	position: fixed;
	display: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	background: url('../../images/trans_90.png');
	z-index: 10000000;
}

#images #imagesname {
	margin: 0px;
	padding: 10px;
	text-align: center;
}

#images #imagesname a:hover {
	color: #fff;
}

#images #imagesname p {
	font-size: 12px;
	color: #444;
}

#images #imagesname p strong {
	color: #CCC;
	font-size: 18px;
}

#images #imagesname p small {
	line-height: 18px;
}

#images #imagesdiv {
	text-align: center;
	margin: 0px;
	padding: 10px;
	padding-top: 0px;
}

#images #imagesdiv a img {
	border: 10px solid #aaa;
}

#images #imagesdiv a:hover img {
	border: 10px solid #ef3a20;
}

/**** NAVIGATION ****/

.arrow {
	display: block;
	background-color: red;
	padding: 4px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.back {
	 font-size:0.8em !important;
	font-weight:bold !important;
	text-decoration: none !important;
}

/**** VIDEO ****/

#video {
	
}

#video object {
	border: 10px solid #aaa;
}

/**** FOOTER ****/

#footer {
	float: left;
	display: none;
	width: 640px;
	margin: 0 20px 40px 20px;
	border-top: 1px solid #bbb;
}

/**** LOADER STYLES ****/

.load {
	display: inline;
	color: #999;
	padding: 0 0 0 25px;
	text-transform: uppercase;
}

#hideitall {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: url('../../images/trans_70.png');
	z-index: 200;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-image: url('../../images/trans_70.png');
    z-index: 1000;
    vertical-align: middle;
    text-align: center;
}

#loading #loader {
	position: absolute;
	width: 300px;
	margin: 40% 30%;
	padding: 7px 7px 7px 14px;
	text-align: left;
	color: #ccc !important;
	background-color: #222;
}

#loading #loader span#loader_text {
	font-weight: bold;
}

#loading a {
	text-decoration: none;
}