/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #fff;
	background: url(/images/sitefiles/alt-body-bg.gif) repeat-x #267ca5;
	}

body#home {
	background: url(/images/sitefiles/body-bg.gif) repeat-x #267ca5;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

.help { font-size: 1.1em; background-color: #4595bb; padding: 4px 7px; }

/* Box Types ------------------------------------------------- */

.holiday-box, .holiday-box-larger {
	border-top: 7px solid #196186;
	background-color: #217098;
	float: left;
	display: inline;
	width: 253px;
	margin: 0 14px 14px 0;
	}

.holiday-box-larger { width: 307px; }

.holiday-box-inner {
	padding: 16px;
	margin: 0;
	}

.holiday-box-inner h2 { height: 18px; vertical-align: top; }

.module-a { border-top: 7px solid #196186; background-color: #217098; padding: 14px; }

/* Offers List ----------------------------------------------- */

#content #offers { list-style: none; margin: 0; padding: 0; }
#content #offers li { background: none; margin: 0; padding: 0 4px 10px 0; border-top: 1px solid #358ab3; clear: both; list-style: none; }
#content #offers li a { padding: 10px 4px; }

#offers li span.details { float: left; padding: 10px 0; margin-right: 10px; }
#offers li span.stars { background: url(/images/icons/stars.gif) no-repeat top left; float: left; margin-top: 12px;}
#offers li span.price { float: right; width: 20%; text-align: right; padding: 10px 0; }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; background: url(/images/sitefiles/top-bg.jpg) no-repeat top center; }
#shell 	{ width: 977px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; min-height: 800px; }

#content { margin: 24px 0 14px 0; }

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(/images/sitefiles/footer-bg.gif) repeat-x #1f6a90;
	height: 200px;
	}

.col { float: left; margin-right: 14px; width: 93px; }

.span-1 { width: 93px; }
.span-2 { width: 200px; }
.span-3 { width: 307px; }
.span-4 { width: 414px; }
.span-5 { width: 521px; }
.span-6 { width: 628px; }
.span-7 { width: 735px; }
.span-8 { width: 842px; }
.span-9 { width: 949px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

#content .break-below { margin-bottom: 14px; padding-bottom: 14px; background: url(/images/sitefiles/break.gif) no-repeat bottom center; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.5em; }

/* Links ----------------------------------------------------- */

#content a:link, #content a:visited { font-weight: bold; color: #a6c7f4; }
#content a:hover { color: #fdbf47; }


/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; padding: 0; }
ul.inline-list li { float: left; display: inline; padding-right: 14px; }

#content ul 		{ margin: 0 0 1.5em 0; padding: 0; }
#content ul li 	{ background: url(/images/sitefiles/image-sprite.png) no-repeat -3px -11px; padding-left: 15px; list-style: none; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}

h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

#aldor-offers h1 span,
#aldor-offers h2 span,
#aldor-offers h3 span,
#pagelets-content h1 span,
#pagelets-content h2 span,
#pagelets-content h3 span { display: inline; }

#pagelets-content .img-create span { display: none; }

/* --------------------------------------------------------------

    +Images

-------------------------------------------------------------- */

#content img { border: 1px solid #fff; }

#content #supplementary-image { border: 7px solid #196186; }

.image-text { padding: 14px; border-bottom: 1px solid #196186; background-color: #217098; color: #c7e4f1; }

/* Remove the borders from any image creation ---------------- */
#content h2 img, #content h3 img { border: none; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#top-nav ul { float: left; list-style-type: none; padding: 0; }
#top-nav ul li { display: inline; float: left; padding: 6px; }
#top-nav ul li.home-icon { background: url(/images/sitefiles/image-sprite.png) no-repeat -3px 8px; padding-bottom: 0;}


#top-nav ul li a,
#short-nav ul li a { padding: 6px; font-weight: bold; color: #fff; }
#top-nav ul li a:link, #top-nav ul li a:visited,
#short-nav ul li a:link, #short-nav ul li a:visited { text-decoration: none; }
#top-nav ul li a:hover,
#short-nav ul li a:hover { text-decoration: underline; }

#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li a { height: 45px; }

#short-nav { margin: 5px 0 10px 0; }
#short-nav ul li a { padding: 6px 6px 6px 0; }

/* --------------------------------------------------------------

    +Header

-------------------------------------------------------------- */

#header { position: relative; width: 100%; height: 229px;}
#header h1 { margin: 0; }

#logo { float: left; margin: 3px 0 0 12px; width: 260px; }

#contact-information { float: right; margin-top: 25px; }

#quick-search { float: right; margin-top: 6px; }
#quick-search dt, #quick-search dd { float: left; display: inline; }
#quick-search dt { margin-right: 14px; }
#quick-search #search-box { width: 230px; color: #666; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

/* Destination Map ------------------------------------------- */
#destination-map { margin-bottom: 14px; }
#destination-map img { border: none; }


/* Slideshow ------------------------------------------------- */

#slideshow {
	height: 237px;
	width: 635px;
	background: url(/images/sitefiles/slide-bg.jpg) no-repeat;
	float: left;
	}

#slides { padding: 0; margin: 0; list-style: none; }
#slides li { width: 616px; height: 218px; position: absolute; margin: 9px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg, #content .no-marg 			{ margin: 0; }
.no-pad, #content .no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom, #content .marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }
.marg-half 		{ margin-bottom: 7px; }

.pad-bottom 	{ padding-bottom: 14px; }

.enlarge { font-size: 150%; }
