body {
	background-color: #000;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height: 100%;
}

a {
   text-decoration: none;
}
a:link, a:visited, a:active, a:hover {
   color: #FFF;
}

#container {
	margin: 0 auto;
	height: 100%;
	width: 800px;
}

h1 {
	background-repeat: no-repeat;
	clear: both;
	height: 0;
	overflow: hidden;
	padding-top: 198px;
	width: 800px;
}

body.home h1 {
	background-image: url(../images/logo.png);
}

body.services h1 {
	background-image: url(../images/h1-services.png);
}

body.ourwork h1 {
	background-image: url(../images/h1-our-work.png);
}

body.aboutus h1 {
	background-image: url(../images/h1-about-us.png);
}

body.links h1 {
	background-image: url(../images/h1-links.png);
}

small {
	font-size: .8em;
	font-weight: bold;
}

#header {
	position: relative;
	text-align: center;
}

#nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	padding-left: 162px;
	position: relative;
}

#nav li {
	float: left;
}

#nav li a {
	background-image: url(../images/nav.png);
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 31px ; 
	position: relative;
}

#nav li a span {
	background-image: url(../images/nav.png);
	display: block;
	height: 0;
	left: 0;
	overflow: hidden;
	padding-top: 31px;
	position: absolute;
	top: 0;
	z-index: 100;
}

#navHome {
	background-position: 0px 0px;
	width: 78px;
}

#navHome span {
	background-position: 0px -31px;
	width: 78px;
}

.home #navHome {
	background-position: 0px -62px;
	width: 78px;
}

#navServices {
	background-position: -78px 0px;
	width: 95px;
}

#navServices span {
	background-position: -78px -31px;
	width: 95px;
}

.services #navServices {
	background-position: -78px -62px;
	width: 95px;
}

#navOurWork {
	background-position: -173px 0px;
	width: 98px;
}

#navOurWork span {
	background-position: -173px -31px;
	width: 98px;
}

.ourwork #navOurWork {
	background-position: -173px -62px;
	width: 98px;
}

#navAboutUs {
	background-position: -271px 0px;
	width: 97px;
}

#navAboutUs span {
	background-position: -271px -31px;
	width: 97px;
}

.aboutus #navAboutUs {
	background-position: -271px -62px;
	width: 97px;
}

#navContactUs {
	background-position: -368px 0px;
	width: 109px;
}

#navContactUs span {
	background-position: -368px -31px;
	width: 109px;
}

.contactus #navContactUs {
	background-position: -368px -62px;
	width: 109px;
}

#header .tagline {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	left: 30px;
	position: absolute;
	text-align: left;
	top: 175px;
	width: 300px;
}

#content {
	background-image: url(../images/content-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 40px 10px 100px 10px;
	position: relative;
}

.aboutus #content h2, .aboutus #content h3 {
	margin: 0 0 20px 20px;
}

#content h2 {
	clear: both;
	color: #f3d4b1;
	font-size: 1.6em;
	margin-top: 40px;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	margin: 0 0 5px 20px;
	text-decoration: underline;
}

.aboutus #content ul {
	font-size: 1.2em;
	margin: 0 0 20px 40px;
}

.aboutus #content ul li {
	color: #666;
	margin-bottom: 5px;
}

.linkEmail {
	background-image: url(../images/mini-email.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#content .linkEmail {
	font-size: .9em;
}

.linkEmail:hover {
	text-decoration: underline;
}

.aboutus #content p.first {
	color: #FFF;
	font-size: 1.6em;
}

.aboutus #content p {
	color: #CCC;
	font-size: 1.4em;
	margin-bottom: 20px;
	padding: 0 20px;
}

#downloads h2 {
	background-image: url(../images/h2-free-stuff.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 65px;
	width: 780px;
}

#downloads p {
	color: #999;
	font-size: 1.1em;
	padding: 10px 20px 5px 20px;
}

#downloads span {
	color: #b4d045;
	float: right;
	padding: 0 20px 5px 0;
	text-align: right;
}

#downloads span a:hover {
	text-decoration: underline;
}

#content .tagline {
	clear: both;
	color: #999;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 800px;
}

#blurbs, #showcase, #serviceslist {
	margin-bottom: 20px;
	width: 800px;
}

#blurbs .blurb {
	display: block;
	float: left;
	height: 70px;
	margin: 20px;
	width: 220px;
}

#showcase .blurb {
	display: block;
	float: left;
	height: 70px;
	margin: 0 10px 20px 0;
	width: 250px;
}

#serviceslist .service {
	margin: 0 10px 10px 0;
	padding: 10px;
	position: relative;
	width: 780px;
}

#blurbs .blurb img, #showcase .blurb img {
	float: left;
	margin: 0 10px;
}

#serviceslist .service img {
	float: left;
	margin: 0 10px 10px 10px;
}

#blurbs .blurb span, #showcase .blurb span {
	color: #333;
}

#blurbs .blurb span.title, #showcase .blurb span.title {
	color: #666;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0;
}

#serviceslist .service span {
	color: #999;
}

#serviceslist .service span.title {
	color: #ccc;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#serviceslist .service p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 5px 0 10px 90px;
}

.linkext {
	background-image: url(../images/mini-external.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#serviceslist .linkext {
	font-size: .9em;
}

#serviceslist .service a:hover {
	text-decoration: underline;
}

.links #content {
	color: #CCC;
	font-size: 1.4em;
}

