/*	CSS

	Version		: 0.2
	File name	: cssf-base.css
	Description	: Styles for Gotsch
	Author		: Alexander Demchenko (http://451f.com.ua)
	Powered by  : CSS-Framework - Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }

/* Main custom rules
------------------------------ */

html { background: #fff; font: .75em/1.5 Verdana, Arial, Helvetica, sans-serif; }
body { padding: 0px;}

a { color: #919ca2; } 
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

/* Demo Template
------------------------------ */

#site { width: 943px; margin-left: 0; padding: 0 0 0 0; background: #fff; border: 0px solid #ccc; }
#header { border: 0px solid #ccc; }
#col-left { float: left; width: 136px; border: 0px solid #ccc; }
#content { width: 600px; float: left; padding-top: 103px; border: 0px solid #ccc; }
#col-right-menu { width: 205px; float: right; border: 0px solid #ccc;}
#col-right { width: 205px; height: 560px; float: right; border: 0px solid #ccc;}
#col-center { clear: both; border: 0px solid #ccc; }
#content-center { width: 600px; float: left; padding-top: 2px; border: 0px solid #ccc; }
#footer { clear: both; }

/* Horizontal Menu
------------------------------ */
#menu_main { height: 30px; background-color: #f0f3f4; width: 600px; }

.menu-h { overflow: hidden; border-left: 0px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 0px solid #ccc; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { border-left: 0px solid #ccc; font-size: 8pt }
.menu-h-d li { float: left; display: block; position: relative; border: 0px solid #ccc; list-style: none; }
.menu-h-d li a:active { color: #536697; }
.menu-h-d li li a:active { color: #fff; }
.menu-h-d li a:hover { color: #fff; }
.menu-h-d a { text-decoration: none; padding: 7px 11px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 30px; }
.menu-h-d ul li{white-space:nowrap;background: #003a81; /*width:230px; */display:block; width:100% !important; background:#003a81;}
.menu-h-d li li div{width:100%;}
.menu-h-d ul ul { left: 100%; top: -1px; position:relative;}

/*.menu-h-d li li { float: none;}*/

.menu-h-d li:hover, .menu-h-d li.hover { background: #002052; color: #fff;}
.menu-h-d a:hover { color: #fff;}
.menu-h-d a.active { color: #003a81;}

.menu-h-d li ul li a.title { padding: 5px 0 0 5px; font-weight: bold;}



/*last LI element FIX*/
.menu-h-d ul li.last { 
	/*width:230px;*/
	height:16px;
	overflow:hidden;
	background:url(../images/menu-last.gif) no-repeat 100% 0;
}
.menu-h-d li ul li.last:after{
	content:"";
	clear:both;
	display:block;
} 
.menu-h-d li ul li.last span{
	background:url(../images/last2.png) no-repeat 100% 0;
	right:-1px;
	top:0;
	position:absolute;
	/*width:250px;*/
	height:16px;
	overflow:hidden;
	width:20px;
} 
* html .menu-h-d li ul li.last span{
	right:-2px;
}

.menu-h-d ul li.last:hover{
	background:url(../images/menu-last.gif) no-repeat 100% 0;
}

.menu-h-d ul li.spacer:hover{
	background: #003a81; /*width:230px; */display:block; width:100% !important; background:#003a81;
}
/*END*/

.menu-h-d li ul li { padding: 0 10px 0 5px;}
.menu-h-d li ul li a { padding: 5px 0 0 12px;}
.menu-h-d li ul li:hover, 
.menu-h-d li ul li.hover{ background-image: url(../images/marker1.gif); position: relative; left: -0px; padding-left: 5px; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul, 
.menu-h-d li.hover ul ul,
.menu-h-d li.hover ul li.hover ul ul{ display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul, 
.menu-h-d li.hover ul,
.menu-h-d li.hover ul li.hover ul,
.menu-h-d li.hover ul li.hover ul li.hover ul{ display: block; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover { text-decoration: underline; }

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover, 
.menu-v-d li.hover{ background: #ccc; }
.menu-v-d a:hover { color: #fff; }
.menu-v-d a.active { color: #000; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul, 
.menu-v-d li.hover ul ul,
.menu-v-d li.hover ul li.hover ul ul{ display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul, 
.menu-v-d li.hover ul,
.menu-v-d li.hover ul li.hover ul,
.menu-v-d li.hover ul li.hover ul li.hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }

.content ul { margin-left: 2em; line-height: 1.3em; }
.content ul li { margin-bottom: .2em; list-style: none; }

.content ol { margin-left: 3em; line-height: 1.3em; }
.content ol li { margin-bottom: .2em; }

pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

p { text-align: left; }

.icons a, .icon { padding-left: 20px; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em; }

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 0px solid #ccc; padding: 2px 3px; }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; text-align: justify; }
.w-50, .w-25, .w-33, .w-38, .w-66, .w-75, .w-62, .w-205, .w-395 { float: left; overflow: hidden; }

.col-content { padding: 0 4px; font-size: 8pt; color: #919ca2;  line-height: 12px;  text-align: left;   }
.col-first { padding-left: 3px !important; }
.col-last-top { padding-right: 0px !important; }
.col-last { padding-right: 3px !important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

.w-205 {	width: 205px; }
.w-395 {	width: 395px; }

/* Images
------------------------------ */



.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

.text { padding-top:15px; padding-right: 15px; font-size: 13px; color: #84939C;  line-height: 15px; text-align: left;    }
/*#919ca2*/
.text-blue { color: #536697; }
/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }

/* Right column
------------------------------ */

.head-text { font-size: 11pt; color: #536697; }

.spacer { padding-bottom: 10px; }

.left-side { padding-left: 15px; font-size: 8pt; color: #919ca2; line-height: 12px; text-align: left;}
.left-menu { padding-top: 30px; padding-left: 15px;}
.left-menu li { list-style: none; font-size: 6pt; font-weight: bold; color: #919ca2;}

.left-menu a { text-decoration: none; }
.left-menu a:active { text-decoration: none; }
.left-menu a:hover { text-decoration: none; }
.left-menu a:visited { text-decoration: none; }

.right-side { padding-top: 20px; padding-left: 15px; font-size: 10pt; color: #536697; text-align: left; }
.right-side li { list-style: none; }

.right-side a { text-decoration: none; color: #536697; }
.right-side a:active { text-decoration: none; color: #536697; }
.right-side a:hover { text-decoration: none; color: #536697; }
.right-side a:visited { text-decoration: none; color: #536697; }

.right-side-img { padding-left: 15px; position: relative; top: 170px;}

.right-side-menu { padding-left: 15px; font-size: 9pt; color: #919ca2; line-height: 23px; text-align: left; }
.right-side-menu li.title { font-size: 11pt; }
.right-side-menu li { list-style: none; }
.right-side-menu li.selected { color: #536697; font-weight: bold; }
.right-side-menu li.spacer { line-height: 0px; }

.right-side-menu a { text-decoration: none; color: #919ca2; }
.right-side-menu a:active { text-decoration: none; color: #536697; font-weight: bold}
.right-side-menu a:hover { text-decoration: none; color: #536697; font-weight: bold }


/* Center column
------------------------------ */

img.three-col { padding: 10px 0 0; border: none!important;} 




/*text on the picture*/
span.img-holder{
	display:block;
	position:relative;
	width:100%;
	z-index:1;
}
span.img-holder em{
	top:24px;
	left:20px;
	font-size:18px;
	position:absolute;
	color:#fff;
	font-style:normal;
}
#header{
	width:100%;
	position:relative;
	z-index:1000;	
}




/********************************************/
.img-holder{
	position:relative;
}
span.text-img{
	position:absolute;
	left:40px;
	top:30px;	
	width:400px;
	color:#fff;
	font-size:40px;
	line-height:48px;
	display:block;
/*	font-weight:normal;*/

}
/*span.text-img strong{
	color:#fff;
	font-size:40px;
	line-height:48px;
	display:block;
	font-weight:normal;
}
*/
em.corner{
	position:absolute;
	top:inherit !important;
	left:inherit !important;
	right:0;
	bottom:0;
	background:url(../images/corner.png) no-repeat;
	width:10px;
	height:12px;
}

.img-holder img{
margin:0 !important;
}

.contact td {
	text-align: left;
	vertical-align: middle;
}

.contact label{
	width: 200px;
	text-align: left;
	color: #84939C
}

.contact input {
	border: 1px solid #84939C;
	width: 200px;
	color: #84939C
}

.contact textarea {
	width: 300px;
	height: 200px;
	color: #84939C
}

.contact em {
	color: red;
}

.contact img {
	border: 0px #fff solid !important;
}