@charset "utf-8";
/* CSS Document */
/* style.css                            */
/* Use with template http://dealsair.com   */
/*http://search.dealsair.com   */
/***********************************************/

body{
	margin:0;
	padding:0;
	text-align:left;
	font-size: 12px;
	background-color: #FFF;
} 

#Container {
	position:absolute;
	left:0px;
	top:90px;
	width:100%;
	height:37px;
	z-index:3;
}



/************** header tag styles **************/

h1{
	color: #FFF;
	margin: 0px;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2{
	color: #000;
	margin: 2px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h3{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}


h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Dealsairmenu
{
	background-image: url(/img/logodealsair.png);
	background-repeat: no-repeat;
	height: 65px;
	color: #CCC;
}
 
span#bigtxt 
{
color: #FFFFFF;
font-family: Arial;
font-size: 32px;
line-height: normal;
padding-top: 4px;
padding-left: 4px;
}
 
#dealsairnavigation
{
background-image: url(/img/links.png);
background-repeat: no-repeat;
height: 25px;
}
 
#dealsairnavigation a
{
	color: #333;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding: 10px;
}

#dealsairnavigation a:hover {
	color:#000;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 12px 45%;
	}

#Dealsair {
	position:absolute;
	width:448px;
	z-index:2;
	left: 155px;
	top: 0px;
	height: 280px;
	border: 1px solid #999;
}

#Content {
	position:absolute;
	left:0px;
	top:371px;
	width:768px;
	height:205px;
	z-index:6;
	border: 1px solid #010876;
	background-image: url(img/bg_c.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contentlinks {
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
}


#leftcolum {
	position:absolute;
	width:150px;
	color: #000;
	z-index:7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	top: 90px;
	height: 280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#rightcolum{
	width: 158px;
	height: 279px;
	position: absolute;
	top: 90px;
	left: 605px;
	font-size: 12px;
	color: #FFF;
	background-image: url(img/dealsair_logo.png);
	background-repeat: no-repeat;
	background-color: #000066;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	border: 1px solid #000;
}

#Travellinks {
	position:absolute;
	left:0px;
	top:600px;
	width:770px;
	height:161px;
	z-index:6;
	border: 1px solid #CCC;
	background-image: url(img/bg_b.png);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#Footer {
	position:absolute;
	left:-1px;
	top:579px;
	width:769px;
	height:150px;
	z-index:6;
	border: 1px solid #CCC;
	background-image: url(img/bg_b.png);
	background-repeat: repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.searchlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
