@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,700|Yanone+Kaffeesatz:400,700);

body {
	background: #EEEEEE;
	color: #333333;
	font: 62.5%/160% 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div.wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

/**************************************************

HEADER

**************************************************/

header {
	background: #222222 url(../images/sample-banner.jpg) 50% -50px no-repeat;
	height: 300px;
	width: 100%;
}

header hgroup {
	height: 300px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}

header h1 {
	background: #FFFFFF;
	bottom: 0;
	height: 132px;
	left: 0;
	padding: 30px 20px;
	position: absolute;
	width: 180px;
}

header h1 a {
	background: url(../images/ne-parking.png) no-repeat;
	display: block;
	height: 132px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 180px;
}

header nav {
	bottom: 0;
	height: 80px;
	left: 250px;
	right: 0;
	position: absolute;
}

header nav ul {
	height: 80px;
}

header nav ul li {
	float: left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	font-weight: normal;
	height: 80px;
	letter-spacing: 1px;
	line-height: 80px;
	margin-left: 30px;
	text-transform: uppercase;
}

header nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

header nav ul li.active > a,
header nav ul li a:hover {
	color: #E73A32;
}

header nav ul li:first-child {
	margin-left: 0;
}

header nav ul li.pay-online {
	background: #E73A32;
	float: right;
}

header nav ul li.pay-online a {
	display: block;
	padding: 0 25px;
}

header nav ul li.pay-online a:hover {
	color: #222222;
}

header nav ul ul {
	background: #E73A32;
	display: none;
	height: auto;
	padding: 15px 20px 10px;
	position: absolute;
	top: 60px;
}

header nav ul ul li {
	float: none;
	font-size: 22px;
	height: auto;
	line-height: 120%;
	margin: 0 0 5px;
}

header nav ul ul li a {
	color: #FFFFFF;
}

header nav ul ul li a:hover {
	color: #222222;
}

/**************************************************

FRONT PAGE

**************************************************/

#front-page {
	background: #FFFFFF;
	padding: 50px 0 0;
}

#inner-page {
	background: #FFFFFF;
	padding: 50px 0 0;
}

#boxes {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}

#boxes li {
	float: left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin-left: 40px;
	text-transform: uppercase;
	width: 300px;
}

#boxes li:first-child {
	margin-left: 0;
}

#boxes li.carpark {
	background: url(../images/sample-paydisplay.png) top center no-repeat;
}

#boxes li.non-patrolled {
	background: url(../images/sample-carpark.png) top center no-repeat;
}

#boxes li.cameras {
	background: url(../images/sample-cctv.png) top center no-repeat;
}

#boxes li a {
	color: #FFFFFF;
	display: block;
	height: 60px;
	padding-top: 180px;
	text-decoration: none;
}

#boxes li a:hover {
	color: #E73A32;
}

#boxes li strong {
	background: #222222 url(../images/bg-box.png) 100% 50% no-repeat;
	display: block;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}

.content h1 {
	border-bottom: 5px solid #EEEEEE;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.content h2 {
	border-bottom: 5px solid #EEEEEE;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.content p {
	font-size: 15px;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 20px;
}

.content ul, .content ol {
	margin: 0 20px 20px;
}

.content ul li, .content ol li {
	font-size: 15px;
	font-weight: 300;
	line-height: 160%;
	list-style: square;
	margin-bottom: 5px;
}

.content ol li {
	list-style: decimal;
}

.content a {
	color: #333333;
}

.content a:hover {
	color: #E73A32;
}

.call-to-action {
	border: 5px solid #EEEEEE;
	border-radius: 15px;
	padding: 40px 40px 20px;
}

.content p.button {
	text-align: center;
}

.content p.button a {
	display: inline-block;
	background: #E73A32;
	border: 1px solid #E73A32;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	margin-top: 2px;
	padding: 20px 50px;
	text-transform: none;
	text-decoration: none;
	text-transform: uppercase;
}

.content p.button a:hover {
	background: #dd2611;
	border: 1px solid #dd2611;
}

.content.wide {
	clear: both;
	float: none;
	margin-bottom: 20px;
}

.content.left {
	float: left;
	margin-bottom: 20px;
}

.content.right {
	float: right;
	margin-bottom: 20px;
}

.content .location-map {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding: 1px;
}

.content .location-map-inner {
	height: 300px;
	width: 100%;
}

#front-page .content.left { width: 470px; }
#front-page .content.right { width: 470px; }

#inner-page .content.left { margin-bottom: 40px; width: 640px; }
#inner-page .content.right { margin-bottom: 40px; width: 300px; }

/**************************************************

PCN TABS

**************************************************/

.pcn-tabs {
	clear: both;
	margin: 0 0 50px;
}

.pcn-tabs .tabs {
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0;
}

