/* Change width on this div to match design */
div#globalBox {
	float:none;
	margin:0px auto;
	width:900px;
}

div#headerBox{
	background:#F0F0F0;
	width:100%;
	text-align:left;
	border-bottom:#CCCCCC solid 1px;
	float:left;
}

div#topMenuBox{
	width:600px;
	float:left;
}

div#langBox{
	float:right;
	text-align:right;
	padding:2px 5px 2px 0px;
}

/*
div#leftLogoBox{
	background:url(/images/img-cyprus.gif) no-repeat;
	width:20%;
	height:73px;
	float:left;
}

div#centerLogoBox{
	background:url(/images/img-pio.gif) no-repeat center top;
	width:60%;
	height:73px;
	float:left;	
}

div#rightLogoBox{
	background:url(/images/img-right_up.gif) no-repeat right top;
	width:20%;
	height:73px;
	float:left;	
	text-align:right;
}
*/
div#homeMainBox{
	float:left;
	width:880px;
	padding:50px 10px 10px 10px;
}

div#mainBox{
	float:left;
	width:880px;
	padding:0px 10px 10px 10px;
}



div#mainColumn {
	float:left;
	width:100%;
}

div#searchForm{
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
	padding:10px 0px 0px 0px;
}

div#fromToBox{
	background:url(/images/bg-dateBox.jpg) no-repeat;
	width:260px;
	height:60px;
	padding:10px 0px 0px 8px;
}

div#speficDateBox{
	background:url(/images/bg-sdateBox.jpg) no-repeat;
	width:260px;
	height:45px;
	padding:10px 0px 0px 8px;
}

div.imgCoverBox{
	float:none;
	padding:3px 0px 3px 10px;
	background:#4C88BE;
	color:#ffffff;
}

div.imgBox{
	float:none;
	background:#ffffff;
	width:420px;
	margin:0px 2px;
	z-index:100;
	position:relative;
}

div#imgBox2{
	float:none;
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
}

div.imgFooter{
	float:none;
	width:100%;
	margin:-15px 0px 0px 0px;
	z-index:1;
	position:relative;
}

div.dateField{
	position:relative;
	z-index:200;
	
}

/* footerBox */
div#footerBox {
	float:left;
	width:880px;
	height:50px;
	margin:5px 0px 0px 0px;
}

div#footerBoxCenter {
	float:left;
	width:100%;
	text-align:center;
}

div#footerBoxCopyright{
	float:left;
	width:100%;
	margin:5px 0px 0px 0px;
	padding:20px 10px 0px 10px;
	background:url(/images/bg-prefooter.jpg) repeat-x;
}

div#developed {
	float:left;
	width:300px;
}

div#copyright  {
	text-align:center;
	float:left;
	width:280px;
}

div#powered {
	float:left;
	width:300px;
	text-align:right;
}
/* end of footerBox */

