﻿*
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Lucida Sans, Century Gothic, Helvetica;
}
body
{
  text-align: center;
  background-image: url(../images/kbg.gif);
}


a:link {
	color: #000;
	text-decoration:none;
	text-decoration:underline;
}
a:visited {
	color: #1a0f01;

}
a:hover {
	color: #4d3009;
	text-decoration:none;
}
a:active {
	color: #4d3009;
	text-decoration:none;
}


#header
{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 124px;
	text-align: left;
	padding: 0 34px;
}

#interiormain
{
	background-image: url(../images/interiorbottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #eee8dc;
	width: 570px;
	padding: 10px 0px 0px 10px;
  
 }
 
 #gallerymain
{
  background-image: url(../images/galerybottom_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  background-color: #eee8dc;
  width: 780px;
 }

#menurow
{
  background-image: url(../images/menu_bg.jpg); background-repeat: repeat-x;
  height: 30px;
}
#rightblock
{
  background-image: url(../images/right_bg.jpg);
  background-repeat:no-repeat;
  background-color:#eee8dc;
  width: 186px;
  height: 283px;
  padding: 10px 10px 0px 10px;
}

#interiorrightblock
{
  background-image: url(../images/sidemenu_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  background-color: #ac7429;
  width: 186px;
  height: 283px;
  padding: 10px 10px 0px 10px;
}

#interiorrightblock2
{
  background-image: url(../images/kitchen_bg2.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  background-color: #ac7429;
  width: 186px;
  height: 283px;
  padding: 10px 10px 0px 10px;
}

#redblock
{
	background-image: url(../images/red_bg.jpg);
	width: 338px;
	height: 172px;
	padding: 20px 26px;
	color: #FFF;
	font-size: 8pt;
	overflow:hidden;
	background-repeat: repeat-x;
	background-color: #4a1c0c;
}

html>body #redblock
{
	background-image: url(../images/red_bg.jpg);
	width: 338px;
	height: 172px;
	padding: 15px 26px;
	color: #FFF;
	font-size: 8pt;
	overflow:hidden;
}

#blueblock
{
  background-image: url(../images/blue_bg.jpg);
  width: 152px;
  height: 192px;
  padding: 14px 12px 5px 12px;
  color: #FFF;
  font-size: 8pt;
  overflow:hidden;
  background-repeat: repeat-x;
  background-color: #94a8a7;
}
#footer
{
  height: 24px;
  padding: 7px 26px 7px 26px;
  text-align: left;
}
.copyright { font-size: 7pt; color: #FFF; }
p
{
  padding-bottom: 10px;
}

.header
{
  font-family: Georgia;
  font-size: 11pt;
  color: #FFF;
}

a
{
  color: #000;
}




ul.starbullet
{
  list-style-image: url(../images/kbullet.gif);
}

/* Begin Phone Number Slider Styles; added by Stephen Ward on 4/29/2010 */
#phone-numbers {
	height: 20px;
	margin-left: 41px;
	position: relative;
	text-align: center;
	width: 200px;
}

#phone-numbers a {
	font-size: 11pt;
	text-decoration: none;
}

#phone-numbers ul {
	background-color: #0E622B;
	border: 2px double #001800;
	color: #FFFFD3;
	display: none;
	font-size: 10pt;
	height: auto;
	left: -42px;
	list-style-type: none;
	padding: 12px;
	position: absolute;
	top: 20px;
	width: 172px;
	z-index: 100;
}

#schedule-a-consultation {
	background: url(/images/schedule-a-consultation.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	float: right;
	height: 46px;
	margin: 11px -18px 0px 0px;
	text-indent: -9999px;
	width: 257px;
}

#schedule-a-consultation:hover {
	background-position: 0px -46px;	
}
/* End Phone Number Slider Styles */