/* CSS Document */

/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #000; 
	background: #FFF; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: bold 14pt georgia; 
	margin-bottom: 0px; 
	color: #000;
	margin-top: 5px;
	}
h3.subcategory { 
	font: bold 12pt georgia; 
	margin-bottom: 0px; 
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	}	

h3.residential { 
	font: bold 14pt georgia; 
	margin-bottom: 0px; 
	color: blue;
	margin-top: 5px;
	}
h3.commercial { 
	font: bold 14pt georgia; 
	margin-bottom: 0px; 
	color: orange;
	margin-top: 5px;
	}
 h3.subheader {
 	font: bold 10pt georgia; 
	margin-bottom: 0px; 
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
	
	font-weight: bold;
 }
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	border: none;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #red;
	}
img {
	border: none;
}


/* specific divs */
#container { 
	
	height: 905px;
	min-height: 500px;
	background: #FFF;
	width: 1000px;
	background-image:url(images/designstructure.gif);
	background-repeat: no-repeat;
	padding: 0px;
	}

#leftside {
	position: relative;
	top: 60px;
	left: 80px;
	float: left;
	width: 200px;
}
	
#pageHeader { 
	z-index:0;
	height: auto;
	margin-left: 75px;
	padding-top: 5px;
	width: 850px;
	}

#pageHeader a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DD0200;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	}
#pageHeader a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	}
	
#pageHeader	a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;

	}

#pageHeader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}


#nav {
	margin-top: 55px;
	margin-left: 175px;
	h
	}

#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:10px;
	}
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
	
#content {
	margin-top: 10px;
	margin-left: 75px;
	float: right;
	height: 615px;
	width: 675px;
	overflow: auto;

	
}
#ProductContent {
	margin-top: 10px;
	margin-left: 250px;
	height: 615px;
	width: 750px;
	overflow: auto;
	float: right;
}

#content p {
	padding: 10px;
}

#ProductContent p {
	padding: 10px;
	padding-right: 25px;
}

#footer {
	
	position: relative;
	top: -600px;
	left: 50px;
	float: left;
	z-index:3;
	width: 750px;
	height: 100px;
	}

 /* styling for product list */
div.product {
  clear: both;
  line-height:30px;
  padding-left:5px;
 
  }

div.product span.model {
  float: left;
  width: 225px;
  text-align: right;
 
  }

div.product span.price {
  float: right;
  width: 50%;
  text-align: left;
 }

.thumbnail  {
	float: left;
	padding-left: 20px;
}

/* styling for forms */
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 20%;
  text-align: right;
  }

div.row span.input {
  float: right;
  width: 70%;
  text-align: left;
  }
  
