body { 
    margin: 0;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000;
    background: url(../img/headerBG.png) top left repeat-x #fff;
}

#wrapper {
	background: url('../img/headerLD.png') no-repeat top left transparent;
    width: 960px;
    margin: 0 auto;
	position:relative;
}

img {
	border: none;
}

.grid {
	margin-right: 20px;
}

* {
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,img,ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ########## HEADER ########## */
#header {
	height: 150px;
}

#header a {
	text-indent: -9999px;
	height: 150px;
	width: 540px;
	display: block;
}

#headerCopy .highlight {
	color: #80D3F0;
}

#headerNav {
	float: right;
	margin-right: 50px;
	margin-top: -25px;
}

#headerNav li {
	color: #333;
	background-color: #e3e3e3;
	height: 25px;
	margin-left: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#headerNav a {
	margin: 0;
	padding: 8px;
	display: block;
	color: #333;
	text-decoration: none;
}

#headerNav a:hover, a:active {
	color: #00a0c7;
	text-decoration: underline;
}

#headerSubNav {
	float: right;
	text-align: center;
}

#headerSubNav ul {
	margin: 0;
	list-style: none;
}

#headerSubNav li {
	margin: 0;
	border: 1px solid #fff;
}

#headerSubNav a {
	padding: 8px;
	display: block;
}

/* ########## COLUMNS ########## */
#columnWrapper {
	margin-top: 30px;
}

.column {
	background:url(../img/BG_column300px.png) top left no-repeat #fff;
	min-height:175px;
	width:255px;
	float:left;
	margin:0 10px 0 10px;
	padding: 10px 20px 10px 20px;
}

.columnDouble {
	background:url(../img/BG_column580px.png) top left no-repeat #fff;
	min-height:175px;
	width:540px;
	float:left;
	margin:0 10px 0 10px;
	padding: 10px 20px 10px 20px;
}

.columnContent ul {
	color:#870700;
	list-style: none;
}

.columnContent a:link, a:visited {
	color:#870700;
}

.columnContent a:hover, a:active {
	color:#00a0c7;
}

.mainBox {
	border: 1px solid #ccc;
	padding: 10px;
	width: 516px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-------------INDEX-------------*/
.mainTitle-WebDesign {
	background: url('../img/text_mainTitle-WebDesign.png') no-repeat top left transparent;
	height: 26px;
	width: 550px;
	text-indent: -9999px;
}
.mainTitle-GraphicsIllustration {
	background: url('../img/text_mainTitle-GraphicsIllustration.png') no-repeat top left transparent;
	height: 26px;
	width: 550px;
	text-indent: -9999px;
}
.sidebarTitle-MoreInfo {
	background: url('../img/text_sidebarTitle-MoreInfo.png') no-repeat top left transparent;
	height: 26px;
	width: 280px;
	text-indent: -9999px;
}
.sidebarTitle-HireQuote {
	background: url('../img/text_sidebarTitle-HireQuote.png') no-repeat top left transparent;
	height: 26px;
	width: 280px;
	text-indent: -9999px;
}
/*------------ABOUT---------------*/



/*------------WORK----------------*/
.sidebarTitle-Testimonials {
	background: url('../img/text_sidebarTitle-Testimonials.png') no-repeat top left transparent;
	height: 26px;
	width: 280px;
	margin: 20px 0 0 10px;
	text-indent: -9999px;
}	

.thumbnailGrid {
	margin: -10px 10px 0 10px;
}

.thumbnailGrid img {
	border: none;
	float: left;
	margin-bottom:10px;
}

/*------------EMAIL---------------*/
.mainTitle-SendAnEmail {
	background: url('../img/text_mainTitle-SendAnEmail.png') no-repeat top left transparent;
	height: 26px;
	width: 550px;
	text-indent: -9999px;
}

#contact_emailForm form {
	margin: 10px;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

/* ########## FOOTER ########## */
#footer {
	background: url('../img/footerBG.png') top left repeat-x transparent;
	height: 40px;
	width: 100%;
    margin: 0;
	position:relative;
}

#footerWrapper {
	width: 960px;
	margin: 0 auto;
}

#footerWrapper ul {
	font-size: 13px;
	margin: 0;
}

#footerWrapper li {
	margin: 11px 10px 10px 0;
}

#footerWrapper a:link, a:visited {
	color: #000;
	text-decoration: none;
}

#footerWrapper a:hover, a:active {
	color: #ccc;
	text-decoration: underline;
}

#footerWrapper img {
	border: none;
	margin: 5px;
}

#footerWrapper p {
	margin-left: 30px;
}

/* ########## FORMATTING CLASSES ########## */
.clear {
	clear:both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float:right;
}
.clearLeft {
	clear: left;
}
.horzList {
	margin: 0;
	list-style-type: none;
}
.horzList li {
	float: left;
}
.vertList li {
	float: none;
}
.bump10 {
	margin-top: -10px;
}
.bump13 {
	margin-top: -13px;
}

.z50 {
	position: relative;
	z-index: 50;
}
.strong {
	font-size: 1.5em;
	font-weight: bold;
}
.padded {
	padding: 10px;
}
/* test CSS  */
