/* CSS Document */

/* =========================================================================
					=========	   HTML ELEMENTS		=========   
   ========================================================================= */
   
   
body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#EFF2F3;
	background-image:url(graphics/general/body_bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

img{
	border:none;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover, a:active{
	color:#CC5531;
	text-decoration:underline;
}

/* ======== 			         form elements                  ========  */

form{
	padding:0px;
	margin:0px;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:10px;
}

div.formButtonsContainer{
	text-align:center;
	padding:10px 0px 20px;
}
.submitButton{
	background-image:url(../graphics/forms/bg_submit_btn.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	border:1px solid;
	padding:4px;
	border-bottom-color:#999999;
	border-right-color:#999999;
	border-left-color:#003366;
	border-top-color:#003366;
}

/* ======== 			          table elements                  ========  */

table           {display: table;width:100%}

tr              {display: table-row;}

thead           {display: table-header-group;}

tbody           {display: table-row-group;}

tfoot           {display: table-footer-group;}

col             {display: table-column;}

colgroup        {display: table-column-group;}

td, th          {display: table-cell; vertical-align:top;}

caption         {display: table-caption;}


/* ======== 			          list elements                  ========  */
ul				{ display:block; padding:0px; margin:10px 0px 20px 20px;}
ul li{
	margin:0px;
	padding:0px;
}

/* =========================================================================
					=========	END  HTML  ELEMENTS		=========   
   ========================================================================= */


/* =========================================================================
					=========	   LAYOUT		=========   
   ========================================================================= */
.containerMain{
	display:block;
	position:relative;
	width:760px;
	left:50%;
	margin:0px 0px 0px -380px;
	background-color:#EFF2F3;
	background-image:url(graphics/schita-1_phase3_04.jpg);
	background-position:top center; 
	background-repeat:repeat-y;
}

.containerHead{
	position:relative;
	display:block;
	height:492px;
	padding:0px 40px;
	margin:0px;
	background-color:#EFF2F3;
	background-image:url(graphics/schita-1_phase3_02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.containerMiddle{
	display:block;
	padding:0px 40px;	
	margin:0px;
}

.containerFooter{
	display:block;
	height:179px;
	padding:0px 40px;
	background-color:#EFF2F3;
	background-image:url(graphics/schita-1_phase3_05.jpg);
	background-position:top bottom;
	margin:0px;
}
#footerTrasee{
	background-image:url(graphics/general/bg_footer2.jpg);
}


.topMenu{
	display:block;
	position:relative;
	padding:10px 8px;
	text-align:right;
	top:50px;
	background-image:url(graphics/general/topMenuBg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}


a.topMenuElem{
	padding:0px 8px 0px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#3A4D40;
}

a#currentPage:link, a#currentPage:hover, a#currentPage:visited{
	cursor:default;
	color:#CC5531;
	text-decoration:none;
}

div#linkImagini{
	display:block;
	position:absolute;
	right:0px;
	margin-top:-30px;
}


div#linkHarta{
	display:block;
	position:absolute;
	left:-159px;
}


.columnTextTitle{
	display:block;
	margin-bottom:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:20px;
}
.columnText{
	display:block;
	margin:0px 300px 10px 30px;
	line-height:150%;
}

.imageBox{
	display:block;
	width:400px;
	height:300px;
	padding:50px 30px;
	background-image:url(graphics/bgImagini.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	margin:0px auto;
}
.imageBoxVert{
	display:block;
	width:300px;
	height:400px;
	padding:30px 50px;
	background-image:url(graphics/bgImaginiVert.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	margin:0px auto;
}

.contorBox{
	position:absolute;
	right:65px;
	width:70px;
	margin-top:40px;
	text-align:center;
}
.contor{
	display:block;
	height:24px;
	vertical-align:middle;
	background-image:url(graphics/bgContor.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding:16px 20px 0px;
}
/* =========================================================================
					=========	 END  LAYOUT		=========   
   ========================================================================= */
   
   
   
   
   
   