@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: #CDDAA7 url(../images/background.png) repeat-x;
}

#container {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}

#handcraftedlogo {
	width: 220px;
	height: 160px;
	position: absolute;
	z-index: 1;
	background-image: url(../images/handcraftedlogo.png);
	top: 40px;
	left: 20px;
}

/* This hack is to get rid of blue borders on sample images in ie7 only */

img {
	border-style: none;
	border-width: 0;
}

/* @group tabs */

#hometab {
	width: 150px;
	height: 60px;
	background-image: url(../images/hometab.png);
	float: left;
	z-index: 4;
	position: absolute;
	top: 80px;
	left: 210px;
}

#hometab a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}

#hometab a:hover {
  text-decoration: none;
	background-image: url(../images/hometabhover.png);
}

#gallerytab {
	width: 150px;
	height: 60px;
	background-image: url(../images/gallerytab.png);
	float: left;
	z-index: 3;
	position: absolute;
	left: 320px;
	top: 80px;
}

#gallerytab a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}

#gallerytab a:hover {
  text-decoration: none;
	background-image: url(../images/gallerytabhover.png);
}

#contacttab {
	width: 150px;
	height: 60px;
	background-image: url(../images/contacttab.png);
	float: left;
	z-index: 2;
	position: absolute;
	left: 270px;
	top: 110px;
}

#contacttab a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}

#contacttab a:hover {
  text-decoration: none;
	background-image: url(../images/contacttabhover.png);
}

/* @end */

#montage {
	width: 850px;
	height: 430px;
	z-index: 2;
	background: url(../images/montage.png) no-repeat;
	left: 280px;
	position: relative;
	float: right;
}

#pagebody {
	width: 800px;
	height: 720px;
	position: absolute;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
	margin: auto;
	z-index: 0;
	background: #fefade no-repeat;
	display: inline;
	clear: none;
	float: left;
	top: 110px;
	left: 100px;
}

#textbox1 {
	width: 320px;
	height: 250px;
	padding: 10px;
	float: left;
	position: absolute;
	left: 40px;
	text-align: justify;
	color: #556b14;
	font: 10pt/14px Helvetica, Arial, Geneva, sans-serif;
	top: 100px;
}

#kitchenplan {
	width: 200px;
	height: 300px;
	background-image: url(../images/kitchenplan.png);
	position: absolute;
	z-index: 1;
	left: 90px;
	top: 370px;
}


#textbox2 {
	width: 400px;
	height: 250px;
	padding: 10px;
	float: left;
	position: absolute;
	left: 350px;
	text-align: justify;
	color: #556b14;
	font: 10pt/14px Helvetica, Arial, Geneva, sans-serif;
	top: 400px;
}

#textbox3 {
	width: 700px;
	height: 250px;
	padding: 10px;
	float: left;
	position: absolute;
	left: 40px;
	text-align: center;
	color: #556b14;
	font: 12pt/14px Helvetica, Arial, Geneva, sans-serif;
	top: 400px;
}

#samples {
	width: 800px;
	position: absolute;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	float: left;
	left: 100px;
	top: 410px;
}

#samples li {
	display: inline;
	width: 150px;
	height: 110px;
	padding-right: 25px;
	margin-left: 5px;
}

#footer {
	width: 700px;
	height: 20px;
	position: absolute;
	left: 20px;
	text-align: justify;
	color: #556b14;
	font: 8pt/14px Helvetica, Arial, Geneva, sans-serif;
	z-index: 2;
	padding: 10px;
	float: left;
	top: 670px;
}

#footergallery {
	width: 700px;
	height: 20px;
	position: absolute;
	left: 120px;
	text-align: justify;
	color: #556b14;
	font: 8pt/14px Helvetica, Arial, Geneva, sans-serif;
	z-index: 2;
	padding: 10px;
	float: left;
	top: 780px;
}

/* These rules are for all paragraph text links */

p a:link {
	text-decoration: none;
	color: #556b14;
}

p a:hover {
	text-decoration: underline;
	color: #556b14;
	font-weight: bold;
}

p a:visited {
	text-decoration: none;
	color: #4c4c4c;
}


