@import url("../css/nav.css");

/**************************************************/

/* All styles */
/* Author: Erin Sowards */
/* Creation Date: April 2007 */

/**************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #555; /* dark grey */
}

#page-container {  /* Necessary for fades at page sides */
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: url('../graphics/global/bkg_page-container.gif') repeat-y;
}

#inner-container { /* Necessary for bottom bkg image */
	background: url('../graphics/global/bkg_footer.gif') bottom no-repeat;
}

#container { /* Keeps all page content 30px from page edge */
	width: 904px;
	margin: 0 auto 0 auto;
	padding: 0 30px 30px 30px;
}

#branding-images {
	margin: 0 0 20px 0;
	padding: 0;
}

#branding-images .middle-image {  /* puts borders at sides of the middle image */
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#content, #content-sub, #content-booker {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

img {
	border: none;
}

/**************************************************/

/* Layout */
/* Floats used for three column layout for content */

/**************************************************/

#promo {
	float: right;
	width: 269px;
}

#nav-main {
	float: left;
	width: 300px;
}

#content {
	float: left;
	width: 380px;
}

#content-sub { /* For sub page content width */
	float: left;
	width: 604px;
}

#deals {
	float: left;
	width: 200px;
}

#nav-global, #footer, #inner-container, #container {
	clear: both;
}

#footer div {
	float: right;
	text-align: right;
	width: 200px;
}

.right {
	text-align: right;
}

/**************************************************/

/* Promo Styles */

/**************************************************/

#promo {
	padding: 15px;
}

#promo h2, #promo h3 {
	margin: 0;
	padding: 0;
}

#promo p {
	margin: 0;
	padding: 2px 0 0 0;
}


/**************************************************/

/* Smart Deals Styles */

/**************************************************/

#deals {
	margin: 0 0 20px 20px;
}

#deals h2 {
	margin: 0 0 0 0;
	padding: 15px 0 10px 8px;
	background: url('../graphics/global/bkg_smart-deal.gif') top repeat-x;
}

#deals h3, #deals p {
	clear: both;
	margin: 0 0 0 0;
	padding: 3px 0 0 8px;
}

#deals .deals-image {
	float: right;
}

#deals ul {
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	list-style-image: url('../graphics/global/arrow_smart-deals.gif');
}

#deals li {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
}

#deals p.down {
	padding-left: 15px;
	background: url('../graphics/global/icon_down_arrow.gif') no-repeat;
}

#deals p.up {
	padding-left: 15px;
	background: url('../graphics/global/icon_up_arrow.gif') no-repeat;
}

.deal-desc {
	margin: 0 0 1px 0;
}

/**************************************************/

/* Photo Gallery */

/**************************************************/

img.image-thumb {
	border: 6px solid #eee;
}

a:hover img.image-thumb {
	border: 6px solid #bbb;
}

a:active img.image-thumb {
	border: 6px solid #ccc;
}

/**************************************************/

/* Footer */

/**************************************************/

#footer {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

#footer p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/**************************************************/

/* Forms */

/**************************************************/

form {
	margin: 0;
	padding: 0;
}

#content-sub form table td {
	padding: 3px;
}

.required {
	font-weight: bold;
	color: #f00;
}

/**************************************************/

/* Typography */

/**************************************************/

body {
	font-size: 100%;
}

#page-container {
	font: 0.8em/1.5em arial, helvetica, sans-serif;
}

h1, #deals h2 {
	font: bold 1.2em/1.4 arial, helvetica, sans-serif;
}

h2, h3, h4, h5, h6 {
	font: bold 1em/1.4em arial, helvetica, sans-serif;
}

#promo p {
	font: 0.9em/1.3em arial, helvetica, sans-serif;
}

#deals p, #deals li, #footer, #promo form label {
	font: 0.8em/1.3em arial, helvetica, sans-serif;
}

#content-sub ul {
	list-style-type: square;
}

hr {
	border: 0px;
	height: 1px;
	color: #CCCCCC;
}

.deals-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	line-height: 12px;
}
}

