/* HTML Defaults */

body {
	font: 75%/1.25em Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff url(../images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #802454;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 200%;
	line-height: 1.15em;
	font-weight: normal;
	color: #802454;
}
h3 {
	font-size: 150%;
	line-height: 1.15em;
	font-weight: normal;
	color: #802454;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
input, select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	font-weight: bold;
}
cite {
	font-size: 92%;
	font-weight: bold;
	font-style: normal;
}

/* Main Container */

#container {
	background: url(../images/container_bg.png) no-repeat right top;
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
}
.clear {
	clear: both;
}

/* Header and Nav */

#navcolumn {
	width: 310px;
	float: left;
}
#navcolumn .displayimage {
	padding-bottom: 10px;
}
#header {
	background: url(../images/header_bg.png) no-repeat left top;
	height: 205px;
	width: 300px;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
	overflow: visible;
}
#home #header {
	margin-bottom: 0;
}
#header h1, #header h1 a {
	height: 163px;
	width: 95px;
}
#header h1 {
	font-size: 100%;
	background: url(../images/header_logo.png) no-repeat center center;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: -32px;
	left: 12px;
	z-index: 100;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
}
#header ul {
	margin: 0 0 0 140px;
	padding: 10px 0 0 1px;
}
#header li {
	line-height: 20px;
	font-weight: bold;
	list-style: none;
}
#header li a {
	color: #fff;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 134px;
	padding: 0 10px 0 15px;
}
#header li a:hover {
	text-decoration: none;
	background-position: left -20px;
}
#home #navhome a, #internalsignage #navinternalsignage a, #externalsignage #navexternalsignage a, #vehiclegraphics #navvehiclegraphics a, #vehiclewrapping #navvehiclewrapping a, #promotionalsignage #navpromotionalsignage a, #testimonials #navtestimonials a, #news #navnews a, #contactus #navcontactus a {
	color: #ccc;
}

/* Contact and Call Back */

#contact {
	color: #fff;
	background: url(../images/contact_bg.png) no-repeat left top;
	height: 95px;
	width: 980px;
	float: left;
	clear: both;
	position: relative;
	z-index: 200;
	overflow: visible;
}
#contact a {
	color: #f7c200;
}
#contact h2, #contact p, #contact form {
	margin: 0;
}
#contactinfo {
	font-size: 117%;
	line-height: 1.3em;
	width: 160px;
	float: left;
	padding: 15px;
}
#contactinfo strong {
	font-size: 140%;
	line-height: 1.3em;
	font-weight: normal;
}
#address {
	font-size: 92%;
	line-height: 1.2em;
	background: url(../images/contact_divider.png) no-repeat right center;
	width: 130px;
	float: left;
	padding: 15px 15px 15px 0;
}
#callback {
	width: 630px;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 350px;
	z-index: 2000;
}
#callback h2 {
	font-size: 150%;
	line-height: 1.2em;
	color: #fff;
	width: 135px;
	float: left;
}
#callback p {
	font-size: 83%;
	line-height: 2em;
	width: 495px;
	float: left;
}
#callback form {
	width: 630px;
	float: left;
	clear: both;
	padding-top: 5px;
}
#callback input, #callback select {
	font-size: 83%;
	float: left;
	margin: 0 4px 4px 0;
}
.callbackinput {
	background: #fff url(../images/input_bg.png) repeat-x left top;
	width: 108px;
	border: solid 1px #fff;
}
.callbackbutton {
	color: #fff;
	background: url(../images/callback_button.png) no-repeat center center;
	text-align: center;
	height: 20px;
	width: 106px;
	clear: both;
	border: none;
}

/* Footer */

#footer {
	font-size: 75%;
	color: #999;
	width: 980px;
	float: left;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 15px;
}

/* Content */

#contentfull, #title {
	width: 670px;
	float: left;
}
#title h2 {
	background: url(../images/bullet_title.png) no-repeat 15px center;
	margin: 0;
	padding: 10px 45px;
}
#content, #contentfull {
	float: left;
}
#content {
	width: 410px;
}
#contentwrapper {
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#contentwrapperinner {
	min-height: 210px;
	padding: 20px 20px 0 20px;
}
#content #contentwrapper {
	background: url(../images/content_bg.png) no-repeat left bottom;
}
#content #contentwrapperinner {
	background: #fff url(../images/content_inner_bg.png) no-repeat left top;
}
#contentfull #contentwrapper {
	background: url(../images/contentfull_bg.png) no-repeat left bottom;
}
#contentfull #contentwrapperinner {
	background: #fff url(../images/contentfull_inner_bg.png) no-repeat left top;
}
#content h2, #content h3, #content h4, #content p, #content ul, #content ol {
	margin-top: 0;
	margin-bottom: .5em;
}
#side {
	text-align: right;
	width: 260px;
	float: right;
}
.displayimage {
	clear: both;
	padding-bottom: 10px;
}
.testimonial {
	background: url(../images/quote_l.png) no-repeat left top;
	padding-left: 30px;
	border-bottom: solid 1px #ccc;
}
.testimonial p {
	margin: 1em 0;
}
.newsitem {
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.newsitem h3 {
	margin-top: 0;
}
.newsitem img {
	float: right;
	margin: 1em 0 1em 1em;
}
.contacttext {
	width: 250px;
	float: left;
}
#contactus #contentwrapperinner form {
	background: url(../images/form_bg.png) repeat-x left top;
	width: 380px;
	float: right;
	margin: 0;
}
#contactus #contentwrapperinner form fieldset {
	padding: 15px;
}
#contactus #contentwrapperinner form h3 {
	margin: 0 0 .5em 0;
}
#contactus #contentwrapperinner form p {
	margin: .5em 0;
}
.textinput {
	background: #fff;
	width: 340px;
	padding: 4px;
	border: solid 1px #ccc;
}
.button {
	color: #fff;
	text-align: center;
	background: url(../images/button_bg.png) no-repeat center center;
	height: 24px;
	width: 100px;
	border: none;
}

/* Front */

#home #content {
	background: url(../images/content_bg_front.png) no-repeat left top;
	height: 205px;
	width: 670px;
	margin: 0;
	padding: 0;
}
#home #contentwrapper, #home #contentwrapperinner {
	background: none;
	min-height: 0;
}
#home #contentwrapperinner {
	padding: 10px 20px 0 20px;
}
#home #content h2 {
	font-size: 125%;
	line-height: 1.8em;
	color: #8f8f8f;
	background: url(../images/content_front_divider.png) no-repeat right center;
	text-align: right;
	width: 210px;
	float: left;
	margin: 0;
	padding-right: 21px;
}
#home #content p {
	margin-left: 251px;
}
#frontphotos {
	float: left;
	clear: both;
	padding: 10px 10px 10px 0;
}
#frontnews {
	width: 180px;
	float: left;
	padding: 10px;
}
#frontnews h2, #frontnews h2 a {
	color: #8f8f8f;
}
#frontnews h2 {
	font-size: 150%;
	line-height: 1.2em;
	margin: 0;
}
#frontnews ul {
	margin: 0;
	padding: 0;
}
#frontnews li {
	margin-top: .7em;
	list-style: none;
}
li.more {
	font-weight: bold;
	background: url(../images/bullet_more.png) no-repeat left center;
	padding-left: 18px;
}
#bigman {
	background: url(../images/bigman.png) no-repeat center center;
	display: none;
	height: 355px;
	width: 281px;
	position: absolute;
	right: -5px;
	bottom: -25px;
	z-index: 500;
}
#home #bigman {
	display: block;
}
