@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url(../images/bg.jpg);
	padding:0;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:12px;
	text-align:center;
	height:100%;
}

/*Vertical centering fix from http://exanimo.com/css/vertical-centering-with-a-floated-shim/*/

#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;           /* Bump #container down half the height of the screen. */
    margin-top: -300px;    /* Half the height of #container. */
    float: left;
            }

#text p span {
	font-size: medium;
	color:#999999;
}

#text2 p span {
	font-size: medium;
	color:#999999;
}

a {
	color:#333333;
}

a:link {
	color:#666666;
}

a:visited {
	color: #669966;
}

a:hover {
	color:#333333;
}

h1 {
	margin:0;
}

h1 span {
	display:none;
}

h2 {
	margin:0;
}

h2 span {
	display:none;
}

h1#about {
	height:30px;
	background-image:url(../images/header-about.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#cons {
	height:30px;
	background-image:url(../images/header-cons.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#cons-pshape {
	height:30px;
	background-image: url(../images/header-tradpshape.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#cons-gable {
	height:30px;
	background-image: url(../images/header-gablefront.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#cons-bespoke {
	height:30px;
	background-image: url(../images/header-bespokewrap.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#home {
	height:30px;
	background-image:url(../images/header-welcome.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#kitch {
	height:30px;
	background-image:url(../images/header-kitchen.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#orange {
	height:30px;
	background-image:url(../images/header-orange.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#clements {
	height:30px;
	background-image:url(../images/header-clements.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#stmichaels {
	height:30px;
	background-image:url(../images/header-stmich.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#beaulieu {
	height:30px;
	background-image:url(../images/header-beau.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#special {
	height:30px;
	background-image:url(../images/header-special.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#chelms {
	height:30px;
	background-image:url(../images/header-chelms.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#beau {
	height:30px;
	background-image:url(../images/header-beau2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#broom {
	height:30px;
	background-image:url(../images/header-broom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

h1#contact {
	height:30px;
	background-image:url(../images/header-contact.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#container {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:left;
	clear: both;

                /*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
                position: relative;
                top: -300px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }


            /*
             *
             * Issue: IE5mac interprets negative values as positive.
             *
             * I haven't figured out a workaround for this yet. The content won't be vertically centered but it won't be messed up by the previous code either.
             *
             */

            /* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */
#white {
	background-color:#FFFFFF;
	padding:5px;
}

#header {
	background-color:#ADBEA0;
	width:770px;
	height:93px;
	padding:10px;
	clear:right;
}

#header h1 {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:77px;
	background-position:top left;
}

#header_right {
	float:right;
	width:300px;
	padding-top: 65px;
}

#header_right h2 {
	background-image:url(../images/tele.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:26px;
}

#lower_header {
	background-color:#DBCEAC;
	width:790px;
	height:32px;
}

#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0 0 0 0;
        list-style-type: none;
        /*white-space: nowrap;*/
}

ul#navlist li {
        float: left;
        font-size: medium;
        margin: 0;
        padding: 6px 0 7px 0;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 6px 11px 7px 10px;
		color:#FFFFFF;
        text-decoration: none;
}

ul#navlist li#active {
        color: #ffffff;
        background-color: #ADBEA0;
}

#navlist a:hover {
        color: #ffffff;
        background-color: #ADBEA0;
}

ul#navlist li#active span {
        color: #ffffff;
        background-color: #ADBEA0;
		padding: 5px 5px 6px 0px;
}

#navlist a:hover span {
        color: #ffffff;
        background-color: #ADBEA0;
		padding: 5px 5px 6px 0;
}

#home_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#home_image1 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/hp_con_1.jpg);
}

#home_image1 a:hover {
	background:url(../images/hp_con_1.jpg) 0 -185px;
}		

#home_image2 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/hp_or_1.jpg);
}

#home_image2 a:hover {
	background:url(../images/hp_or_1.jpg) 0 -185px;
}

#home_image3 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/hp_kit_1.jpg);
}

