/* begin main content */

html {
    font-size: 100%;
    height: 100%;
}
body {
    font-size: 100%;
	color: #000000;
	background: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFF66;
	background-attachment:fixed;
	margin: 0px; /* it would be good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 16px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* end main content */

/* begin divs */

#container {
	width: 47em;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#container2 {
	width: 47em;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-position: bottom left;
}
#main_content {
	padding: 3px 8px 8px 12px;
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#main_content2 {
	padding: 3px 0px 8px 12px;
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#main_content3 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-left: -1em;
	
}

#header {
    padding: 0px;
	height: 90px;
}
#van {
     width: 400px;
	 height: 300px;
	 float: right;
	 padding: 0px;
	 background: url("images/van.gif")  no-repeat 0 0;
	 display: block;
	 background-position: top;
	 margin: 0px;
}
#right_content {
     width: 400px;
	 height: 300px;
	 float: right;
	 padding: 0px;
	 background: url("images/van.gif")  no-repeat 0 0;
	 display: block;
	 background-position: top;
	 margin: 0px;
}
#right_content:hover {
     width: 400px;
	 height: 300px;
	 float: right;
	 padding: 0px;
	 background: url("images/van_hover.gif")  no-repeat 0 0;
	 background-position: top;
	 margin: 0px;
}
#navbar {
    padding: 0;
	margin: 0;
	height: 18px;
	background: url(images/bg_nav.png);
	background-repeat: repeat-x;
	width: 47em;
	display: block;
	float: left;
	background-position: bottom;
}
#flashcontent {
    width: 400px;
    float: right;
	height: 90px;
}
#logo {
    float:left;
	height: 90px;
}
#bttm_nav11 {
     width: 370px;
	 height: 12px;
	 margin: 0px;
	 padding: 0px;
	 float: left;
	 text-align: left;
	 margin-top: 2.4em;
	 padding-right: 1.4em;
	 padding-bottom: 0.7em;


	 	color: #722F1F;

}
#bttm_nav22 {
     width: 340px;
	 height: 12px;
	 float: right;
	 margin: 0px;
	 padding: 0px;
	 	color: #722F1F;

	 text-align: right;
	 margin-top: 2.4em;
	 padding-right: 1.4em;
	padding-bottom: 0.7em;


	 	color: #722F1F;


}
#bttm_nav {
     width: 370px;
	 height: 12px;
	 margin: 0px;
	 padding: 0px;
	 float: left;
	 text-align: left;
	 	color: #722F1F;

}
#bttm_nav2 {
     width: 340px;
	 height: 12px;
	 float: right;
	 margin: 0px;
	 padding: 0px;
	 text-align: right;
	 	color: #722F1F;


}
#txt_nav {
     width: 47em;
	 height: 12px;
	 margin: 0px auto;
	 padding: 5px;
	 text-align: center;
	 
	color: #722F1F;
}
.bttm_links:hover {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #722F1F;
	text-decoration: underline;
}


