/* 07.03.2010   */
/* fishdesign.com.ua */
/* Pages layout */

/* Global classes 
---------------------------------------------------- */
.hide				{ display: none; }
.invisible		{ visibility: hidden; }

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

.clear			{ clear: both; }

.clear_null		{ clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; overflow: hidden; }

/* Drupal
---------------------------------------------------- */

tbody {
  border-top: none !important;
}

/* Debug
---------------------------------------------------- */

.debug {
	border: 1px solid #f00;
	background-color: #0f0;
}

.debug_bg {
	background-color: #0f0;
}

.debug_border {
	border: 1px solid #f00;
}



/* Body
---------------------------------------------------- */

* {
	font-size: 100.1%;
}

body	{ 
	color: #000; 
	background-color: #fff;
	font: 0.9em/normal Arial, 'Arial cyr', sans-serif; 	
}


/* Links
---------------------------------------------------- */

a:link					{ color : #358ccb; }
a:visited				{ color : #8d35cb; } 
a:hover					{ color : #358ccb; } 
a:active					{ color : #e8315c; }

a:link					{ text-decoration: underline; }
a:visited				{ text-decoration: underline; }
a:hover					{ text-decoration: none; } 
a:active					{ text-decoration: none; }


/* Box 
---------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;
	position: relative;
}

#header {
	width: 100%;
	text-align: center;
	height: 60px;
	margin-top: 90px;
	margin-bottom: 40px;
	background: url(/images/logo_bg.png) repeat-y 50% 0;
}

#main-content {
	width: 100%;
	text-align: center;
}

#main-primary-content {
	width: 650px;
	float: left;
}

#main-secondary-content {
	width: 250px;
	float: right;
}

#additional-content {
	width: 100%;
	text-align: center;	
	margin-top: 3.5em;
	padding-top: 2em;
	padding-bottom: 4em;
	background: url(/images/bottom_bg.png) repeat-x 0 0;
}

#additional-primary-content {
	width: 650px;
	float: left;
}

#additional-secondary-content {
	width: 250px;
	float: right;
}


/* ============= */
/* box content */

/* header */

h1#logo {
	position: absolute;
	left: 710px;
	top: 0;
	width: 250px;
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

#header h2 {
	color: #358ccb;
	width: 710px;
	background-color: #fff;
	line-height: 60px;
	font-size: 1.8em;
	font-weight: normal;
}

h1#logo a, #header h2 a {
	color: #358ccb;
	text-decoration: none;
}


/* main content */

html #homepage-main-text p {
	font-size: 1.15em;
	line-height: 1.6em;
}


/* main menu */

#main-menu {
	font-size: 1.4em;
	line-height: 1.6em;
}

#main-menu a {
	color: #358ccb;
}

.main-menu-item {
	margin-bottom: 0.4em;
}

#main-menu div.sel, #main-menu div.sel a {
	color: #fff;
}

#main-menu div.sel span {
	background-color: #358ccd;
	padding: 0.1em 0.4em 0.25em 0.4em;
}

html #main-menu div.here span a {
	text-decoration: none;
}

/* contact */

#contact {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 2em;
}



/* ======== */
/* footer */

#footer {
	width: 100%;
	text-align: center;		
	clear: both;
	position: relative;
	padding: 4em 0 4em 0;
}

#footer p {
	margin: 0 0 0.5em 0;
}


#footer .copyright {
	width: 650px;
	float: left;
	font-size: 0.85em;
	line-height: 1.6em;
}

#footer .counters {
	width: 250px;
	float: right;
}



/* ============== */
/* common blocks */

.news-list li {
	margin-bottom: 1.2em;
	line-height: 1.3em;
}

#internal-layout .banner {
	margin-top: 3.5em;
}

#page-header {
	margin-bottom: 1em;
}

#page-header h1 {
	margin-bottom: 0.1em;
}