@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0E0905 url(../images/bg.png) repeat-x fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	color: #F6AD53;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #B2A689;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #F6AD53;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #251508;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #B2A689;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #473F32;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
#container {
	width: 910px;
	margin: 20px auto 0;
	text-align: left;
	padding: 0px;
} 
#container #header #header2 {
	margin-right: 0px;
	margin-left: 14px;
	width: 852px;
	height: 346px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#header2 .drawers {
	float: left;
}
#header2 #head-txt {
	height: 346px;
	padding: 0px;
	margin-left: 607px;
	background-image: url(../images/side-bar-bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#head-txt h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 15px;
	color: #8F8662;
	margin: 0px;
	font-style: italic;
	line-height: 25px;
	padding-top: 145px;
}
#head-txt h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px;
	padding: 15px 0px 0px;
	font-style: italic;
	line-height: 25px;
}
#header {
	padding: 0px;
	height: 419px;
	background-color: #FEF7DF;
	margin: 0px 0px 20px 15px;
	width: 880px;
} 
#container #header #nav {
	height: 60px;
}
#container #header #nav #navigation li {
	display: inline;
}
#container #header #nav #navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#container #header #nav #navigation {
	margin: 0px;
	padding: 0px;
}
#container #header #nav #navigation a {
	font-family: "Times New Roman", Times, serif;
	color: #723B13;
	display: block;
	float: right;
	font-size: 14px;
	letter-spacing: 1px;
	height: 20px;
	padding-top: 25px;
	text-align: center;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 28px;
	margin-top: 0px;
	margin-bottom: 14px;
	text-decoration: none;
}
#container #header #nav #navigation a:hover {
	color: #180D05;
	text-decoration: underline;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/sidebg.png) no-repeat;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	height: 536px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #251508;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}
#sidebar1 ul {
	font-family: "Times New Roman", Times, serif;
	list-style-type: square;
	margin: 0px;
	padding: 0px 10px 0px 30px;
	font-size: 16px;
	line-height: 20px;
	color: #261609;
	font-weight: normal;
}
#sidebar1 h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #251508;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#sidebar1 h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	color: #261609;
}
#sidebar1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #261609;
}
#mainContent {
	margin: 25px 300px 0 15px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #4B4335;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../images/coles.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
#container #footer a {
	color: #B2A689;
	text-decoration: none;
}
#container #footer a:hover {
	color: #B2A689;
	text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr {
	border-top: 1px dashed #FFFFFF;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}.photos {
	float: left;
	padding-right: 7px;
}
#logobox {
	position: absolute;
	top: 0px;
}
#container #sidebar1 form {
	margin-left: 0px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar1 #Name {
	background-color: #0E0905;
	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;
	background-image: url(../images/name.gif);
	height: 21px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 5px;
	width: 230px;
	margin-bottom: 10px;
}
#container #sidebar1 #Telephone {
	background-color: #0E0905;
	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;
	background-image: url(../images/name.gif);
	height: 21px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 5px;
	width: 230px;
	margin-bottom: 10px;
}
#container #sidebar1 #Email {
	background-color: #0E0905;
	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;
	background-image: url(../images/name.gif);
	height: 21px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 5px;
	width: 230px;
	margin-bottom: 10px;
}
#container #sidebar1 #Notes {
	background-color: #0E0905;
	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;
	background-image: url(../images/enquiry.gif);
	height: 120px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 5px;
	width: 230px;
	margin-bottom: 10px;
}
#container #sidebar1 #send {
	background-image: url(../images/send.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 28px;
	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;
}
#container #footer p .keywords {
	font-size: 9px;
	line-height: 12px;
}
.leftgallery {
	width: 287px;
	float: left;
	margin-right: 0px;
}
.rightgallery {
	width: 287px;
	float: right;
}
.description {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5E8D4;
	font-family: Arial, Helvetica, sans-serif;
	color: #F5E8D4;
	padding-bottom: 10px;
	font-style: normal;
}
.gallery {
	width: 297px;
	float: left;
	padding-left: 0px;
	margin-bottom: 35px;
}
.gallery p {
	padding-left: 10px;
	color: #312C1D;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.galleryright {
	width: 280px;
	float: right;
	padding-left: 0px;
}
#sidebar1 #polish-but {
	height: 28px;
	width: 221px;
	margin-left: 15px;
	background-image: url(../images/gallery-polishing.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 82px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#polish-but a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#polish-but a:hover {
	color: #FFF;
	text-decoration: underline;
}
#outside-but {
	height: 28px;
	width: 221px;
	margin-left: 15px;
	background-image: url(../images/gallery-outside.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 82px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#outside-but a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#outside-but a:hover {
	color: #FFF;
	text-decoration: underline;
}
#interior-but {
	height: 28px;
	width: 221px;
	margin-left: 15px;
	background-image: url(../images/gallery-decorate.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 82px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#interior-but a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#interior-but a:hover {
	color: #FFF;
	text-decoration: underline;
}
#paint-but {
	height: 28px;
	width: 221px;
	margin-left: 15px;
	background-image: url(../images/gallery-paint.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 82px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#paint-but a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#paint-but a:hover {
	color: #FFF;
	text-decoration: underline;
}