.thumbnail_services {
    width: 80px;
	height: 107px;
	float: right;
	background: url("images/thumb_bg.gif");
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 1.4em;
    padding: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.thumbnail_services2 {
    width: 80px;
	height: 107px;
	float: right;
	margin-bottom: 1.4em;
	margin-right: 0px;
	background : url("images/thumb_bg.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.thumbnail_services2:hover {
    width: 80px;
	height: 107px;
	float: right;
	margin-bottom: 1.4em;
	margin-right: 0px;
    background : url("images/thumb_bg2.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#services_right_col {
    width: 110px;
	height: 100%;
	float: right;
	margin-left: 0.8em;
	background: url("images/services_gradient.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding: 40px 29px 10px 10px;
	display: block;
}

/* end divs */

/* begin type faces, fonts etc */

h1 {
    font-family: Georgia, Garamond, serif;
	margin-bottom: -0.4em;
	margin-top: 0em;
    font-size: 1.3em;
	color: #722F1F;
	line-height: 1.3em;
}
h2 {
    font-family: Georgia, Garamond, serif;
	margin-bottom: -0.4em;
	margin-top: 1em;
	font-size: 1.1em;
	color: #722F1F;
}
.h2_2 {
    font-family: Georgia, Garamond, serif;
	margin-bottom: -0.8em;
	margin-top: 0em;
	font-size: 1.1em;
	color: #722F1F;
	font-weight: bold;
}
.back {
    font-family: Georgia, Garamond, serif;
	margin-bottom: -0.4em;
	margin-top: -1em;
	font-size: 0.8em;
	color: #722F1F;
	font-weight: bold;
	text-decoration: none;
}
.back2 {
    font-family: Georgia, Garamond, serif;
	margin-bottom: -0.4em;
    margin-top: -1em;
	font-size: 0.8em;
	color: #722F1F;
	font-weight: bold;
}
.back:hover {
    font-family: Georgia, Garamond, serif;
	margin-bottom: -0.4em;
	margin-top: 1em;
	font-size: 0.8em;
	color: #722F1F;
	text-decoration: underline;
    font-weight: bold;
}
p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 0px;
}
.description_txt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
}
ul {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: -0.2em;
	color: #000000;
	line-height: 1.3em;
}
.link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
}
.link:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #722F1F;
	text-decoration: underline;
	line-height: 1em;
}
.stp1 { 
	font-size: 100%;
	color: #000000;
    font-weight: bold;
	text-decoration: none;
}
.stp1:hover { 
    color: #722F1F;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
.p_nav {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #722F1F;
}
.p_txt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 0px;
}
.copyright {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #722F1F;
	line-height: 1.2em;
	margin-bottom: 0px;
	
}
.bttm_links {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #722F1F;
	text-decoration: none;
}
.bttm_links:hover {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #722F1F;
	text-decoration: underline;
}
li { 
    color: #722F1F;
	font-size: 100%;
}
li span { 
    color: #000000;
	font-size: 100%;
	font-weight: bold;
}
.contact_details {
    font-family: Arial, Helvetica, sans-serif;
	color: #722F1F;
}
    
/* end type faces, fonts etc */

/* begin main navigation */

#home {
    display: block;
    width: 110px;
    height: 18px;
    background: url("images/home_up.png") no-repeat 0 0;
	float: left;
	margin-left: 0px;
	background-position: bottom;
}
#home:hover { 
    background: url("images/home_dwn.png") no-repeat 0 0;
    width: 110px;
    height: 18px;
    background-position: bottom;
}
#services {
    display: block;
    width: 110px;
    height: 18px;
    background: url("images/services_up.png") no-repeat 0 0;
	float: left;
	background-position: bottom;
}
#services:hover { 
    background: url("images/services_dwn.png") no-repeat 0 0;
    width: 110px;
    height: 18px;
	background-position: bottom;
}
#portfolio {
    display: block;
    width: 110px;
    height: 18px;
    background: url("images/portfolio_up.png") no-repeat 0 0;
	float: left;
	background-position: bottom;
}
#portfolio:hover { 
    background: url("images/portfolio_dwn.png") no-repeat 0 0;
    width: 110px;
    height: 18px;
	background-position: bottom;
}
#reviews {
    display: block;
    width: 110px;
    height: 18px;
    background: url("images/reviews_up.png") no-repeat 0 0;
	float: left;
	background-position: bottom;
}
#reviews:hover { 
    background: url("images/reviews_dwn.png") no-repeat 0 0;
    width: 110px;
    height: 18px;
	background-position: bottom;
}
#contact {
    display: block;
    width: 110px;
    height: 18px;
    background: url("images/contact_up.png") no-repeat 0 0;
	float: left;
	background-position: bottom;
}
#contact:hover { 
    background: url("images/contact_dwn.png") no-repeat 0 0;
    width: 110px;
    height: 18px;
	background-position: bottom;
}
#telephone {
    display: block;
    width: 110px;
    height: 18px;
    background: url("images/telephone.png") no-repeat 0 0;
	float: right;
	background-position: bottom;
}

