@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 9pt;
	color: #666666;
	background-image: url(../images/back_gradient.gif);
	background-repeat: repeat-x;
	background-color: #002d23;
}

#wrapper {
	width: 900px;
	margin: auto;
	background-color: #FFFFFF;
}

#show {
	width: 900px;
	margin: auto;
	display: block;
	height: 125px;
}

#header {
	width: 900px;
	margin: auto;
	display: block;
	height: 152px;
}

#topbanner {
	width: 900px;
	margin: auto;
	display: block;
	height: 125px;
	background-color: #00483a;
	padding-top: 5px;
}



/* -------------- navigation -------------------- */



#navbar {
	width: 900px;
	height: 30px;
}

#stampedconcrete
{
	display: block;
	width: 180px;
	height: 30px;
	background: url(../images/button_stampedconcrete.jpg) no-repeat 0 0;
	float: left;
}

#stampedconcrete:hover
{ 
  background-position: 0 -30px;
}

#landscape
{
	display: block;
	width: 180px;
	height: 30px;
	background: url(../images/button_landscape.jpg) no-repeat 0 0;
	float: left;
}

#landscape:hover
{ 
  background-position: 0 -30px;
}

#hardscape
{
	display: block;
	width: 180px;
	height: 30px;
	background: url(../images/button_hardscape.jpg) no-repeat 0 0;
	float: left;
}

#hardscape:hover
{ 
  background-position: 0 -30px;
}

#deckspavers
{
	display: block;
	width: 180px;
	height: 30px;
	background: url(../images/button_deckspavers.jpg) no-repeat 0 0;
	float: left;
}

#deckspavers:hover
{ 
  background-position: 0 -30px;
}

#contactus
{
	display: block;
	width: 180px;
	height: 30px;
	background: url(../images/button_contactus.jpg) no-repeat 0 0;
	float: left;
}

#contactus:hover
{ 
  background-position: 0 -30px;
}



/* -------------- home page content -------------------- */




#flasharea {
	width: 900px;
	margin: auto;
	display: block;
	height: 368px;
}

#callout {
	width: 900px;
	height: 165px;
}

#homecontent {
	width: 840px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
}

#homecontent h2 {
	font-size: 16pt;
	color: #002d23;
}



/* -------------- interior content -------------------- */



#interiorcontent {
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}


#interiorleft {
	width: 290px;
	float: left;
}

#interiorleftcopy {
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

#interiorleft p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

#interiorleft h3 {
	font-size: 16px;
	color: #002d23;
	line-height: 20px;
}

#interiorleft p2 {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	font-style: italic;
}

#interiorleft a {
	font-size: 12px;
	color: #002d23;
	line-height: 20px;
	font-weight: bold;
}

#interiorright {
	width: 610px;
	float: left;
}

#interiorrightcopy {
	width: 580px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}

#interiorrightform {
	width: 580px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 80px;
}

#interiorright p {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #002d23;
	font-style: italic;
	line-height: 18px;
}

#patterncontent {
	width: 880px;
	margin-right: 20px;
	margin-left: 20px;
}


/* -------------- footer -------------------- */



#footer {
	width: 860px;
	height: 200px;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

#footer p {
	font-size: 7pt;
	color: #002d23;
	font-style: normal;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer h3 {
	font-size: 8pt;
	color: #002d23;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #002d23;
}

#footer #altnav {
	text-align: center;
	font-size: 8pt;
}



/* -------------- misc -------------------- */



.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.floatright {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.clearit {
	clear: both;
}

.leftpad {
	padding-left: 13px;	
}

.like {
	font-weight: bold;
	color: #FFF;	
}

.marginright {
	margin-right: 50px;
}





