* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #8D0000 url(../images/global/bg.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
	margin-bottom: 50px;
	}


h2, h3, h4, h5, h6 {
	margin: 2em 0 0 0;
}

div#rightcontent-inside h4 {
	margin: 0;
}


p {
	margin: 0 0 1em 0;
}
p em {
	font-style: normal;
}

div.service-examples a:hover, p.imgholder a {
	border: none !important;
	padding-bottom: 0 !important;
}

#content a, #content-inside a, #footer a.red-link {
	color: #e61819;
	text-decoration: none;
}

#content a:hover, #content-inside a:hover, a.red-link:hover {
	border-bottom: 1px solid #ed1111;
	padding-bottom: 1px;
}

#content a:active, #content-inside a:active {
	border-bottom: 1px solid #8D0000;	
	color: #8D0000;
	padding-bottom: 0;	
}

legend, legend span {
	white-space:normal;
}
form p small, form span small {
	color: red;
	display: block;
	margin: -5px 0 0 0;
}

#container {	
	background: #FFF url(../images/global/top-rounded.png) top left no-repeat;
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0 10px;
	position: relative;
	}
	
.logo {
	position: absolute;
	top: 25px;
	left: 44px;
	z-index: 2;
	}
	
#container #nav {
	padding: 30px 0 0 330px;
	}
	
#container #nav ul {

}

#container #nav ul li {
	list-style-type: none;
	float: left;
	padding: 0;

	}
	
#container #nav ul li a {
	color: #DDD;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9000px;
}
	
#container .no-border {
	border: none;
	}


/* -------------------------------------- */
/* NEW BUTTONS - Calls to action -------- */
/* added 03/08/2010 by Owen Evans ------- */
/* -------------------------------------- */

div.action {
	border-top: 1px #E0E0E0 solid;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 15px;
}
p.action {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #EC0000;
	float: right;
	line-height: 40px;
}
p.action a.button {
	background: url(../images/global/calls-to-action.png) 0 0 no-repeat;
	border: none !important;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0 0 1px 0;
	text-indent: -9999px;
	}
	p#contact a	 { background-position: 0 0; width: 178px; }
	p#advice a	 { background-position: 0 -40px; width: 178px; } 
	p#enquire a	 { background-position: 0 -80px; width: 178px; } 
	p#touch a	 { background-position: 0 -120px; width: 178px; } 
	
	p#contact a:hover	{ background-position: -250px 0; } 
	p#advice a:hover	{ background-position: -250px -40px; }
	p#enquire a:hover	{ background-position: -250px -80px; } 
	p#touch a:hover		{ background-position: -250px -120px; } 



/* SUCKER FISH MENU */

#container #nav ul li ul {
	position: absolute;
	left: -999em;
	z-index: 1;
	background: url(../images/nav/drop-down-back.png) no-repeat;
	background-position: bottom;
	border-top: 1px solid #e9e9e8;
	margin-left: -1px;
	padding: 0 0 10px 0;
	width: 161px;
	}

#container #nav ul li ul li {
	border: none;
	float: none;
	background: #fff url(../images/global/nav-hover-back.png) repeat-y;
	height: 27px;
	line-height: 27px;

	}

#container #nav ul li ul li:first-child {
	padding-top: 5px;
}

#container #nav ul li ul li a {
	border: none;
	color: #7c7c7c;
	display: block;
	font-size: 11px;
	height: 25px;
	text-decoration: none;
	text-indent: 0;
	padding: 0 0 0 20px;
	}

#container #nav ul li ul li a:hover {
	background: url(../images/nav/drop-down-hover.png) repeat-x;
	color: #fff;
	}


#container #nav ul li:hover ul {
	left: auto;
}

#container #nav ul li:hover ul, #container #nav ul li.sfhover ul {
	left: auto;
}

/* END SUCKER FISH MENU */

#container #nav .home {
	width: 94px;
	background: url(../images/nav/home.png) no-repeat 0 0;
	}
	
#container #nav .home:hover {
	background: url(../images/nav/home.png) no-repeat 0 -25px;
	}

