@charset "UTF-8";
/* CSS Document */

/* Galleria layout */
html,body{
	margin: 0;
	height: 94%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	color: #747474;
	background-color: #fafafa;
}
.content{
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	height: 100%;
	margin-top: 64px;
	margin-left: 355px;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
	height: 100%;
}
/*end of Galleria layout */

.content_text {
	color:#424242;
	/*margin-top: 170px;*/
	margin-top: 10%;
	margin-left: 355px;
	padding-right: 40px;
	width: 600px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	letter-spacing: 0.05em;
	height: 62%;
	overflow: auto;
}
.content_text a {
	color: #424242;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_text a:hover {
	color: #424242;
	text-decoration: none;
	background-color: #eeeeee;
}
/*.content_text article {
	width: 280px;
	margin-right: 40px;
	float: left;
}*/
.content_text h1 {
	font-size: 14px;
	margin-top: 0px;
}
.content_text h2 {
	font-size: 12px;
}
.content_text table {
	margin-right: 14px;
	text-align: left;
	float: left;
}
.content_text div {
	width: 300px;
	float: left;
}
#contact .content_text {
	overflow: visible;
}
.text_dark {
	color: #121212;
}
#menu_area {
	background-color: #fafafa;
	/*height: 82%;*/
	/*min-height: 620px;*/
	width: 242px;
	float: left;
	position: absolute;
	z-index: 2;
	top:64px;
}
#menu_area img {
	margin-left: 54px;
	margin-top: 36px;
	margin-bottom: 26px;
}
/*#wrapper {
	width: auto;
	height: 90%;
	background-color: #999999;
	display: inline;	
	margin-top: 2%;
	margin-bottom: 2%;
}
#footer {
	background-color: #CCCCFF;
	clear: both;
	width: 100px;
}*/
#top {
	position: absolute;
	width: 242px;
	top: 0px;
	height: 61px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
	background-image: url(../images/upper_edge_block.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bottom {
	position: absolute;
	z-index: 1;
	width: 242px;
	height: 10%;
	bottom: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #dbdbdb;
	background-image: url(../images/lwr_edge_block.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.centered {
	z-index: 50;
    display:block;
    position:absolute;
    top:50%;
    left:35%;
    width:350px;
    background-color: #fff;
    display: none;
 }

#trade {
	position: absolute;
	left: 40px;
	top: 27px;
}
#trade ul {
	margin: 0px;
	padding: 0px;
}
#trade li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
}
#trade #last {
	margin-right: 0px;
}
#trade a {
	font-size: 11px;
	color: #747474;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#trade a:hover {
	font-size: 11px;
	color: #747474;
	text-decoration: none;
	background-color: #eeeeee;
}
#trade img {
	vertical-align: 3px;
	margin-right: 3px;
}
#credit {
	color: #727272;
	font-size: 10px;
	margin-top: 5px;
	width: 400px;
}
#credit a {
	font-size: 10px;
	color: #727272;
	text-decoration: none;
}
#credit a:hover {
	font-size: 10px;
	color: #727272;
	text-decoration: underline;
}
/* hides controls on index2 */
#mask {
	background-color: #fafafa;
	position: absolute;
	height: 10%;
	width: 65%;
	left: 355px;
	bottom: 0px;
	z-index: 50;
}
/* Stories boxes */
#stories {

}
#stories > div {
	display: none; /* do not change or remove */
	padding: 5px;
	font-size: 1.2em;
	position: absolute;
	top: 64px;
	right: 60px;
	z-index: 1000;
	border: 1px solid #7D7D7D;
	background: #FFFFFF;
	width: 400px;
}
#stories > div > h4 {
    font-size: 1.4em;
    margin: 5px 0;
}
