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 {
    width: 960px;
    margin: 0 auto;
	position:relative;
}

img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

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

#headerTitle-LifesizeDesign a {
	text-indent: -9999px;
	background: url('../img/headerLD.png') no-repeat top left transparent;
	width: 300px;
	height: 80px;
	display: block;
}

#headerCopy {
	color: #fff;
	font-style:italic;
	font-family: Georgia;
	font-size:1.3em;
	text-align: justify;
	margin-left:20px;
	margin-top:15px;
	height: 55px;
}

#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:300px;
	float:left;
	margin:0 10px 0 10px;
}

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

.columnContent ul {
	color:#870700;
	margin: -10px 0 0 15px;
	padding: 0;
	list-style: none;
}

.columnContent li {
	margin: 5px;
	padding: 0;
}

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

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

.columnContent h3 {
	font-family:Georgia;
	font-size: 22px;
	color:#333;
	margin: 20px 20px 10px 20px;
}

.columnContent h4 {
	font-size: 18px;
	color:#333;
	margin: 20px 20px 10px 20px;
}

.columnContent p {
	margin:12px 20px 10px 20px;
	text-align:left;
}

.columnContent img {
	margin: 10px;
}

.mainBox {
	border: 1px solid #ccc;
	margin: 20px;
}

.mainBox h4 {
	margin: 0 0 0 20px;
}

.mainBox div.desc {
	padding: 8px;
}

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

#serviceList {
	width: 230px;
}

.slideshow {
	width: 310px;
	margin-right: 40px;
}

/*------------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;
	margin: 20px 0 0 0;
	text-indent: -9999px;
}
#contact_emailForm {
	margin: 10px 20px 10px 20px;
}

#contact_emailForm form {
	margin: 10px;
}

/* ########## 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;
}
/* test CSS  */