#container #nav .home.active {
	background: url(../images/nav/home.png) no-repeat 0 -25px;
	width: 94px;
	height: 25px;
}

#container #nav .about {
	width: 94px;
	background: url(../images/nav/about.png) no-repeat 0 0;
	}
	
#container #nav .about:hover {
	background: url(../images/nav/about.png) no-repeat 0 -25px;
	}

#container #nav .about.active {
	background: url(../images/nav/about.png) no-repeat 0 -25px;
	width: 94px;
	}


#container #nav .services {
	width: 94px;
	background: url(../images/nav/services.png) no-repeat 0 0;
	}
	
#container #nav .services:hover {
	background: url(../images/nav/services.png) no-repeat 0 -25px;
	}

#container #nav .services.active {
	background: url(../images/nav/services.png) no-repeat 0 -25px;
	width: 94px;
	height: 25px;
	}

#container #nav .faqs {
	width: 94px;
	background: url(../images/nav/faq.png) no-repeat 0 0;
	}					
						
#container #nav .faqs:hover {
	background: url(../images/nav/faq.png) no-repeat 0 -25px;
	}					

#container #nav .faqs.active {
	background: url(../images/nav/faq.png) no-repeat 0 -25px;
	width: 94px;
	}
	
#container #nav .links {
	width: 94px;
	background: url(../images/nav/links.png) no-repeat 0 0;
	}					
						
#container #nav .links:hover {
	background: url(../images/nav/links.png) no-repeat 0 -25px;
	}					

#container #nav .links.active {
	background: url(../images/nav/links.png) no-repeat 0 -25px;
	width: 94px;
	}		
							

#container #nav .contact {
	width: 94px;
	background: url(../images/nav/contact.png) no-repeat 0 0;
	}					
						
#container #nav .contact:hover {
	background: url(../images/nav/contact.png) no-repeat 0 -25px;
	}
	
#container #nav .contact.active {
	background: url(../images/nav/contact.png) no-repeat 0 -25px;
	width: 94px;
	height: 25px;
	}

#masthead {
	background: url(../images/global/masthead-back.png) no-repeat;
	height: 317px;
	margin: 80px 0 20px 0;
	position: relative;
	}
	
#masthead .message {
		font-size: 16px;
		color: #fff;
		margin: 80px 0 0 65px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: bold;
		}

#masthead .message span {
	color: #ffee7a;
	}

.contact-butt {	
	position: absolute;
	top: 170px;
	left: 50px;
	z-index: 2;
	}

#masthead-left {
	float: left;
	width: 300px;
	}
	
#gallery {
	height:242px;
	margin-top: -25px;
	}

#masthead-right {
	float: left;
	width: 650px;
	}
	
#masthead ul {
	padding: 20px 0 0 40px;
	}

#masthead ul li {
	background: url(../images/nav/nav.png);
	list-style-type: none;
	float: left;
	}
#masthead .anythingSlider ul li {
	background: #000;
}
	
#masthead ul li a {
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: -9000px;
	}

/* SUCKER FISH MENU */

#masthead .no-border {
	border: none;
	}



.first-sub ul li ul {
	position: absolute;
	left: -999em;
	z-index: 1;
	background: url(../images/nav/sub-nav-bottom.png) no-repeat;
	background-position: bottom;
	border-top: 4px solid #333333;
	padding: 0 0 15px 0;
	width: 120px;
	margin: -4px 0 0 0px;
	}


#masthead ul li ul {
	background: #3B3B3B;
	position: absolute;
	left: -999em;
	z-index: 1;
	border-top: 4px solid #333333;
	padding: 0 0 9px 0;
	width: 145px;
	margin:  -4px 0 0 0px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;



	}

#masthead ul li ul li {
	background: #3B3B3B;
	float: none;
	border-top: 1px solid #626262;
}
#masthead ul li ul li:first-child {
	border: none;
}


*:first-child+html #feature-section {
	padding: 0 0 0 0;
	}

#masthead ul li ul li a {
	text-indent: 0;
	display: block;
	border: none;
	height: 25px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	font-size: 11px;
	}

