html {
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#413738;
	background-image: url(../images/gradient.gif);
	background-position:bottom left;
	background-color:#636F83;
	background-position:bottom left;
	background-attachment:fixed;
	background-repeat:repeat-x;
	padding-bottom:40px;
}

img {
	border:0;
}

a:link,
a:visited { 
	color : #636f83;
	font-weight:bold;
}
a:hover,
a:active { 
	color : #000000;}

.main{
	position:relative;
	margin: 0 auto;
	margin-top: 15px;
	width: 900px;
	text-align: left;
	border: 1px solid #3C4450;
	padding: 0px;
	background-color: white;
	height: 100%;
	min-height:600px;
}

.top{
	background-color:#dde2ec;
	height:118px;
	position:relative;
}

.logo {
	position:absolute;
	right:0;
	display:block;
	width: 366px;
	height: 72px;
	background: url('../images/logo-fs8.png') no-repeat;
	margin: 10px 16px 0 0;
}

.footer {
	color: #999;
	bottom: -22px;
	position: absolute;
	left: 320px;
}

.footer a:link {
	color: #999;
}
.footer a:hover{
	color: #eee;
}

.menu {
	position:absolute;
	bottom:0;
}

.menu a:link, .menu a:visited , .menu a:active { 
	font-weight:bold;
	text-transform:uppercase;
	color:#636f83;
	text-decoration:none;
	display: inline-block;
	padding: 0 15px 7px 15px;
}
.menu a:hover {
	color:#343a45;
	text-decoration:none;
}
/*
.menu a:first-child {
	padding-left:15px;
}

.menu a:after {
	content: "|";
}
*/

.menu p.divider {
	overflow:hidden;
	display: inline-block;
	width:0px;
	height:20px;
	border-left:1px solid #a0a7b5;
	border-right:1px solid #ffffff;
	position: absolute;
	bottom: -10px;
}

.menu .tab {
	position:absolute;
	display:block;
	width:55px;
	height:17px;
	overflow:hidden;
	background-image: url(../images/tab-fs8.png);
	background-position:bottom left;
}

.content{
	margin:50px 0 70px 40px;
}

p {
	margin: 0 0 1em 0;
}

h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	color:#897855;
	font-size:38px;
	margin: 0 0 0.2em 0;
}

h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	color:#897855;
	font-size:27px;
	margin: 0 0 0.2em 0;
}

h3	 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	color:#485160;
	font-size:20px;
	margin: 0 0 0.1em 0;
}

.textBlockSmaler,
.textBlock{
	width:500px;
	float:left;
}

.textBlockSmaler{
	width:300px;
}

.imgRigth{
	float:right;
	margin-right:43px;
}

.slider {
	position: relative;
	height:285px;
	margin-top: 40px;
}

.slider .shadowMask {
	position: absolute;
	top: -7px;
	left: -40px;
}

.slidesUC{
	position: absolute;
	top: 0;
	left: -3px;
}

.linkCont{
	width:400px;
	margin-right:20px;
	float:left;
	margin-top: 20px;
	height: 130px;
}

.linkCont a {
	float:left;
	margin-right:10px;
}

.linkCont .info{
	float:left;
	display: block;
	width: 180px;
}

.shadow{
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .7);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .7);
}

/* Glass pane */
.glassPane{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:1000;
	display:none;
}

.ajaxLoader{
	z-index:1001;
	display:none;
}

.glassPaneCont {
	position:absolute; 
	width:650px; 
	margin-left:-325px;
	height:500px; 
	margin-top:-250px; 
	left:50%; 
	top:50%; 
	background-color:#fff;
	display:none;
	z-index:1002;
}

@media screen and (max-height: 530px) {
	.glassPaneCont {
		margin-top:40px !important; 
		top:0; 
	}  
}

.glassPaneCont .close {
	position:absolute;
	top:-35px;
	right:-40px;
	cursor:pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.glassPaneCont .close:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.glassPaneCont .inner {
	padding:20px;
}

.ajaxLoader {
	position:absolute; 
	height:32px; 
	width:32px; 
	left:50%; 
	margin-left:-16px;
	top:50%; 
	margin-top:-16px; 
}

/*Use this to prevent HTML to be selected*/
.noSelect{
	user-select: none;
	-moz-user-select: none; 
	-webkit-user-select: none;
}

.shadow{
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}