.pcn-tabs .tabs li {
	color: #CCCCCC;
	float: left;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 110%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-transform: uppercase;
	transition: all 0.2s;
	width: calc(100% / 4);
}

.pcn-tabs .tabs li span {
	border: 5px solid #CCCCCC;
	border-radius: 100%;
	display: block;
	float: left;
	font-size: 32px;
	font-weight: bold;
	height: 48px;
	line-height: 42px;
	margin-right: 20px;
	margin-top: 5px;
	vertical-align: middle;
	text-align: center;
	transition: all 0.2s;
	width: 48px;
}

.pcn-tabs .tabs li strong {
	display: block;
	font-size: 32px;
	margin: 10px 0;
}

.pcn-tabs .tabs li.tab {
	cursor: help;
}

.pcn-tabs .tabs li.tab:hover {
	color: #666666;
}

.pcn-tabs .tabs li.tab:hover span {
	border-color: #666666;
	color: #666666;
}

.pcn-tabs .tabs li.current,
.pcn-tabs .tabs li.current:hover {
	color: #202020;
}

.pcn-tabs .tabs li.current span,
.pcn-tabs .tabs li.current:hover span {
	border-color: #E73A32;
	color: #E73A32;
}

.pcn-tabs .content {
	border: 5px solid #EEEEEE;
	border-radius: 15px;
	display: none;
	padding: 40px 40px 20px;
}

.pcn-tabs .content.current {
	display: block;
}

/**************************************************

LOGOS

**************************************************/

.logos {
	background: #FFFFFF;
	padding-bottom: 30px;
	text-align: center;
}

/**************************************************

FOOTER

**************************************************/

footer .wrapper {
	padding: 50px 0 30px;
}

footer .left, footer .middle {
	float: left;
	margin: 0 40px 20px 0;
	width: 250px;
}

footer .right {
	float: right;
	margin-bottom: 20px;
	width: 400px;
}

footer h2 {
	border-bottom: 5px solid #DEDEDE;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

footer p {
	font-size: 15px;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 20px;
}

footer p.copy {
	clear: both;
	text-align: center;
}

footer p a {
	color: #333333;
}

footer p a:hover {
	text-decoration: none;
}

footer ul li {
	font-size: 15px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 0px;
}

footer ul ul li {
	font-size: 15px;
	font-weight: 300;
	line-height: 160%;
	list-style: square;
	margin: 0px 0 0 20px;
}

footer ul li a {
	color: #333333;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer form label {
	display: none;
}

footer form input {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #333333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 5px;
	padding: 10px 10px;
	width: 380px;
}

footer form input#jtjlar-jtjlar {
	width: 250px;
}

footer form button {
	background: #E73A32;
	border: 1px solid #E73A32;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 2px;
	padding: 9px 15px 9px;
	text-transform: none;
	width: 120px;
	text-decoration: none;
	text-transform: uppercase;
}

footer form button:hover {
	background: #dd2611;
	border: 1px solid #dd2611;
}

/**********************************************************************

CONACT FORM

**********************************************************************/

.contact-success {
	color: #2bb24c;
}

.contact-error {
	color: #E73A32;
}

form#contact-form {
	margin-bottom: 20px;
}

form#contact-form div.form-field {
	margin-bottom: 1px;
	overflow: hidden;
	padding: 5px 0;
}

form#contact-form div.form-field p {
	margin: 0;
}

form#contact-form div.form-field label {
	border-bottom: 1px dotted #DEDEDE;
	clear: both;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 12px;
	padding: 12px 0;
	width: 225px;
	line-height: 130%;
}

form#contact-form div.form-field label em {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

form#contact-form div.form-field input, form#contact-form div.form-field textarea {
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	color: #333333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	padding: 10px 10px;
	width: 378px;
	float: left;
}

form#contact-form div.form-field input:focus, form#contact-form div.form-field textarea:focus {
	border: 1px solid #999999;
}

form#contact-form div.form-field input.form-error, form#contact-form div.form-field textarea.form-error {
	background: #f7e8ed;
	border: 1px solid #900d50;
	color: #61194a;
}

form#contact-form div.form-field .select-wrap {
	float: right;
	padding: 6px 0;
	width: 400px;
}

form#contact-form div.form-field textarea {
	height: 150px;
	padding: 10px;
	width: 378px;
}

form#contact-form div.form-field-doozie {
	display: none;
}

form#contact-form div.form-button {
	height: 50px;
	text-align: right;
}

form#contact-form div.form-button button, #page-content a.download-btn {
	background: #E73A32;
	border: 1px solid #E73A32;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	padding: 9px 15px 7px;
	text-transform: none;
	width: 170px;
	text-decoration: none;
	text-transform: uppercase;
}

form#contact-form div.form-button button:hover, #page-content a.download-btn:hover {
	background: #dd2611;
	border: 1px solid #dd2611;
}