#masthead ul li ul li a:hover {
	background: url(../images/nav/drop-down-hover.png) repeat-x;
	color: #fff;
	}


#masthead ul li:hover ul {
	left: auto;
}

#masthead ul li:hover ul, #masthead ul li.sfhover ul {
	left: auto;
}

/* END SUCKER FISH MENU */


#masthead .sf-threedy { background-position: 0 0; width: 156px; }				
#masthead .sf-threedy:hover, #masthead .sf-threedy.active { background-position: 0 -50px; }

#masthead .sf-digital { background-position: -156px 0; width: 114px; }				
#masthead .sf-digital:hover, #masthead .sf-digital.active { background-position: -156px -50px; }

#masthead .sf-general { background-position: -270px 0; width: 122px; }				
#masthead .sf-general:hover, #masthead .sf-general.active { background-position: -270px -50px; }

#masthead .sf-promotional { background-position: -392px 0; width: 145px; }
#masthead .sf-promotional:hover, #masthead .sf-promotional.active { background-position: -392px -50px; }

#masthead .sf-retail { background-position: -537px 0; width: 142px; }
#masthead .sf-retail:hover, #masthead .sf-retail.active { background-position: -537px -50px; }

#masthead .sf-vehicle { background-position: -679px 0; width: 80px; }				
#masthead .sf-vehicle:hover, #masthead .sf-vehicle.active { background-position: -679px -50px; }

#masthead .sf-splashbacks { background-position: -759px 0; width: 110px; }
#masthead .sf-splashbacks:hover, #masthead .sf-splashbacks.active { background-position: -759px -50px; }


#masthead .sf-threedy:hover ul {
	left: 50px;
}	


#content-inside {
	width: 900px;
	margin: 30px 0 0 15px;
	background: url(../images/global/content-back.png) repeat-y 15px 0;
	}

#content {
	width: 900px;
	margin: 0 0 0 15px;
	background: url(../images/global/content-back.png) repeat-y 15px 0;
	}


#content-inside {
	background: url(../images/global/inside-content-back.png) 0 0 repeat-y;;
	}

.home-feature {
	border: none;
	float: left;
	margin-bottom: 40px;
	height: 150px;
	width: 300px;
	}

.home-feature a {
	background: url(../images/global/large-promos.png);
	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
}
	

	
.home-feature.promos a { background-position: 0 0; }
.home-feature.digital a { background-position: 0 -151px; }
.home-feature.retail a { background-position: 0 -301px; }
.home-feature.fabricated a { background-position: 0 -451px; }
.home-feature.general a { background-position: 0 -601px; }
.home-feature.vehicle a { background-position: 0 -751px; }

.home-feature.promos a:hover { background-position: -301px 0; }
.home-feature.digital a:hover { background-position: -301px -151px; }
.home-feature.retail a:hover { background-position: -301px -301px; }
.home-feature.fabricated a:hover { background-position: -301px -451px; }
.home-feature.general a:hover { background-position: -301px -601px; }
.home-feature.vehicle a:hover { background-position: -301px -751px; }
	
div.home-feature.first {
	margin-left: 15px;
}

#leftcontent-home {
	width: 590px;
	float: left; 
	}
	
#leftcontent-inside {
	width: 640px;
	float: left;
	}

#leftcontent-home p, #leftcontent-inside p, #leftcontent-inside h1, #leftcontent-inside h2, #leftcontent-inside h3 {
	margin-left: 15px;
	}	
	
#leftcontent-inside .services {
	float: left;
	width: 300px;
	margin: 0 0 0 15px;
	}

#leftcontent-inside ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 3.5em;
	}

#leftcontent-inside ul li {
	background: url(../images/global/red-arrow.png) no-repeat 0 7px;	
	padding-left: 15px;
	margin-bottom: 7px;
	list-style-type: none;
	}
	
#leftcontent-inside ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 4.5em;
	}

#leftcontent-inside ol li {
	padding-left: 5px;
	margin-bottom: 7px;
	}
	
