body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #CCCCCC;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
p, h1, h2, h3 {
	margin: 10px 15px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #458E71;
	font-weight: bold;
	letter-spacing: 0.1em;

}
h2 {
	font-size: 16px;
	color: #3E9372;
	font-weight: bold;
}
.padding {
	height: 9px;
	clear: both;
}
#wrap {
	width: 820px;
	height: 1%;
	margin: 0 auto;
	text-align: left;
	border:solid 5px #999999;
	background-color: #FFFFFF;
	background-image: url(images/top_corners.png);
	background-repeat: no-repeat;
/*	padding-left: 20px;
	padding-top: 20px;*/
	
}
#main {
	float: left;
	margin: 0px 0px 0px 15px;
	border-color: #999999;
	width: 46%;
	display: inline;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	clear: left;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
}
#rightbar {
	float: right;
	margin:0px 15px 0px 0px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	width: 46%;
	display: inline;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-width: 0px;
	clear: right;
	height: auto;
	position: relative;
}
#wrap #lowmain {
	background-color: #FFFFFF;
	width: 95%;
	float: left;
	display: inline;
	position: relative;
	clear: both;
	height: auto;
	margin: 15px 15px 15px 15px;
	border-width: 4px;
	border-color: #FFFFFF;
	border-style: solid;
}
#wrap #inner_wrap #header #contacts {
	float: right;
	display: inline;
	position: relative;
	width: 215px;
	background-repeat: no-repeat;
	height: 57px;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#wrap #inner_wrap #header #main_title {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 15px;
	position: relative;
}



#sidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0;
	display: inline;
}

#footer {
	clear: both;
	color: #000000;
	background: #FFFFFF;
	border-top: 5px solid #469172;
	margin: 0;
	padding: 5px;
	height: auto;
	font-size: 80%;
}
#wrap #inner_wrap {
	border-color: #999999;
	border-style: solid;
	border-width: 4px;
	margin-right: 0px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	width: 772px;
}
#wrap #header #logo {
	float: left;
	display: inline;
	position: relative;
}
#header {
	/*margin: 0.5in auto;*/
    color: #fff;
	text-align: left;
	/*border: 3px solid #fff;*/
	
	position: relative;
	height: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 10px;
}
#foot_border {
	background-color: #FF9966;
	height: 20px;
	background-image: url(images/bottom_corners.png);
	background-repeat: no-repeat;
}

#wrap #content-wrap #sidebar #sidebarhead {
	display: inline;
}
#wrap #content-wrap {
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
	float: left;
	display: inline;
	width: 100%;
}
.rounded {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.bottom_rounded {
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
} 
.top_rounded {
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
} 
.left_rounded {
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
} 
.right_rounded {
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
} 
#headmenu li
{
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
}
#wrap #navcontainer #headmenu a {
	text-decoration: none;
	color: #999999;
	padding-bottom: 2px;
}
#wrap #navcontainer #headmenu a:hover {
	border-bottom-color: #469172;
	border-bottom-style: solid;
	border-bottom-width: medium;
	color: #469172;
}

#wrap #navcontainer {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 0px;
	float: left;
	display: 680;
	width: 100%;
	font-size: 12px;
	height: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
/* form elements */
form {
	margin:10px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	background-color: #F3F3F3;
	width: 695px;
	position: relative;
	height: 285px;
}
label {
	display:inline;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background-color: #C4E3D1;
}
/* select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	background-color: #FFA66A;
}
*/
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:70px;
	display:block;
	color:#777;
	background-color: #C4E3D1;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 5px 6px; 
	color: #469172;	
}
.framed_img_right {
	padding: 5px;
	border-color: #CCCCCC;
	border-width: 4px;
	border-style: solid;
	float: right;
	clear: right;
	display: inline;
	margin-bottom: 10px;
}
.displayblock_left {
	margin: 5px;
	padding: 0px;
	clear: left;
	float: left;
}
.displayblock_right {
	margin: 5px;
	padding: 0px;
	clear: right;
	float: right;
}
.framed_img {
	padding: 5px;
	border-color: #CCCCCC;
	border-width: 4px;
	border-style: solid;
}
.framed_img_left {
	padding: 5px;
	border-color: #CCCCCC;
	border-width: 4px;
	border-style: solid;
	float: left;
	clear: left;
	display: inline;
	margin-bottom: 10px;
}
.img_left {
	border-width: 0px;
	float: left;
	clear: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.img_right {
	padding: 5px;
	border-width: 0px;
	float: right;
	clear: right;
	display: inline;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#wrap #lowmain #form_win {
	float: left;
}
#wrap #lowmain #form_patio {
	float: right;
}
#wrap #lowmain #form_doors {
	float: left;
	padding-left: 20px;
}
#wrap #lowmain #form_conserve {
	float: left;
	padding-left: 20px;
}
#wrap #lowmain #form_postcode {
	float: right;
	clear: right;
	width: 245px;
	text-align: right;
}
#wrap #lowmain #form_comments {
	clear: left;
	float: left;
}


