/* Reset
------------------------------------------------ */

html, body, p, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

/* Overall styles
------------------------------------------------ */

html, body {
	height:100%;
}

body {
		background:url(../img/corner.png) no-repeat top right;
	font-family:arial, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#3eff18;
	padding:1px 2px;
}

a:hover, a:active, #mainmenu .active {
	background-color:#3eff18;
	color:#fff;
}

.r {
	float:right;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

hr {
	border-top:2px dashed #3eff18;
	background-color:transparent;
	border-bottom:0;
	border-right:0;
	border-left:0;
	margin:15px 0;
	padding:0;
	height:2px;
}

img {
	border:0;
}

h1 {
	border-bottom:2px dashed #3eff18;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:20px;
}

h2 {
	margin:0 0 10px 0;
	font-size:13px;
}


/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.text input, .password input, textarea {
	border:2px solid #b9babb;
	padding:1px 3px;
	font-size:11px;
	width:175px;
}

label {
	text-transform:uppercase;
	font-size:11px;
	display:block;
}

.input {
	margin-bottom:3px;
}

.input label {
	float:left;
	width:110px;
}

.text label, .password label {
	padding-top:5px;
}

.checkbox input, .radio input {
	float:left;
}

.checkbox label, .radio label {
	margin-bottom:3px;
	margin-left:24px;
	line-height:150%;
	float:none;
	width:auto;
}

.error-message {
	font-size:11px;
	color:#d00;
}

.textarea label {
	width:auto;
	float:none;
}

textarea, .textarea input {
	width:285px;
}

.submit {
	margin-top:15px;
	line-height:24px;
	width:295px;
}

.submit input {
	background-color:#747577;
	text-transform:uppercase;
	padding:2px 4px;
	font-size:11px;
	float:right;
	color:#fff;
	border:0;
}

#documents {
	display:none;
}

#documents label {
	margin-left:10px;
}

/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	background:url(../img/grass.jpg) no-repeat left 430px;
	position:relative;
	max-width:1024px;
	min-width:960px;
	min-height:100%;
	margin:0 auto;

	overflow:hidden;
}

/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	margin:0 115px 0 170px;
	color:#666;
}

#content ul {
	/*list-style-image:url(../img/li.gif);*/
	margin:0 0 0 15px;
	list-style:image;
	font-size:14px;
}

#content ol {
	list-style-type:none;
	list-style:none;
	/*margin:0 0 0 0;*/
	font-size:14px;
}

#content li {
	margin:0 0 10px 0;
}

#content p {
	margin:0 0 10px 0;
}

.content {
	text-align:justify;
	padding-right:5px;
	overflow:auto;
}

.top {
	position:relative;
	float:right;
	top:-15px;
}

/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	text-transform:uppercase;
	position:relative;
	height:110px;
}

#logo {
	background:url(../img/logo.gif) no-repeat center;
	position:relative;
	display:block;
	width:300px;
	height:92px;
	left:20px;
	top:10px;
}

#logo:hover {
	background-color:transparent;
}

#header .boxes {
	width:450px;
}

#header .box0 {
	padding-right:10px;
	text-align:right;
	width:140px;
	height:71px;
	float:left;
}

#header .box1, #header .box2, #header .box3 {
	width:100px;
	height:71px;
	float:left;
}

#header .box1 {
	background-color:#666;
	cursor:pointer;
}

#header .box2 {
	background-color:#007000;
	cursor:pointer;
}

#header .box3 {
	background-color:#40ff19;
}

#header .box1:hover, #header .box2:hover {
	background-color:#40ff19;

}


#account-links {
	position:absolute;
	line-height:150%;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	top:75px;
	right:0;
}

#account-links a{
	color:#666;
}


#header .box0 .links {
	line-height:170%;
}

#header .box0 .links a {
	font-size:11px;
	color:#666;
}

#header .box1, #header .box2 {
	position:relative;
	font-size:18px;
	display:block;
	padding:0;
	color:#fff;
}

#header .box1 span, #header .box2 span {
	position:absolute;
	line-height:100%;
	bottom:3px;
	left:6px;
}



#header .box3 {
	text-align:center;
}

#header .box3 .input {
	margin:2px 0;
}

#header .box3 .text input, #header .box3 .password input {
	background-color:#fff;
	padding:2px 4px;
	width:82px;
	border:0;
}

#header .box3 .submit {
	text-align:right;
	margin-top:0;
	width:100px;
}

#header .box3 .submit input {
	background-color:transparent;
	text-transform:uppercase;
	cursor:pointer;
	font-size:12px;
	color:#fff;
	border:0;
}

/* Language switch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#languages {
	text-transform:uppercase;
	margin-top:15px;
	font-size:18px;
}

#languages .active {
	cursor:default;
	color:#666;
}

#languages .active:hover {
	background-color:transparent;
}

/* Default main menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainmenu {
	text-transform:uppercase;
	margin-top:5px;
	font-size:11px;
	list-style:none;
	float:left;
	width:135px;
}

#mainmenu li {
	margin-bottom:10px;
}

#mainmenu li:last-child {
	margin-top:30px;
}

#mainmenu a {
	padding-left:15px;
	display:block;
}

/* Banners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#banners {
	margin-top:28px;
	float:right;
	width:100px;
}

#banners a:hover {
	background-color:transparent;
}

#news {
	margin-bottom:30px;
}

/* Flash message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#flash-message {
	background-position:-6px -6px;
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-left:35px;
	font-weight:bold;
	line-height:32px;
	/*height:32px;*/
}

.flash-message-failure {
	background-image:url("../img/msg-bg-err.gif");
	border-bottom:2px solid #e50d2e;
	border-top:2px solid #e50d2e;
}

.flash-message-success {
	background-image:url("../img/msg-bg-ok.gif");
	border-bottom:2px solid #51683b;
	border-top:2px solid #51683b;
}

.flash-message-unknown {
	background-image:url("../img/msg-bg.gif");
	border-bottom:2px solid #999;
	border-top:2px solid #999;
}

/* List items
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.item {
	border-collapse:collapse;
	width:100%;
}

.item td {
	vertical-align:top;
}

.item img {
	padding-right:20px;
	width:90px;
}

.item .media img {
	max-width:570px;
	width:auto;
}


.item .contacts {
	padding-right:20px;
	text-align:left;
}

.item .text {
	width:50%;
}

.full-text {
	margin-top:5px;
	display:none;
}

.img {
	width:110px;
}