/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(/images/backgrounds/top_repeat_bg.jpg) 0 162px repeat-x #fff;
}

#bottomBgWrapper {
	background:url(/images/backgrounds/bottom_repeat_bg.jpg) repeat-x bottom;
	min-height:700px;
	margin:0 0 20px 0;
}

#middle {
	margin:0 auto;
	width: 974px;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}

img {
	border: 0;
}


/* Typography */

h2 a {
	color:#F05A28;
}

h2 a:hover {
	color:#E62B17;
}

.backLink {
	float:right;
	margin:10px 0 0 0;
}


/* Header */

#headerWrapper {
	background:url(/images/backgrounds/header_bg.jpg) no-repeat top center;
	min-width:1034px;
}

#header {
	margin: 0 auto;
	padding:18px 0 0 0;
	width:1034px;
}

.logo {
	float:left;
	margin:0 0 18px 42px;
}

.headerSloganCall {
	float:right;
	margin:35px 63px 0 0;
}


/* Main Navigation */

#mainNav {
	height:43px;
	clear:both;
	margin:0 0 0 33px;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
}

#mainNav a {
	color:#fff;
	background:url(/images/backgrounds/mainnav_bg.jpg) repeat-x #C61E24;
	font-size:14px;
	font-weight:bold;
	padding:0 19px;
	line-height:41px;
	float:left;
	height:43px;
}

#mainNav a:hover, #mainNav li a.down, #mainNav li:hover a {
	background-position:0 -43px;
}

#mainNav li.first {
	background:url(/images/backgrounds/mainnav_corners.jpg) 0 -86px no-repeat;
	padding:0 0 0 3px;
}

#mainNav li.first:hover, #mainNav li.firstdown {
	background-position:0 -129px;
}

#mainNav li.last {
	background:url(/images/backgrounds/mainnav_corners.jpg) no-repeat top right;
	padding:0 3px 0 0;
}

#mainNav li.last:hover, #mainNav li.lastdown {
	background-position:right -43px;
}


/* Banner */

#bannerTopCorners {
	background:url(/images/backgrounds/banner_top_corners.png) no-repeat;
	height:12px;
	margin:-7px 0 0 0;
	position:relative;
}

#bannerBottomCorners {
	background:url(/images/backgrounds/banner_bottom_corners.png) no-repeat;
	height:12px;
	margin:0 0 18px 0;
}

#bannerContainer {
	background:url(/images/backgrounds/banner_bg.png) repeat-y;
	padding:23px 37px;
}

#bannerContainer p {
	margin:0 0 15px 0;
}



/* Side Bar */

#sideBar {
	width:310px;
	float:left;
}

.home #sideBar {
	float:none;
	width:auto;
}

.boxLink {
	width:284px;
	height:103px;
	padding:13px;
	background:url(/images/backgrounds/box_link_bg.png) no-repeat;
	font-size:14px;
	cursor:pointer;
	margin:0 0 15px 0;
}

.home .boxLink {
	float:left;
	margin:0 22px 0 0;
}

.boxLink img {
	float:left;
	margin:0 14px 0 0;
}

.boxLink h3 {
	margin:19px 0 16px -56px;
	float:left;
	letter-spacing:-1px;
}

.boxLink h3 a {
	color:#2D5E67;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
}

.boxLink:hover h3 a, .boxLink h3 a:hover {
	color:#412B1D;
}

.boxLink p {
	font-style:italic;
	margin:0 0 7px 0!important;
}


/* Sub Nav */

#subNavContainer {
	background:url(/images/backgrounds/subnav_bottom_corners.gif) no-repeat bottom left;
	padding:0 0 14px 0;
	margin:0 0 22px 0;
}

#subNav {	
	background:url(/images/backgrounds/subnav_bg.gif) repeat-y #2D5E67;
	list-style:none;
	padding:0 0 6px 0;
}

#subNav li {
	padding:0 28px 5px 28px;
}