#leftcontent-inside .services p {
	font-size: 11px;
	margin: 0;
	}

#leftcontent-inside .services a img {
	border: none;
}

#leftcontent-inside .services img {
	float: left;
	margin: 5px 10px 0 0;
	}

#leftcontent-inside .services .no-background { 
	background: none;
	padding: 0;
	}

#leftcontent-inside .services h2 {
	color: #000;
	font-size: 14px;
	margin: 0 0 10px 0;
	}

#leftcontent-inside .services .corporate {
	background: url(../images/global/corporate-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 54px;
	height: 14px;
	}

#leftcontent-inside .services .corporate {
	background: url(../images/global/corporate-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 66px;
	height: 18px;
	}

#leftcontent-inside .services .shops {
	background: url(../images/global/shopfronts-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 123px;
	height: 18px;
	}

#leftcontent-inside .services .printing {
	background: url(../images/global/printing-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 99px;
	height: 18px;
	}

#leftcontent-inside .services .signwriting {
	background: url(../images/global/signwriting-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 76px;
	height: 18px;
	}

#leftcontent-inside .services .promotionals {
	background: url(../images/global/promotionals-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 87px;
	height: 18px;
	}

#leftcontent-inside .services .stickers {
	background: url(../images/global/stickers-inside-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	margin: 0 0 10px 0;
	width: 92px;
	height: 18px;
	}


#leftcontent-inside .services a {
	text-decoration: none;
	padding: 5px 0 5px 0;
}
	#leftcontent-inside .services a:hover {
		border: none;
		color: #8D0000;
	}

#leftcontent-inside .services a.arrow {
	background: url(../images/global/link-icon.png) top left no-repeat;
	min-height: 100px;
	padding: 2px 0 2px 20px;

}

#rightcontent-home {
	width: 280px;
	float: left; 
	margin: 0 0 0 30px;
	}
	
#rightcontent-inside {
	width: 220px;
	float: left;
	margin-left: 40px;
	}
body#home #leftcontent-home h1 {
	margin-left: 15px;
}



#leftcontent-inside h1 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	}

#leftcontent-inside h2 {
	color: #ec0000;
	font-size: 18px;
	text-transform: uppercase;
	}

#leftcontent-inside h3 {
	color: #444444;
	font-size: 14px 
	}

.service-examples {	
	background: url(../images/global/lightbox-thumbnails-back.jpg) no-repeat;
	width: 632px;
	height: 106px; 
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 60px;
	}
	/* larger background to hold 2 rows of thumbs... */
	.large-box {
		background: url(../images/global/lightbox-thumbnails-back-large.jpg) no-repeat;
		width: 632px;
		height: 183px; 
		position: relative;
		padding-bottom: 30px;
		border-bottom: 1px solid #e0e0e0;
		margin-top: 60px;
		}
	
.service-examples .left {
	float: left;
	width: 140px;
	margin-right: 15px;
	}
	
.service-examples .left .black-heading {
	color: #000;
	font-size: 14px;
	width: 120px;
	}

.service-examples .left .red-heading {
	color: #ec0000;
	font-size: 14px;
}

.service-examples .left h4 {
	margin: 15px 0 5px 30px;
	text-transform: capitalize;
	}

#leftcontent-inside .service-examples .left p {
	font-size: 11px;
	margin: 0 0 0 30px;
	line-height: 14px;
	}		

#leftcontent-inside .service-examples ul {
	float: left;
	margin: 17px 0 0 0;
	padding-left: 0;
	}

#leftcontent-inside .service-examples ul li {
	list-style-type: none;
	display: inline;
	margin-right: 3px;
	padding: 0;
	background: none;
	}

.service-examples .back-top-top {
	position: absolute;
	top: -26px;
	right: 10px; 
	}
	

#rightcontent-inside .send-enquiry {
	background: url(../images/global/quick-enquiry-header.png) no-repeat;
	display: block;
	text-indent: -9000px;
	width: 171px;
	height: 15px;
	margin: 40px 0 0 20px 
	}


