/* Kill Defaults */
html, body, p, ul, li, h1, h2, h3, h4, img {
     margin: 0;
     padding: 0;
}
ul {
     font-size: .875em;
}
li {
	list-style-type: square;
	margin-bottom: 10px;
}img {
     border: 0;
}
a {
     outline: none;
}
/* end Kill Defaults */

body {
	color: #1f1a15;
	font-size: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #e0dfde;
	text-align: center;
}
p {
	font-size: .8em;
}
h1 {
	color: #e07822;
	font-size: 1.4em;
	margin-bottom: 20px;
}
#container {
	background-color: white;
	background-image: url(images/content-tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	text-align: center;
}
#navigation {
	width: 100%;
	height: 32px;
	background-image: url(images/nav-tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#menuContainer {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
}

/* for css menu */
#menu {
	right: 0px;
	top: 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	background: none;
	height: 32px;
	position: absolute;
}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 8px;
	line-height: 32px;
	color: #e0dfde;
}
#menu li a:hover, #menu li.active a {
	background-color: #e07822;
	color: #ffffff;
}
/* end css menu */

#content {
	width: 900px;
	margin: 0px auto 0px auto;
}
.columnLeft {
	margin-left: 20px;
	width: 368px;
	float: left;
	text-align: left;
}
.columnRight {
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}
.columns4 {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	width: 185px;
	float: left;
	text-align: left;
}
.columns4 h1 {
	text-transform: uppercase;
	font-size: 0.75em;
	margin: 0px;
}
.columns4 p {
	font-size: 0.65em;
}
#footer {
	padding-left: 30px;
	clear: both;
	font-size: 0.85em;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 16px;
	width: 900px;
	text-align: left;
}
#footer a {
	color: #1f1a15;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.clearer {
	height: 1px;
	clear: both;
}
.clientList {
	font-size: 0.75em;
	font-weight: bold;
	margin: 20px 0px 20px 30px;
	border-left: 1px solid #e17a23;
}
.clientList li {
	padding-left: 12px;
	list-style-type: none;
}
.galleryHolder {
	width: 480px;
}
.galleryHolder img {
	padding: 0px 20px 20px 0px;
}
/* form styling */
form {
	padding-top: 6px;
	font-size: .75em;
}
.row {
	clear: both;
	padding-top: 4px;
}
.row span.label {
  float: left;
  width: 170px;
  text-align: right;
  padding-right: 4px;
}
.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
} 
.spacer {
  clear: both;
}