/* CSS Document */

@import url(menuUp.css);
@import url(menuFooter.css);
@import url(leftMenu.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-color:#2A2A2A;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#7F8F66;
}
#mainContainer {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative;
	margin:0 auto;
	width:934px;
	background-attachment: scroll;
	background-image: url(images/backgr_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headerBox {
	width:934px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	float:left;
	padding-left:8px;
	padding-top:7px;
}

#headerRight {
	float:right;
	width:605px;
}
#headerImage {
	background-attachment: scroll;
	background-image: url(images/backgr_header_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:602px;
	height:127px;
	text-align:right;
}
#mainContentBox {
/*	background-attachment: scroll;
	background-image: url(images/backgr_lines.gif);
	background-repeat: repeat-y;
*/}
#mainContent {
	width:934px;
}
#leftColumn {
	float:left;
	width:177px;
}
#leftColumn .titleServicii {
	padding-left:12px;
}
#rightColumn {
	float:left;
	width:740px;
}
.content {
	padding:12px 10px;
	padding-top:0;
	padding-left:30px;
}
.content p{
	padding-bottom:10px;
}
.content ul{
	padding-bottom:10px;
}
.content li{
	margin-left:30px;
}

.content H1,
.content H2 {
	font-size:16px;
	padding-bottom:10px;
}
.content H3 {
	font-size:14px;
	padding-bottom:10px;
}


#footerBox {
	height:45px;
	bottom:0;
	position:absolute;
	width:934px;
	margin:0 auto;
	background-color:#2A2A2A;
}
.copyright {
	float:right;
	width:300px;
	text-align:right;
	padding-right:12px;
}
.copyright a{
	color:#FFFFFF;
}
.copyright a:hover{
	color:#7F8F66;
	text-decoration:none;
}

.clear {
	clear:both;
	font:0;
	height:0;
}
.line {
	margin:10px;
	background-color:#959595;
	font-size:0;
	height:1px;
}

.tx-reeateasermenu-pi1 td{
	padding:5px;
}

.tx-reeateasermenu-pi1 td img{
	text-align:center;
	border:1px solid #CCCCCC;
}

.tx-reeateasermenu-pi1 H2 a{
	font-size:12px;
	text-align:center;
	display:block;
	widows:inherit;
}

.news-latest-morelink {
	text-align:right;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
.image_news {
	float:right;
}