/*
 * Dream Travel Experts CSS Stylesheet
 * (c) 2009
 *
 * Version 1 - Brian Grasby
 * Do not reproduce without permission
 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #05aff0;
	background-image: url('../images/globe.png');
	background-attachment: fixed;
	font-family: sans-serif;
	font-size: 0.95em;
}

div.container {
	margin: 0 auto;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	width: 800px;
	background: white;
	background-image: url('../images/watermark.png');
	background-attachment: fixed;
	background-position: bottom; 
	background-repeat: no-repeat;
	margin-bottom: -57px;
}

.container a {
	color: #1b458f;
}

div.header {
	margin-left: 10px;	
	margin-bottom: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #05aff0;
}

.header img {
	margin: 10px 0;
}

div.main {
	padding-left: 25px;
	padding-right: 10px;
	font-size: 0.9em;
}

.special {
	width: 95%;
	padding-left: 10px;
}

.special p {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 0.95em;
}

.special img {
	float: right;
	margin-left: 15px;
	border: 1px solid #05aff0;
	padding: 5px;
}

.special img:hover {
	border: 2px solid #05aff0;
	padding: 4px;
}

div.footer {
	margin: 0 auto;
	width: 800px;
	height: 55px;
	background: #1b458f;
	text-align: center;
	font-size: 0.85em;
	padding-top: 2px;
}

.footer p {
	color: white;
	margin-bottom: 1px;
}

.footer a {
	color: white;
}

#abn {
	font-size: 0.7em;
	font-weight: lighter;
}

.contact {
	margin-left: 4px;
	margin-right: 12px;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: smaller;
}

h1 {
	margin-top: 10px;
	color: #1b458f;
	font-size: 1.25em; 
}

h1:hover {
	text-decoration: inherit;
}

p {
	color: #1b458f;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#capitals {
	margin-top: 50px;
}
