/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */

html {
	height: 100%;
	background-color:  #2a2a2a;
	
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: url(../art/pagebg.png) 0px 0px repeat-x;
}

/*-------------------------------------------------------- LINK */


a {
	color:	#698f31;
	text-decoration: none;
	font-weight: bold;
}

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

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2.0em;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 1.4em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.2em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.0em;
	padding: 0 0 5px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.9em;
	padding: 0 0 1.45em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */

#container-bg {
	width: 960px;
	height: 100%;
	margin: 0 auto; 
}

/*------------------------------------------------------ HEADER */

#header {
	height: 102px;
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#header .glow {
	background: url(../art/header-bg.png) 0px 0px no-repeat;
	display: block;
	height: 305px;
	left: -45px;
	position: absolute;
	top: 0px;
	width: 415px;
	z-index: -1;
}

a.logo {
	background: url(../art/logo.png) 0px 0px no-repeat;
	display: block;
	height: 43px;
	left: 10px;
	position: absolute;
	text-indent: -9999px;
	top: 33px;
	width: 228px;
	z-index: 2;
}

#header p.phone-no {
	position: absolute;
	left: 283px;
	top: 41px;
	font-size: 1.2em;
	color: #a9c45f;
	margin: 0;
	padding: 0;
}

#header p.phone-no strong {
	font-weight: normal;
	color: #f0f0f0;
}

/*------------------------------------------------------ NAV */

ul#nav {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 10px;
	top: 6px;
	height: 96px;
}

#nav li {
	float: left;
	width: 101px !important;
	height: 96px;
	width: auto;
}

#nav a {
	display: block;
	width: 101px !important;
	height: 56px;
	margin: 0;
	padding: 40px 0 0;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-weight: normal;
}

#nav a:hover {
	background-color: #242424;
}

#nav li.active {
	background: url(../art/nav-active.png) 0px 0px no-repeat;
}

#nav li.active a:hover{
	background-color: transparent !important;
}

/*------------------------------------------------------ SLIDER */

/*#slider-container {
	width: 100%;
	height: 361px;
	background: url(../art/homepagebannerbg.png) 0px 0px repeat-x;
	display: block;
}

#slider {
	height: 361px;
	margin: 0 auto;
	position: relative;
	width: 953px;
	overflow: hidden;
}

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

#slider li {
	position: relative;
	height: 361px;
	width: 953px;
}

#slider li img {
	z-index: 1;
	position: absolute;
}

#slider .textholder {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 43px;
	top: 38px;
	z-index: 2;
	width: 280px;
	color: #f1f1f1;
}

#slider .textholder h2 {
	font-size: 2.0em;
	padding: 0 0 15px;
}

#slider .textholder p, ul {
	font-size: 1.05em;
	padding: 0 0 10px;
	line-height: 1.6em;
}

#slider .textholder li {
	padding-left: 10px;
	width: auto !important;
	position: inherit !important;
	margin-left: 10px;
	height: auto;
	line-height: 1.6em;
	background: url(../art/bullet-point.png) 0px 8px no-repeat;
}

#slider a.findoutmore {
	display: block;
	height: 45px;
	width: 201px;
	position: absolute;
	bottom: 30px;
	left: 40px;
	text-indent: -9999px;
	z-index: 200;
	margin: 30px 0 0;
	background: url(../art/find-out-more.png) 0px 0px no-repeat;
}

#slider a.findoutmore:hover {
	background: url(../art/find-out-more.png) 0px -45px no-repeat;
}

#slider a.right {
	bottom: 30px;
	left: auto !important;
	right: 30px;
}

#slider a.orange {
	background: url(../art/find-out-more-orange.png) 0px 0px no-repeat;
}

#slider a.orange:hover {
	background: url(../art/find-out-more-orange.png) 0px -45px no-repeat;
}

#slider a.blue {
	background: url(../art/find-out-more-blue.png) 0px 0px no-repeat;
}

#slider a.blue:hover {
	background: url(../art/find-out-more-blue.png) 0px -45px no-repeat;
}

#slider a.view-project {
	background: url(../art/viewproject.png) 0px 0px no-repeat;
	bottom: 0px;
	display: block;	
	height: 25px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	width: 105px;
}*/