/* end main navigation */


/* begin portfolio gallery */

.doors {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/door_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left:0em;
}
.doors2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/door_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.doors2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/door_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.wardrobes {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/wardrobe_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 1em;
}
.wardrobes2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/wardrobe_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.wardrobes2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/wardrobe_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.decking {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/decking_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 1em;
}
.decking2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/decking_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.decking2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/decking_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.flooring {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/flooring_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.flooring2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/flooring_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.flooring2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/flooring_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.garage {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/garage_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 1em;
}
.garage2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/garage_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.garage2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/garage_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.kitchens {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/kitchen_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 1em;
}
.kitchens2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/kitchen_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.kitchens2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/kitchen_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.stairs {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/stairs_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 1em;
}
.stairs2 {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/stairs_bg.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.stairs2:hover {
	width: 140px;
	height: 120px;
	float: left;
	background: url("images/stairs_bg_dwn.gif");
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.gallery_container {
    width: 100%;
	height: 110px;
	padding: 0px;
	margin: 0px;
}
.thumbnail2 {
    width: 80px;
	height: 107px;
	float: left;
	background: url("images/thumb_bg.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
}
.thumbnail_right2 {
    width: 80px;
	height: 107px;
	float: left;
	margin-left: 1em;
	background : url("images/thumb_bg.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
}
.thumbnail_right2:hover {
    width: 80px;
	height: 107px;
	float: left;
	margin-left: 1em;
	background : url("images/thumb_bg2.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
}
.thumbnail2:hover {
    width: 80px;
	height: 107px;
	float: left;
	background: url("images/thumb_bg2.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
}
.thumbnail_right2 {
    width: 80px;
	height: 107px;
	float: left;
	margin-left: 1em;
	background : url("images/thumb_bg.gif");
	background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
}
.thumbnail_container {
    width: 120px;
	height: 107px;
	float: left;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
.gallery_container2 {
    width: 100%;
	height: 120px;
	padding: 0px;
	margin: 0px;
}
.imagenail {
    width: 80px;
	height: 107px;
	float: left;
	background: url("images/thumb_bg.gif");
	background-repeat: repeat-x;
}
#right_column {
	width: 330px;
	height: 350px;
	float: left;
	position: relative;
	margin-right: 2em;
	padding: 0px;
}
#left_column {
	width: 330px;
	height: 350px;
	float: left;
	position: relative;
	margin-right: 0.6em;
	padding: 0px;
}
#portfolio_txt {
    position: relative;
	width:400px;
    float:left;
	height: 200px;
}
#form {
	position: relative;
	width:466px;
	margin-bottom: 1em;
}
.imagenail {
    width: 80px;
	height: 107px;
	float: left;
	background: url("images/thumb_bg.gif");
	background-repeat: repeat-x;
}

/* end portfolio gallery */

/* begin contact form */

#form_left {
	width: 200px;
	height: 260px;
	float: left;
	position: relative;
	margin-right: 1.2em;
	padding: 0px;
    margin-bottom: 0px;
}
#form_right {
	width: 430px;
	height: 260px;
	float: left;
	position: relative;
	/*margin-right: 4.2em;*/
	padding: 0px;
	margin-bottom: 0px;
}
#contact_txt {
    width: 600px;
	margin: 20px 8px 8px 12px; /*top right bottom left*/
	height: 100%;
}
#bttns {
    height: 20px;
}
.form_buttons {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
	vertical-align: middle;
}
.latest-images-thumbnail {
	border: 0;
	margin: 0;
	margin-left: 1em;
padding: 0.5em;
	float: left;
	 background: url(images/thumb_bg.gif)  no-repeat 0 0;
	width: 100px;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.latest-images-thumbnail:hover {
	border: 0;
	margin: 0;
		margin-left: 1em;

	background: url(images/thumb_bg2.gif) no-repeat 0 0;
	float: left;
	width: 100px;
	padding: 0.5em;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#latest_contain {
	padding: 0;
	margin-left: -1em;
	width: 500px;

}
