html, body {
	margin: 0px; padding: 0px;
	background-color: #F2F2EC;
	font-family: Arial, helvetica, sans-serif;/*"ms sans serif", Arial, "Courier New", courier, monospace;*/
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
body {
	margin: 16px 20px 20px 20px;
}

body.popup {
	margin: 0;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a.file 
{
	padding-left: 16px;	
	background: url("../i/file.gif") no-repeat 3px 1px;
}

a.info 
{
	display: block;
	width: 30px;
	height: 14px;	
	background: url("../i/ico_info.gif") no-repeat top left;
}

a.active {
	color: #000000;
	text-decoration: none;
}

a.blank {
	color: #000000;
	text-decoration: none;
}

a.u {
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

form {
	margin: 0; padding: 0;
}

input {
	height: 13px;
	font-family: Arial, helvetica, sans-serif;/*"ms sans serif", "Courier New", Courier, monospace;*/
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}

input.submit {
	width: 19px; height: 17px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-weight: normal;
}

h1 {
	margin: 0; padding: 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
}

h3 {
	margin: 0; padding: 0;
	font-family: Arial, helvetica, sans-serif;/*"ms sans serif", "Courier New", Courier, monospace;*/
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}


.clear {
	clear: both;
	height: 0px;
	_overflow: hidden;
}
/* layout styling */

.title {
	display: inline;
	text-decoration: underline;
}

#layoutTop 
{
	min-width: 725px;
	_width: 725px;
}

#menu {
	float: left;
	width: 180px;
}
#menu ul {
	list-style: none;
	margin: 0; padding: 0;
}

#textBox {
	float: left;
	width: 540px; height: 180px;
	height: 180px;
	background: url("../i/logo_dp.gif") no-repeat top right;
}

.minheight {
	min-height: 640px;
	_height: 640px;
}

.minheight_small {
	min-height: 460px;
	_height: 460px;
}

#textBox .content{
/*	width: 360px;*/
	width: auto;
	margin-right: 180px;
}

#textBox .header{
	width: auto; height: 180px;
	margin-right: 184px;
	background-color: white;
}

#textBox .contacts{
	width: auto;
	background-color: white;
	padding-bottom: 56px;
	margin-right: 184px;
}

#textBox .search{
	margin-top: 12px;
}

#boxNavigation {
	width: 725px;
	/*margin-top: 81px;
	_margin-top: 78px;*/
}

#contentBox {
/*	width: auto;*/
	margin-left: 180px;
	min-width: 539px;
	_width: 539px;	
}

#mainContent {
	width: auto;		
	padding-bottom: 36px;
	background-color: white;
	float: left;
}

#mainContent .text{
	width: 537px;
}

#mainContent #column_left{
	width: /*auto; */ 356px;
	float: left;
}


#mainContent .column_right{
	width: 181px;
	float: left;
}

.imageBox {
	width: auto;
}
.imageBox .imageItem1{
	width: 178px; height: 150px;
	float: left;
}

.imageBox .imageItem2{
	width: 178px; height: 150px;
	float: left;
}



.margins {
	margin-right: 30px;
}

#boxNavigation .navBoxItem{
	float: left;
	width: 180px;
	min-height: 226px;
	_height: 230px;
	margin-bottom: 4px;
}
#boxNavigation .navBoxItem .navBoxLinks{
	width: 176px; height: 90px;
	background-color: white;
	display: block;
}

.textReposition{
	width: auto;
	position: relative;
	top: -4px;
}
#boxNavigation .navBoxItem .navBoxImage{
	width: 176px; height: 136px;
	background-color: white;
	display: block;
}


#copyright {
	margin-top: 11px;
}

.consolis 
{
	width: 170px;
	/*padding-right: 104px;*/
	background: url("../i/logo_consolis.gif") no-repeat right 1px;
	height: 23px;
}

.popupDesc {
	padding-top: 3px;
	float: left;
}
.close {
	float: right;
	padding-top: 3px;
	padding-right: 7px;
}

.debugList {
	margin-top: 40px;
	color: #aaaaaa;
	margin-bottom: 36px;
}