/*------------------------------------------------------ CALL TO ACTION BUTTONS */

.action-btn{
width: 219px;
display:block;
float:left;
margin: 0 9px;
}

.action-btn p.title {
text-transform:uppercase;
font-size:1.2em;
font-weight:600;
padding:10px 0 0 0;
margin:0;
}



.action-btn img{
border: solid 1px #DDDDDD;
}

.action-btn p a{
line-height:3em;
}

.action-btn img:hover{
border: solid 1px #B0CA64;
}

.action-btn p{
line-height:1.4em;
color:#807D7D;
}

.calltoaction{
padding: 28px 0 0 5px;
overflow:auto;
margin: 0 0 28px 0;
border-bottom: solid 1px #DDDDDD;
}

/*------------------------------------------------------ MAIN CONTENT */

#content-wrapper {
	width: 100%;
	padding: 0 0 20px;
	background: #fff;
}

#internal-content-wrapper {
	width: 100%;
	background-color: #fff;
}

#content {
	margin: 0 auto;
	padding: 0 0px 20px;
	width: 960px;
	/*background: url(../art/homepagebannershadow.png) no-repeat center 159px;*/
}

#content h1 {
	font-size: 1.5em;
	color: #828181;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	line-height: 3em;
}

#content h1 strong {
	font-size: 1.05em;
	color: #000;
}

#main-content {
	float: left;
	width: 613px;
	margin: 0 0 0 20px;
	padding: 0;
}

#main-content h2 {
	color: #807d7d;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#main-content p {
	color: #807d7d;
	font-size: 1.1em;
}

#main-content p a {
	font-weight: bold;
	color: #807d7d;
	text-decoration: none;
}

#main-content p a:hover {
	font-weight: bold;
	color: #5e5a5a;
}

/*------------------------------------------------------ SUPPORTING CONTENT */

#supporting-content {
	float: right;
	width: 238px;
	margin: 13px 0 0;
	padding: 0 14px 0 39px;
	border-left: 1px solid #dddddd;
}

#content.signage #supporting-content {
	float: left;
}

#content.services #supporting-content {
	float: left;
}

#internal-content-wrapper #supporting-content {
	margin: 20px 15px 0 0;
	border: none;
	padding: 0;
}

#internal-content-wrapper #supporting-content p {
	color: #595959;
}

#internal-content-wrapper #supporting-content p strong {
	color: #000;
}

#supporting-content #services-list {
	display: block;
	width: 237px;
}

#supporting-content #services-cta p {
	font-size: 1.3em;
	font-weight: 100;
	color: #58595b;
	margin: 0;
	padding: 0;
}

#supporting-content #services-cta ul {
	width: 238px;
	list-style: none;
	padding: 0;
	margin: 10px 0 23px;
}

#supporting-content #services-cta li {
	width: 238px;
	height: 37px;
	display: block;
	margin: 0 0 8px;
}

#supporting-content #services-cta li a {
	display: block;
	width: 223px;
	height: 37px;
	background: url(../art/services-list-li.png) top left no-repeat;
	font-size: 1.3em;
	color: #fff;
	font-weight: 100;
	padding: 0 0 0 15px; 
	line-height: 37px;
}

#supporting-content #services-cta li a:hover {
	text-decoration: none;
	background: url(../art/services-list-li.png) left -37px no-repeat;
	color: #3c5810;
	text-shadow: 0px 1px 0px #bbd78e;
}

#supporting-content #cta {
	display: block;
	width: 237px;
	height: 120px;
	margin: 0 0 20px 0;
	background: url(../art/label.png) 0px 0px no-repeat;
	position: relative;
}

#supporting-content #cta p strong {
	color: #fff;
}

#supporting-content #cta p {
	font-size: 1.4em;
	font-weight: 100;
	position: absolute;
	width: 110px;
	left: 12px;
	top: 20px;
	color: #fff;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 14px;
	font-family: Helvetica, Arial, sans-serif;
}