#home_image3 a:hover {
	background:url(../images/hp_kit_1.jpg) 0 -185px;
}

#home_image4 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/hp_sp_1.jpg);
}

#home_image4 a:hover {
	background:url(../images/hp_sp_1.jpg) 0 -185px;
}

.home_image_padding {
	float:left;
	width:6px;
}

#main {
	background-color:#EFE9DA;
	width:770px;
	height:230px;
	padding:10px;
	clear:both;
}

#text h1 {
	color:#ADBEA0;
	font-size: x-large;
	margin:0 0 8px 0;
}

#text {
	width:535px;
}

#text p {
	margin:6px 0 8px 0;
}

#text2 h1 {
	color:#ADBEA0;
	font-size: x-large;
	margin:0 0 8px 0;
}

#text2 {
	width:376px;
}

#text2 p {
	margin:6px 0 8px 0;
}

#contact-text h1 {
	color:#ADBEA0;
	font-size: x-large;
	margin:0 0 8px 0;
}

#contact-text {
	width:100%;
}

#contacttext p {
	margin:6px 0 8px 0;
}

#quote {
	width:218px;
	float:right;
	padding: 0px;
	margin-top: 35px;
}

#quote p {
	color:#ADBEA0;
	font-style:italic;
	font-size:large;
}

#quote p span {
	color:#ADBEA0;
	font-style:normal;
	font-size:small;
}

#footer {
	width:790px;
	padding:10px 5px 20px 5px;
	height:20px;
}

#footer p {
	color:#666666;
	font-size:x-small;
	margin:0;
}

#footer a {
	color:#333300;
}

#footer_left {
	width:480px;
	float:left;
	padding-left: 10px;
}

#footer_right {
	padding-left:10px;
	width:280px;
	text-align:right;
	float:left;
}
	
#con_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#con_images a {
	text-decoration:none;
}

#con_image1 a {
	float:left;
	width:392px;
	height:185px;
	background:url(../images/con_Croston01.jpg);
}

#con_image1 a:hover {
	background:url(../images/con_Croston01.jpg) 0 -185px;
}		

#con_image2 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/con_Bath01.jpg);
}

#con_image2 a:hover {
	background:url(../images/con_Bath01.jpg) 0 -185px;
}

#con_image3 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/con_Hume01.jpg);
}

#con_image3 a:hover {
	background:url(../images/con_Hume01.jpg) 0 -185px;
}

#conp_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#conp_images a {
	text-decoration:none;
}

#conp_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/cons/Hume02.jpg);
}

#conp_image1 a:hover {
	background: url(../images/cons/Hume02.jpg) 0 -185px;
}		

#conp_image2 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/cons/Hume01.jpg);
}

#conp_image2 a:hover {
	background:url(../images/cons/Hume01.jpg) 0 -185px;
}

#conp_image3 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/cons/Hume03.jpg);
}

#conp_image3 a:hover {
	background:url(../images/cons/Hume03.jpg) 0 -185px;
}

#cong_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#cong_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/cons/Bath01.jpg);
}

#cong_image1 a:hover {
	background: url(../images/cons/Bath01.jpg) 0 -185px;
}		

#cong_image2 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/cons/Warelane01.jpg);
}

#cong_image2 a:hover {
	background:url(../images/cons/Warelane01.jpg) 0 -185px;
}

#cong_image3 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/cons/Warelane02.jpg);
}

#cong_image3 a:hover {
	background:url(../images/cons/Warelane02.jpg) 0 -185px;
}

#conb_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#onb_images a {
	text-decoration:none;
}

#conb_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/cons/Croston01.jpg);
}

#conb_image1 a:hover {
	background: url(../images/cons/Croston01.jpg) 0 -185px;
}		

#conb_image2 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/cons/Croston03.jpg);
}

#conb_image2 a:hover {
	background:url(../images/cons/Croston03.jpg) 0 -185px;
}