#wrap #lowmain #form_name {
	clear: left;
	float: left;
	width: 300px;
}
#wrap #lowmain #form_dayphone {
	clear: left;
	float: left;
	width: 300px;
}
#wrap .form_left_label {
	float: left;
	padding-top: 6px;
	width: 110px;
}
#wrap #lowmain .form_padding {
	clear: both;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
}
#wrap #lowmain .form_padding hr {
	color: #CCCCCC;
}


#wrap .form_right_label {
	padding-top: 6px;
	padding-right: 10px;
	float: left;
	/*width: 110px;*/
}

#wrap #lowmain #form_evephone {
	float: left;
	clear: left;
	width: 300px;
}
#wrap #lowmain #form_heard {
	clear: right;
	float: right;
	width: 323px;
	text-align: right;
}
#wrap #lowmain #form_submit {
	clear: right;
	float: right;
	padding-top: 65px;
}


#wrap #lowmain #form_email {
	float: right;
	clear: right;
}
.no_border {
	margin: 5px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	border-width: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #469172;
}
#wrap #inner_wrap #footer img {
	margin-right: 25px;
	margin-left: 25px;
}
.img_group_right {
	padding: 0px;
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
#wrap #inner_wrap #content-wrap #main a {
	color: #3E9372;
	text-decoration: none;
}
#wrap #inner_wrap #navcontainer #headmenu #rbutton {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 10px;
	background-color: #FF0000;
}
#wrap #inner_wrap #navbuttons a{
	margin:0px;
	padding:0px;
	display: inline;
	text-decoration: none;
	
	color:#000000;
	/*width: 79px;
	height: 23px;*/
	float: left;
	display: inline;
	margin-right: 10px;
	background-image:url(images/button_1.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	text-align:center;
	/*background-color:#FF0000;*/
	height: 24px;
	padding-left: 10px;
}
#wrap #inner_wrap #navbuttons a:hover
{
background-color:#3399CC;
color:#FF3300;
}
#wrap #inner_wrap #navbuttons {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial;
	height:1%;
	width: 739px;
	margin-left: 10px;
	/*margin-left: 60px;*/
}
#wrap #inner_wrap #navbuttons .lnav {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1%;
	

}
#wrap #inner_wrap #navbuttons .lnav2 {
	display: inline;
	margin: 0px;
	float: left;
	height: 26px;
	margin-top:-6px;
	padding-top:6px;
	background-image:url(images/button_2.png);
	background-repeat:repeat-x;
}
#wrap #inner_wrap #navbuttons .rnav {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 10px;
	padding-top: 4px;
	margin-right: 10px;
	background-image:url(images/button_3.png);
	background-repeat:none;
}
#wrap #inner_wrap #navbuttons .rnav2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 10px;
	padding-top: 4px;
	margin-top:-6px;
	background-image:url(images/button_3.png);
	background-repeat:none;
}
#wrap #inner_wrap #navbuttons #buttonwrap {
}
#wrap #inner_wrap #content-wrap #main #subscribe {
	float: none;
	width: 353px;
	height: 243px;
	background-repeat: no-repeat;
	background-image: url(images/subscribe_bg.png);
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	padding-top: 10px;
	border: 0px;
}
#wrap #inner_wrap #content-wrap #main #subscribe p {
	font-size: 14px;
	padding: 5px;
}
#wrap #inner_wrap #content-wrap #main #subscribe #disclaimer p {
	font-size: 10px;
	color: #999999;
}
#wrap #inner_wrap #content-wrap #main #subscribe #subscribe_submit {
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}
#wrap #inner_wrap #content-wrap #main #subscribe .subscribe_left_label {
	float: left;
	padding-top: 6px;
	width: 50px;
	padding-left: 15px;
}