#supporting-content #cta a {
	display: block;
	position: absolute;
	font-size: 1.35em;
	right: 30px;
	right: 7px;
	top: 0px;
	width: 70px;
	height: 45px;
	font-weight: 100;
	margin: 0;
	color: white;
	padding: 45px 19px 21px;
}

#supporting-content #cta a:hover {
	text-decoration: none;
	color: #3c5810;
	text-shadow: 0px 1px 0px #bbd78e;
}

#supporting-content #cta p.small {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.2em;
	top: auto;
	margin: 0;
	color: #74983b;
	width: 237px;
	font-weight: 100;
}

#supporting-content #cta p.small strong {
	color: #2d2d2d;
	font-weight: bold;
	font-size: 1.0em;
}

#supporting-content .ecosolutions {
	display: block;
	height: 75px;
	width: 221px;
	background: url(../art/ecosolutions.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin: 50px 0;
}

/* ------------------------------------------------------ FOOTER */

#footer {
	background: url(../art/footer-bg.png) 0px 0px repeat-x;
	width: 100%;
	padding: 0 0 50px;
}

#footer-container {
	margin: 0 auto;
	width: 940px;
}

#footer-container .logo {
	width: 132px;
	float: left;
	margin: 35px 30px 0 0;
	text-align: center;
}

#footer-container a.footer-logo {
	background: url(../art/footer-logo.gif);
	display: block;	
	height: 24px;
	text-indent: -9999px;
	width: 132px;
}

#footer-container .logo p {
	color: #959595;
	font-size: 0.95em;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}

#footer-container .logo a {
	color: #cecece;
	text-decoration: none;
	font-weight: normal;
}
#footer-container p.social a {
	margin: 0 10px 0 0;
	font-weight: normal;
	padding: 0;
}

#footer-container .sitemap {
	background: url(../art/sitemap-bg.gif) 0px 0px no-repeat;
	height: 85px;
	float: left;
	margin: 30px 20px 0 0;
	padding: 10px 15px 15px 20px;
	width: 268px;
}

#footer-container .sitemap ul {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 79px;
}
#footer-container .sitemap ul.one, #footer-container .sitemap ul.three {
	width: 69px;
}

#footer-container .sitemap ul.two {
	width: 99px;
}

#footer-container .sitemap ul.three {
	margin: 19px 0 0;
	width: 69px;
}

ul.site-map li {
	font-size: 13px !important;
}

.sitemap li a {
	color: #cecece;
	font-size: 0.9em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: normal;
}

#footer-container .footer-address {
	color: #cecece;
	float: left;
	margin: 40px 30px 0 0;
	width: 125px;
}

#footer-container .footer-address p {
	font-size: 0.95em;
	line-height: 1.5em;
}

.footer-address p a {
	color: #cecece;
	text-decoration: underline;
	font-weight: normal;
}

#footer-container .email-subscription {
	float: left;
	width: 299px;
	text-align: center;
	margin: 20px 0 0 0;
}

#footer-container .email-subscription h3 {
	color: #767575;
	padding: 0 0 15px 0;
	font-weight: 100;
}

#footer-container .email-subscription h3 span {
	color: #aac460;
}

#footer-container .email-subscription form {
	background: url(../art/signup-bg.gif) 0px 0px no-repeat;
	clear: both;
	width: 279px;
	height: 72px;
	padding: 10px;
	display: block;
}

.email-subscription form div {
	position: relative;	
}

.email-subscription form label {
	position: absolute;
	top: 7px;
	left: 10px;	
	color: #ccc;
}

.email-subscription form div label.error { 
	top: 8px !important;
}

.email-subscription form div.short label.error { 
	top: 8px !important;
	right: 110px !important;
}

.email-subscription form input {
	color: #c4c4c4;
	background-color: #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 26px;
	border: 0;
	border-bottom: 1px solid #414141;
	padding: 0 5px;
}

.email-subscription form input#email {
	width: 270px;
	margin: 0 0 8px 0;
}

.email-subscription form input#name {
	width: 170px;
	float: left;
}

