
#page_holder {
	width: 926px;
	text-align: left;
}

#page {
	margin-left: 18px;
}

#header {
	height: 91px;
}

#logo {
	margin-left: 20px;
	margin-top: 30px;
}
#call_for_more_info {
	position: absolute;
	margin-top: 36px;
	margin-left: 380px;
}

#left_bar {
	width: 179px;
	padding-top: 20px;
}
#main_bar {
	width: 709px;
	margin-left: 20px;
	padding-top: 20px;
}


#main_bar .content {
	margin-right: 20px;
}


/*  page colouring/imaging */

body {
	background-color: #231f20;
	margin: 0px;
}

#page_holder {
	border: solid 2px #82651b;
	border-top: 0px;
	border-bottom: none;
}

#page {
	background-color: #ffffff;
}

#header {
	background-image: url(images/header-background.jpg);
	background-repeat:repeat-x;
}

#footer {
	background-color: #c59617;
	background-image: url(images/footer-background.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	visibility: visible;
}

#footer, #footer p {
	color: #FFFFFF;
	font-size: 10px;
}

#footer a:link, #footer a:visited
{
	color: white;
}

#menu_holder {
	background-image: url(images/navication-bottom.jpg);
	background-repeat: repeat-x;
	/*padding-bottom: 38px;*/
	background-color: #231F20;
}


.content h1{
	padding-bottom: 5px;
	border-bottom: solid 1px #c59617;
}

.content img.bordered {
	padding: 10px;
	border: solid 1px #c59617;
	background-color: #ffffff;
}


#recent_projects {
	clear: both;
	border-bottom: solid 1px #c59617;
	border-top: solid 1px #c59617;
	background-image: url(images/recent_projects-background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.cart_input
{
	border: 1px solid #c59617;
	font-size: 10px;
	padding: 6px;
}