/* ABOUT US PAGE ------------------------ */
/* Added 17th May 2010 by Owen Evans ---- */
/* -------------------------------------- */


#leftcontent-inside div#suburbs {
	min-height: 500px;
	padding: 0 0 25px 0;
}
#leftcontent-inside div#suburbs h2 {
	padding: 0 0 15px 0;
}
#leftcontent-inside div#suburbs ul {
	padding: 0;
}
#leftcontent-inside div#suburbs ul li {
	float: left;
	display: block;
	margin: 0 0 0 15px;
	width: 130px;
}

/* SUBURBS PAGE ------------------------- */
/* Added 21tst June 2010 by Owen Evans -- */
/* -------------------------------------- */

body#suburbs ul.list-col {
	float: left;
	margin: 5px 0 0 0;
	width: 260px;
}
body#suburbs ul#suburb-services {

}
body#suburbs ul#suburb-services li {
	float: left;
	width: 260px;
}
body#suburbs p.right {
	padding: 0 0 0 25px;
}


/* -- MINI CONTACT FORM --*/

.contact-inside {
	margin: 20px 0 0 17px;
	}
	
.contact-inside input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 10px 0 0 10px;
	}

.contact-inside input {
	background: url(../images/global/mini-input.png) no-repeat;
	height: 30px;
	width: 192px;
	border: none;
	}

.contact-inside textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background: url(../images/global/mini-message.png) no-repeat;
	height: 131px;
	width: 192px;
	border: none;
	padding: 10px 0 0 10px;
	}

.contact-inside .contactsend {
	background: url(../images/global/submit-enquiry.png) no-repeat;
	width: 153px;
	height: 34px;
	text-indent: -9000px;
	line-height: 9000px;
	margin-right: 10px;
	}

form#enquiryform span {
	position: relative;
}


#rightcontent-home p.twitter-button {
	height: 39px;
	margin: 35px 0 0 9px;
	width: 254px;
}

#rightcontent-home p.twitter-button a, #rightcontent-inside p.twitter-button a {
	background: url(../images/global/twitter-button.jpg) 0 0 no-repeat;
	display: block;
	height: 39px;
	text-indent: -9999px;
	width: 254px;
	overflow: hidden;
}
#rightcontent-inside p.twitter-button {
	margin: 30px 0 0 13px;
	width: 200px;
}
body#contact #rightcontent-inside p.twitter-button {
	margin: 30px 0 0 9px;
}
#rightcontent-inside p.twitter-button, #rightcontent-inside p.twitter-button a {
	background-position: 0 -49px;
	width: 200px;
}
#rightcontent-home p.twitter-button a:hover, #rightcontent-inside p.twitter-button a:hover {
	border: none;
	margin-bottom: -1px;
}



#rightcontent-home p {
	margin: 0 20px 15px 20px;
	}
	
#rightcontent-inside p {
	margin: 0 20px 15px 20px;
}


#rightcontent-inside p.imgholder {
	height: 129px;
	margin: 10px 20px 15px 0 !important;
	width: 208px;
}
#rightcontent-inside p.imgholder a {
	background: url(../images/global/small-promos.png);
	display: block;
	height: 129px;
	overflow: hidden;
	text-indent: -9999px;
}

#rightcontent-inside p.imgholder.promos a { background-position: 0 0; }
#rightcontent-inside p.imgholder.digital a { background-position: 0 -129px; }
#rightcontent-inside p.imgholder.retail a { background-position: 0 -258px; }
#rightcontent-inside p.imgholder.fabricated a { background-position: 0 -387px; }
#rightcontent-inside p.imgholder.general a { background-position: 0 -516px; }
#rightcontent-inside p.imgholder.vehicle a { background-position: 0 -645px; }

#rightcontent-inside p.imgholder.promos a:hover { background-position: -208px 0; }
#rightcontent-inside p.imgholder.digital a:hover { background-position: -208px -129px; }
#rightcontent-inside p.imgholder.retail a:hover { background-position: -208px -258px; }
#rightcontent-inside p.imgholder.fabricated a:hover { background-position: -208px -387px; }
#rightcontent-inside p.imgholder.general a:hover { background-position: -208px -516px; }
#rightcontent-inside p.imgholder.vehicle a:hover { background-position: -208px -645px; }


	body#contact #rightcontent-inside p {
		margin: 0;
	}
	div.vcard .org {
		font-weight: bold;
	}
	div.vcard .tel .type {
		display: none;
	}