.email-subscription form button {
	background: url(../art/signup-btn-bg.gif) 0px 0px no-repeat;
	height: 26px;
	float: left;
	margin: 0 0 0 5px;
	width: 94px;
	color: #dadada;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.email-subscription form button:hover {
	background: url(../art/signup-btn-bg.gif) 0px -27px no-repeat;
	height: 26px;
	float: left;
	margin: 0 0 0 5px;
	width: 94px;
}

/*------------------------------------------------------ WORK PAGE */

#work-header {
	background: url(../art/internal-header-bg.png) repeat-x;
	position: relative;	
	padding: 20px 0 0;
	height: 64px;
	width: 100%;
}

#work-header h1 {
	color: #a8010e;
	margin: 0;
	padding: 0;
}

#work-navigation {
	display: block;
	float: left;
	height: 350px;
	width: 185px;
	position: relative;
}

#work-navigation h2 {
	color: #545454;
	line-height: 1.4em;
}

#work-details {
	float: left;
	width: 755px;	
}

#work-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 755px;	
}

#work-details li {
	float: left;
	height: 150px;
	width: 240px;
	margin: 0 0 11px 11px;
}

#work-header ul#portfolio-filter {
	position: absolute;
	right: 15px;
	list-style: none;
	top: -20px;
}

#work-header ul#portfolio-filter li {
	float: left;
	margin-left: 30px;
	text-align: center;
	height: 46px;
	padding: 38px 15px 0;
}

#work-header ul#portfolio-filter li.current {
	background: url(../art/subnav-active.png) center no-repeat;
}

#work-header ul#portfolio-filter li a {
	text-transform: uppercase;
	color: #2a2a2a;
	font-weight: normal;
	font-size: 0.95em
}

/*------------------------------------------------------ PROJECTS */

#work-info {
	display: block;
	float: left;
	width: 185px;
	margin: 0 23px 0 0;	
}

#work-images {
	float: left;
	width: 728px;	
}

#work-images img {
	margin: 0 0 20px 0;	
}

#work-info a.work-back {
	height: 24px;
	width: 94px;
	display: block;
	background: url(../art/btn-bg.gif) 0px 0px no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #DADADA;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 0;
	line-height: 1em;
}

#work-info a.work-back:hover {
	background-position: 0px -34px;
	text-decoration: none;
}

a.portfolio-btt {
	height: 26px;
	width: 94px;
	display: block;
	background: url(../art/btn-bg.gif) 0px 0px no-repeat;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #DADADA;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 8px 0 0;
}

a.portfolio-btt:hover {
	background-position: 0px -34px;
	text-decoration: none;
}

/*------------------------------------------------------ TESTIMONIAL */

#testimonial {
	width: 190px;
	display: block;	
	margin: 0 0px 10px 0;
}

.testimonial-content {
	width: 170px;
	padding: 5px 10px 30px;	
	background: url(../art/work-testimonial-bg.png) bottom left no-repeat;
	float: left;
}

.testimonial-top {
	display: block;
	height: 9px;
	width: 190px;
	background: url(../art/work-testimonial-bg-top.png) top left no-repeat;
}

/*------------------------------------------------------ QUOTE */

.quote-col {
	width: 237px;
	float: left;
	margin: 0 2px 0 0;	
}

.quote {
	width: 237px;
	display: block;	
	float: left;
	margin: 0 0px 5px 0;
}

.quote-content {
	width: 197px;
	padding: 10px 20px 40px;	
	background: url(../art/quote-bg-base.png) bottom left no-repeat;
	float: left;
	color: #595959;
}

.quote-content p {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.0em !important;
}

.quote-top {
	display: block;
	height: 10px;
	width: 237px;
	background: url(../art/quote-bg-top.png) top left no-repeat;
}

.quote-content p.author {
	color: #698f31 !important;
}

/*------------------------------------------------------ SERVICES PAGE */

#services-header {
	background: url(../art/internal-header-bg.png) repeat-x;
	position: relative;	
	padding: 20px 0 0;
	height: 64px;
	width: 100%;
}

