html, body {
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	color: #666666;
}

body, table, td {
	font-size: 11px;
}


a:link, a:visited {
	color: #006792;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button {
	cursor: pointer;
}

input, select, textarea {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid silver;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #FFFFDD;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}

img {
	border: 0 none;
}

.clr {
	clear: both;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	margin-bottom: 1px;
	background-color: #FFFFFF;
}

div.center {
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_fmax div#wrapper {
	max-width: 780px;
}




div.alternative {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}




div#logo {
	padding-top: 150px;
	padding-bottom: 25px;
	width: 100%;
	height: 47px;
	margin: 0;
	text-align: center;
}




div.requisites {
	font-size: 9px;
	text-align: left;
	color: #000000;
	line-height: 9px;
	height: 28px;
	margin-bottom: 10px;
}

.requisites ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.requisites li {
	float: left;
	margin: 0;
	padding: 0;
}

.requisites a {
	padding-right: 6px;
}




div#footer_r {
	padding-top: 4px;
	/*height: 47px;*/
	overflow: hidden;
}

div#footer_r div, div#footer_r p  {
	text-align: center;
	font-size: .90em;
	/*color: #aaaaaa;*/
	color: #666666;
}

div#footer_r a:link, div#footer_r a:visited {
	color: #999999;
}

#copyright {
	float: left;
	/*padding-left: 25px;*/
}

#power_by {
	float: right;
	/*padding-right: 25px;*/
}
