body{
    background-color: #454545;    
}

body, div, td, th, p, h1, input, textarea, select {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;    
    padding: 0px;
    margin: 0px;
}

table {
    border-collapse: collapse;
    border: none;
}

a img {
    border: none;
}

a {
    color: #ffffff;
    outline: none;
}


:focus
{
  -moz-outline-style: none;
}

.error {
	color: #f8fa01;
	/*font-weight: bold;*/
}

.ok {
	color: #f8fa01;	
}


div.page {
    margin: auto;
    width: 988px;
    background-color: #2d81a3;   
    color: #ffffff; 
}


/* header */
div.header {  
    background: #f2f6f9 url('../img/header_bg.gif') repeat-x;
    height: 123px;
}

div.header .left {
	width: 681px;
	height: 123px;	
	float: left;	
}

div.header .left img.logo {
	margin-top: 19px;
	margin-left: 55px;	
}

div.header .right {
	width: 307px;
	height: 123px;
	background: #226486 url('../img/header_slogan.gif') right no-repeat;
	float: right;
}

ul#top_menu {
	display: block;
	width: 100%;
	width: 625px;	
	margin: 15px 0 0 55px;
	padding: 0;	
}

ul#top_menu li {
	display: inline;
	padding: 0 10px;
	font-size: 11px; 
}

ul#top_menu li a {
	color: #165b7c;
	text-decoration: none;
	font-weight: bold;	 
}

/* footer */
div#footer p {
	padding: 10px 0 40px 65px;
	font-size: 12px;	
}

/*content general layout*/

div#content {
	width: 100%;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

div#textpage {
	position: relative;
	overflow: hidden;
	width: 870px;
	margin-left: 65px;
	margin-top: 60px;	
	padding-bottom: 40px;		
}

div#textpage h1 {	
	font-size: 25px;
	font-weight: normal;	
	margin-bottom: 25px;	
	letter-spacing: 1px;
}

div#textpage h2 {	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 25px;
	color: #f8fa01;
	letter-spacing: 1px;	
}

div#textpage p {
	line-height: 20px;
	margin-bottom: 20px;
}


/* product page specific */
ul.category_select {
	
}


div#catalog {
	width: 871px;
	position: relative;
	overflow: hidden;
}


div#catalog div.type {
	width: 100%;
	height: 48px;
	background-color: #115272;	
	border-bottom: 2px solid #186e8f;
}

div#catalog div.type span {
	display: block;
	padding-top: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


div#catalog div.category {
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 1px;			
	color: #000000;
}

div#catalog div.category span {
	display: block;	
	float: left;
}

div#catalog div.category span a {
	text-decoration: none;
}


div#catalog div.category td.name,
div#catalog div.product td.name {	
	/*width: 580px;*/
	width: 483px;
	vertical-align: middle;
}


div#catalog div.category td.header,
div#catalog div.category td.cell {	
	width: 95px;
	vertical-align: middle;		
	text-align: center;
}

div#catalog div.category td.cell {
    border-left: 2px solid #186e8f;
}

div#catalog div.category table.line_1 td.header {
	border-left: 2px solid #7ebbd8;
}

div#catalog div.category table.line_2 td.header,
div#catalog div.category table.line_3 td.header {
	border-left: 2px solid #dedede;
}


div#catalog div.category td.header span {
    font-size: 12px;	
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    width: 95px;
    display: none;
}


div#catalog div.category table.line_1 {
	display: block;
	width: 100%;	
	background-color: #7ebbd8;
	border-bottom: 2px solid #186e8f;
	font-weight: bold;
}


div#catalog div.category table.line_2 {
	display: block;
	width: 100%;	
	background-color: #dedede;
	border-bottom: 2px solid #186e8f;
	font-weight: bold;
}


div#catalog div.category table.line_3 {
	display: block;
	width: 100%;	
	background-color: #dedede;
	border-bottom: 2px solid #186e8f;
	font-weight: normal;
}


div#catalog div.category table.line_1 {
	display: block;
	width: 100%;	
	background-color: #7ebbd8;
	border-bottom: 2px solid #186e8f;
	font-weight: bold;
}



div#catalog div.category table.product {
	display: block;
	width: 100%;
	background-color: #ffffff;				
	color: #000000;
	border-bottom: 2px solid #186e8f;
}


div#catalog div.category table.product span {
	display: block;			
	font-weight: normal;
	font-size: 11px;	
}

div#catalog div.category table.product span.number {	
	display: block;
	width: 95px;
	font-size: 14px;	
}



span.level_1 {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.level_2 {
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
}

span.level_3 {
	padding-left: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
}

span.level_4 {
	padding-left: 65px;
}

div.children {
	display: none;
}

div#catalog div.category div.column_header,
div#catalog div.category div.column_cell {
	width: 95px;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: right;
	border-left: 2px solid #186e8f;	
	text-align: center;		
}

table.column_header {
	width: 285px;
	height: 100%;
}

table.column_header td {
	border-left: 2px solid #186e8f;	
	text-align: center;
    font-size: 12px;	
    font-weight: bold;
	height: 100%;
}


div#catalog div.category div.column_cell img {
	position: relative;
	top: 3px;
}


div#catalog div.category div.column_header p {
    font-size: 12px;	
    font-weight: bold;
    line-height: 12px;
    padding-top: 5px;
}

/* contact page specific */

div#contact_form {
	position: relative;
	overflow: hidden;
	width: 100%;
}


div#contact_form form {
	display: block;
	position: relative;
	overflow: hidden;
	width: 450px;	
	float: left;	
}

div#contact_form form div.line {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
}

div#contact_form form label {
	display: block;
	position: relative;
	overflow: hidden;
	width: 155px;	
	float: left;	
}

div#contact_form form div.line input,
div#contact_form form div.line textarea {
	width: 280px;
	float: left;
}


div#contact_result {
	margin-bottom: 20px;		
}

div#contact_buttons {	
	text-align: center;
	width: 280px;
	padding: 10px 0 10px 155px;
}


div#address {
	float: left;
	padding-left: 85px; 
}


div#address .block h2 {
	margin-top: 0;
	margin-bottom: 20px;
}


















