* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-color: #414e5d;
	font-family: Tahoma, Verdana, Arial;
	color: #30210f;
	font-size: 12px;
	line-height: 1.5em;
}
img {	border: 0;}
a {
	color: #30210f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

h1 {
	display: none;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1.2em 0;	
}

p {
	margin: 1.33em 0;
}

hr {
	border: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #deedff;
}

hr.inverted {
	border: none;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #deedff;
}

.error {
	color: #F00;
}

#outter {
	width: 959px;
	margin: 0 auto;
	background-color: transparent;
}

#header {
	height: 122px;
	background-color: transparent;
}

#header_text {
	margin: 36px 0 0 44px;
	background-image: url("../images/truksta_tvoros.gif");
	background-repeat: no-repeat;
	height: 32px;
	width: 301px;
	float: left;
}

#logo {
	height: 108px;
	width: 249px;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	float: left;
}

#logo a {
	display: block;
	height: 108px;
	width: 249px;	
}

#logo a img {
	border: none;
}

#search_box {
	float: right;
	margin: 40px 0 0 0;
}

#flash_content {
	height: 316px;
	padding: 0 18px;
	background-color: #FFF;
}

#search_input {
	width: 141px;
	height: 12px;
	
	border: 0px;
	padding: 3px 2px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	display: block;
	float: left;
	margin: 0 3px 0 0;
}

#search_btn {
	text-transform: uppercase;
	width: 62px;
	background-color: #ffd007;
	border: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
}

#main_menu {
	height: 33px;
	width: 708px;
	background-color: transparent;
	margin: -19px 0 0 0;
	float: right;
}

#main_menu ul {
	list-style: none;
	display: block;
	height: 33px;
	float: right;
}

#main_menu li {
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 11px;
	text-transform: uppercase;
	position		: relative;
}

#main_menu a {
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	
}

#main_menu li.active {
	background-color: #FFF;
}

#main_menu li.active a {
	text-decoration: underline;
}

#main_menu a:hover {
	color: #000;
	text-decoration: underline;
}

#submenu {
	float: none;
	width: 203px;
	left	: 0;
	position: absolute;
	margin: 33px 0 0 0;
	visibility: hidden;
	z-index: 100;
	
}

#submenu a {
	float: none;
	background-color: #ffd007;
	text-decoration: none;	
}

#submenu a:hover {
	float: none;
	background-color: #FFF;
	text-decoration: underline;
}

#fblike
{
	background: #fff;
	padding: 10px 22px 0 22px;
	line-height: 23px;
	color: #0000FF;
	font-size: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	height: 23px;
	z-index: 1;
}


#fblike span.label
{
	float: left;
	margin-right: 5px;
}

li.active #submenu a {
	text-decoration: none;	
}

li.active #submenu a:hover {
	text-decoration: underline;	
}

#submenu li {
	float: none;	
}
/* CONTENT */
#content
{
	background-color: #FFF;
	font-family     : Tahoma, Verdana, Arial;
	font-size       : 12px;
}
/* /CONTENT */
#footer {
	height: 100px;
	background-color: #262e38;
	padding: auto 0;
	color: #FFF;
	font-size: 11px;
	line-height: 1.5em;
}

.clear {
	clear: both;
}

#contacts {
	margin: 35px 0 0 20px;
	float: left;
	display:inline;
}

#contacts a {
	color: #FFF;
}

#solution {
	margin: 35px 20px 0 0;
	text-align: right;
	float: right;
	display:inline;
}

#solution a {
	color: #ffd007;
	text-decoration: none;

}
/* <search result> */
span.highlight
{
	background      : #fff000;
	color           : #000;
}
/* </search result> *//** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.5.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.5 * @date April 11, 2008 * @category jQuery plugin * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com) * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */#jquery-overlay {	position: absolute;	top: 0;	left: 0;	z-index: 90;	width: 100%;	height: 500px;}#jquery-lightbox {	position: absolute;	top: 0;	left: 0;	width: 100%;	z-index: 100;	text-align: center;	line-height: 0;}#jquery-lightbox a img { border: none; }#lightbox-container-image-box {	position: relative;	background-color: #fff;	width: 250px;	height: 250px;	margin: 0 auto;}#lightbox-container-image { padding: 10px; }#lightbox-loading {	position: absolute;	top: 40%;	left: 0%;	height: 25%;	width: 100%;	text-align: center;	line-height: 0;}#lightbox-nav {	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	z-index: 10;}#lightbox-container-image-box > #lightbox-nav { left: 0; }#lightbox-nav a { outline: none;}#lightbox-nav-btnPrev, #lightbox-nav-btnNext {	width: 49%;	height: 100%;	zoom: 1;	display: block;}#lightbox-nav-btnPrev { 	left: 0; 	float: left;}#lightbox-nav-btnNext { 	right: 0; 	float: right;}#lightbox-container-image-data-box {	font: 10px Verdana, Helvetica, sans-serif;	background-color: #fff;	margin: 0 auto;	line-height: 1.4em;	overflow: auto;	width: 100%;	padding: 0 10px 0;}#lightbox-container-image-data {	padding: 0 10px; 	color: #666; }#lightbox-container-image-data #lightbox-image-details { 	width: 70%; 	float: left; 	text-align: left; }	#lightbox-image-details-caption { font-weight: bold; }#lightbox-image-details-currentNumber {	display: block; 	clear: left; 	padding-bottom: 1.0em;	}			#lightbox-secNav-btnClose {	width: 89px; 	float: right;	padding-bottom: 0.7em;	}.print_ico, .pdf_ico {	float: right;	cursor: pointer;	margin: 0 0 0 10px;	font-size: 11px;	font-weight: normal;	text-decoration: none;	padding: 0 0 0 20px;}.print_ico {	background: url("../images/print.gif") no-repeat;}.pdf_ico {	background: url("../images/pdf.gif") no-repeat;}#header_img {	text-align: center;	background: #fff;}#header_img img {	display: inline;}

#content_main table
{
	text-align: center;
	border-collapse: collapse;
/*	background	: #F2F2F2;*/
	width		: 100%;
}

#content_main table tbody tr td
{
	text-align	: center;
	vertical-align : middle;
	border	: 1px solid #000;
/*	border	: 1px solid #8DB4E3;*/
}


