@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
        line-height:14px;
	color:#000;
}
a, a img {
	border:none;
	color:#cd0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	border:0;
	background-color:#999999;
	height:1px;
	margin:10px 0 15px 0;
}
#header {
	width:950px;
	margin:0 auto;
}
#content_wrapper {
	width:986px;
	margin:0 auto;
}
	#shadow_left, #shadow_right {
		width:18px;
		height:558px;
		float:left;
		background-repeat:no-repeat;
	}
	#shadow_left  { background-image:url(images/shadow_left.jpg); }
	#shadow_right { background-image:url(images/shadow_right.jpg); }
	#content_border {
		width:944px;
		float:left;
		background-color:#FFFFFF;
		padding:0 3px 3px 3px;
		min-height: 558px;
		height: auto !important;
		height: 558px;
	}
	#page_bg, #page_bg_large, #page_bg_small {
		background-repeat:repeat-y;	
		margin-bottom:2px;
	}
	#page_bg {
		background-image:url(images/content1_bg.gif);
	}
	#page_bg_large {
		background-image:url(images/content0_bg.gif);
	}
	#page_bg_small {
		background-image:url(images/content2_bg.gif);
	}
		
		#middle_panel, #middle_panel_large, #middle_panel_small, #left_panel, #right_panel, #right_panel_large {
			float:left;
			min-height: 556px;
			height: auto !important;
			height: 556px;
			margin-bottom:2px;
		}
		#left_panel {
			width:182px;
		}
		#left_panel p {
		font-size:12px;
		color:#FFFFFF;
		font-weight:normal;
		padding:10px;
		}
		#left_panel a {
		color:#FFFF00;
		}
		#left_panel a:hover {
		color:#FFFFFF;
		}
		#right_panel, #right_panel_large {
			width:182px;
			padding-top:5px;
			min-height: 551px;
			height: auto !important;
			height: 551px;
		}
		#right_panel_large {
			width:360px;
		}
		#right_panel p{
		font-size:10px;
		line-height:14px;
		}
		#middle_panel, #middle_panel_large, #middle_panel_small {
			padding:15px 28px;
			min-height: 526px;
			height: auto !important;
			height: 526px;
		}
		#middle_panel p, #middle_panel_large p, #middle_panel_small p {
		font-size:12px;
		line-height:18px;
		margin-bottom:10px;
		}
		#middle_panel {
			width:524px;
		}
		#middle_panel_large {
			width:706px;
		}
		#middle_panel_small {
			width:346px; 
		}
		#footer {
			clear:both;
			height:32px;
			width:944px;
			background-color:#000000;
			color:#FFFFFF;
			text-align:center;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			font-size:9px;
			line-height:30px;
			padding-top:3px;
		}

/* middle panel */
h1, h2 {
	color:#333333;
	font-size:18px;
	margin:0 0 10px 0;
	line-height:24px;
}
.top_margin {
	margin-top:20px;
}
h2 {
	font-size:13px;
	margin:16px 0 4px 0;
	line-height:16px;
}

.line_grey {
	line-height:1px;
	height:1px;
	font-size:1px;
	border-top:2px solid #CCCCCC;
	margin:20px 0 20px 0 !important;
}
#small_panel_container {
	margin: 10px 0 20px -5px;
	padding:0;
}

.small_panel {
	width:165px;
	float:left;
	margin:10px 0 0 0;
}
#small_panel_container p {
font-size:10px;
line-height:14px;
}
	.middle {
		margin:10px 17px 0px 17px;
	}
	.small_panel p {
		padding:2px 0 10px 5px;
	}
	.h_red, .h_yellow, .h_grey {
		color:#FFF;
		font-size:14px;
		font-weight:bold;
		text-transform:capitalize;
		background-repeat:no-repeat;
		height:45px;
		text-align:center;
		padding:5px 0 0 0;
	}
	.h_yellow, .h_grey {
		padding:12px 0 0 0;
		line-height:40px;
	}
	.h_red {
		padding:10px 0 0 0;
	}
	.h_red    { background-image:url(images/h_red.jpg); 	}
	.h_yellow { background-image:url(images/h_yellow.jpg); 	}
	.h_grey   { background-image:url(images/h_grey.jpg); 	}
	.h_red a, .h_yellow a , .h_grey a  {
		display:block;
		height:43px;
		width:153px;
		text-decoration:none;
	}
	.h_red a:hover, .h_yellow a:hover, .h_grey a:hover  {
		text-decoration:none;
	}
	.small_panel .grey {
	font-size:10px;
	line-height:14px;
		width:127px;
		height:110px;
		background-color:#E5E5E5;
		margin:0 10px 0 5px !important;
		padding:10px 13px 10px 13px;
	}
	.small_panel img {
		margin:-15px 0 -10px 0;
	}
