html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	background-color: black;
	color: silver;
	text-align: center;
	height: 100%;
	margin: 0 0 1px 0;
	padding: 0;

	font-family: helvetica, sans-serif;

	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #CCC;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 25px;
}

a, a:visited {
	text-decoration: none;
	color: silver;
}

a:hover {
	text-decoration: underline;
	color: #ff9c24;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff9c24;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3, h4, h5, h6 {
	font-size: 18px;
}

.wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#telephone_2 {
	margin: 1px 0 5px 0;
	width: 100%;
	background-color: #3f3f3f;
	color: white;
	border-bottom: 1px solid #3f3f3f;
	border-top: 1px solid #000000;
	background-image: url( '../images/telephone_bg.png' );
	background-position: bottom left;
	background-repeat: repeat-x;
}
#telephone_2 p {
	text-align: right;
}
#telephone_2 p strong {
	color: #ff9c24;
}

#telephone_1 {
	display: none;
}

#telephone-nos {
	position: absolute;
	bottom: 0px;
	right: 215px;
}

#telephone-nos strong {
	color: #ff9c24;
}

#header {
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
}

#header #main_nav {
	z-index: 1000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
}

#header_logo {
	margin: 10px 0px 5px 0px;
}

#header #telephone_1 {
	position: absolute;
	bottom: -1em;
	right: 5px;
}

#header #main_nav a, #header #main_nav a:visited {
	color: silver;
}

#header #main_nav a:hover,
#home #header #main_nav .home,
#about-us #header #main_nav .about-us,
body.garden-offices #header #main_nav .garden-offices,
#prices #header #main_nav .prices,
#garden-office-gallery #header #main_nav .garden-office-gallery,
body.design-construction #header #main_nav .design-construction,
#installation #header #main_nav .installation,
#planning-permission #header #main_nav .planning-permission,
#contact-us #header #main_nav .contact-us,
#site-survey #header #main_nav .site-survey,
#what-next #header #main_nav .what-next {
	color: #ff9c24;
}

#header #main_nav ul{
	float: left;
	padding: 0 0 0 8px;
	margin: 0 0 0 7px;
	background-image: url( '../images/main_nav_separator.png' );
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header #main_nav ul{
	position: relative;
}

/*body.design-construction #header #main_nav .design-construction,*/
#header #main_nav ul li ul {
	float: none;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 1px solid silver;
	border-top-width: 0;
	background-image: none;
	background-color: black;
	position: absolute;
	left: -10000px;
	z-index: 1009;
}

#header #main_nav ul li.sfhover ul,
#header #main_nav ul li:hover ul {
	left: auto;
}

#header #main_nav ul#nav_group_1 {
	background-image: none;
}

#request-a-site-survey {
	display: block;
	height: 20px;
	width: 205px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	background-image: url(../images/request-a-site-survey-tab.png);
	background-position: bottom center;
	text-align: center;
	color: black;
}

#content {
	margin: 0px 0;
	padding: 0;
}

#footer {
	clear: both;
	text-align: center;
	color: gray;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: gray;
}

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

.footer {
	clear: both;
}

#image_changer {
	height: 300px;
	border: 1px solid silver;
	position: relative;
}

#image_changer_overlay {
	height: 204px;
	width: 372px;
	background-image: url( '../images/image_changer_overlay_bg.png' );
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 85px;
	z-index: 11000;
}

#image_0_0, #image_0_1, #image_1_0, #image_1_1 {
	position: absolute;
	bottom: 1px;
	left: 1px;
}

.image_changer #thumbnails {
	background-image: url( "../images/ic-thumbnails-bg-r.png" );
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	right: 7px;
	z-index: 10000;
}

.image_changer #thumbnails ul {
	background-image: url( "../images/ic-thumbnails-bg.png" );
	background-position: left top;
	background-repeat: no-repeat;
	height: 26px;
	list-style-type: none;
	padding: 0 0 0 6px;
	margin: 0 6px 0 0;
}

.image_changer #thumbnails li {
	margin: 2px 1px 1px 1px;
	float: left;
	position: relative;
}

.image_changer #thumbnails li .mask {
	z-index: 10000;
	background-image: url( "../images/ic-thumbnail-mask.png" );
	background-repeat: repeat-x repeat-y;

	height: 20px;
	width: 66px;
	position: absolute;
	top: 1px;
	left: 2px;
	right: auto;
}

.image_changer #thumbnails img {
	border: 1px solid #999;
	margin: 0 1px 0 1px;
	z-index: 9999;
}

.image_changer #thumbnails .prev {
	margin: 1px 0 0 -5px;
}