#rightcontent-inside .feature-image {
	margin: 0 0 30px 0;
	}

#rightcontent-home img, #rightcontent-inside img {
	border: none;
	}	

.request-quote {
	background: url(../images/global/request-quote.png) no-repeat;
	width: 177px;
	height: 44px;
	text-indent: -9000px;
	margin-bottom: 20px;
	}
	
/* general form styling */

fieldset{
/*	background: #E9E9E8;*/
	border:none;
	margin:0;
	padding:0;
/*	width: 690px;*/
}
legend{
	display:none;
}	
input, textarea{
	font:11px Arial, Helvetica, sans-serif;
	background:#fff;
}				
textarea{
	overflow:hidden;
	height:50px;
	margin:0;
}						
	
	/* our comment form */
	
	#contactForm{
		background:url(../images/bg_form.jpg) no-repeat 0 0;
	}
	#contactForm fieldset{
		padding-top:10px;
		margin-left: 10px;
		}		
	
#contactForm p {
	margin: 2px 5px 20px;
	font-size: 12px;
}

	
	#contactForm .submit {
	text-align: right;
	float: none;
	margin-right: 60px;
	}
	
	#contactForm label {
		color: #666;
		display: block;
	}

	#contactForm input {
		background: url(../images/global/input-back.png) no-repeat; 
		width: 300px;
		height:35px;
		border: none;
		font-size: 16px;
		padding: 0 0 0 5px;
		color: #222;
	}
		
		#contactForm textarea{
		background: url(../images/global/textarea-back.png) no-repeat; 
		width: 295px;
		height: 150px;
		border: none;
		font-size: 16px;
		overflow: auto;
		padding: 5px;
		color: #222;
		}
	
	
	#contactForm button{
		border:none;	
		background: url(../images/global/submit-enquiry-big.png) no-repeat;
		width:185px;
		height:47px;
		text-align:left;
		overflow:hidden;
		text-indent:-8000px;
		cursor:pointer;
		margin-top:5px;
		}								
	
	/* text field classes */
	
	/*#contactForm .inactive{
		color:#999;
		}	 
	#contactForm .active{
		color:#000;
		}	 		
	#contactForm .focused{
		color:#000;
		background:#fffee7;
		}*/	

.contactCol {
	float: left;
	width:365px;
}
.colRight {
	width:200px
}
#contactForm .colRight .contact-heading {
	margin-left:0;
}

#contactForm .d-radio, div#enquiry-type input, div#checkbox-holder input {
	background: none !important;
	width: auto;
	height: auto;
}


#contactForm .checkbox-holder {
	width: 220px;
	margin-bottom: 5px;
	font-size: 14px;
	border-bottom:1px solid #eee;
}
#contactForm div.checkbox-holder.last {
	width: 100px;
	border-bottom: 0;
}

#contactForm .contact-heading {
	margin-bottom: 15px;
}

#contactForm div#enquiry-type {
	float: left;
	margin: 20px 0 0 20px;
	width: 200px;
}
#contactForm div#enquiry-type p {
	float: none;
	margin: 10px 0 0 0;
}
#contactForm div#enquiry-type legend {
	display: block;
}
#contactForm div#enquiry-type legend span {
	display: block;
	width: 190px !important;
}
#contactForm div#enquiry-type label {
	color: #585858;
	display: inline;
	margin: 0 0 0 10px;
}

#contactForm .checkbox-holder input {
	width: auto;
	height: auto;
	color: #999;
}

#contactForm .checkbox-holder label {
	color: #585858;
	display: inline;
	margin: 10px 0 0 6px;
	font-size: 12px;
}