#conb_image3 a {
	float:left;
	width:193px;
	height:185px;
	background:url(../images/cons/Croston02.jpg);
}

#conb_image3 a:hover {
	background:url(../images/cons/Croston02.jpg) 0 -185px;
}

.con_image_padding {
	float:left;
	width:6px;
}

#or_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#or_images a {
	text-decoration:none;
}

#or_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/or_McGowan01.jpg);
}

#or_image1 a:hover {
	background:url(../images/or_McGowan01.jpg) 0 -185px;
}		

#or_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/or_Hayes01.jpg);
}

#or_image2 a:hover {
	background:url(../images/or_Hayes01.jpg) 0 -185px;
}

#or_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/or_Hardy01.jpg);
}

#or_image3 a:hover {
	background:url(../images/or_Hardy01.jpg) 0 -185px;
}

.or_image_padding {
	float:left;
	width:6px;
}

#ab_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#ab_images a {
	text-decoration:none;
}

#ab_image1 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/AboutUs01.jpg);
}

#ab_image1 a:hover {
	background:url(../images/AboutUs01.jpg) 0 -185px;
}		

#ab_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/AboutUs02.jpg);
}

#ab_image2 a:hover {
	background:url(../images/AboutUs02.jpg) 0 -185px;
}

#ab_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/AboutUs03.jpg);
}

#ab_image3 a:hover {
	background:url(../images/AboutUs03.jpg) 0 -185px;
}

#ab_image4 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/AboutUsKitpic03.jpg);
}

#ab_image4 a:hover {
	background:url(../images/AboutUsKitpic03.jpg) 0 -185px;
}

.ab_image_padding {
	float:left;
	width:6px;
}

#k_images {
	padding:5px 0 5px 0;
	width:790px;
	height:185px;
	clear:left;
}

#k_images a {
	text-decoration:none;
}

#k_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/kitch3.jpg);
}

#k_image1 a:hover {
	background:url(../images/kitch3.jpg) 0 -185px;
}		

#k_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/kitch2.jpg);
}

#k_image2 a:hover {
	background: url(../images/kitch2.jpg) 0 -185px;
}

#k_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/kitch1.jpg);
}

#k_image3 a:hover {
	background: url(../images/kitch1.jpg) 0 -185px;
}

.k_image_padding {
	float:left;
	width:6px;
}

#spec {
	width:218px;
	float:right;
	padding: 0px;
}

#spec2 {
	width:377px;
	float:right;
	padding: 45px 0 0 0;
}

#spec ul {
	margin-left:0;
	padding-left: 10px;
	color: #999999;
}

#spec li {
	padding:1px 0 1px 0;
}

#spec h3 {
	margin:0 0 10px 0;
	color:#666666;
	font-size:small;
	font-weight:bold;
}

#or1_image1 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hardy02.jpg);
}

#or1_image1 a:hover {
	background: url(../images/orangeries/or-Hardy02.jpg) 0 -185px;
}		

#or1_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hardy06.jpg);
}

#or1_image2 a:hover {
	background: url(../images/orangeries/or-Hardy06.jpg) 0 -185px;
}

#or1_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hardy04.jpg);
}

#or1_image3 a:hover {
	background: url(../images/orangeries/or-Hardy04.jpg) 0 -185px;
}

#or1_image4 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hardy03.jpg);
}

#or1_image4 a:hover {
	background: url(../images/orangeries/or-Hardy03.jpg) 0 -185px;
}

#or2_image1 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-McGowan01.jpg);
}

#or2_image1 a:hover {
	background: url(../images/orangeries/or-McGowan01.jpg) 0 -185px;
}		

#or2_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-McGowan05.jpg);
}

#or2_image2 a:hover {
	background: url(../images/orangeries/or-McGowan05.jpg) 0 -185px;
}

#or2_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-McGowan04.jpg);
}

#or2_image3 a:hover {
	background: url(../images/orangeries/or-McGowan04.jpg) 0 -185px;
}

