/* Start of CMSMS style sheet 'print' */
/* 

Coding and design by Hambo Design
-------------------------------------------------------------*/

/* Global Styles
-------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, form, fieldset, img {
margin: 0;
padding: 0;
border: none;
}

body {
font: 62.5%/2em Tahoma, Helvetica, Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
text-align: center;
}

ul {
list-style-type: none;
}

.centre {
text-align: center;
}

.left {
float: left;
}

.right {
float: right;
}

.hide {
display: none;
}

.visible {
visibility: visible;
}

.clear {
clear: both;
height:	0px;
font-size: 0px;
line-height: 0px;
}

hr {
border: none;
border-bottom: 1px #aaa dotted;
margin-bottom: 10px;
}

/* Link Styling
-------------------------------------------------------------*/

a:link {
color: blue;
}

a:visited {
color: blue;
}

a:hover {
}

a:active {
}

/* Global Typography
-------------------------------------------------------------*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}


h1,h2,h3,h4 {
font-family: Georgia, serif;
font-weight: lighter;
margin: 0;
padding: 0;
}

h1 {
font-size: 3em;
color: #540b0c;
}

h2 {
font-size: 2.5em;
margin-bottom: 0.75em;
border-bottom: 1px dotted #b5c482;
color: #540b0c;
}

	.sIFR-active h2 {
	visibility: hidden;
	font-family: Georgia, serif;
	line-height: 1em;
	font-size: 2.5em;
	padding-bottom: 0;
	}

h3 {
font-size: 2em;
padding: 0.25em 0 0.5em;
color: #540b0c;
}

	.sIFR-active h3 {
 	visibility: hidden;
	font-family: Georgia, serif;
	line-height: 1em;
	font-size: 2em;
	padding-bottom: 0;
	}

h3.green {
color: #540b0c;
background-color: #FEFADF;
text-transform: uppercase;
}

	.sIFR-active h3.green {
	visibility: hidden;
	line-height: 1em;
	}

p {
font-size: 1.2em;
line-height: 1.4em;
padding-bottom: 1em;
color: #000;
text-align: justify;
}

	.bold {
	font-weight: bold;
	}

/* Structure Styling
-------------------------------------------------------------*/

#header, #home #header, #header-top, #header-logo, #header-wrapper, #header-contact, #header-nav, #header-pic, #footer {
display: none;
}

#container {
text-align: left;
}


/* Home Page Styling
-------------------------------------------------------------*/




/* Gallery Styling
-------------------------------------------------------------*/

.gallery-pics {
clear: left;
margin-bottom: 10px;
}

.gallery-pics ul {
width: 480px;
}

.gallery-pics ul li a {
float: left;
width: 225px;
margin-right: 10px;
}

	.gallery-pics ul li.last {
	margin-right: 0;
	}
	
.gallery-pics ul li a {
border: 5px #eee solid;
}

.gallery-pics ul li a:hover {
border: 5px #849C1D solid;
}

/* Brochures Styling
-------------------------------------------------------------*/

.brochure-link {
float: left;
width: 490px;
border: 1px #EFFADC solid;
margin-bottom: 5px;
background: #fbf9ef;
}

.brochure-link-left {
float: left;
width: 360px;
padding: 10px 10px 0;
background: #fbf9ef;
}

.brochure-link-right {
float: left;
width: 90px;
padding: 10px 10px 0;
background: #b4c482;
}

	.brochure-link-right a {
	color: #333;
	display: block;
	}


/* Specifications Styling
-------------------------------------------------------------*/

.specs {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #b5c482;
background-color: #fbf9ef;
}


.specs ol {
margin: 0 0 20px 35px;
padding-right: 10px;
}

	.specs ol li {
	font-size: 1.2em;
	margin-bottom: 5px;
	}
	
.specs ul {
list-style-type: square;
margin-left: 15px;
font-size: 1.2em;
margin: 0 0 20px 35px;
}
	
.specs .highlight {
margin-top: 10px;
padding: 10px;
border: 1px solid #ccc;
background: #eee;
}

.specs .header {
font-size: 1.4em;
font-weight: bold;
}
/* End of 'print' */

