body {
	background: #C9A376 url(../images/bg.jpg) top left repeat;
}

#frame {
  width: 730px;
  margin: 20px auto;
  padding: 0px;
  background: #fff url(../images/home_bg.gif) bottom left no-repeat;
  color: #555;
  border: solid 1px #000;
}

#logo {
  display: block;
  float: left;
  width: 108px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

#title {
  position: relative;
  border-top: solid 3px #333;
  border-bottom: solid 3px #333;
  margin: 11px 0px 3px 108px;
  padding: 5px 0px;
  text-align: left;
}
#title img { padding: 0px; margin: 0px; }
#title #phone { 
  position: absolute;
  top: 22px;
  left: 460px;
  font: bold 16px Verdana, sans-serif;
  color: #333;
}

a, a:link {
  color: #607FAD;
  background: transparent;
  text-decoration: underline;
}

a:hover {
  color: #971414;
	background: transparent;
  text-decoration: none;
}

a img { border: none; }

#navcontainer {
	height: 34px;
  background: #fff;
  color: #fff;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
}

#navcontainer a, #navcontainer a:link {
  background: #fff url(../images/nav_bg.gif) top left no-repeat;
	color: #fff;
  font: bold 11px Verdana, sans-serif;
  text-decoration: none;
	text-align: center;
  display: block;
  width: 121px;
  text-decoration: none;
  margin: 0px;
  padding: 7px 0px 13px 0px;
}

#navcontainer #potm a, #navcontainer #potm a:link {
  font-size: 9px;
  padding-top: 4px;
  line-height: 10px;
  color: #FFFF00;
}

#navcontainer a:hover { background: #fff url(../images/nav_bg_over.gif) top left no-repeat; color: #fff; }
#navcontainer a.current, #navcontainer a.current:link {
  background: #fff url(../images/nav_bg_current.gif) top left no-repeat;
  color: #000;
  cursor: default;
}
#navcontainer a.current:hover {
  background: #fff url(../images/nav_bg_current.gif) top left no-repeat;
  color: #000;
  cursor: default;
}

#home-link {
  padding: 0px;
  margin: 5px 15px 5px 0px;
  text-align: right;
}

#home-link a, #home-link a:link {
  font: bold 10px Verdana, sans-serif;
  color: #607FAD;
  background: transparent;
  text-decoration: underline;
}

#home-link a:hover {
  color: #971414;
  text-decoration: none;
}

#content-frame {
  margin: 5px 0px 0px 109px;
  font: normal 12px Verdana, sans-serif;
  line-height: 18px;
  border-left: dotted 1px #666;
  border-top: dotted 1px #666;
}

#content-frame h1 {
  padding: 5px 10px;
  margin: 0px;
  font-size: 14px;
  background: #eee;
  color: #000;
  border-bottom: solid 1px #ddd;
}
#content-frame h2 {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
	color: #444;
}

#content {
  padding: 15px 25px 25px 25px;
  margin: 0px;
}
#content > p:first-child {
  padding-top: 0px;
  margin-top: 0px;
}
#content a, #content a:link {
  color: #607FAD;
  background: transparent;
  text-decoration: underline;
}

#content a:hover {
  color: #971414;
	background: transparent;
  text-decoration: none;
}
#content hr {
	margin: 20px 0px;
	padding: 0px;
}

#footer {
  font: normal 10px Verdana, sans-serif;
  color: #666;
  background: #ccc;
  border-top: solid 1px #003688;
  padding: 5px;
  text-align: center;
}

#footer p {
  margin: 0px;
  padding: 0px;
}

/* Form Styles
//////////////////////////////////////////*/
	.error { margin: 0px 0px 15px 0px; padding: 0px; color: red; background: transparent; }
	.message { margin: 0px 0px 15px 0px; padding: 0px; color: #00CC33; background: transparent; }

	fieldset { 
		border: solid 1px #ccc;
		padding: 0px 0px 10px 10px;
		margin: 0px;
		background: #F5F5F5;
		color: #555;
		width: 325px;
	}
	
	legend { 
		font: bold 12px Verdana, sans-serif;
    color: #4D4C4C;
    border: 1px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    padding: 3px 8px;
    background-color: #F3F1E7;
    margin-bottom: 10px;
	}
	
	input, textarea { font: normal 12px Verdana, sans-serif; }
	.submit { font-weight: bold; }
	.required { color: #CC1515; background: transparent; font-size: 9px; }
	

/* Portfolio Styles
//////////////////////////////////////////*/
	#sub-categories-frame { text-align: center; }
	#residential { width: 375px; margin: 0px auto; }
	#commercial { width: 560px; margin: 0px auto; }
	#category { float: left; text-align: center; margin: 15px; font-weight: bold;  }
	
	#image-preview {
		width: 565px;
		text-align: center;
	}
	
	#image-preview img {
		border: solid 10px #333;
		margin: 0px auto 0px auto;
		padding: 5px;
		background: #fff;
	}
	
	#thumbnails {
		width: 565px;
		height: 83px;
		overflow: auto;
		border: solid 1px #666;
		margin: 0px;
		padding: 0px;
	}
	
	#thumbnails a, #thumbnails a:link {
		border: none;
		display: block;
		width: 75px;
		float: left;
		margin: 5px;
		padding: 0px;
		margin-right: 8px;
	}
	#thumbnails img { border: solid 2px #ccc; padding: 2px; }
	#thumbnails img a, #thumbnails img a:link { border: none; }
/* Texture Styles
//////////////////////////////////////////*/
	#textures img { border: solid 1px #000; margin: 0px; padding: 0px; }
