/*  
Site Name: Hermitage Booking Engine
Site URI: ---
Description: ---
Version: 1.0
Author: Design: Jon Martin / CSS & HTML: Pat O'Callaghan
Author URI: www.terabyte.co.nz

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 08 Jun 2009
Last update made by: --- (---@domain.co.nz)

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset ----------------------------------------------------------------------------------------------------------*/

body {
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 { color: black; }

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.print-only				{ display:block; }

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */
#header, #header #header-content {
	height: auto;
}

#footer {
	display:none;
}

#container {
	width:100%;
}

#ie6 #container {
	width: 1000px;
}

#ie6 #main  #primary-content{
	margin-left: 0;
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

#header #header-content #tour-details a, #header #header-content #tour-details a#book-now {
	display: none;
}

#ie6 #container {
	width: 1000px;
}

#ie6 #header #header-content #banner {
margin-left: 0;
}

#main #secondary-content #our-location p, #main #secondary-content #our-location p span{
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

#header #header-content #tour-details{
	width: 960px;
	float: none;
	margin:auto;
	margin-top: 30px;
}

.next, .previous { display: none; }

.offscreen { position: relative; left: 0; top: 0; overflow: hidden}

#main #secondary-content #our-location p span { color: black; }