#services-header #header-inner {
	padding: 0 0 0 30px;
	width: 930px;
}

#services-header h1 {
	color: #a8010e;
	margin: 0;
	padding: 0;
}

#services-navigation {
	width: 455px;
	height: 610px;
	margin: 0 24px 0 0;
	float: left;
	display: block;
	position: relative;
}

#services-details {
	width: 603px;
	float: left;
	display: block;
	padding: 0 32px 0 0;
	margin: 20px 0 0 30px;
	border-right: 1px solid #dddddd;
}

#content.signage #services-details {
	width: 613px;
	float: left;
	display: block;
	padding: 0 0 0 32px;
	margin: 20px 0 0 30px;
	border-left: 1px solid #dddddd;
	border-right: none;
}

#content.services #services-details {
	/*width: 613px;*/ width: auto!important;
	float: left;
	display: block;
	/*padding: 0 0 0 32px;*/ padding: 0 0 0 0px;
	margin: 20px 0 0 30px;
	/*border-left: 1px solid #dddddd;*/
	border-right: none;
}

#services-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 455px;
	position: absolute;
	z-index: 2;
	height: 200px;
}

img.leftimg {
	margin: 0 8px 8px 0;	
}
img.rightimg {
	margin: 0 0 8px 0;	
}

#services-navigation li {
	float: left;
	display: block;
	height: 78px;
	width: 220px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

#services-navigation li a {
	display: block;
	height: 78px;
	width: 220px;
	text-indent: -9999px;
}

p.gd-sub, p.print-sub, p.signage-sub, p.web-sub {
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 0 0 10px;
}	

#services-details h2 {
	color: #58595b;
	font-size: 2.0em;
	line-height: 1.4em;
	margin: 0 0 22px;
	font-weight: 100;
}

#services-details p {
	color: #58595b;
	font-size: 1.1em;
}

ul#services-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 0 15px;
}

#content.signage ul#services-list {
	margin: 0 0 40px;
}

#content.services ul#services-list {
	margin: 0 0 40px;
}

ul#services-list li {
	border-bottom: 1px solid #dddddd;
	line-height: 35px;
	height: 35px;
	color: #595959;
	padding: 0 0 0 5px;
}

ul#services-list li:first-child, ul#services-list li:last-child {
	border: none;
}

#content.signage ul#services-list li:first-child {
	border-bottom: 1px solid #ddd;
}

#content.services ul#services-list li:first-child {
	border-bottom: 1px solid #ddd;
}

ul#services-list li strong {
	color: #000;
	font-weight: bold;
}

#content.signage ul#services-list li {
	padding: 0;
	height: 36px;
	width: 239px;
}

#content.services ul#services-list li {
	padding: 0;
	height: 36px;
	width: 239px;
}

ul#services-list li a {
	color: #58595b;
	font-weight: normal;
	font-weight: 100;
	font-size: 1.1em;
	height: 36px;
	width: 224px;
	display: block;
	line-height: 36px;
	padding: 0 0 0 15px;
}

ul#services-list li a:hover, ul#services-list li a.active  {
	background: url(../art/signage-hover.png) 0px 0px no-repeat;
	color: #ba3d47;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}

#services-details .services-intro {
	float: left;
	margin: 0 40px 0 0;
	width: 264px;
}

#services-details .services-intro.right {
	float: right;
	margin: 0 0 0 40px;
}

#content.signage #services-details .services-intro {
	margin: 0 20px 0 0;
	width: 295px;
	color: #58595B;
}

#content.services #services-details .services-intro {
	margin: 0 20px 0 0;
	/*width: 295px;*/ width: auto!important;
	color: #58595B;
}

#content.signage #services-details .services-intro h2 {
	color: #a8010e;
	margin: 0 0 10px;
	font-size: 1.5em;
}

#content.services #services-details .services-intro h2 {
	color: #a8010e;
	margin: 0 0 10px;
	font-size: 1.5em;
}


#content.signage #services-details .services-intro h3 {
color: #58595B;
font-size: 2.0em;
line-height: 1.4em;
margin: 0 0 22px;
font-weight: 100;
}

