* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
}

body {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: black;
	background-color: #cdcdcd;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-alignt: center;
}

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

#container_content {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

#container_content .header_block {
	margin: 0 0px;
	padding-top: 0px;
}

#container_content .lang_block {
	position: absolute;
	position: absolute;
	right: 20px;
	top: 20px;
}

.header_block h1 {
	font-size: 30px;
	font-weight: normal;
}

#container_content .content_block {
	margin-left: 25px;
	background-color: #FFFFFF;
}

#container_content .bottom_block {
	background-color: #FFFFFF;
	height: 120px;
	border-top: 2px solid #cdcdcd;
	padding-top: 10px;
	padding-left: 35px;
	font-size: 11px;
}

#container_content .top_block {
	border-bottom: 2px solid #e1e1e1;
	background-color: #ffffff;
	height: 5px;
	font-size: 11px;
}

.calculator_block_padding {
	padding-left: 10px;
}

.calculator_block {
	margin: 30px 0 0 0;
}

.calculator_block table {
	width: 840px;
	background-color: #dfdfdf;

}

.calculator_block .left_padding {
	padding-left: 10px !important;
}

.currency_heading {
	font-family:Helvetica,sans-serif;
	font-size:21px;
	background-color: #FFFFFF;
	width: 340px;
}

.amount_heading {
	font-size:12px;
	font-weight:bold;
	height: 30px;
}

.amount_heading span {
	float: right;
	color:#797979;
	font-size:10px;
	padding-right: 17px;
}

.amount_heading strong {
	float: left;
	padding-left: 5px;
}

.currency_block, .amount_block input {
	width: 320px;
}

.currency_block {
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size:25px;
	padding-left:8px;
	text-align:left;
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	height: 24px;
	display: block;
	padding-top: 7px;
}

.currency_block .currency_image {
	width: 25px;
	float: left;
	padding-top: 4px;
}

.currency_block .currency_name {
	font-size:15px;
	float: left;
	font-weight:bold;
}

.currency_block .currency_code {
	font-size:15px;
	font-weight:bold;
	float: right;
	margin-right: 10px;
}

.amount_block input {
	border:1px solid #CCCCCC;
	font-size:25px;
	height:inherit;
	margin: 1px;
	outline:medium none;
	padding-left:8px;
	text-align:left;
	color:#CC8500;
}

.flipper_arrows {
	cursor: pointer;
}

.flipper_arrows_block {
	text-align: center;
	padding-right: 10px;
}

.description_block {
	margin: 20px 0 0 10px;
	width: 830px;
}

.description_block h2, .description_block h3 {
	margin-bottom: 10px;
	font-size:20px;
}

.description_block p {
	margin-bottom: 15px;
	text-align: justify;
}

.bottom_block .links li {
	display: inline;
	margin:  0 20px 0 0;
}

a {
	color: #076d9d;
	padding: 0px;
}

a:hover {
	color: #000000;
}

.bottom_block .links a {
	font-size: 11px;
}

.lang_block a {
	color: #076d9d;
	padding: 5px;
}

.lang_block a:hover {
	color: #000000;
	text-decoration: none;
}

.bottom_block .copyright {
	margin-top: 20px;
}
