html {
	font-size: 100.1%;
}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #ccc url(../images/page/bg-body.gif) repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
img {
	border: none;
}
/*text to image replacment*/
.hidden-text {
	overflow: hidden;
	text-indent: -3000px;
	display: block;
}
/*fix float*/
.fix-float:after {
	content: ".";
	display: block;
	width: 100%;
	clear: both;
	font-size: 0;
	height: 0;
	text-indent: -9999px;
}
/*titles*/
h2 {
	color: #fff;
	font-size: 25px;
	line-height: 24px;
	margin: 0;
	border-bottom: 1px solid #A8A8A8;
	padding: 0 0 8px 20px;
	font-weight: normal;
}
h3 {
	margin: 0 0 10px 0px;
	padding-left: 17px;
	background: url(../images/page/img-list-dot-big.gif) no-repeat 0 3px;
	color: #000;
	font: bold 18px Arial;
}
h4 {
	margin: 0 0 10px;
	color: #D21E1F;
	font-size: 18px;
	font-weight: normal;
}
.cms-olig {
	background: url(../images/page/img-cms-oligarch.gif) no-repeat;
	height: 38px;
	margin-left: 5px;
}
p, .more, td {
	color: #333;
	font: 12px Tahoma, Arial, sans-serif;
	text-align: justify;
	margin: 0 0 15px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 1000px;
}
/*header*/
#header {
	height: 342px;
	background: url(../images/page/bg-header.gif) no-repeat 0 100px;
	;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 50px;
}
.logo a {
	background: url(../images/page/logo.jpg) no-repeat;
	height: 63px;
	width: 270px;
}
/*language menu*/
.language {
	position: absolute;
	padding: 0 0 0 185px;
	margin: 0;
	top: 0;
	right: 30px;
	background: url(../images/page/bg-language.gif) no-repeat;
	width: 115px;
	height: 20px;
}
.language li {
	display: inline;
	padding-left: 17px;
}
.language li a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
.language li a.en {
	color: #666;
}
/*main navaigation*/
.main-nav {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 108px;
	left: 30px;
}
.main-nav li {
	display: inline;
	padding-left: 32px;
	background: url(../images/page/img-main-nav-separtor.gif) no-repeat 20px 3px;
}
.main-nav li a {
	color: #fff;
	font-size: 11px;
}
.active {
	text-decoration: underline;
}
/*info box*/
.info {
	position: absolute;
	top: 45px;
	right: 30px;
	color: #999;
	font-size: 12px;
	line-height: 24px;
}
.info div {
	clear: both;
}
.info span {
	float: left;
	width: 120px;
	padding-right: 20px;
	text-align: right;
}
.info strong {
	font-size: 18px;
	color: #b00;
	line-height: 24px;
}
/*header box with gray background and globe*/
.header-box {
	background: url(../images/page/bg-globe.jpg) no-repeat; /*gray backgound*/
	width: 920px;
	padding: 20px 0 0 21px;
	height: 181px;
	position: absolute;
	left: 29px;
	top: 130px;
}
/*header column*/
.h-column {
	float: left;
	width: 205px;
}
.h-column ul {
	padding: 15px 0 0;
	margin: 0;
}
.h-column li {
	padding: 0 0 15px 20px;
	background: url(../images/page/img-list-dot.gif) no-repeat 0 4px;
	color: #fff;
	font-size: 12px;
}
.h-column li a {
	color: #fff;
	font-size: 12px;
}
/*CONTAINER*/
#container {
	margin: 0 auto;
	width: 940px;
	background: #fff;
}
/*content*/
.content {
	float: left;
	width: 630px;
}
/*content boxes*/
.c-box {
	padding: 15px 20px;
	overflow: hidden;
	font: 12px Tahoma, Arial, sans-serif;
	line-height: 14px;
}
.c-box a {
	color: #000;
	text-decoration: underline;
}
.orange {
	background:  url(../images/page/bg-c-box-orange.gif) no-repeat 0 100%;
}
.pink {
	background:  url(../images/page/bg-c-box-pink.gif) no-repeat 0 100%;
}
.gray {
	background:  url(../images/page/bg-c-box-gray.gif) no-repeat 0 100%;
}
.c-box div.main {
	overflow: hidden;
	line-height: 14px;
	padding-bottom: 15px;
}
.c-box li {
	background: url('../images/page/dot.jpg') no-repeat 0px 5px;
	padding-left: 10px;
	font: 12px Tahoma, Arial, sans-serif;
	padding-bottom: 2px;
	color: #333;
}
.c-box-content {
	background:  url(../images/page/bg-c-box-orange.gif) no-repeat 0 100%;
}
.orange img {
	float: left;
	margin: 3px 10px 0 0;
	padding-right: 5px;
}
.gray img {
	float: left;
	margin: 3px 15px 0 0;
}
.pink img {
	float: right;
	margin: -5px 0 0 15px;
	padding-bottom: 5px;
}
/*COLUMN*/
.column {
	float: right;
	width: 300px;
	padding-top: 20px
}
/*more link*/
.more {
	float: right;
	padding-right: 13px;
	background: url(../images/page/bg-more.gif) no-repeat 100% 5px;
	text-decoration: underline;
}
.more:hover {
	text-decoration: none;
}
/*column box*/
.column-box {
	overflow: hidden;
	padding: 0 13px 0 13px;
}
.column-box p {
	margin-bottom: 10px;
}
.red-box {
	background: #C82F2F url(../images/page/bg-red-box.gif) repeat-x 0 100%;
	margin-bottom: 15px;
}
.box-top {
	background: url(../images/page/bg-red-box-top.gif) no-repeat;
	height: 15px;
}
.box-bottom {
	background: url(../images/page/bg-red-box-bottom.gif) no-repeat;
	height: 26px;
}
.red-box h4 {
	color: #fff;
	margin-left: 20px;
}
.red-box ul {
	margin: 0 0 0 30px;
	padding: 0;
}
.red-box ul li {
	padding-left: 17px;
	background: url(../images/page/img-list-dot2.gif) no-repeat 0 6px;
}
.red-box ul li a {
	color: #fff;
	font: bold 11px/18px Tahoma, Arial, sans-serif;
}
/*FOOTER*/
#footer {
	clear: both;
	position: relative;
	height: 100px;
}
#footer ul {
	padding: 0 0 0 5px;
	margin: 0;
	background: #F3F3F3;
	height: 24px;
}
#footer ul li {
	display: inline;
	padding-left: 12px;
	background: url(../images/page/img-footer-separator.gif) no-repeat 4px 50%;
	font-size: 11px;
}
#footer ul li.first {
	background: none;
}
#footer ul li a {
	color: #666;
	font-size: 11px;
	line-height: 24px;
}
#footer p {
	margin: 7px 15px;
	font: 10px Tahoma, Arial, sans-serif;
	color: #666;
	width: 350px;
}
.footer-shadow {
	background: url(../images/page/bg-footer.png) no-repeat;
	width: 18px;
	height: 253px;
	position: absolute;
	right: -18px;
	bottom: 0;
}
.error {
	color: red;
	font: bold 11px Tahoma;
}
.button {
	border: 1px solid #bb0000;
	background-color: #bb0000;
	color: white;
	font: 11px Tahoma, Arial, sans-serif;
	width: 60px;
}
.contact_input {
	font: 11px Tahoma, Arial, sans-serif;
	border: 1px solid #bb0000;
	color: black;
	width: 160px;
}
.contact_input_textarea {
	overflow: auto;
	width: 306px;
	height: 105px;
}
.advancedpage-image {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
.indexproject-list {
	margin-left: 15px;
	margin-top: 10px;
	background:transparent url(../images/page/bg-c-box-pink.gif) bottom right no-repeat ;
	padding-bottom:40px; 
	padding-left:10px;
}
.indexproject {
	float: left;
	margin-bottom: 10px;
}
.indexproject-image {
	float: left;
	width: 140px;
  height:75px;
	text-align: center;
	padding-top: 6px;
	margin-right: 7px;
	margin-bottom: 7px;
}
.indexproject-image img  {
	border:1px solid #ccc;
}.indexproject-image a:hover img  {
	border:1px solid #b31645;
}
.indexproject-url {
	color: #b31645;
	font: 11px Verdana;
	text-align: center;
	width: 140px;
}

.indexproject-url a {
	color: #b31645;
	font: 11px Verdana;
}
.red {
	color: red;
}
.msg {
	color: green;
}
.clear {
	clear: both;
}
