/* Top Right Bottom Left is the order */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E6E6E6;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#hLinks {
	background-color:#FFF8D2;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 5px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 18px;
	margin-left: 18px;
}
#hLinks a:link, #hLinks a:visited, #hLinks a:active {
	font-size: small;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#hLinks a:hover {
	color: #990000;
	text-decoration: none;
}
#leftRightBackground {
	background-color: #99CCFF;
	width: 100%;
}
#rhSide {
	background-color: #FFFFFF;
	margin-left: 180px;
}

/* link blocks on left hand side of page */
#lhLinks {
	width: 180px;
	float: left;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#lhLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lhLinks a:link, #lhLinks a:visited, #lhLinks a:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #99CCFF;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 10px;
}
#lhLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	background-color: #99CCFF;
	border-right: 2px solid #000;
}
body#aboutpage li#about a, body#contactpage li#contact a, body#homepage li#home a, body#servicespage li#services a, body#productspage li#products a {
  background: #669;
  border-right: 2px solid #000;
  color: #FFF;
}
/* end lhLinks */

#content {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
#copyright a:link, #copyright a:visited, #copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	color: #333333;
	text-decoration: none;
}
#btmLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
#btmLinks a:link, #btmLinks a:visited, #btmLinks a:active {
	font-size: small;
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#btmLinks a:hover {
	color: #990000;
	text-decoration: underline;
}
#floatLeft {
    float: left;
    padding-right: 20px;
}
#floatRight {
    float: right;
    padding-left: 20px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
}
/* Form layout */
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 

/* end form layout */


/* Table layout */
#table {
   border: 1px solid #FD6D09;
   }
#table tbody td{
   border: 1px solid #FD6D09;
   padding: 4px 4px 4px 4px;
   }
#table thead{
 background-color:#36c;}
#table tbody th{
 background-color: gray;}
#table tfoot{
 background-color:#c63;}
/* end table layout */
