body {
	min-width: 1000px;
	padding: 0;
	margin: 0;
}

#main {
	padding: 0;
	margin: 0;
}

#left-wrap {
	float: left;
	width: 236px;
	background: transparent url(images/left-bg.jpg) repeat-y;
	border-right: 12px solid #cecfd6;
	text-align: center;
	vertical-align: top;
        border-bottom: 1px solid #cecfd6;
}

#left {
	width: 236px;
	float: left;
	background: transparent url(images/left-top-bg.jpg) no-repeat;
	border-right: 12px solid #cecfd6;
	text-align: center;
	vertical-align: top;
        border-bottom: 1px solid #cecfd6;
}

#line {
	width: 12px;
	background: red;
	float: left;
	margin-left: 236px;
}

#leftmenu {
	border: 1px solid #949494;
	margin: 20px;
	padding: 10px;
	text-align: left;
	background: white;
}

#leftmenu a {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 16px;
	text-decoration: none;
}

#leftmenu a:hover {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 16px;
	text-decoration: underline;
}

.block {
	border: 1px solid #949494;
	margin: 20px;
	padding: 0px;
	text-align: left;
	background: white;
}

.block h1 {
	background: #C2D7DF;
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 16px;
}

.block .content {
	background: #ffffff;
	margin: 10px;
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 14px;
}

#right {
	margin-left: 248px;
	border-left: 3px solid #bdc3c6;
}

#navigation {
	padding: 10px;
	padding-left: 20px;
	background: #9099A4;
	color: white;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
}

#navigation a {
	color: white;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dashed white;
}

#content {
	background: white url(images/content-bg.jpg) repeat-x;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
        border-bottom: 1px solid #cecfd6;
}

#tabs {
	background: transparent;
	height: 30px;
}

#textcontent {
	border: 1px solid #cecfd6;
	padding: 20px;
	background: white;
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#textcontent h1 {	
	font-size: 16px;
}

#textcontent h2 {	
	font-size: 14px;
}

#textcontent p strong {	
	font-weight: normal;
}

#copyright {
	color: #cecfd6;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 10px;
	text-decoration: none;
}

#left hr {
	width: 196px;
	color: #42525A;
	border-width: 1px;
}

.maincontacts {
	color: #42525A;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 20px;
}

.imagedivider {
	position: relative;
	left: -8px;
	top: 0px;
        z-index: 2;
	float: left;
	width: 12px;
	height: 180px;
	background: #cecfd6;
	border-left: 1px solid #a5a6a5;
	border-right: 1px solid #a5a6a5;
}

.topmenu {
	position: relative;
        z-index: 9999;
	left: 0px;
	top: 20px;
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	height: 52px;
	width: 100%;
        background: transparent url(images/topmenu-bg.jpg) repeat-x;
}

.level1 {
	margin-left: 0px;
}

.level1 a {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.level1 a:hover {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.level2 {
	margin-left: 10px;
}

.level2 a {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.level2 a:hover {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.level3 {
	margin-left: 20px;
}


.level3 a {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.level3 a:hover {
	color: black;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.activetab {
	background: #6696D4;
	float: left;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
}

.activetab a {
	color: white;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.unactivetab {
	background: #C8CDD2;
	float: left;
	padding: 5px;
	padding-left: 10px;
}

.unactivetab a {
	color: #47525C;
	font-family: sans-serif, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