#contactForm .checkbox-holder p {
	color: #000;
	float: none;
	margin: 0;
	font-weight: bold;
	width: 220px;
	margin-bottom:-5px;
}
#contactForm .checkbox-holder ul {
	margin: 10px 0;
	padding: 0;
	width: 220px;
}
#contactForm .checkbox-holder ul li {
	background: none;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}
#contactForm p.buttonholder {
	clear: both;
	margin: -5px 0 0 0;
}


/* google map */
div#map {
	margin: 20px 0;
	height: 300px;
	overflow: hidden;
	width: 220px;
} 


/* Footer */
#footer {
	width: 951px;
	height: 260px;
	background: url(../images/global/footer-back.jpg) no-repeat;

	margin-top: 20px;
	position: relative;
	}
	body#contact #footer {
		margin-top: 0;
	}
#footer-left {
	float: left;
	overflow: hidden;
	height: 130px;
	margin: 15px 0 0 0;
	padding: 0 20px;
	width: 910px;
	}

#footer-left ul {
}

#footer-left ul > li {
	display: block;
	float: left;
}
#footer-left ul li.sf-threedy { width: 139px; }
#footer-left ul li.sf-digital { width: 129px; }
#footer-left ul li.sf-general { width: 136px; }
#footer-left ul li.sf-promotional { width: 156px; }
#footer-left ul li.sf-retail { width: 154px; }
#footer-left ul li.sf-vehicle { width: 100px; }
#footer-left ul li.sf-splashbacks { width: 96px; }


#footer-left ul li a {
	background: url(../images/global/footer-titles.png) top left no-repeat;
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

#footer-left ul li.sf-digital a { background-position: 0 -24px; }
#footer-left ul li.sf-general a { background-position: 0 -48px; }
#footer-left ul li.sf-promotional a { background-position: 0 -72px; }
#footer-left ul li.sf-retail a { background-position: 0 -96px; }
#footer-left ul li.sf-vehicle a { background-position: 0 -120px; }
#footer-left ul li.sf-splashbacks a { background-position: 0 -260px; }


#footer-left ul li ul {
	clear: both;
	display: block;
	height: 80px;
	margin: 5px 0 0 0;
}
#footer-left ul li ul li {

}
#footer-left ul li ul li a, div#footer-right a {
	background: none;
	color: #585858;
	display: inline;
	text-decoration: none;
	width: 124px
}

#footer-left ul li ul li a:hover, div#footer-right a span:hover {
	color: #E61819 !important;
}

	
#footer-right {
	float: left;
	width: 910px;
	margin: 15px 0 0 0;
	padding: 0 10px 0 20px;
	}
					
.footer-header {
	background: url(../images/global/footer-titles.png) 0 -144px no-repeat;
	text-indent: -9000px;
	height: 15px;
	}

#footer-right div#whychoose {
	float: left;
	width: 280px;
	margin: 0 50px 0 0;
}
	
#footer-right p {
	font-size: 11px;
	color: #666;
	margin-right: 0;  
	}
	
#footer-right span {
	color: #666;
	}
	
#footer-right .red, div#footer .org {
	display: none;
}

#footer-right div.vcard p#getintouch {
	background: url(../images/global/footer-titles.png) 0 -167px no-repeat;
	height: 15px;
	text-indent: -9999px;
	margin-bottom: 1em;
}



div#footer div.vcard {
	float: left;
	width: 250px;
}

div#footer div.vcard p {
	margin: 0;
}
div#footer div.vcard .tel .type {
	color: #666;
	display: inline;
}


/* RSS News Feed */

