﻿@charset "UTF-8";
/* CSS Document */

/* Resets **************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	

	
ol, ul {
	list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
	height:2px;
	background-color:#c3bd9a;
}
.bold {
	font-weight:bold;
}
.italic { font-style:italic;
}
	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border:0; }

a:link { 
	color:#650e0e; 
	text-decoration: none; }

a:hover { 
	color:white; 
	background-color:#650e0e; 
	text-decoration: none; }

a:visited, 
a:active { 
	color:#5b0009; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	color: white; 
	background-color:#5b0009; 
	text-decoration: none; }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
h1 {
	color:#650e0e;
	font-size:180%;
	padding-bottom:18px;
	text-align:left;
}
h2 {
	color:#650e0e;
	font-size:110%;
	font-weight:bold;
	padding-bottom:3px;
	text-align:left;
}
h3 {
	color:#000000;
	font-size:110%;
	font-weight:bold;
	padding-bottom:3px;
	text-align:left;
}

h2 a:hover {
color:white;
}

.news_head {
	font-size:120%;
}
	
/* ********************************************************************************************* */

body { 
	font:75% Arial, Verdana, sans-serif;
	height:100%;
	color:#1f1e21;
	background-color: #f3eeca;
	text-align:justify; }
	
/* ********************************************************************************************* */

p {
	line-height:160%;
	padding-bottom:12px;
}
ul.nav {
	width:363px;
	margin:10px 0 0 0;
	display:inline;
	float:left; }

ul.nav li {
	display:inline;
	float:left;
	margin:0 26px 0 0;
	padding:2px 0;
	border-bottom:1px solid #f3eeca; }

ul.nav li.col-1-top,
ul.nav li.col-1 {
	width:85px; }

ul.nav li.col-2-top,
ul.nav li.col-2 {
	width:50px; }

ul.nav li.col-3-top,
ul.nav li.col-3 {
	width:150px; }

ul.nav li.col-4-top,
ul.nav li.col-4 {
	width:75px; }
	
ul.nav li.col-1-top,
ul.nav li.col-2-top,
ul.nav li.col-3-top,
ul.nav li.col-4-top {
	border-top:1px solid #f3eeca; }
	
ul.nav li.col-4-top,
ul.nav li.col-4 {
	margin:0; }
	
ul.nav li.contact-nav {
	margin:0 0 0 177px;
	width:75px;
}
	
ul.nav a:link {
	color:#fff;
	text-decoration:none; }

ul.nav a:visited,
ul.nav a:active {
	color:#eee;
	text-decoration: none; }
	
ul.nav a:hover {
	background-color:#eee;
	color:#000;
	text-decoration: none; }
	
ul.nav a:visited:hover, 
ul.nav a:active:hover { 
	color:#000; 
	background-color:#eee; 
	text-decoration: none; }
	
ul#foot-links {
	float:right;
	margin-top:20px;
	display:inline; }
	
ul#foot-links li {
	display:inline;
	margin:0 6px 0 0;
	padding:0 10px 0 0;
	background:url(images/footer-breaks.gif) no-repeat right top; }
	
ul#foot-links a:link {
	color:#948c6a;
	text-decoration:none; }

ul#foot-links a:visited {
	color:#948c6a;
	text-decoration: none; }
	
ul#foot-links a:hover {
	background-color:#948c6a;
	color:#650e0e; }
	
ul#foot-links li.end {
	margin:0;
	padding:0;
	background:none; }

/* ********************************************************************************************* */

#header {
	position:relative;
	width:100%;
	background-color: #000000;
	border-bottom:4px solid #650e0e;

}
#header_hold {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	z-index:2 ;
}

img.header_image {
	width:333px;
	height:88px;
	margin:0 21px 0 11px;
	display:inline;
	padding:0;
	float:left; }