#content.services #services-details .services-intro h3 {
color: #58595B;
font-size: 2.0em;
line-height: 1.4em;
margin: 0 0 22px;
font-weight: 100;
}

#content.signage #services-details .services-intro p {
	line-height: 1.5em;
}

#content.services #services-details .services-intro p {
	line-height: 1.5em;
}

#content.signage #services-details .services-intro ul {
	padding: 0;
	margin: 0 0 30px 20px;
	list-style: none;
}

#content.services #services-details .services-intro ul {
	padding: 0;
	margin: 0 0 30px 20px;
	list-style: none;
}

#content.signage #services-details .services-intro li {
	background: url(../art/signage/arrow.png) 0px 3px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

#content.services #services-details .services-intro li {
	/*background: url(../art/signage/arrow.png) 0px 3px no-repeat;*/
	/*padding: 0 0 0 15px;*/
	margin: 0 0 10px 0;
}

#content.signage #services-details .services-intro #price {
	display: block;
	margin: 20px 0;
	width: 230px;
	font-size: 1.1em;
	line-height: 1.7em;
}

#content.services #services-details .services-intro #price {
	display: block;
	margin: 20px 0;
	width: 230px;
	font-size: 1.1em;
	line-height: 1.7em;
}

#content.signage #services-details .services-intro #price div {
	position: relative;
}

#content.services #services-details .services-intro #price div {
	position: relative;
}

#content.signage #services-details .services-intro #price div strong {
	position: absolute;
	right: 0;
	font-weight: normal;
}

#content.services #services-details .services-intro #price div strong {
	position: absolute;
	right: 0;
	font-weight: normal;
}

#content.signage #services-details .services-intro #price h4 {
	font-weight: bold;
	border-bottom: 3px solid #ddd;
	display: block;
	width: 230px;
	position: relative;
	margin: 0 0 10px 0;
}

#content.services #services-details .services-intro #price h4 {
	font-weight: bold;
	border-bottom: 3px solid #ddd;
	display: block;
	width: 230px;
	position: relative;
	margin: 0 0 10px 0;
}

#content.signage #services-details .services-intro #price h4 span {
	position: absolute;
	right: 0;
}

#content.services #services-details .services-intro #price h4 span {
	position: absolute;
	right: 0;
}

#content.services #services-details .services-intro .services-contain {
	width:910px;
	clear:both;
	margin:20px 0px 10px;
}

#content.services #services-details .services-intro .services-contain .doorwayCont {
	width:205px;
	min-height:283px;
	height:auto!important;
	height:283px;
	float:left; margin:10px;
}

#content.services #services-details .services-intro .services-contain .doorwayCont.first {
	margin-left:0px;
}

#content.services #services-details .services-intro .services-contain .doorwayCont.last {
	margin-right:0px;
}

#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway1 {
	background: url(../art/services/signage-doorway.jpg) top left no-repeat;	
}

#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway2 {
	background: url(../art/services/graphic-doorway.jpg) top left no-repeat;	
}

#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway3 {
	background: url(../art/services/logo-doorway.jpg) top left no-repeat;	
}

#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway4 {
	background: url(../art/services/printing-doorway.jpg) top left no-repeat;	
}

#content.services #services-details .services-intro .services-contain .doorwayCont a.doorway {
	width:205px;
	height:283px;
	margin-bottom:50px;
	display:block;
	text-indent:-9999px;
}

#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway1:hover, 
#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway2:hover, 
#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway3:hover, 
#content.services #services-details .services-intro .services-contain .doorwayCont a#doorway4:hover {
	background-position:bottom left;	
}



#content.services #services-details .services-intro ul.signage-sub, 
#content.services #services-details .services-intro ul.graphic-sub, 
#content.services #services-details .services-intro ul.logo-sub, 
#content.services #services-details .services-intro ul.printing-sub {
	font-size:1.1em;	
}

#services-details .services-intro.print {
	width: 593px;
}

#services-details .image-gallery,
#services-details .image-gallery-main {
	position: relative;
	width: 289px;
	margin: 0;
	float: left;
}

