@font-face {
	font-family: 'HeliosThinRegular';
    src: url('../font/HeliosThinRegular-webfont.eot');
    src: url('../font/HeliosThinRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/HeliosThinRegular-webfont.woff') format('woff'),
         url('../font/HeliosThinRegular-webfont.ttf') format('truetype'),
         url('../font/HeliosThinRegular-webfont.svg#HeliosThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VantaThinPlain';
    src: url('../font/vanta_thin_plain-webfont.eot');
    src: url('../font/vanta_thin_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/vanta_thin_plain-webfont.woff') format('woff'),
         url('../font/vanta_thin_plain-webfont.ttf') format('truetype'),
         url('../font/vanta_thin_plain-webfont.svg#VantaThinPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body{
	height:100%;
}
body{
	font-family: 'HeliosThinRegular', 'Century Gothic', sans-serif;
	font-size: 12px;
	color: #000000;
	width:100%;
	background-color: #f7f7f7;
	background: #f8f8f8 url("../images/bg.png") repeat;
	-webkit-font-smoothing: antialiased;
}
a{
	color: #555555;
	text-decoration: none;
}
.loading{
	width: 930px; 
	height: 620px; 
	position: relative; 
	z-index: 1000; 
	background-color: #eee; 
	margin-top: -663px; 

    background-color: #eee;
    background-image: url("../images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
.right{
	float: right;
}
.left{
	float: left;
}
.padding{
	padding: 5px;
}
.margin-ch{
	margin-left: 1px;
}
.clear{
	clear: both;
}
#wrap{
	position: relative;
	/*width: 1004px;*/
	width: 967px;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#wrapinner{
	position: relative;
	margin-top: -26px;
	height: 655px;
}
#sitetitle{
	font-family: 'VantaThinPlain', 'Century Gothic', sans-serif;
	font-size: 23px;
	color: #4c4c4c;
	margin-left: 485px;
}
#sitetitle .lighter{
	color: #a1a1a1;
}
#menu{
	position: relative;
	float: left;
	margin-top: 28px;
	width: 186px;
	cursor: default;
}
/*@-moz-document url-prefix(){
	#menu{
		margin-top: 26px;
	}
}*/
#logo{
	position: relative;
}
#logo img{
	float: left;
}
#menutext{
	margin-left: 50px;
}
#menutext a:hover{
	color: #0e4c6f;
}
#mainmenu li span{
	font-size: 20px;
	color: #555555;
	margin-bottom: 1px;
	letter-spacing: 2px;
}
#menutext ul.submenu{
/*	margin: 22px 0 26px 0;*/
}
#menutext ul.submenu li a{
	font-family: "Century Gothic", sans-serif;
}
#content{
	position: relative;
	/*background-color: #f7f7f7;*/
	float: left;
	width: 930px;
	height: 655px;
	margin-left: -149px;
}
#maincontent{
	height: 620px;
	background-color: #f6f6f6;
	margin-top: 2px;
}
#contentfooter{
	height: 37px;
	margin-top: 6px;
}
#banner{
	float: left;
	width: 535px;
}
#tools{
	float: left;
	display: none;
	padding: 4px 12px;
}
#tools #preview{
	margin-right: 8px;
}
#social{
	margin-top: -1px;
}
.miniimg{
	width: 180px; 
	height: 130px;
}
.flexslider .slides img{
	max-width: 100%;
}
.flexslider .slides > li{
	display: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flex-direction-nav li a {
    cursor: pointer;
    display: block;
    height: 620px;
    position: absolute;
    text-indent: -9999px;
    width: 100px;
	border: 0 none;
	outline: none;
}
.flex-direction-nav li .next {
    right: 0;
	background: url("../images/arrow-right.png") center center no-repeat;
	opacity: 0;
}
.flex-direction-nav li .prev {
    background: url("../images/arrow-left.png") center center no-repeat;
	opacity: 0;
}
.inner-content{
	padding: 5px;
}
.scrollbar{
	height: 620px; 
	overflow: hidden; 
	position: relative;
}
.raised {
    position: relative;
    padding: 10px;
    margin: 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}        
.raised:before,
.raised:after {
    content:"";
    position:absolute;
    z-index:-2;
}