#subNav li.subNavHeading {
	background:url(/images/backgrounds/subnav_top_corners.gif) no-repeat;
	padding-top:25px;
	padding-bottom:10px;
	font-size:18px;
	text-transform:uppercase;
}

#subNav li.subNavHeading a {
	font-size:18px;
}

#subNav li.child {
	padding-left:45px;
}

#subNav a {	
	color:#fff;
	font-size:14px;
}

#subNav a:hover, #subNav .down a {
	text-decoration:underline;
	color:#fff;
}



/* Content */

#content {
	width:644px;
	background:url(/images/backgrounds/content_top_corners.png) no-repeat;
	float:right;
	padding:12px 0 0 0;
}

#contentRepeat {
	background:url(/images/backgrounds/content_bg.png) repeat-y;
	padding:23px 34px 7px;
}

#contentBottomCorners {
	background:url(/images/backgrounds/content_bottom_corners.png) no-repeat;
	height:12px;
	margin:0 0 18px 0;
}

.home #content {
	display:none;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
	height:auto;
}

#content ul, #content ol {
	margin-left:18px;
}



/* Home & Land Packages */

.productThumb {
	background:url(/images/backgrounds/product_thumb_bg.gif) no-repeat #ECECEC;
	padding:7px;
	float:left;
	margin:0 23px 0 0;
}

.productThumb:hover {
	background-position:0 -177px;
}

.productsListDetails {
	width:140px;
	padding:7px 20px 0 0;
	float:left;
	border-right:1px solid #D0D2D3;
	min-height:170px;
}

.price {
	color:#F05A28;
	font-size:17px;
}

#content p.address {
	margin:0 0 8px 0;
}

#content ul.productsListIcons {
	float:right;
	width:130px;
	list-style:none;
	margin:0;
	height:177px;
}

.productsListIcons li {
	margin:0 0 13px 0;
	font-size:13px;
}

.productsListIcons img {
	vertical-align:middle;
	margin:0 10px 0 0;
}

.productsListSpacer {
	margin:0 0 35px 0;
}

#productViewImages {
	float:right;
	width:302px;
	margin:0 0 15px 10px;
}

#productImage {
	text-align:center;
}

#productImage a img {
	border:6px solid #ECECEC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#productImage a:hover img {
	border-color:#E62B17;
}

.productThumbs img {
	margin:11px 16px 0 0;
	border:4px solid #ECECEC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.productThumbs:hover img {
	border-color:#E62B17;
}

.productThumbRight img {
	margin-right:0;
}

#content ul.productViewIcons {
	float:none;
	width:auto;
	margin:0 0 15px -5px;
	padding:0 0 15px 0;
}

ul.productViewIcons li  {
	display:inline;
	margin:0 6px 0 0;
	font-size:13px;
}

.productViewIcons img {
	vertical-align:middle;
	margin:0 1px 0 0;
}

#content ul#productViewSizes {
	margin-left:0;
}

#productViewSizes li {
	margin:0 0 8px 0;
	list-style:none;
}

.productDetailLabel {
	width:70px;
	float:left;
	font-weight:bold;
}



/* Footer */

#footer {
	margin:0 auto;
	padding:0 0 25px 0;
	width:960px;
	color:#412B1D;
}

#memberLogos {
	float:right;
	text-align:right;
	line-height:25px;
}

#memberLogos span {
	margin:0 10px 0 0;
}

#footer ul {
	padding:16px 0 0 0;
}

#footer li {
	display: inline;
	list-style: none;
	margin:0 11px 0 0;
	padding:0 11px 0 0;
	border-right:1px solid #A6A8AB;
}

#footer li.last {
	border:none;
	font-size:11px;
}

#footer a {
	color:#412B1D;
	text-decoration:underline;
}

#footer a:hover {
	color:#E62B17;
}

#footer p {
	margin:13px 0 10px 0;
}


/* Online Enquiry Form */

#content table.onlineEnquiryTable {
	margin:0;
}

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:430px;
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #E62B17; 
	padding:3px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #FFEBEB;
}

.info_box {
	border-color: #02a2c6;
	background-color: #E1F1F5;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}