.label {
	text-align:right;
	width:100px;
}
td {
	vertical-align:top;
	padding:3px 3px 8px 3px;
}
.input, .input_small {
	width:230px;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:10px;
	line-height:12px;
	padding:3px;
	margin-top:-3px;
}
.input_small {
	width:50px;
}
.error {
	border:1px solid #CC0000;
	margin:10px 0;
	padding:5px 10px;
	font-size:14px;
}
.msg {
	color: #FFFFFF;
	background-color:#CC0000;
	border:1px solid #000000;
	margin:10px 0;
	padding:5px 10px;
	font-size:14px;
	font-weight:bold;
}
.list 		{	margin:20px 0 !important; font-size:12px; line-height:18px;	}
.list li 	{	list-style-image:url(images/red_arrow.gif);	margin:10px 0 10px 17px;}
.list ul 	{	list-style-type:circle;	}
.list ul li {	list-style-image:none;	}
#main_image {	margin:10px 0;	}

.virtual-pic {
margin:0 10px 10px 0;
}
.virtual 		{	font-size:11px; line-height:14px; margin-left:240px;}
.virtual li 	{	list-style-type:square; padding-bottom:5px; margin-left:17px;}
.virtual ul 	{	list-style-type:square; }
.virtual ul li {	list-style-image:none;	}

/* gallery */
#gallery_contact {
	margin-top:-12px;
	padding-right:10px;
	text-align:right;
}
#thumbs {
	background-color:#CCCCCC;
	padding:0;
	margin:10px 0 0 0;
	width:515px;
}
#screen{
}			
	#screen li{
		float:left;
		list-style:none;
	}
	#screen .jq-ss-crop{
		margin:0px;
		float:left;
		width:121px;				
	}
		#start, #left,#right{
			font-size:10px;
			margin:0 0 10px 5px;
			display:block;
			color:#000;
			float:none;
			text-decoration:underline;
		}
		#start, #left {
			width:200px;
			display:inline;
		}
		#right {
			text-align:right;
			width:60px;
			margin:0px 0 10px 315px;
		}
	#view{
		margin:6px 5px;
		width:505px;
		height:84px;
		overflow:hidden;
	}
		#images{
			width:3818px !important;
			width:3822px;
			padding:0;
		}
		#images li a {
			cursor:pointer;
		}

/* footer */
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .yellow {
	color:#FFE400;
}
	
/* right panel */	
#right_panel p {
	margin:10px 10px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
#right_panel h2 {
	background-image:url(images/right_heading_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	text-transform:uppercase;
	margin:10px 0;
	padding:0 10px;
	font-size:12px;
	color:#000000
}
#right_panel a {
	color:#cd0000;
	text-decoration:none;
}
#right_panel a:hover {
	text-decoration:underline;
}
.line {
	line-height:1px;
	height:1px;
	font-size:1px;
	border-top:1px solid #FFF;
	margin:20px 30px !important;
}
#right_panel_large img {
	margin:2px 8px 5px 9px;
	clear:both;
}
#right_panel_large img.habitable-left {
	margin:0 0 0 9px;
	clear:both;
}
#right_panel_large img.habitable-right {
	margin:0;
	clear:both;
}
#right_panel_large .more-photos {
	margin:2px 8px 40px 9px;
}
#right_panel_large .logos {
	float:left; 
	width:150px;
}

/* menu */
#menu {
	margin:10px 0;
}
#menu, #menu ul {
	list-style-type:none;
}
#menu li {
	margin-bottom:8px;
}
#menu li ul{
	display: none;
}
#menu .selected ul, #menu .hover ul, #menu li:hover{
	display: block;
}
#menu a, .gallery-link a {
	display:block;
	height:24px;
	background-image:url(images/menu_btn.jpg);
	background-repeat:repeat-x;
	padding:0 10px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:23px;
}
.gallery-link a {
	display: inline-block;
}
#menu li a:hover, #menu .selected  a, .gallery-link a:hover, .gallery-link a.selected {
	background-image:url(images/menu_btn_over.jpg);
}
#menu ul {
	margin:10px 0 15px 0;
}
#menu ul li a {
	border:none;
	background-image:url(images/yellow_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	text-transform:lowercase;
	font-weight:normal;
	padding:0 0 0 25px;
}
#menu .selected  ul li a{
	background-image:url(images/yellow_arrow.gif);
}
#menu ul li a:hover, #menu ul li.selected a, #menu ul li.hover a {
	background-image:url(images/white_arrow.gif);
	color:#FFE400;
}

.gallery_nav {
	float: left;
	margin-bottom: 10px;
}

.gallery_nav a {
	margin: 10px 5px 0px 0px;
}

.gallery_contact {
	float: right;
	clear: right;
	margin: 0px 0px 5px 0px;
	width: 200px;
	text-align: right;
}

.current_image_ref {
	float: right;
	margin: 5px 0px 0px 0px;
	width: 200px;
	text-align: right;
}	

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.caption { margin-top: 5px; background-color: #E5E5E5; padding: 5px 10px 10px;}

.timber-shed-container {width: 230px;}
.billing-container {width:266px;}

.four-grid {margin-bottom:20px;}
	.four-grid .column {margin-bottom:10px; overflow:hidden;}	
		.four-grid .column .holder {float:left; margin-right:20px; width:252px;}
		.four-grid .column .last {margin-right:0;}
			.four-grid .column .holder .caption {text-align: center; margin:0; padding: 2px 0;}
			
/* Hax (don't look here) */
.clearfix:after { 
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* END: Hax (don't look here) */
