/*
Theme Name: Salvus Crime Prevention
Theme URI: http://www.salvuscrimeprevention.com
Description: The theme for Salvus Crime Prevention.
Version: 1.0
Author: Twenty3design
Author URI: http://www.twenty3design.co.uk
*/

/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background: url(images/home_bg.png) top repeat-x;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 13px;
}

img {
	border: none;
}

.verticle {
	vertical-align: text-bottom;
}

h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #ff6703;
	font-size: 17px;
}

a { color: #0e8199; text-decoration: none; }
a:hover { color: #0e8199; text-decoration: underline; }

p {
	color: #666666;
	line-height: 24px;
	margin: 5px 0;
}

.float_left {
	float: left;
	margin: 0 10px 10px 0;
}

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

.middle{
	vertical-align:text-top;
}

#home #wrapper {
	background: url(images/header_bg.png) top center no-repeat;
	width: 100%;
}

#header_wrapper {
	margin: 0 auto;
	width: 962px;
}

#header {
	height: 399px;
}

#header img {
	margin-top: 28px;
}

#main_nav {
	padding: 5px;
	margin: 49px 0;
	list-style: none;
	float: right;
	width: 588px;
}

#main_nav li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
}

#main_nav li a, .grey_button a {
	background: url(images/main_nav.png) no-repeat top right;
	text-decoration: none;
	float:left;
	color: #197c8c;
	cursor: pointer;
	outline: none;
	/* font: 900 14px/22px "Arial", Helvetica, sans-serif; */
}

#main_nav li a span, .grey_button a span {
	background: url(images/main_nav.png) no-repeat top left;
	margin: 0 14px 0 -14px;
	padding: 6px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

#main_nav li.current_page_item a, #main_nav li a:hover, .grey_button a:hover {
	background: url(images/main_nav.png) no-repeat right -35px;
 	color: #fff;
}

#main_nav li.current_page_item a span, #main_nav li a:hover span, .grey_button a:hover span {
	background: url(images/main_nav.png) no-repeat left -35px;
}

#main_nav li.current_page_item a, #main_nav li a:active, .grey_button a:active {
	background: url(images/main_nav.png) no-repeat right -70px;
 	color: #fff;
}

#main_nav li.current_page_item a span, #main_nav li a:active span, .grey_button a:active span {
	background: url(images/main_nav.png) no-repeat left -70px;
}

#statement {
	height: 200px;
	width: 550px;
	background: url(images/statement.png) no-repeat;
	float: right;
}

#statement .grey_button {
	float: right;
	margin: 90px 20px 0 0;
}

#statement span {
	visibility: hidden;
}
#statement .grey_button span {
	visibility: visible;
}

.grey_button {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: 500;
	margin: 20px 10px;
}


#content_wrapper {
	background: url(images/centre_bg_rpt.png) top center repeat-x;
}

#content {
	margin: 0 auto;
	width: 962px;
	background: url(images/centre_bg.png) top center no-repeat;
	overflow: auto;
	padding-bottom: 20px;
}

#left_col {
	width: 640px;
	float: left;
}

#right_col {
	width: 240px;
	float: right;
}

.arrow_list {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.arrow_list li {
	padding-left: 30px;
	margin-top: 10px;
	background: url(images/arrow_list.png) top left no-repeat;
}

#callout { clear: left; background: #2abed5 url(images/callout_bg.png) top left no-repeat; }

#callout_content {
	background: #2abed5 url(images/callout_bg.png) top left no-repeat;
	margin: 0 auto;
	width: 962px;
	height: 95px;
}

#callout_content #howwework {
	padding-top: 25px;
	margin: 0;
	width: 620px;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	font-style: italic;
	text-shadow: #1f8d9e 1px 1px;
}

#callout_content #contact_us_button {
	padding-top: 35px;
	margin: 0;
	float: right;
	width: 240px;
}

#callout_content #contact_us_button a {
	padding-top: 6px;
	padding-left: 16px;
	display: block;
	height: 22px;
	width: 210px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: #42803d 1px 1px;
	background: url(images/contact_us_sprite.png) 0px 0px no-repeat;
	outline: none;
	font-weight: 500;
}

#callout_content #contact_us_button a:hover { 
	background: url(images/contact_us_sprite.png) 0px -28px no-repeat; 
	text-decoration: none; 
}

#callout_content #contact_us_button a:active { 
	background: url(images/contact_us_sprite.png) 0px -56px no-repeat; 
}

#info { background: #fff; }

#info_content {
	background: #fff url(images/info_bg.png) top left no-repeat;
	margin: 0 auto;
	width: 962px;
	overflow: auto;
}

.info_col {
	padding: 28px 20px 20px 0;
	width: 308px;
	float: left;
}

#info_content h2, #footer h2, #left_col h2 {
	font-size: 13px;
}

#stay_in_touch {
	padding: 28px 0 20px 0;
	float: right;
	width: 235px;
}

#footer {
	clear: left;
	width: 922px;
	height: 112px;
	margin: 15px auto;
	padding: 20px;
	background: url(images/footer_bg.png) top center no-repeat;
}

#experience_matters { padding: 0 5px; }
#experience_matters li {
	display: inline;
	float: left;
	margin-right: 25px;
}

.testimonial {
	width: 200px;
	color: #197c8c;
	font-size: 12px;
	font-weight: 500;
	float: right;
	margin: -10px 10px 0 0;
}
.testimonial cite { font-size: 12px; line-height: 18px; }


#copyright a { color: #494f57; text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

#copyright {
	width: 955px;
	margin: 10px auto 30px auto;
	color: #7d7d7d;
}

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

#copyright ul li {
	display: inline;
	padding: 0 10px 0 0;
}

#copyright span { float: right; color: #494f57; }
#copyright span a { color: #7d7d7d; font-style: italic;}


/* PAGE */

#page {
	background: url(images/page_bg.png) top repeat-x;
}

#page #wrapper {
	background: url(images/header_sm_bg.png) top center no-repeat;
	width: 100%;
}

#page #header {
	height: 181px;
}

#page #left_col {
	width: 205px;
	float: left;
	height: 380px;
	background: url(images/page_list_bg.png) top right no-repeat;
}

#page #right_col {
	width: 712px;
	padding: 25px 0 30px 30px;
	float: left;
}

#page #right_col p {
	margin: 20px 0;
}

#header h2 {
	color: #fff;
	font-size: 21px;
	margin-top: 42px;
	text-shadow: #08687a 2px 1px;
}

#page #content_wrapper {
	background: none;
	height: none;
}

#page #content {
	margin: 0 auto;
	width: 980px;
	background: none;
/* 	height: none; */
	overflow: visible;
}

.page_list {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.page_list li {
	padding: 8px 0 8px 20px;
	background: url(images/page_list_div.png) top right no-repeat;
}

.page_list li a {
	color: #414141;
	font-weight: 500;
}

.page_list li a:hover {
	color: #20b0ca;
	text-decoration: none;
}

#where_next {
	padding-left: 20px;
}
#where_next ul {
	margin-top: 20px;
}
#recent_posts h2 {
	padding: 30px 0 0 20px;
}
#recent_posts ul {
	margin-top: 10px;
}