.image_changer #thumbnails .next {
	margin: 1px -3px 0 -2px;
}

.image_changer #thumbnails .nav img {
	border-width: 0;
}

.image_changer #thumbnails li a:hover .mask,
#thumbnails.thumbnail_0 li.thumbnail_0 .mask,
#thumbnails.thumbnail_1 li.thumbnail_1 .mask,
#thumbnails.thumbnail_2 li.thumbnail_2 .mask,
#thumbnails.thumbnail_3 li.thumbnail_3 .mask {
	display: none;
}

#gallery-frame {
	border: 1px solid silver;
}

#gallery-frame img {
	border-width: 1px;
	margin: 0px 0px 8px 6px;
}

#gallery-frame h2 {
	padding-left: 10px;
}

#gallery-frame strong {
	color: #ff9c24;
	font-size: 20px;
	padding: 0px 10px 0px 10px;
}

.block_1, .block_2 {
	width: 475px;
	float: left;
}

.block_1 {
	margin: 10px 0 80px 10px;
	clear: left;
}

.block_2 {
	margin: 10px 0 80px 0;
	padding-left: 20px;
	background-image: url( "../images/main_separator.png" );
	background-repeat: no-repeat;
	background-position: center left;
}

#tags {
	clear: both;
	border: 1px solid #292929;
	padding: 16px 0;
	margin: 1.0em 0 0 0;
}
#tags, #tags a, #tags a:visited {
	color: #292929;	
}

#tags h1 {
	font-size: 16px;
	position: relative;
	top: -33px;
	left: 0.5em;
	border: 1px solid #292929;
	display: inline;
	color: #292929;
	background-color: black;
	padding: 0.25em;
}

#tags h2, #tags h3, #tags h4, #tags h5, #tags h6 {
	display: inline;
	color: #292929;	
}

#tags h2 {
	font-size: 26px;
}
#tags h3 {
	font-size: 22px;
}
#tags h4 {
	font-size: 20px;
}
#tags h5 {
	font-size: 18px;
}
#tags h6 {
	font-size: 14px;
}

ul.value_adds {
	margin: 0 0 0 100px;
}

ul.value_adds li {
	background-image: url( '../images/tick.png' );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 0 2px 30px;
}

.info_panel {
	width: 250px;	
	float: right;
	margin: 0 0 30px 30px;
}

.info_panel h1 {
	text-align: center;	
}

.info_panel ul.value_adds {
	margin: 0 0 0 20px;
}

.product_group {
	position: relative;
	height: 124px;
	clear: both;
	margin: 20px 0 0 0;
}

.product_group h1 {
	font-size: 18px;
	margin: 0;
}

.garden-offices .product_group {
	height: auto;
	margin-bottom: 60px;
}

.garden-offices .product_group ul{
	margin: 0 0 0 60px;
}
.garden-offices .product_group h2 {
	font-size: 16px;
	font-weight: normal;
	clear: both;
}

.garden-offices .product_group p {
	text-align: center;
}

.product_group img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid silver;
}

.garden-offices .product_group img {
	float: none;
}

.product_group a.more-info {
	position: absolute;
	bottom: 0;
	left: 173px;
}

.product_group a.more-info img {
	border-width: 0;
}

#content a.note_id {
	text-decoration: none;
}

#call_me_back {
	position: absolute;
	z-index: 11100;
	top: -5px;
	right: 0;
	width: 400px;
	background-color: black;
	border: 1px solid silver;
	border-top-width: 0px;
	padding: 20px;
	display: none;
}

#call-me-back #call_me_back {	/* On the call me back page, so show form */
	position: static;
	width: auto;
	background-color: black;
	border-width: 0;
	padding: 20px;
	display: block;
}

body.show_cmb #call_me_back {
	display: block;
}

#call_me_back .close {
	float: right;
	position: relative;
	top: -10px;
	right: -10px;
}

#call_me_back .close img {
	border-width: 0;
}

form label {
	font-weight: bold;
}

form input, form textarea {
	background-color: black;
	border: 1px solid #6f6f6f;
	color: silver;
	padding: 2px;
}

form textarea {
	height: 5em;
	overflow: auto;
}

#call_me_back form textarea {
	width: 99%;
	height: 150px;
}

form .buttons {
	text-align: center;
	padding: 10px 0 0 0;
}

form .buttons input:hover {
	background-color: silver;
	color: black;
}

#contact-us h1, #site-survey h1 {
	margin: 10px 3px 3px 3px;
}

#contact-us form input, #contact-us form textarea,
#site-survey form input, #site-survey form textarea{
	width: 300px;
}
#contact-us form .buttons input, #site-survey form .buttons input {
	width: auto;
}

