/* general */
* {
	margin: 0;
	padding: 0;
	border: 0
}
html, body {
	width: 100%;
	font: 62.5%/1.4 Arial, sans-serif;
	height: 100%;
}
body {
	font-size: 1.2em;
	min-height: 100%;
	height: 100%;
	color: #000000;
	background:#FFFFFF;
	text-align: left
}


/*container*/
#page {
	position: relative;
	min-width: 844px;
	height: auto !important;
	min-height:100%;
	height: 100%
}

*html #page {
	width: expression(document.body.clientWidth > 844? "100%" :"844px")
}

#guarator {
	height: 10em;
	clear: both;
	overflow: hidden
}


/* head */
#topMenu {
	width: 844px;
	text-align: right;
	font-size: 0.9em;
	padding: 2.5em 0
}

#topMenu a {
	padding: 0 5px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF
}

#topMenu span {
	padding: 0 5px;
	border-right: 1px solid #FFFFFF;
	color: #EDA531
}

#topMenu .lastElem {
	border-right: 0
}


/* content */
#content {
	padding-bottom: 65px;
	overflow: hidden;
	padding-top: 18px;
	padding-left: 40px;
	width: 804px
}

#leftCol {
	width: 580px;
	float: left
}

#nav a {
	color: #010172
}

#rightCol {
	padding-top: 30px;
	background: #FFFFFF;
	width: 188px;
	float: right
}

a.news {
	color: #010172;
	font-size: 0.9em;
	padding-right: 20px;
	text-decoration: none
}

a.news span {
	text-decoration: underline
}

a.news img {
	vertical-align: middle;
	padding-left: 3px
}

#leftMenu {
	float: left;
	position: relative;
	margin-left: -20px;
	width: 177px
}

#leftMenu a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 15px
}

#leftMenu span {
	color: #EDA531;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: none
}


/* footer */
#footer {
	position: relative;
	background: #FFFFFF;
	width: 844px;
	height: 10em;
	margin-top: -10em;
	overflow: hidden
}

.tech{
	float: right;
	color: #000000
}

div.contacts {
	float: left;
	padding-bottom: 0.7em;
	width: 256px
}

a.cont {
	color: #010172;
	margin-top: 1.3em;
	display: block;
	padding-right: 20px;
	text-decoration: none
}

a.cont span {
	text-decoration: underline
}

a.cont img {
	vertical-align: middle;
	padding-left: 3px
}


/* text */
.navigation {
	color: #FFFFFF;
	padding: 0px 4px 1px 3px;
	background-color: #CCCCCC
}

.arrow {
	text-decoration: none;
	font-size: 13pt;
	position: relative;
	top: 1px
}

.line {
	width: 100%;
	padding-bottom: 1.5em
}

.lineOne {
	width: 100%
}

p {
	padding-bottom: 1.5em
}

.padtop {
	padding-top: 1.5em
}

.strong {
	font-weight: bold
}

h1 {
	color: #EDA531;
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: 10px
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #010172
}

h3 {
	font-size: 1em
}

h4 {
	font-size: 1em;
	font-weight: bold
}

.date {
	font-size: 0.9em;
	color: #4D4D4D
}

ul {
	list-style: none;
	padding-bottom: 1.5em
}

ul li{
	background: url('/pictures/site/dash.gif') no-repeat left 7px;
	padding-left: 20px
}

hr.hr {
	color: #C4C4C4;
	font-size: 0;
	height: 1px;
	background: #C4C4C4;
	clear: both
}

.download {
	color: #010172;
	padding-left: 20px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	display: block;
	overflow: hidden;
	background: url('/pictures/site/word.gif') center left no-repeat
}

#form label {
	width: 180px;
	display: block;
	cursor: pointer;
	float: left
}

#form input {
	border: 1px solid #D2D5D9;
	width: 354px;
	margin-bottom: 0.7em;
	font-size: 1.2em
}

#form br {
	clear: left
}

.button {
	width: 150px;
	font-size: 1,2em;
	cursor: pointer;
	background-color: #F2F2F2;
	color: #000000;
	border: 1px solid #D2D5D9;
	margin-left: 180px
}