#content .link h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.link dl p {
	float: left;
	margin-top: 20px;
}

.link dt, .link dd {
	float: left;
	margin-bottom: 5px;
}

.link dt {
	width: 100px;
}

.link dd {
	width: 680px;
}

#slider {
	clear: both;
	margin: 20px 0;
	position: relative;
}

#slider .more {
	bottom: 0;
	display: block;
	height: 25px;
	line-height: 20px;
	position: absolute;
	right: 0;
	width: 130px;
	z-index: 1500;
}

#slider, #slider ul li {
	background-color: #CCC;
	height: 200px;
	overflow: hidden;
	width: 800px;
}

#slider ul li div {
	padding: 10px;
}

#slider ul li div div {
	float: left;
	height: 180px;
	padding: 10px;
	width: 250px;
}

#slider ul li div img {
	float: left;
}

#slider img.mask {
	display: block;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 500;
}

#slider h3 {
	color: #666;
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

#slider p {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#slider strong {
	color: #FFF;
	font-size: 1.1em;
}

#freestuff, .sitelink {
	position: relative;
	z-index: 800;
}

#freestuff a {
	margin-left: 160px;
	position: absolute;
	z-index: 700;
}

span#prevBtn a, span#nextBtn a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 50px;
	width: 50px;
}

span#prevBtn a {
	background-image: url(../images/prev-btn.png);
}

span#nextBtn a {
	background-image: url(../images/next-btn.png);
}

span#prevBtn {
	left: -40px;
	position: absolute;
	margin: -125px 0 0 0;
	z-index: 600;
}

span#nextBtn {
	right: -60px;
	position: absolute;
	margin: -125px 0 0 0;
	z-index: 600;
}

a.more {
	background-image: url(../images/more.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 25px;
}

a.more:hover {
	background-image: url(../images/more-hover.png);
	color: #FFF;
	text-decoration: underline;
}

.home .aboutus p {
	color: #CCC;
	font-size: 1.4em;
	padding: 0 20px;
}

.home .aboutus .more {
	float: left;
	line-height: 20px;
	margin: 10px 0;
}

.aboutus img {
	float: left;
	margin-right: 10px;
}

.clear {
	clear: both;
}

#bottom {
	padding: 20px;
}

#footer {
	background-image: url(../images/footer-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	height: 850px;
	padding-top: 30px;
	text-align: center;
}

#footercontent {
	margin: 0 auto;
	position: relative;
	width: 800px;
}

#footercontent a.more {
	background-image: url(../images/top.png);
	display: block;
	height: 27px;
	left: 345px;
	margin: -29px auto;
	padding: 3px 0 0 0;
	position: absolute;
	width: 110px;
}

#footercontent a.more:hover {
	background-image: url(../images/top-hover.png);
}

#links ul {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
}

#links a {
	color: #CCC;
}

#links a:hover {
	color: #FFF;
	text-decoration: underline;
}

#links ul li {
	color: #b1c44f;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#links ul li ul {
	font-weight: normal;
	margin: 5px 0 0 0;
}

#links ul li ul li {
	font-size: .9em;
}

#links ul li ul li ul {
	font-size: .9em;
	margin: 5px 0 0 10px;
}

#links ul li ul li ul a {
	color: #999;
}

#links, #contact {
	float: left;
	text-align: left;
}

#links {
	width: 360px;
}

#contact {
	width: 440px;
}

#contact img {
	margin-top: 20px;
	position: absolute;
	z-index: 100;
}

#contact h2 {
	color: #b1c44f;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 235px;
}

#contactForm {
	color: #CCC;
	margin-left: 235px;
}

#contactForm label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0 10px;
}

#contactForm input, #contactForm textarea {
	background-position: top left;
	background-repeat: no-repeat;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px 5px 0 5px;
	width: 190px;
}

#contactForm input {
	background-image: url(../images/input-bg.png);
	height: 30px;
	margin-bottom: 10px;
}

#contactForm input.idle {
	background-image: url(../images/input-bg.png);
}

#contactForm input.active {
	background-image: url(../images/input-focus-bg.png);
}

#contactForm textarea {
	background-image: url(../images/textarea-bg.png);
	height: 95px;
	margin-bottom: 15px;
	overflow: hidden;
}

#contactForm textarea.idle {
	background-image: url(../images/textarea-bg.png);
}

#contactForm textarea.active {
	background-image: url(../images/textarea-focus-bg.png);
}

#contactForm #counter {
	float: left;
}

#contactForm input.submitBtn {
	background-image: url(../images/submit-button.png);
	color: #CCC;
	float: right;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 25px;
	padding: 0;
	cursor: pointer;
	width: 100px;
}

.copyright {
	color: #999;
	font-weight: bold;
	padding-top: 20px;
}

#contact .footnote {
	clear: both;
	color: #CCC;
	float: left;
	margin: 10px 0 0 0;
}

label.error {
	color: red;
	display: block;
	float: left;
	padding-left: 10px;
	width: 250px;
}

.qtip-title, .qtip-content {
	color: #CCC;
	font-size: 1em;
	font-weight: bold;
}

#lightbox-container-image-box {
}

#lightbox-container-image-data-box {
	background-color: transparent;
}

#lightbox-container-image-data {
	color: #CCC;
}

#lightbox-secNav-btnClose {
	width: 80px;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	height: 40px;
	width: 70px;
}