

html {
	overflow-y:scroll;
}
html, body {
	background:url(../images/graphics/subtle_dots.png);
	margin:0;
	font-family: 'Dosis', sans-serif;
}


a:hover {
	color:#FF0000;
}



/* CORE CLASSES */
.container {
	width:100%;
	text-align:left;
	margin:0 auto;
}

/* HEADER STYLES */
#site-notification {
	padding:10px 50px;
	background-color:#861844;
	margin-botom:20px;
}
.typography #site-notification * {
	color:#fff !important;
}
.header {
	color:#FFF;
	height:165px;
	width:950px;
	margin:0 auto;
	padding:0 20px;
}
.header, .header a {
	color:#861844;
	text-decoration:none;
}
.header_left {
	float:left;
	text-align:left;
	margin-top:20px;
}
.header_right {
	float:right;
	text-align:right;
	background:#E7E7E7;
	padding:10px;
	margin-top:20px;
	font-weight:bold;
	border:1px solid #999999;
}

.header_right img {
	margin-right:10px;
}

.header_center {
	text-align:center;
}

.header_phone {
	height:40px;
}

.header_email {
	height:40px;
}

/* NAV STYLES */
.nav {
	clear:both;
	line-height:22px;
}
.nav, .nav a {
	color:#FFF;
}

.divider {
	background:url(../images/graphics/divider.jpg);
}

/* BODYMAIN STYLES */

.slider-wrapper {
	height:auto;
}

.bodymain {
}
.bodymain_left {
	text-align:left;
	float:left;
	
}
.bodymain_right {
	text-align:right;
	float:right;
}
.bodymain_center {
	margin:0 auto;
	width:950px;
	background:#FFFFFF;
	border:1px solid #E7E7E7;
	margin-top:10px;
	clear:both;
	overflow:auto;
	margin-bottom:10px;	
}

.homecontentarea {
	width:400px;
	border-right:1px solid #E7E7E7;
	padding:10px;
	text-align:left;
	margin:10px 0;
	float:left;
	overflow:auto;
}

.quick_links_area {
	float:right;
	width:510px;
}

.quicklink {
	float:left;
	margin-left:15px;
	width:220px;
	background:url(../images/graphics/quicklinks.png) no-repeat;
	padding-top:24px;
	padding-left:13px;
}

.content {
	margin:0 auto;
	width:970px;
	background:#FFFFFF;
	border:1px solid #E7E7E7;
	margin-top:10px;
	clear:both;
	padding:10px;
	margin-bottom:10px;
	overflow:auto;
}
.contentleft {
	float:left;
	width:600px;
	overflow:auto;
}
.contentright {
	float:right;
	width:340px;
	overflow:auto;
}
.contact_left {
	float:left;
	overflow:hidden;
	width:264px;
}
.contact_right {
	float:right;
	width:650px;
	overflow:hidden;
}
.contact_right {

}

/* FOOTER STYLES */
.footer {
	background:url(../images/graphics/footer.jpg);
	clear:both;
	min-height:350px;
}

.footer_content {
	width:950px;
	margin:0 auto;
}

.footer {
	color:#861844;
}
.footer a {
	text-decoration:none;
}
.footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	margin-right:100px;
}
.footer ul.last {
	margin-right:0;
}
.footer li {
	line-height:24px;
}
.footer_left a {
	color:#666;
}

.footer_right a {
	color:#861844;
	list-style:none;
}

.footer h1{
	color:#666666;
}

.footer_left {
	float:left;
	text-align:left;
	width:300px;
	border-right:dashed 2px #FFFFFF;
	margin-top:30px;
}
.footer_right {
	float:right;
	text-align:left;
	width:625px;
	margin-top:30px;
	background:url(../images/graphics/footer_leaf.png) top right no-repeat;
}


.afterfooter {
	padding-bottom:10px;
}

.footer img {
	margin-right:10px;
}

.footer_phone {
	height:40px;
}

.footer_email {
	height:40px;
}

.footer {
	text-decoration:none;
}

.footer a {
	text-decoration:none;
}
.footerimage {
	clear:both;
	padding-top:20px;
}

.after_footer {
	clear:both;
}
.functions {
	clear:both;
	colour:#861844;
	width:950px;
	text-align:left!important;
	padding:10px;
}

.functions li {
	float:left;
	list-style:none;
	width:150px;
	color:#861844!Important;
	font-size:18px!important;
	font-weight:bold;
}

.right_image_border {
	background:url(../../../../www.seasonsfour.co.uk/themes/devmac/images/graphics/right_image_border.png) no-repeat;
	width:320px;
	min-height:350px;
	padding:10px;
	padding-top:20px;
	margin-top:30px;
}

.content_right {
	width:670px;
	float:right;
}


/* FORMS */
form {
	
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
fieldset label {
	font-weight:bold;
	clear:left;
	float:left;
	line-height:30px;
	width:120px;
}
fieldset label.right {
	line-height:20px;
}
input, textarea, select {
	border:1px solid #861844;
	height:20px;
	padding:2px 5px;
	margin-bottom:10px;
	margin-top:4px;
	width:250px;
}
select {
	height:25px;
}
input[type=submit] {
	width:104px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	overflow:hidden;
	background:#861844;
	border:none;
	font-weight:bold;
	float:right;
}
input[type=submit]:hover {
	background:#AAC632;
}
input[type=checkbox] {
	padding:0;
	width:auto;
	height:auto;
	border:1px solid #ccc;
}
textarea {
	height:200px;
	resize:none;
}
input:focus{
	border:1px solid #999;
}

.required, .validation {
	background:#FF3366;
	color:#fff;
	margin-left:180px;
	display:block;
}
label.required {
	background:none;
	color:#FF3366;
	clear:both;
	width:100%;
	line-height:20px;
	margin-top:-7px;
}
.nocaptcha .validation {
	margin-left:0;
}

.customer-comments {
	clear:both;
	padding:30px;
}
.customer-comment {
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.customer-comment.last {
	border-bottom:none;	
}