body {
	margin: 0;
	padding: 0;
	background: #e8d1ba url(../images/bg.png) top center no-repeat;
	color: #000000;
	text-align: center;
	font-family:century gothic;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

div, p {
	margin: 0;
	padding: 0;
}

a:link {
	color: #0f3190;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited, a:focus, a:active {
	color: #0f3190;
	text-decoration: none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
}

.banner {
	width: 960px;
}

.banner table {
	width:100%; 
	height:110px;
}

.banner table a {
	color: #FFFFFF;
}

#leftcorner {
	text-align: left; 
	color: #b41915; 
	font-size: 1.4em;
}

#rightcorner {
	width: 240px; 
	padding: 8px 0 8px 80px;
	text-align: center; 
	color: #FFFFFF; 
	background: #a6bca3 url('../files/leaf_seperator.gif') top left no-repeat;
	font-size: .8em;
}

.nav {
	background: url(../images/nav.png) bottom left repeat-x;
	height: 28px;
	padding: 4px;
	color: #b13b15;
	font-size: 15px;
}

.nav a {
	color: #87b181;
	padding: 5px;
}

.nav2 {
	width: 100%;
	font-size: 14px;
	text-align: center;
	border-top: 2px solid #990000;
}

.content {
	text-align: left;
	width: 100%;
}

.content p {
	line-height: 150%;
}

.single {
	padding: 10px;
}

.core {
	width: 100%;
}

.left {
	width: 166px;
	background: #87b181 url(../images/sidebar.jpg) top left no-repeat;
	font-size: 12px;
}

.subnav {
	min-height: 100px;
	padding: 5px;
}

.subnav ul {
	list-style:none;
	padding: 0 0 0 10px;
	margin: 0;
}

.subnav a {
	display: block;
	padding: 5px 0;
	width: 100%;
	color: #000000;
}

.subnav a:hover {
	color: #b41915; 
	text-decoration: none;
	background: url(../images/bullet.gif) right center no-repeat;
}

.quote {
	padding: 48px 15px 10px 5px;
	height: 190px;
	color: #b41915; 
	text-align: center;
	background: url(../images/quote.png) top left no-repeat;
}

.location {
	padding: 0;
	font-size: 12px;
}

.right {
	background: url(../images/shadow.gif) top left repeat-y;
	padding: 0 10px;
}

.footer {
	width: 960px;
	height: 65px;
	padding-top: 7px;
	background: url(../images/footer.png) bottom left no-repeat;
	overflow: hidden;
}

.footer td {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 15px;
}

.footer a {
	color: #EEEEEE;
}

/* Forms */
label {
	color: #666666;
	display: block;
	font-size: .9em;
}

label span {
	color: #003300;
	font-size: .9em;
}

input, textarea, select {
	background: white;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email, #who {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

.TitleHead
{
	font-size: 20px;
}

/* swapping images on index page */
#kitchen_swap {
	width: 176px;
	height: 209px;
	background-image:url("../images/showcase-kitchen_n.jpg");
}
#kitchen_swap:hover {
	background-image:url("../images/showcase-kitchen_a.jpg");
}
#bath_swap {
	width: 160px;
	height: 209px;
	background-image:url("../images/showcase-bath_n.jpg");
}
#bath_swap:hover {
	background-image:url("../images/showcase-bath_a.jpg");
}
#contact_swap {
	float: right;
	width: 315px;
	height: 49px;
	background-image:url("../images/showcase-designCatalog_n.gif");
}
#contact_swap:hover {
	background-image:url("../images/showcase-designCatalog_a.gif");
}
#remodeling_swap {
	float: right;
	width: 315px;
	height: 37px;
	background-image:url("../images/showcase-remodeling_n.gif");
}
#remodeling_swap:hover {
	background-image:url("../images/showcase-remodeling_a.gif");
}
#facebook_swap {
	float: right;
	width: 182px;
	height: 47px;
	background-image:url("../images/facebook_n.gif");
}
#facebook_swap:hover {
	background-image:url("../images/facebook_a.gif");
}
#twitter_swap {
	float: right;
	width: 151px;
	height: 47px;
	background-image:url("../images/twitter_n.gif");
}
#twitter_swap:hover {
	background-image:url("../images/twitter_a.gif");
}
#newsletter {
	float: right;
}