#navigation_holder {
	position:relative;
	margin-left:22px;
	width:363px;
	z-index:2;
	float:left;
	padding-top:8px;
		text-align:left;
}
#content {
	position:relative;
	width:100%;
}
#content_holder {
	position:relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f3eeca;
}
#home_left_column {
	position:relative;
	width:375px;
	float:left;
	z-index:2;
	margin-bottom:-3px;
}
#home_right_column {
	position:relative;
	width:405px;
	float:right;
	z-index:2;
	text-align:justify;
}
#left_column {
	position:relative;
	width:242px;
	float:left;
	z-index:2;
}
#right_column {
	position:relative;
	width:538px;
	float:right;
	z-index:2;
}
#gallery_left_column {
	position:relative;
	width:262px;
	float:left;
	z-index:2;
}
#gallery_right_column {
	position:relative;
	width:518px;
	float:right;
	z-index:2;
}
#footer {
	position:relative;
	width:100%;
	padding-bottom:50px;
	font-size:90%;
}
#footer_hold {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	z-index:2 ;
}
.home_sections {
	text-align:right; color:#650e0e; font-size:140%;
}
ul.home_sections {
	line-height:160%;
}
#h1_offset {
	position:absolute;
	left:-2000px;
}
#skp_content {
	position:absolute;
	left:-2000px;
}
.form_stack {
	padding-bottom:10px;
}
.form_structure {
	position:relative;
	width:473px;
}
.form_structure_left {
	width:20%;
	float:left;
}
.form_structure_right {
	width:78%;
	float:right;
}
.form_label {
	color:#000000;
	font-size:110%;
	font-weight:bold;
}
.tbl_prices {
	padding:0px;
}
.tbl_prices td {
	padding:4px;
	border-style:solid;
	border-width:2px;
	border-color:#f3eeca;
}
.tbl_prices th {
	padding:4px;
	border-style:solid;
	border-width:2px;
	border-color:#f3eeca;
}
.tbl_align_right {
	text-align:right;
	background-color:#f9f7e5;
	width:26%;
}
.tbl_align_left {
	text-align:left;
	background-color:#f9f7e5;
	width:48%;
}
div#anim {
	width:375px;
	height:597px;
	float:left;
	display:inline;
	background:#f3eeca url(images/flash-block.jpg) no-repeat 0 0; }

p.no-java-message {
	margin:10px;
	padding:10px;
	background-color:#f3eeca;
	padding-bottom:8px; }
	
/* Gallery Pages ************************************************************************************* */	

#image_holder {
	width:470px;
	height:530px;
	border:2px solid #823c34;
	margin-bottom:20px;
	position:relative; }

div.price-link {
	width:470px;
	padding:10px 16px 3px 0;
	text-align:right;
	position:relative;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:454px; }
	
div.price-link p {
	margin:0;
	padding:0; }

div.title-nav-container {
	width:470px;
	position:relative; }
	
div.image-title {
	width:354px;
	margin:7px 0 0 16px;
	display:inline;
	float:left; }
	
div.image-title p {
	margin:0;
	padding:0; }
	
div.image-nav {
	width:84px;
	margin:7px 0 0 0;
	float:left;
	text-align:right; }
	
div.image-nav p {
	margin:0;
	padding:0; }
	
/* RSS Page ************************************************************************************* */	

ul.feed_list {
	margin:0 0 20px 0;	}

ul.feed_list li {
	margin-bottom:20px; }

ul.feed_list img {
	float: left; }
	
.rss {
	margin:0  0  0 40px; }

ul.feed_list p {
	margin:1px 0 0 40px; }
	
ul.feed_list p.manual {
	color: #aaa; }
	
/* ************************************************************************************* */

.required {
	color:#ff2200; }
	
/* Site Map ********************************************************************************************* */

ul#site-map {
	list-style:disc;
	padding:0 0 0 15px;
	margin:0 0 18px 0; }

ul#site-map li ul {
	list-style:disc;
	padding:0 0 0 30px; }
	
ul#site-map li ul li ul {
	margin:0; }
	
.story-image {
	float:right;
	margin-left:25px;
	margin-bottom:10px;
	border:solid #c3bd9a 3px;
	clear:right;
}
.date {
color:#8a8461; padding-bottom:2px;
}

/* Beautiful-kitchens-essex add on ********************************************************************************************* */

#body_text {
	width:761;
	text-align:justify;
}

#bottom_links {
	width:761;
	text-align:left;
	font-size:x-small;
	color:#650e0e;
}

#bottom_text {
	width:761;
	text-align:left;
	font-size:xx-small;
	color:#650e0e;
}

#bottom_signoff {
	width:761;
	text-align:right;
	font-size:xx-small;
	color:#650e0e;

}
