/* CLE_PRO Main Theme  */

/* ////// GENERAL ////// */


body {
	
	margin:0;
	padding:0;
	height:100%;
	
		
}

#cntPage {}

#cntMainContainer 
{
	position:relative;
	padding-left:0px;
	padding-right:0px;
	width:960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}

/* ////// COMPONENTS ////// */

/* HEADER */
#cntHeader1{} /* should not be used */
.clscntHeader 
{

	
}

/* MENU */

.clscntNavigator
{
}

/*This css works only for the IE7*/
*html .clscntNavigator{} /* should only be used if required to control IE defects */
.clscntNavigator a{
		
}

/* FOOTER */
#cntFooter3{}  /* should not be used */
.clscntFooter
{
	float:left;
	width:960px;
	text-align:left;
	margin:0 auto;
	margin-top:30px;
}

.clscntCommonContentWrapper
{
	width:940px;
	margin-bottom:50px;
	padding-right:10px;
	margin:0 auto;
	float:left;
	margin-top:90px;
	background-image:url(Images/container_bg.jpg);
	background-repeat:no-repeat;
	min-height:528px;
	
}

.clscntFreeText, .clscntExternal, .clscntForm
{
		/*margin-top:-20px;*/
		left:5px;
		position:relative;
		
}