#services-details #image-gallery {
	position: relative;
	width: 298px;
	margin: 0;
	float: left;
}

#services-details .image-gallery.right {
	float: right;
}

#services-details .image-gallery a, #services-details #image-gallery a, #services-details .image-gallery-main a {
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	position: relative;
}

#services-details hr {
	margin: 20px 0 40px;
	height: 1px;
	background-color: #ddd;
	border: 0;
	color: #ddd;
}

#content.signage #services-details .image-gallery a,
#content.signage #services-details .image-gallery-main a {
	display: block;
	margin: 0;
}

#content.services #services-details .image-gallery a,
#content.services #services-details .image-gallery-main a {
	display: block;
	margin: 0;
}

#content.signage #services-details .image-gallery span,
#content.signage #services-details .image-gallery-main span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#content.services #services-details .image-gallery span,
#content.services #services-details .image-gallery-main span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#content.signage #services-details .image-gallery a span,
#content.signage #services-details .image-gallery-main a span {
	display: none;
}

#content.services #services-details .image-gallery a span,
#content.services #services-details .image-gallery-main a span {
	display: none;
}

#content.signage #services-details .image-gallery a:hover span,
#content.signage #services-details .image-gallery-main a:hover span {
	z-index: 1000;
	display: block;
	background: url(../art/signage/rollover-bg.png) top left repeat;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: 100;
}

#content.services #services-details .image-gallery a:hover span,
#content.services #services-details .image-gallery-main a:hover span {
	z-index: 1000;
	display: block;
	background: url(../art/signage/rollover-bg.png) top left repeat;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: 100;
}

#content.signage #services-details .image-gallery a:hover span img,
#content.signage #services-details .image-gallery-main a:hover span img {
	margin: 10px 0 10px;
}

#content.services #services-details .image-gallery a:hover span img,
#content.services #services-details .image-gallery-main a:hover span img {
	margin: 10px 0 10px;
}

#content.signage #services-details .image-gallery a:hover span p,
#content.signage #services-details .image-gallery-main a:hover span p {
	color: #fff;
	line-height: 1.3em;
}

#content.services #services-details .image-gallery a:hover span p,
#content.services #services-details .image-gallery-main a:hover span p {
	color: #fff;
	line-height: 1.3em;
}

#content.signage #services-details .image-gallery img,
#content.signage #services-details .image-gallery-main img {
	color: green;
	z-index: 1;
	position: relative;
}

#content.services #services-details .image-gallery img,
#content.services #services-details .image-gallery-main img {
	color: green;
	z-index: 1;
	position: relative;
}

#content.signage #services-details .image-gallery a.left,
#content.signage #services-details .image-gallery-main a.left {
	float:left;
}

#content.services #services-details .image-gallery a.left,
#content.services #services-details .image-gallery-main a.left {
	float:left;
}

#content.signage #services-details .image-gallery a.right,
#content.signage #services-details .image-gallery-main a.right {
	float: right;
}

#content.services #services-details .image-gallery a.right,
#content.services #services-details .image-gallery-main a.right {
	float: right;
}

#content.signage #services-details .image-gallery a:hover,
#content.signage #services-details .image-gallery-main a:hover {
	text-decoration: none;
}

#content.services #services-details .image-gallery a:hover,
#content.services #services-details .image-gallery-main a:hover {
	text-decoration: none;
}

#services-header ul#services-subnav {
	position: absolute;
	right: 15px;
	list-style: none;
	top: -20px;
}

#services-header ul#services-subnav li {
	float: left;
	margin-left: 30px;
	text-align: center;
	height: 46px;
	padding: 38px 15px 0;
}

#services-header ul#services-subnav li.active {
	background: url(../art/subnav-active.png) center no-repeat;
}

#services-header ul#services-subnav li a {
	text-transform: uppercase;
	color: #2a2a2a;
	font-weight: normal;
	font-size: 0.95em
}

/*------------------------------------------------------ ABOUT PAGE */

#about-header {
	background: url(../art/internal-header-bg.png) repeat-x;
	position: relative;	
	padding: 20px 0 0;
	height: 64px;
	width: 100%;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
	height: 84px;
	position: relative;
}

