/* CSS Styling for Mina Travel - Homepage*/

/* Panel
-----------------------------------------------------------------*/
#cityPanel{height:220px; background-color:#ddd; margin:0;}

#panel1, #panel2, #panel3, #panel4{float:left; width:180px; margin:10px 0 10px 10px}
#panel1{
	height:199px;
	background-image:url(/images/london_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#panel2{
	height:199px;
	background-image:url(/images/paris_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#panel3{
	height:199px;
	background-image:url(/images/cairo_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#panel4{
	height:199px;
	background-image:url(/images/rio_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#cityPanel h5{
	text-align:left;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:8px;
	margin:181px 0 0 0;
	font-size:85%;
	padding-left:20px;
}
#panel2 h5, #panel4 h5 {color:white;}
/* Content
-----------------------------------------------------------------*/
#flightBoard, #text{float:left}
#flightBoard{
	margin-top:20px;
	width:190px;
	height:200px;
	background-image:url(/images/offer_back.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:white;
}
#flightBoard h3{margin:11px 0 0 45px; font-size:110%;}

#flightBoard p{margin:12px 10px 10px 10px;
	padding:0 0 8px 20px;
	border-bottom:2px dotted #ddd;
	font-size:90%;
	text-decoration:underline;
	background-image:url(/images/arrow_bullet.gif);
	background-repeat:no-repeat;
	background-position:7px 7px;
}
#flightBoard p span.price{font-size:130%; text-decoration:none; font-weight:bold}
#flightBoard a{color:white;}

#text{width:285px; margin:22px 0 0 10px;}
#image{width:270px; margin-top:40px; float:right}
#text h1{font-size:135%;}
#text p{font-size:85%;  line-height:200%;}
