﻿/*global*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #303030;
	background: #3b3c3c url(images/huge-rep.jpg) top center repeat;
}

/*text*/
p {line-height: 1.2em;}

h1 {line-height: 1em; font-size: 1.6em;color: #9b0f09;font-weight: normal;text-align: left;margin-bottom: 15px;}

h2 {line-height: 1.6em; font-size: 1.4em;color: #9b0f09;}

h3 {line-height: 1.4em; font-size: 1.2em;color: #9b0f09;}

li {line-height: 1.2em;}

.centre {text-align: center;}

.right {text-align: right;padding: 5px 0 0 0;margin: 0;}

a {color: #9b0f09;}

a,
a:visited {text-decoration: none;}

a:hover,
a:active {text-decoration: underline;}

address {font-style: normal;display: block;}

/*images*/

.thumb {
	float: left;
	margin-right: 10px;
	border: 1px solid #ececec;
}

.order-now {
	display: inline-block;
	width: 107px;
	height: 25px;
	background: url(images/order-now.jpg) 0 0;
}

.order-now:hover {
	background-position: 0 25px;
}

#homebtn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 3px 28px 0 0;
}

/*box classes*/
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.fleft {float: left;}

.fright {float: right;}

.thicky {display: none;}

/*boxes*/
#outer {
	width: 1024px;
	background: url(images/outer-rep.jpg) top center repeat-y;
	margin: 0 auto;
	min-height: 100%;
}

#header {
	padding: 18px 0 21px 0;
	background: url(images/header.jpg) top center no-repeat;
}
#header a {
	display: block;
	width: 756px;
	height: 36px;
	margin: 0 auto;
}

#main-rep {
	width: 798px;
	margin: 0 auto;
	background: url(images/main-rep.png) top center repeat-y;
}
#main-bg {
	background: url(images/main-bg.jpg) top center no-repeat;
	padding: 0 42px 0 22px;
	min-height: 370px;
	position: relative;
}
* html #main-bg {height: 370px;} /*move this line*/
#main-bot {
	width: 798px;
	margin: 0 auto;
	background: url(images/main-bot.png) top center no-repeat;
	height: 55px;
}

#m-left {
	float: left;
	width: 278px;
	padding-top: 152px;
}
#m-left img {
	vertical-align: top;
}
#m-right {
	float: left;
	width: 456px;
	padding-top: 15px;
	text-align: justify;
}
#m-right img {
	margin: 25px 0 0 32px;
	vertical-align: top;
}
#m-right .fleft {
	width: 50%;
}

#content {
	border-top: 1px solid #cc8d8a;
}
#content p {
	margin: 5px 0 8px 0;
}
#content p.first {
	margin-top: 13px;
}
img#house {
	margin: 0;
}

#m-bottom {
	border-top: 1px solid #cc8d8a;
	margin: 20px 0 0 20px;
	font-size: 1.5em;
	color: #9b0f09;
}
#m-bottom p {
	line-height: 10px;
	padding: 15px 0 5px 0;
}
#m-bottom a {
	color: #9b0f09;
	text-decoration: none;
}
#m-bottom a:hover {
	text-decoration: underline;
}
#bookmark {
	margin: 8px 0 0 39px;
	float: left;
}
#m-bottom p.left {
	width: 260px;
}
#m-bottom p.left {
	width: 280px;
}

#spacer {
	height: 100px;
}

#footer {
	text-align: center;
	background: url(images/footer-bg.png) top center no-repeat;
	height: 136px;
	margin-top: -136px;
	color: #fff;
	min-width: 1024px;
}
#top-foot {
	padding-top: 46px;
}
#footer a {
	color: #fff;
}

/* Form Styling */
#form_div {
	padding-left: 30px;
}
#form_div p {
	padding-right: 35px;
	text-align: justify;
}
.submit {
    background: url(images/send-email.jpg) 0 0;
	font-size:11px;
    margin-top: 5px;
    height: 27px;
    width: 109px;
    color: #303030;
    border: 0;
}
.submit:hover {
    background-position: 0 25px;
    cursor: pointer;
}       
.input {
    color: #505050;
	width: 210px;
	height: 15px;
	font-size:11px;
    border: 1px solid #cc8d8a;
    background-color: #fff;
}
.input:hover {
    color: #303030;
    border: 1px solid #9b0f09;
}
.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #505050;
	padding: 0px; line-height: 14px; margin: 0px;
	width: 210px;
	height: 75px;
	line-height: 11px;
	font-size:11px;
    border: 1px solid #cc8d8a;
    background-color: #fff;
}
.textarea:hover {
    color: #303030;
    border: 1px solid #9b0f09;
}

#towns {display:none;}

#readmore {display:none;}