﻿
/* CSS Main Structure Stylesheet
	Author: Adam Faux
	Created: 26th Febuary
	Last Updated: */

/* ----------------------- 
	Main Structure 
------------------------- */
#SKY {height:100%;width:100%;background-image:url('images/sky.gif');background-repeat:no-repeat;}

#CONTAINER {background:#f8f8f8;width:900px;margin-left:auto;margin-right:auto;padding:5px;border:1px solid #9999FF;}

#LEADERBOARD {background:#f8f8f8;width:900px;height:75px;margin:0 0 5px 0;padding:0 0 0 0;}
	#Leader_left {background-color:silver;width:730px;height:75px;float:left;margin:0 5px 0 0;}
	#Leader_right {background-color:silver;width:165px;height:75px;float:left;}

#HEADER {background:#f8f8f8;height:125px;margin:0 0 5px 0;}

#NAVBAR {background-color:silver;height:49px;width:900px;margin:0 0 5px 0;}
		#NAVBAR img {margin-bottom:0px;padding:0px;float:left;display:inline;} 
		#NAVBAR ul {margin:0px;padding:0px;list-style:none;list-style-image:none;}
		#NAVBAR li {display:inline;}

#CONTENTWRAPPER {margin:0 0 5px 0;padding:0;}
	#Left {float:left;width:450px;margin:0 10px 0 0;}
		#adobe {padding:5px;background-color:#CCCCCC;}
		#Left ul {list-style:none;margin:10px 0 10px 5px;padding:0;}
		#Left li {padding:2px;background-color:#E5E5E5;margin:2px;}
	#Middle {float:left;width:308px;margin:0 10px 0 0;}
	#Right {float:left;background:#CCCCCC;width:120px;margin:0;padding:0px;/*border:1px #999999 solid;*/}

#FOOTER {background:#CCCCCC url('images/footer_bg.gif') no-repeat;height:25px;margin:0 0 5px 0;padding:5px 0 0 10px;clear:both;}
	#Footerleft {float:left;height:25px;width:600px;margin:0;padding:0;}
		#Footerleft ul {height:25px;list-style:none;list-style-image:none;padding:3px 0 0 10px;margin:0;}
		#Footerleft li {display:inline;margin:0;}
		#Footerleft ul li a {text-decoration:none;color:#333333;font-size:9pt;font-family:Arial, Helvetica, sans-serif;margin:0 45px 0 0;}
		#Footerleft ul li a:hover {text-decoration:underline;}
	#Footerright {float:right;width:75px;height:25px;padding:2px 0 0 0;}

#FOOTERTEXT {padding:5px 0 5px 0;}

/* ----------------------
	HTML Tags
------------------------- */

body {margin:0px;padding:0px;background:#fff url('images/body_bg.gif') repeat-x;}
img {border:0px;}

p {font-family:Arial, Helvetica, sans-serif;font-size:8pt;color:#000;padding:0;margin:0;}
p.footertext {font-size:7pt;}
p.flashtext {padding:5px;}
p.AdvertiseHereText {color:#333333;text-align:center;}
p.general {padding:0 0 0 5px;}

h1 {font-family:Arial, Helvetica, sans-serif;color:#404ba8;font-size:9pt;padding:6px 0 0 38px;margin:5px 0 5px 0;height:21px;width:269px;}
h1.general {background:#d1e2f0 url('images/general_header.gif') no-repeat;}	

h2 {font-family:Arial, Helvetica, sans-serif;color:#404ba8;font-size:9pt;padding:6px 0 0 38px;margin:5px 0 5px 0;height:21px;width:269px;}
h2.general {background:#d1e2f0 url('images/general_header.gif') no-repeat;}	
h2.airlines {background:#d1e2f0 url('images/airline_header.gif') no-repeat;}
h2.holidays {background:#d1e2f0 url('images/holidays_header.gif') no-repeat;}	
h2.hotels {background:#d1e2f0 url('images/hotel_header.gif') no-repeat;}
h2.entertainment {background:#d1e2f0 url('images/entertainment_header.gif') no-repeat;}
h2.services {background:#d1e2f0 url('images/services_header.gif') no-repeat;}

h3 {font-family:Arial, Helvetica, sans-serif;color:#404ba8;font-size:9pt;padding:0 0 0 5px;margin:10px 0 5px 0;}
h4 {font-family:Arial, Helvetica, sans-serif;color:#404ba8;font-size:9pt;padding:0 0 0 0px;margin:10px 0 5px 0;}

/* ----------------------
	Link Styling
------------------------- */

a {color:#404ba8;text-decoration:none;}
a:hover {text-decoration:underline;}

/* ----------------------
	News Block Styling
------------------------- */

 .block {border-bottom:1px solid #d9d9db;margin:0;padding:0 0 0 5px;}  
 .block_inside {display:block;overflow:auto;}  
   
 .image_block {float:left;margin-bottom:15px;}  
 .image_block img {border:1px solid #b5b5b5;} 
 .text_block {float:left;width:330px;margin:0 0 0px 5px;}
 
 .block_ads {margin:0;padding:0 0 0 5px;}   
 .text_block_ads {float:left;width:280px;margin:0 0 0px 5px;}

	
/* ----------------------
	Table Styling
------------------------- */

td.RightLinksCells {width:150px;height:70px;border:1px solid #999999;margin:0;padding:0;}

td.adrates_white {width:210px;}
td.adrates_blue {background-color:#d2e3f0;width:210px;padding-left:5px;}


	
	
