@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c8c8c8;
}

.wrap {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	padding: 0;
}

#container {
	display: block;
	position: relative;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 75px 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}



#header {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 115px;
	background-color: #FFF;
}

#promo {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 90px;
	border-top: 5px solid rgb(158,168,168);
	background: url(images/promobknd.png) repeat-x top center;
}

#promo.home {
	height: 277px;
	background: url(images/promobknd-home.png) repeat-x top center;
}

#content {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	background: #000 url(images/bodybknd.png) repeat-x top;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content.home {
	background: #000 url(images/bodybknd-home.png) repeat-x top;
}


#main {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 0 75px 0;
	width: 550px;
	float: left;
}

#sidebar {
	display: block;
	margin: 40px 0 0 50px;
	padding: 0;
	width: 300px;
	float: left;
}

body.home #main, body.home #sidebar {
	top: 397px;
}

.mainlogo {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100px;
	top: 15px;
	left: 0;
	z-index: 500;
}

.topinfo {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 39px;
	top: 40px;
	left: 350px;
	z-index: 500;
}

.mainlogo a {
	display: block;
	background: url(images/mainlogonew.png) no-repeat top left;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100px;
	z-index: 500;
	cursor: pointer;
}

.mainlogo a:hover {
	background-position: right;
}


.topinfo a {
	display: block;
	background: url(images/info.gif) no-repeat;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 39px;
	z-index: 500;
	cursor: pointer;
}

h2 {
	font: 190% Georgia, "Times New Roman", Times, serif;
	color: rgb(234,26,28);
	margin: 1.5em 0 1em 0;
}

h3 {
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 1.5em 0 1em 0;
}

h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 1.5em 0 1em 0;
}


p {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0;
}

li {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #c8c8c8;
	margin: 0;
}

a, a:hover, a:visited, a:visited:hover {
	color: #FFF;
}

h2.first, h3.first, h4.first, h5.first, p.first {
	margin-top: 50px;
}


#promo h2 {
	display: block;
	margin: 24px 0 0 0;
	padding: 4px 0 0 0;
	color: #FFF;
}

ul.promonav {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 176px;
}

ul.promonav li {
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
	width: 280px;
	height: 176px;
	float: left;
}

ul.promonav li a {
	display: block;
	width: 240px;
	height: 100px;
	position: relative;
	top: 0;
	outline: none;
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 76px 20px 0 20px;
	color: #c8c8c8;
	line-height: 1.4em;
}

ul.promonav li#webpromo { margin-right: 30px; }		
ul.promonav li#printpromo { margin-right: 30px; }		

ul.promonav li#webpromo a { background:transparent url(images/promo-web.png) no-repeat bottom center; }		
ul.promonav li#printpromo a { background:transparent url(images/promo-print.png) no-repeat bottom center; }		
ul.promonav li#logopromo a { background:transparent url(images/promo-logo.png) no-repeat bottom center; }		

ul.promonav li a:hover {
	color: #FFF;
	cursor: pointer;
}


ul.recentworknav {
	display: block;
	width: 434px;
	height: 40px;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 0;
}

ul.recentworknav li {
	display: block;
	margin: 0 0 0 30px;
	padding: 0;
	height: 40px;
	float: right;
}

ul.recentworknav li#webpromo {
	margin-left: 0;
}

ul.recentworknav li a {
	display: block;
	height: 40px;
	position: relative;
	top: 0;
	outline: none;
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-indent: -999em;
}

ul.recentworknav li#webpromo a { width: 120px; background:transparent url(images/nav-web.png) no-repeat bottom center; }		
ul.recentworknav li#printpromo a { width: 130px; background:transparent url(images/nav-print.png) no-repeat bottom center; }		
ul.recentworknav li#logopromo a { width: 124px; background:transparent url(images/nav-logo.png) no-repeat bottom center; }		

ul.recentworknav li#webpromo a.link, ul.recentworknav li#printpromo a.link, ul.recentworknav li#logopromo a.link { background-position: top; }		