#or2_image4 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-McGowan03.jpg);
}

#or2_image4 a:hover {
	background: url(../images/orangeries/or-McGowan03.jpg) 0 -185px;
}

#or3_image1 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hayes01.jpg);
}

#or3_image1 a:hover {
	background: url(../images/orangeries/or-Hayes01.jpg) 0 -185px;
}		

#or3_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hayes04.jpg);
}

#or3_image2 a:hover {
	background: url(../images/orangeries/or-Hayes04.jpg) 0 -185px;
}

#or3_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hayes03.jpg);
}

#or3_image3 a:hover {
	background: url(../images/orangeries/or-Hayes03.jpg) 0 -185px;
}

#or3_image4 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hayes02.jpg);
}

#or3_image4 a:hover {
	background: url(../images/orangeries/or-Hayes02.jpg) 0 -185px;
}

#sp1_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/special/Robinson01-chelms.jpg);
}

#sp1_image1 a:hover {
	background: url(../images/special/Robinson01-chelms.jpg) 0 -185px;
}		

#sp1_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Bayliss01-sp-page.jpg);
}

#sp1_image2 a:hover {
	background: url(../images/special/Bayliss01-sp-page.jpg) 0 -185px;
}

#sp1_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Hadleigh01.jpg);
}

#sp1_image3 a:hover {
	background: url(../images/special/Hadleigh01.jpg) 0 -185px;
}

#sp2_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/special/Robinson01-click.jpg);
}

#sp2_image1 a:hover {
	background: url(../images/special/Robinson01-click.jpg) 0 -185px;
}		

#sp2_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Robinson02.jpg);
}

#sp2_image2 a:hover {
	background: url(../images/special/Robinson02.jpg) 0 -185px;
}

#sp2_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Robinson03.jpg);
}

#sp2_image3 a:hover {
	background: url(../images/special/Robinson03.jpg) 0 -185px;
}

#sp3_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/special/Bayliss01.jpg);
}

#sp3_image1 a:hover {
	background: url(../images/special/Bayliss01.jpg) 0 -185px;
}		

#sp3_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Bayliss03.jpg);
}

#sp3_image2 a:hover {
	background: url(../images/special/Bayliss03.jpg) 0 -185px;
}

#sp3_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Bayliss02-click.jpg);
}

#sp3_image3 a:hover {
	background: url(../images/special/Bayliss02-click.jpg) 0 -185px;
}

#sp2_image3 a:hover {
	background: url(../images/special/Robinson03.jpg) 0 -185px;
}

#sp4_image1 a {
	float:left;
	width:392px;
	height:185px;
	background: url(../images/special/Hadleigh01-long.jpg);
}

#sp4_image1 a:hover {
	background: url(../images/special/Hadleigh01-long.jpg) 0 -185px;
}		

#sp4_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Hadleigh02.jpg);
}

#sp4_image2 a:hover {
	background: url(../images/special/Hadleigh02.jpg) 0 -185px;
}

#sp4_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Hadleigh03.jpg);
}

#sp4_image3 a:hover {
	background: url(../images/special/Hadleigh03.jpg) 0 -185px;
}

#cont_image1 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/cons/Hume01.jpg);
}

#cont_image1 a:hover {
	background: url(../images/cons/Hume01.jpg) 0 -185px;
}		

#cont_image2 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-Hardy03.jpg);
}

#cont_image2 a:hover {
	background: url(../images/orangeries/or-Hardy03.jpg) 0 -185px;
}

#cont_image3 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/orangeries/or-McGowan01.jpg);
}

#cont_image3 a:hover {
	background: url(../images/orangeries/or-McGowan01.jpg) 0 -185px;
}

#cont_image4 a {
	float:left;
	width:193px;
	height:185px;
	background: url(../images/special/Hadleigh02.jpg);
}

#cont_image4 a:hover {
	background: url(../images/special/Hadleigh02.jpg) 0 -185px;
}