@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
a img {border: none;}
ul, ol {margin-left: 25px;}

body {
	font: 100.1% Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #18232D;
}

#conteiner {
	font-size: 75%;
	width: 1002px;
	margin: 0 auto;
}

/*-------------------------------------------------header-----------------------------------------------------------*/
#header {
	color: #374049;
}

div.logotype {
	width: 242px;
	height: 104px;
	background-color: #56B3AB;
	border-right: 1px solid #65BAB2;
	border-left: 1px solid #78C2BC;
	text-align: center;
	float: left;
}

div.logotype img {
	margin-top: 25px;
}

#header h1 {
	font-size: 1.5em;
	font-weight: 500;
	float: left;
	margin-top: 44px;
	margin-left: 31px;
}

div.contact {
	font-size: 1.333em;
	float: right;
	margin: 33px 20px 0 0;
}

div.contact p {
	margin-bottom: 20px;
}

.clear-all {
	clear: both;
	height: 0;
	line-height: 1px;
}

ul.menu-top {
	clear: both;
	font-size: 1.333em;
	margin-top: 16px;
	list-style: none;
	margin-left: 0;
	height: auto;
	height: 40px;
}

ul.menu-top li {
	background-color: #56B3AB;
	padding: 14px 0 6px;
	text-align: center;
	width: 141px;
	border-right: 1px solid #6EDDD3;
	border-left: 1px solid #1A7A6F;
	float: left;
}

ul.menu-top li a {
	color: #18271F;
	text-decoration: none;
}

ul.menu-top li.active {
	background: #0E5F54 url(../images/fon-menu.gif) repeat-x left top;
	border-top: 1px solid #278B80;
	border-bottom: 1px solid #278B80;
	padding: 11px 0 8px;
}

ul.menu-top li.active a {
	color: #FEFFFE;
}

#flash {
	margin-top: 6px;
	text-align: center;
}

/*-----------------------------------------------------------------wrapper------------------------------------------------------*/
#wrapper{
	margin: 0 1px;
	background: url(../images/fon-wrapper.jpg) no-repeat center top;
}

/*-----------------------------------------------------------------content------------------------------------------------------*/
#content {
	padding: 22px 100px 10px 100px;	
}

#content h1 {
	color: #27323B;
	font-size: 1.833em;
	font-weight: 500;
	margin-bottom: 20px;
}

#content h2 {
	color: #529984;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 22px;
}

#content ul li {
	margin-bottom: 10px;
}

table.table_ {
	border-collapse:collapse;
	border: none;
	width: 80%;
}

table.table_  tr th,table.table_  tr td {
	border: 1px solid #CDCDCD;
	padding: 3px;
}

table.table_  tr th {
	text-align: center;
}

div.bord {
	background-color: #CDCDCD;
	height: 1px;
	line-height: 1px;
	margin: 15px 20px 15px 0;
}

/*-----------------------------------------------------------------navbar------------------------------------------------------*/
#navbar {
	border-top: 1px solid #CDCDCD;
	padding: 16px 24px 18px;
}

#navbar h1 {
	font-size: 1.833em;
	font-weight: 500;
}

table.products {
	border: none;
	border-collapse: collapse;
	margin-top: 14px;
	margin-bottom: 18px;
}

table.products h3 {
	color: #378971;
	font-size: 1.333em;
	font-weight: bold;
}

table.products h3 a, #content a {
	color: #378971;
	text-decoration: none;
}

table.products h3 a:hover, #content a:hover {
	text-decoration: underline;
}

td.td-img {
	width: 124px;
	text-align: left;
	vertical-align: top;
}

td.td-text {
	width: 220px;
	text-align: left;
	vertical-align: top;
}

td.b {
	width: 140px;
}
/*-----------------------------------------------------------------footer------------------------------------------------------*/

#footer {
	border-top: 1px solid #CDCDCD;
	margin-top: 18px;
	color: #525252;
	padding: 20px 10px 18px;
}

#footer a {
	color: #525252;
	text-decoration: none;
}

div.copyright {
	float: left;
}

div.contacts {
	float: left;
	margin-left: 40px;
}

div.powered {
	float: right;
}/*-----------------------------------------------------------------form------------------------------------------------------*/.form {   	width: 500px;}	.form table {	 	border: none;		border-collapse: collapse;	}	.form caption {  		text-align: left;  	  	font-weight: bold;	  	padding-bottom: 15px;	}	.form td { 		padding: 0 0 10px 10px;	  	vertical-align: top;	  	width: 200px;	}	.form td.textfield {    	width: 300px;  	  	padding: 0 0 10px 0;	}	.form .buttons {	padding: 20px 0 0 100px; }	.form .buttons input { 		margin: 0 20px; 	}