div#footer div#rss {
	float: left;
	margin: 0 0 0 30px;
	width: 260px;
}
div#footer div#rss h4#rss-title {
	background: url(../images/global/footer-titles.png) 0 -184px no-repeat;
	height: 18px;
	float: left;
	text-indent: -9999px;
	padding: 0;
	margin: -2px 0 0 0;
	width: 176px;
}
div#footer div#rss a#feed-link {
	color: #FF8E2C;
	position: relative; top: -2px;
}
div#footer div#rss ul#ticker {
	padding: 4px 0 0 0;
}
div#footer div#rss ul#ticker li {
	font-size: 11px;
	list-style: none;
	line-height: 1.3em;
}
div#footer div#rss ul#ticker li a:hover, div#footer div#rss a:hover {
	color: #E61819;	
}
div#footer div#rss h4#twitter-title {
	background: url(../images/global/footer-titles.png) 0 -204px no-repeat;
	display: block;
	float: left;
	height: 18px;
	text-indent: -9999px;
	padding: 0;
	margin: 20px 0 0 0;
	width: 176px;
}
div#footer div#rss a#twitter-link {
	color: #45BAD9;
	position: relative; top: 18px;
}



p#copy {
	/* background: url(../images/global/footer-titles.png) 0 -191px no-repeat; */
	color: #FFF;
	float: left;
	font-size: 10px;
	margin: 0 0 0 10px;
	width: 280px;
	padding-top: 14px;
}

p#koodoz {
	height: 15px;
	background: url(../images/global/bottom-rounded.png) 0 -3px no-repeat;
	font-size: .8em;
	margin: 0 auto;
	padding-top: 14px;
	text-align: right;
	width: 970px;
}
p#koodoz a {
	background: url(../images/global/koodoz-logo.png) top right no-repeat;
	color: #FFF;
	display: block;
	height: 17px;
	padding: 0 23px 0 0;
	margin: 0 10px 0 0;
	text-decoration: none;
}


div.error {
	border-color: #9E2006;
	background: #FFBABA url(../images/global/error.png);
	color: #9E2006;
}
div.warning {
	border-color: #9F6000;
	background: #FFF8C4 url(../images/global/warning.png);
	color: #9F6000;
}
div.success {
	border-color: #4F8A10;
    background: #DFF2BF url(../images/global/success.png);
    color: #4F8A10;
}
div.warning, div.success, div.error {
	background-position: 7px 8px;
	background-repeat: no-repeat;
	border: 1px dotted;
    margin: 2em 0 2em 0;
    padding: 1.2em 1em 1.2em 4em;
}

div#rightcontent-inside div.warning, div#rightcontent-inside div.success, div#rightcontent-inside div.error {
    margin: 2em 0 0 0;
}

					
				
p.intro {
	color: #000;
	border-bottom: 1px solid #E0E0E0;
	font-size: 1.2em;	
	padding: 0 0 1.5em 0;
}

body#home p.intro {
	border-bottom: none;
	padding: 0;
}



p#corflute-promo a {
	background: url(../images/promo/corflute-promo-banner.png) top left no-repeat;
	display: block;
	float: left;
	height: 152px;
	margin: 0 -12px 0 35px;
	text-indent: -9999px;
	width: 280px;
}

p#corflute-promo a:hover {
	background-position: 0 -155px;
}

p#corflute-promo-small a {
	background: url(../images/promo/corflute-promo-banner-small.png) top left no-repeat;
	display: block;
	height: 130px;
	margin: 15px 0 -10px -17px;
	text-indent: -9999px;
	width: 205px;
	border: 0;
}

p#corflute-promo-small a:hover {
	background-position: 0 -134px;
	text-decoration: none;
	padding: 0;
	height: 130px;
	border: 0;
}

span.skirt { height: 0; display: block; clear: both; }


.that-thing { /* you know .... *that* thing! */
	unicode-bidi: bidi-override;
	direction: rtl;
}
	

#p-enquiry_type label {
	display: inline-block;
	width: 110px;
}
#p-enquiry_type select {
	width: 190px;
}

#p-attachment {
	position: relative;
}
#attachment {
	height: 35px !important;
	margin-top: 7px;
	opacity: 0;
}
#faux-attachment {
	background: url(../images/global/input-file.png) top left no-repeat;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 60px 0 5px;
	position: absolute;
	top: 27px;
	width: 240px;
}
.smallPrint {
	font-size: 10px;
	width: 300px;
}

div.columnone, div.columntwo {
    width: 300px;
}

div.columnone {
    float: left;
    margin: 0;
}

div.columntwo {
    float: right;
    margin: 0;
}