#about-header #header-inner {
	padding: 0 0 0 30px;
	width: 930px;
}

#about-header h1 {
	color: #a8010e;
	margin: 0;
	padding: 0;
}

#about-details {
	width: 593px;
	float: left;
	display: block;
	padding: 0 45px 0 0;
	margin: 20px 0 0 30px;
	border-right: 1px solid #dddddd;
}

#about-details p {
	color: #807d7d;
	font-size: 1.1em;
}

/* ------------------------------------------------------ CONTACT */

#contact-header {
	background: url(../art/internal-header-bg.png) repeat-x;
	position: relative;	
	padding: 20px 0 0;
	height: 64px;
	width: 100%;
}

#contact-header h1 {
	color: #a8010e;
	margin: 0;
	padding: 0;
}

#contact-details {
	width: 455px;
	margin: 0 24px 0 15px;
	float: left;
	display: block;
}

p.contact-text {
	background:url("../art/contact-text.gif") no-repeat scroll 0 0 transparent;
	display: block;
	text-indent: -9999px;
	height: 96px;
	width: 381px;	
}

#contact-form {
	background-color: #fff;
	width: 380px;
	float: left;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 5px  #e8e8e8;
	-moz-box-shadow: 0px 5px 5px #e8e8e8;
	box-shadow: 0px 5px 5px #e8e8e8; 
}

#fancybox-inner #contact-form {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 20px 20px 0;
}

#contact-form form div {
	position: relative;	
}

#contact-form form label {
	display: block;
	margin: 0 0 5px 0;
}

#contact-form form input {
	background: #fff url(../art/inputbg.gif) 0px 0px repeat-x;
	width: 368px;
	padding: 5px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#contact-form form textarea {
	background: #fff url(../art/inputbg.gif) 0px 0px repeat-x;
	width: 368px;
	padding: 10px 5px;
	height: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#contact-form form button {
	background: url(../art/btn-bg.gif) 0px 0px no-repeat;
	height: 34px;
	float: right;
	margin: 10px 0 0 0;
	width: 94px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #dadada;
}

#contact-form form button:hover {
	background: url(../art/btn-bg.gif) 0px -34px no-repeat;
	height: 34px;
	float: right;
	margin: 10px 0 0 0;
	width: 94px;
}

/* TABLES ------------------------------------------------------ TABLES */

/*-- data table --*/
table {
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	width: 100%;
}

table th,
table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	line-height: normal;
}

table th{
	background-color: #eee;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	color: #343434;
	line-height: normal;
}

table td {
	color: #343434;
	font-size: 12px;
	text-align: left;
}

table td.right {
	text-align: right;
}


/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

ul.bc {
	width: auto;
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
}

ul.bc li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: #807d7d;
	
	height: 20px;
}

ul.bc li a {
	text-transform: uppercase;
	color: #807d7d;
	text-decoration: none;
	font-size: 0.9em;
}

ul.bc li a:hover {
	color: #545454;
}

ul.bc li a.current {
	color: #698f31;
}

.clear {
	clear: both;
}

.right {
	float: right;
	margin: 0 0 0 10px;	
}

.left {
	float: left;	
}

label.error {
	color:#FF0000 !important;
	left:auto !important;
	position:absolute;
	right:8px !important;
	top:30px !important;
}

/* @group Layouts for resolutions */

/*layouts smaller than 600px, iPhone and mobiles*/
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	#content h1 {
		font-size: 1.8em;
	}
	#main-content h2 {
		font-size: 2.0em;
		line-height: 1.8em;
}
#supporting-content #cta p.small {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.2em;
	top: auto;
	margin: 0;
	color: #74983B;
	width: 130px;
	font-weight: 100;
	display: inline-block;
}
#supporting-content #cta p.small a {
	font-size: 0.9em;
	display: inline-block;
	width: auto;
	height: auto;
	color: #2D2D2D;
	margin: 0 0 0 4px;
	top: 0px;
	padding: 0;
	font-weight: bold;
}