ul.recentworknav li#webpromo a.link:hover, ul.recentworknav li#printpromo a.link:hover, ul.recentworknav li#logopromo a.link:hover {
	background-position: bottom;
	cursor: pointer;
}




#sidebar ul {
	margin: 0;
	padding: 0;
}


#sidebar li {
	margin: .5em 0 0 15px;
	padding: 0;
	font-size: 80%;
}

.sidebox {
	width: 300px;
	min-height: 100px;
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	background-image: url(images/sideboxtop.png);
	background-position:top;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000000;
}

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

.sidebox2 {
	display: block;
	width: 300px;
	min-height: 85px;
	background-image: url(images/sideboxbot.png);
	background-position:bottom;
	background-repeat: no-repeat;
	padding: 0 0 15px 0; 
	margin: 20px 0 0 0;
}

.sidebox p {
	width: 270px;
	margin: 0 auto; 
	color: #FFF;
}

ul#nav, ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul#nav {
	display: block;
	width: 300px;
	margin-bottom: 30px;
}

ul#nav a, ul#nav a:visited {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	width: 300px;
	height: 40px;
	background-position: top;
	text-indent: -999em;
}

ul#nav a#contactus { background: transparent url(images/contactbutton.png) no-repeat; }
ul#nav a#recentwork { background: transparent url(images/recentworkbutton.png) no-repeat; }

ul#nav a#contactus:hover, ul#nav a#recentwork:hover { background-position: bottom; cursor: pointer; }


#portfolio ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#portfolio li {
	font-style: normal;
	background: transparent url(images/gray-arrow.gif) no-repeat bottom left;
	text-align: left;
	padding: 0;
	margin: 30px 0 40px 0;
}

#portfolio ul.logos li {
	width: 250px;
	margin: 30px 25px 30px 0;
	float: left;
	display: block;
}


#portfolio p {
	margin: 5px 0 0 15px;
}

#portfolio img {
	padding: 5px;
	border: 1px solid #666;
}

 /************************** Style for Contact Forms **************************/


#contact-area {
	width: 500px;
	margin-top: 25px;
	display: block;
	color: #c8c8c8;
}

#contact-area input, #contact-area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	width: 378px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #c8c8c8;
	/* I added the following */
	display: block;
	float: left;
	background: transparent;
	color: #FFF;
}

#contact-area select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	width: 430px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #c8c8c8;
	/* I added the following */
	display: block;
	float: left;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #eb2a2e;
}

#contact-area input#submit-button {
	display: block;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 40px;
	float: right;
	margin-right: 10px;
	background: transparent url(images/submitbutton.png) no-repeat top;
	text-indent: -999em;
	border: none;
}

#contact-area input#submit-button:focus, #contact-area input#submit-button:hover {
	background-position: bottom;
	cursor: pointer;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 90px;
	padding-top: 5px;
	/* I added the following */
	font-size: 12px;
	display: block;
}

/*
#contact-area label.state {
	width: 55px;
}

#contact-area label.zip {
	width: 30px;
}

#contact-area input#name, #contact-area input#email, #contact-area input#company, #contact-area input#city {
	width: 151px;
}

#contact-area input#phone, #contact-area input#fax {
	width: 115px;
}

#contact-area input#state {
	width: 25px;
}

#contact-area input#zip {
	width: 73px;
}

*/

#contact-area input#checkbox {
	width: 15px;
	height: 15px;
}

#contact-area input#required, #contact-area input#event {
	display:none;
}

#contact-area .divider {
	width: 490px;
	height: 1px;
	display: block;
	clear: both;
}

#contact-area #footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2.5em;
	display: block;
	float: left;
	margin-left: 110px;
}

#contact-area .indented {
	margin-left: 100px;
}

#contact-area input.error, #contact-area textarea.error {
	background-color: rgb(234,26,28);
}

#contact-area #errormsg  {
	margin-left: 100px;
}

#contact-area #errormsg li {
	text-align: left;
	list-style-type: none;
}

