/* Travel Empire Disney CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h2 {color: #A9040A;}
h3 {margin-bottom: 2px; color: #C7040C; padding: 0;}

img {border: 0;}

p {margin: 2px 0px 2px 0px;}
.clear {clear: both;}

/****** Header ******/

#header {
	background-image: url('/images/www.travelempire.co.uk/disney/headerbg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 107px;
}

#headercontent {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#headercontent .left {float: left;}
#headercontent .right {float: right; text-align: right; color: #FFFFFF; font-weight: bold; padding-top: 25px;}

/****** Navigation ******/

#navigation {
	background-image: url('/images/www.travelempire.co.uk/disney/navbg.gif');
	background-repeat: repeat-x;
	height: 30px;
	width: 990px;
	text-align: center;
	margin: 1px auto 0 auto;
}
#navigation .content {
	width: 990px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 5px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 25px 0px 0px;
}

/****** Main Content ******/

#maincontent {
	margin: 20px auto 0px auto;
	width: 990px;
	min-height: 550px;
}

/****** Top Row ******/
#toprow {width: 990px; padding: 0px;}

#toprowleftbanner {
background-image: none;
	background-repeat: no-repeat;
	padding: 0px;
	width: 202px;
	height: 230px;
	float: left;
	margin-right: 10px;
}
#toprowleftbanner .content {margin-top: 10px;}
#toprowleftbanner a {color: #FFFFFF; font-weight: bold; text-decoration: none;}

#toprowmiddlebanner {
	padding: 40px 10px 10px 10px;
	width: 313px;
	height: 200px;
	float: left;
	margin-right: 10px;
}
#toprowmiddlebanner .content {font-size: 12px;}
#toprowmiddlebanner .content h3 {color: #A9040A; margin: 0px; font-size: 16px;}
#toprowmiddlebanner a {color: #FFFFFF; font-weight: bold; text-decoration: none;}

#toprowrightbanner {float: left;}

/****** Top Row - Small Boxes ******/
#smallboxes {	
	margin: 10px auto 10px auto;
	padding: 0;
}

#smallboxes a {color: #FFFFFF; text-decoration: none;}
#smallboxes a:visited {color: #FFFFFF;}

#smallbox {
	float: left;
	width: 325px;
}
#smallbox .header {
	background-image: url('/images/www.travelempire.co.uk/disney/smallboxheader-bg.jpg');
	background-repeat: repeat-x;
	height: 21px;
	width: 315px;
	padding: 5px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/****** Bottom Navigation ******/

#bottomnavigation {
	background-image: url('/images/www.travelempire.co.uk/disney/navbg.gif');
	background-repeat: repeat-x;
	height: 26px;
	margin: 20px 0px 1px 0px;
	color: #6f6f6f;
	padding-top: 4px;
}
#bottomnavigation .content {
	width: 990px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 3px;
}
#bottomnavigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/****** Footer ******/

#footer {
	background-image: url('/images/www.travelempire.co.uk/disney/footerbg.jpg');
	background-repeat: repeat-x;
	height: 72px;
	color: #b8b8b8;
}
#footercontent {margin: 0px auto; width: 990px;}
#footer .left {float: left; padding: 5px 0px 0px 0px;}
#footer .left a {color: #FFFFFF; font-size: 14px; text-decoration: none;}
#footer .left a:hover {text-decoration: underline;}
#footer .right {float: right; padding-top: 5px; vertical-align: top !important;}


/****** Special Offer Styling ******/

#specials {
	margin-top: 5px;
}

.small_offer_box {
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	background-repeat:repeat-x;
	background-image:url('/images/www.travelempire.co.uk/12345/smalloferboxbg.gif');
	background-position:bottom;
	float: left; 
	margin: 5px 5px 0px 0px;
	width: 205px;
	text-align: left;
	padding: 5px
}

.small_offer_box-paris {
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	background-repeat:repeat-x;
	background-image:url('/images/www.travelempire.co.uk/12345/smalloferboxbg.gif');
	background-position:bottom;
	float: left; 
	margin: 5px 5px 0px 0px;
	width: 200px;
	text-align: left;
	padding: 5px
}