#contact-us form input.multi_element,
#site-survey form input.multi_element
{
	width: 10px;
	border: 1px solid black;
}

#site-survey form table tr td.label {
	vertical-align: top;	
}

#contact_details strong {
	font-size: 16px;
	color: #ff9c24;
	position: absolute;
	left: 0;
}

#contact_details p {
	padding-left: 150px;
	position: relative;
}
#contact_details ul
{
	margin: 0 0 0 150px;	
}

#call_me_back h1 {
	margin: 0;
}

#call_me_back ul {
	margin: 0;
}
#call_me_back table {
	margin: 0 20px 0 20px;
}

#call_me_back table tr td.label {
	text-align: right;
}

#call_me_back table tr td {
	vertical-align: top;
	padding-bottom: 5px;
}

#call_me_back form input {
	width: 200px!important;
}
#call_me_back form textarea {
	width: 98%;
}

#call_me_back form input.radio,
#contact-us form input.checkbox {
	border-width: 0;
	width: auto!important;
}

#call_me_back form input.submit {
	width: 100%;
}

body.design-construction h2 {
	margin-top: 40px;	
}

.top_link {
	font-size: 12px;
	text-align: center;
	clear: both;
}

.photo_group {
	margin: 5px auto;
	text-align: center;
	padding: 4px 6px 2px 6px;
	border: 1px solid silver;
	background-color: gray;
	clear: left;
}

.pics_1 {
	width: 145px;	
}
.pics_2 {
	width: 290px;	
}

.pics_3 {
	width: 439px;	
}

.pics_4 {
	width: 586px;	
}

.pics_5 {
	width: 731px;
}
.pics_6 {
	width: 878px;
}


.photo_group img {
	border: 1px solid silver;
	background-color: black;
	padding: 2px;
	margin: 4px 2px 4px 2px;
}

.photo_group a:hover img {
	border: 1px solid #ff9c24;
}

.step {
	width: 600px;
	margin: 0 auto;
	padding: 15px 10px 15px 10px;
	
	background-color: #444;
	border: 1px solid #ff9c24;
	background-image: url( '../images/what-next-bg.jpg' );
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;

}
.garden-offices .step {
	width: 350px;
	background-image: none;
	background-color: black;
}

.step h2 {
	margin: 3px 5px 3px 5px;	
	text-align: center;
}
.garden-offices .step h2 {
	text-align: left;
}

.step p {
	margin: 3px 5px 3px 5px;
}

#installation .step {
	width: 450px;
	display: inline;
	text-align: center;
	float: left;
	margin: 10px;
}
#installation .step p {
	color: black;
	text-align: left;
	font-weight: bold;
	width: 400px;
	margin: 0 auto;
}

#installation .step img {
	border: 1px solid silver;
	background-color: black;
	padding: 0;
}

#installation .step.last {
	margin-bottom: 2em;	
}

#what-next .nav {
	margin: 15px 5px 15px 5px;
	text-align: center;	
}

.corner {
	position: absolute;
	height: 30px;
	width: 30px;
	background-image: url( '../images/what-next-corners.png' );
}

.tl {
	top: -1px;
	left: -1px;
	background-position: top left;
}
.tr {
	top: -1px;
	right: -1px;
	background-position: top right;
}
.br {
	bottom: -1px;
	right: -1px;
	background-position: bottom right;
}
.bl {
	bottom: -1px;
	left: -1px;
	background-position: bottom left;
}

.note {
	font-size: 14px;
	color: gray;
}

#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content .top_link a,
#content #tags a
{
	text-decoration: none;
}

#content .sub_nav {
	text-align: center;
	height: 1.8em;
}
#content .sub_nav a, #content .sub_nav a:visited {
	color: #ff9c24;
}

.colour_options {
	text-align: center;
	margin: 3px 3px 3px 50px;
}

.colour_options div {
	width: 80px;
	float: left;
}

.colour_options div img {
	margin: 2px;
}

.colour_options div h3{
	font-size: 14px;
	font-weight: normal;
	color: #c1c1c1;
	margin: 3px 3px 3px 3px;
}

#imagechanger-footer {
	position: absolute;
	top: 380px;
	right: 0px;
	color: silver;
	font-size: 10px;
}

#new-site-banner {
	background-color: #ff9c24;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	position: absolute;
	top: 175px;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 20000;
}

#new-site-banner a {
	color: #000000;
}

#new-site-banner h1 {
	padding-top: 18px;
}

#new-site-banner p {
	color: #000000;
}
