* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.2em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 0 15px 0;
}

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

html,body {
	height: 100%;
}

form input[type="text"], form textarea, form select {
	border: 1px solid #999;
	padding: 2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#12598c;
	text-decoration: underline;
}

ul, ol, dl {
     position: relative;  
}

ul {
	padding-left: 25px;
	list-style:square;
	padding-bottom: 15px;
}

#checklist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#checklist li
{
	padding-left: 20px;
	background-image: url(/img/tick.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	line-height: 1.8em;
}

body {
	background:#9e9887 url(/img/bg.gif) repeat;
	background-position: 0 0;
	text-align: center;
	min-width: 917px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-291px; /* half of container's height */
	float:left;
}


#container {
   position:relative;
   background: url(/img/body.png) no-repeat;
   background-position: 0 0;
   overflow: hidden;
   height: 551px;
   padding: 31px 0 0 0;
   width: 917px;
   margin: 0 auto;
   clear: left;
}

#body {
	position: relative;
	width: 855px;
	height: 520px;
	margin: 0 auto;
	background: #fff;
	background-position: 0 0;
}

/* MENU */

#menu {
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 175px;
	height: 265px;
	text-align: left;
	z-index: 100;
}

.menubtn {
	padding: 5px 0 5px 0;	
}

	a#menuitem-1 {
		position: absolute;
		top: 14px;
		left: 30px;
	}
	
	a#menuitem-2 {
		position: absolute;
		top: 56px;
		left: 30px;
	}
	
	a#menuitem-3 {
		position: absolute;
		top: 99px;
		left: 30px;
	}
	a#menuitem-4 {
		position: absolute;
		top: 142px;
		left: 30px;
	}
	a#menuitem-5 {
		position: absolute;
		top: 185px;
		left: 30px;
	}
	a#menuitem-6 {
		position: absolute;
		top: 228px;
		left: 30px;
	}
	


/* BODY */

#page {
	position: relative;
	width: 855px;
	height: 520px;
	overflow: hidden;
	background: #fff url(/img/home-blank.jpg) no-repeat;
	text-align: left;
}

#text {
	position: relative;
	text-align: left;
	font-size: 12px;
	width: 600px;
	height: 450px;
	padding: 0px 0px 0 10px;
	overflow: hidden;
}

#text h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 15px 0;
	margin: 0;
}

h1#title {
	position: relative;
	width: 300px;
	height: 32px;
	margin: 10px 0 10px 10px;
	text-align: left;
}


.img-shadow {
  float:left;
  background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 





#footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 45px;
	color: #d6d3cd;
	font-size: 11px;
	margin-top: -15px;
}

#footer p {
	padding: 0;	
}

#footer a {
	color: #d6d3cd;	
}

a.graphite_logo  {
	color: #4485b1;	
	text-decoration: none;
	font-size: 9px;
}

.graphite_logo {
	position: absolute;
	top: 5px;
	right: 50px;
}

a.photobox {
	position: relative;
	float: left;
	width: 248px;
	height: 99px;
	padding: 0;
	margin: 5px 11px 5px 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #fff;
}

a.photobox:hover {
	color: #FF0;
}

.brick { background-image: url(/img/photos-brick.gif); }
.stone { background-image: url(/img/photos-stone.gif); }
.hardiboard { background-image: url(/img/photos-hardiboard.gif); }
.tile { background-image: url(/img/photos-tile.gif); }
.stucco { background-image: url(/img/photos-stucco.gif); }
.canvas { background-image: url(/img/photos-canvas.gif); }
.firepits { background-image: url(/img/photos-firepits.gif); }

a.photobox h1 {
	position: absolute;
	bottom: 20px;
	left: 10px;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}

a.photobox p {
	position: absolute;
	bottom: 8px;
	left: 15px;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
