/* ------ NOTES ---------------------------------------------------------------

Site: Cruise Lovers
Stylesheet: Global Screen Styles
Author: Renee Buckley, Propeller Graphic Design & Marketing (http://www.propellerglobal.com).
Company: Peter Darby
Version: 1/6/09

--------- CONTENTS ------------------------------------------------------------

1:	GLOBAL RESET

--------------------------------------------------------------------------------

----- COLOUR GUIDE  ------------------------------------------------------------

Body Background: #0082B4
Body Text: #362D0B
Headings: #362D0B
Standard Links: #0073A6 - (hover) #8A741F

1 GLOBAL RESET
============================================================================ */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, cite, del, em, img, ins, q, strike, strong, sub, sup, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, 
th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-size: 100%; 
	font-style: inherit; font-family: inherit; vertical-align: baseline; outline: 0; 
	}

:focus {outline: 0;}

ol, ul {list-style: none;}

table {border-collapse: separate; border-spacing: 0;}

caption, th, td {text-align: left; font-weight: normal;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

strong {font-weight:bold;}

em {font-style:italic;}

img {border:none; display:block;}

/* 2 BODY
============================================================================ */

body {
	font-family: Geneva, Helvetica, sans-serif;
	font-size:small;
	color:#333;
	background:#0082B4 url(../images/bg.jpg) 50% 0 no-repeat;
	text-align:center;
	}

/* 3 BASE LINK STYLES
============================================================================ */

a:link, a:visited {
	color:#F60;
	text-decoration:none;
	}

a:hover, a:active, a:focus {
	color:#F60;
	text-decoration:underline;
	}

/* 4 CONTAINERS
============================================================================ */

#container {
	width:798px;
	border:1px solid #FFF;
	margin:50px auto;
	background:#FFF url(../images/container_bg.jpg) 0 100% repeat-x;
	}
	
/* 4a ACCESSIBILITY
============================================================================ */

#access {text-indent:-10000px}

/* 5 BRANDING
============================================================================ */

h1 {
	position:relative;
	width:798px;
	height:290px;
	color:#005B7E;
	font-size:4em;
	font-weight:normal;
	text-transform:uppercase;
	}
	
h1 span.img {
	position:absolute;
	top:0;
	left:0;
	width:798px;
	height:290px;
	background: transparent url(../images/logo.jpg) 0 0 no-repeat;
	}

h2, h3 {
	line-height:3em;
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:0.1em;
	font-family:Palatino, Georgia,"Times New Roman", serif;
	color:#005B7E;
	}

h3 {
	font-size:1.5em;
	line-height:2em;
	}

/* 6 TYPOGRAPHY
============================================================================ */

p, td {
	font-size:1.1em;
	line-height:1.5em;
	margin:0 50px 1em;
	}

#content-main strong {color:#FF4758;}

ul.tour-companies {margin-bottom:1em;}

/* 10 NEWSLETTER FORM
============================================================================ */

#newsletter form {
	width:300px;
	margin:1em auto;
	text-align:left !important;
	}

#newsletter fieldset {
	float: left;
	clear: left;
	margin: 0 0 1.5em;
	padding: 0;
	border:1px solid #CCC;
	width: 300px;
	}

#newsletter ol {
	padding: 1em 1em 1em 1em;  
	margin:0;
	list-style: none;
	overflow:hidden;
	}

#newsletter li {
	float: left;  
	clear: left;  
	margin:0 0 1em;
	padding:0;
	width: 100%;
	list-style:none;
	}

#newsletter li label {
	float: left;
	margin-right: 0.5em;
	padding:4px 10px 4px 0;
	width: 50px;  
	text-align:right;
	font-size:1em;
	}

#name, #jrtduy-jrtduy {
	font-size:1em;
	border:1px solid #CCC;
	padding:3px;
	}

/* MISC
============================================================================ */

table {
	margin:0 auto;
	clear:both;
	}

img {
	margin-bottom:30px;
	border:1px solid #005B7E;
	padding:5px;
	}
	
img.left {float:left}
img.right {float:right;}


/* 10 FOOTER
============================================================================ */

p#footer {
	clear:both;
	margin:0;
	padding:70px 3px 10px;
	color:#FFF;
	font-family:Geneva, Helvetica, sans-serif;
	font-size:0.9em;
	}
