/*	CSS-Framework

	Version		: 0.21
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* {
	margin:0;
	padding:0;
}

*:focus {
	outline:none;
}
.hidden {
	display:none;
}
.show {
	display:block!important;
}
.no-margin {
	margin:0!important;
}
.no-padding {
	padding:0!important;
}
.no-bg {
	background:none!important;
}
.no-border, img {
	border:none!important;
}

.container {
	overflow:hidden;
}
.img-repl {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

/* Main custom rules
------------------------------ */
html, body {
 	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

html {
	font:.95em/1.5 Cambria, Times, Georgia, serif;
	color:#626262;
	background:#fbfdff url(../img/bg_body.gif) repeat-x top left;
}
body {
	position:relative;	
}

a {
	color:#7f8aa7;
}
a:visited {
	
}
a:hover {
	color:#dfa402;
}
a:active {
	
}

/* Demo Template
------------------------------ */

#site {
	width:980px;
	margin:0 auto;
	position:relative;
  	min-height:100%;
}
* html #site {
  	height:100%;
}

#header {
	position:relative;
	width:100%;
	height:170px;
	padding-bottom:1em;
	margin-bottom:1em;
}
#col {
	width:100%;
	overflow:hidden;
	position:relative;
	padding-bottom:108px;
}
#col-left {
	float:left;
	width:40%;
}
#content {
	width:58%;
	float:right;
}
#foot {
	clear:both;
  	margin-top:-109px;
  	height:108px;
	background:transparent url(../img/bg_footer.gif) repeat-x left bottom;	
}
#footer {
	padding-top:1em;
	width:980px;
	margin:0 auto;
	position:relative;
	font-size:.9em;
	color:#7ccad1;
	border-top:1px solid #cddff0;
}
#footer p {
	position:absolute;
	top:10px;
	left:5px;
	width:260px;
}
#footer p a {
	text-decoration:none;
	background:transparent url(../img/active_link.gif) repeat-x left bottom;
}
#footer p a:hover {
	text-decoration:none;
	background:transparent url(../img/hover_link.gif) repeat-x left bottom;
}
.link a {
	text-decoration:none;
	background:transparent url(../img/active_link.gif) repeat-x left bottom;
}
.link a:hover {
	text-decoration:none;
	background:transparent url(../img/hover_link.gif) repeat-x left bottom;
}

/* Horizontal Menu
------------------------------ */

ul.menu-h {
	float:right;
	overflow:hidden;
	margin-top:1.5em;
	border:1px solid #cddff0;
}
.menu-h li {
	float:left;
	list-style:none;
	color:#dfa402;
	padding:.5em 1em;
}
.menu-h a {
	text-decoration:none;
	background:transparent url(../img/active_link.gif) repeat-x 0 17px;
}
.menu-h li a:hover {
	text-decoration:none;
	background:transparent url(../img/hover_link.gif) repeat-x 0 17px;
}

/* 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 #d1e3f3; }
.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 #cddff0; }

/* Header
------------------------------ */
#header span {
	position:absolute;
	top:20px;
	left:20px;
	display:block;
}
.menu-top-gor {
	overflow:hidden;
	float:right;
	height:100px;
	padding-top:60px;
	background:transparent url(../img/top_menu_bg.gif) no-repeat 0px 85px;
}
.menu-top-gor li {
	float:left;
	list-style:none;
	color:#dfa402;
	padding:0 .8em;
}
.menu-top-gor a {
	text-decoration:none;
	background:transparent url(../img/active_link.gif) repeat-x left bottom;
}
.menu-top-gor a:hover {
	text-decoration:none;
	background:transparent url(../img/hover_link.gif) repeat-x left bottom;
}

/* Content elements
------------------------------ */

h1, h2, h3, h4 {
	font:1.5em/1.1em Cambria, Georgia, serif;
	color:#7ccad1;
	margin-bottom:.5em;
}
h1 span, h2 span, h3 span, h4 span {
	color:#ebc65f;
}
div.zag {
	font:1.5em/1.1em Cambria, Georgia, serif;
	color:#7ccad1;
	margin:0;
	padding:0;
}
div.zag span {
	color:#ebc65f;
}
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.1em; font-weight: bold; }

h2 a {
	text-decoration:none;
	background:transparent url(../img/active_link.gif) repeat-x left bottom;
}

blockquote { margin-left:10em; padding-left:1em; border-left:2px solid #ccc; }
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

#col p, .content p, #col-left p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img {
	margin-bottom:1em;
}

div.map_icon {
	margin-top:4em;
	padding-left:170px;
	padding-bottom:2em;
	background:transparent url(../img/icon_map.gif) no-repeat 5px 5px;
}
.map_icon p {
	line-height:1.3em;
}
.map_icon h2 a {
	color:#7ccad1;
	text-decoration:none;
}
.map_icon h2 a:hover {
	color:#7f8aa7;
	text-decoration:none;
}


.gallery {
	width:508px;
	height:148px;
	padding:1.6em 2em;
	background:transparent url(../img/bg_gallery.gif) no-repeat 0 0;
}
.gallery img {
	margin:0 13px;
}

/* GenPlan
------------------------------ */
.genplan {
	overflow:hidden;
	width:100%;
	height:780px;
	background:transparent url(../img/map_edel.gif) no-repeat 0 0;
}
.genplan p {
	margin-bottom:1em;
}
.genplan span {
	display:block;
	opacity:.8;
	filter:alpha(opacity=80);
}
.genplan sup {
	font-size:18px;
}
/* tooltips
------------------------------ */

a.tt:hover {
	position:relative;
	z-index:23;
}
a.tt span {
	display:none;
}
a.tt:hover span {
	display:block;
	position:absolute;
	top:-10px;
	left:40px;
	background:#fafafa;
	border:1px solid #ccc;
	color:#000;
	z-index:20;
	width:200px;
	padding:5px;
	font-size:11px;
	cursor:pointer;
	text-decoration:none;
}

/* 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:1px solid #bfcadb;
	padding:2px 3px;
	vertical-align:top;
}
table th {
	background:#f4f4f4;
}
table td {  }

/*	Columns
------------------------------ */

.columns {
	width:100%;
	overflow:hidden;
	padding:2em 0;
}
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 {
	float:left;
	overflow:hidden;
}

.col-content {
	padding:0 6px;
}
.col-first {
	padding-left:0!important;
}
.col-last {
	padding-right:0!important;
}

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 {
	width:23%;
	margin:0 1%;
}
.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:31%;
	margin:0 1%;
}
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.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;
}

/* Content Form
------------------------------ */

form {
	padding:.5em 0;
}
fieldset {
	margin-bottom:1em;
	border:none;
}
legend {
	margin-top:-1px;
	padding-bottom:1em;
	font-size: 1.1em;
	font-weight:bold;
}
textarea {
	border:1px solid #bfcadb;
}

.f-row {
	overflow:hidden;
	margin-bottom:.5em;
}
label {
	float:left;
	text-align:right;
	width:25.99%;
	padding:0 2%;
}
.f-inputs {
	padding-left:30%;
}

/* Inputs
------------------------------ */

input {
	vertical-align:middle;
}
.i-checkbox {
	margin-top:3px;
}
.i-text {
	width:250px;
	padding:0 1px;
	font:1em sans-serif;
}
input.i-text {
	border:1px solid #bfcadb;
}
.button {
	padding:0 .25em;
	width:auto;
	overflow:visible;
	cursor:pointer;
}
