/* @override 
	http://www.greatgardens.com.au/wp-content/themes/greatgardens/style.css
	http://www.geelongsas.com.au/wp-content/themes/geelongsas/style.css
*/

/*

Theme Name: Geelong Safe and Secure
Theme URI: http://wwww.geelongsas.com.au
Description: Theme for Great Gardens
Author: Building Blocks Creative Design
Author URI: http://wwww.buildingblockscreative.com.au

*/

/* RESET */

html, body, div, span, objective, h1, h2, h3, h4, h5, h6, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
margin: 0;
padding: 0;
border 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1.5;
font-family: helvetica, arial, san serif;
}

/* END RESET */

/* HEADER */

#header_back {
	overflow: none;
	clear: both;
	background: url(images/header.jpg) 0 0 no-repeat;
	margin-top: 20px;
	border: 0;
	height: 109px;
	width: 972px;
	display: block;
}
	
#logo h1 {
	background: url(images/logo.png) 0 0 no-repeat;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	text-indent: -9999px;
	float: left;
	width: 273px;
	height: 69px;
	border: 0;
}

#logo h1 a {
 	display: block;
	text-indent: -9999px;
	width: 273px;
	height: 74px;
}

#slogan {
	float: right;
	color: #002D56;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* CALL TO ACTION */

#calltoaction{
	height: 178px;
	width: 972px;
	margin: 5px 0 5px 3px;
	display: block;
	clear: both;
}

#calltoaction li a img:hover{
		opacity: .8;
	-moz-opacity: 1.8;
	filter: alpha(opacity=40);
}

#calltoaction ul li{
	display: inline;
	margin: 0 1px 0 0;
	width: 238px;
	height: 178px;
}

#calltoaction ul li a img{
	border: 0;
}

/* HEADER TITLES */

h1, h1 a{	
	color: #1076d4;
	font-size: 24px;
	font-weight: bold;
}

h2, h2 a{	
	color: #002D56;
	font-size: 20px;
	font-weight: bold;
}

h3, h3 a{	
	color: #1076d4;
	font-size: 16px;
	font-weight: bold;
}

p {
	font-size:12px;
	 color: #3C3C3C;
}

a {
}

a:hover {
	text-decoration: underline;
}

#ticks {
	margin: 0 0 20px 20px;
	list-style: none;
}

img.tick{
	position: relative;
	top: 8px;
}

/* MAIN STYLES */

body {
	  color: #3C3C3C;
}

.wrap{
 	width: 972px;
 	margin: auto;
}

/* MENU */

/* MENU */

.mainMenu ul li.current_page_item > a,
.mainMenu ul li.current-menu-ancestor > a,
.mainMenu ul li.current-menu-item > a,
.mainMenu ul li.current-menu-parent > a {
	color: #fff;
}

* html .mainMenu ul li.current_page_item a,
* html .mainMenu ul li.current-menu-ancestor a,
* html .mainMenu ul li.current-menu-item a,
* html .mainMenu ul li.current-menu-parent a,
* html .mainMenu ul li a:hover {
	color:#fff;
}

.mainMenu {
	width: 972px;
	height: 40px;
	padding: 0 0 0 1px;
	background: url(images/menu-back.png) 0 0 no-repeat;
	display:block;
	float:left;
	clear: both;
	margin: 0 0 5px 0;
}

.mainMenu a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
 	font-family: helvetica, arial;
	line-height: 39px;
	display:block;
	padding:0 26px;
}
	
.mainMenu li{
	display: inline;
	float: left;
	text-transform: capitalize;
	display: inline;
 	font-family: helvetica, arial;
	margin: 0 0 0 -1px;
	border-left: 1px solid #002D56;
}

.mainMenu ul{

}

.mainMenu li:hover > a{
	color:#ffffff!important;
	background:#002D56;
}

.mainMenu ul ul :hover > a {
	color:#002D56!important;
	background:#ffffff;
}

.mainMenu ul li:hover > ul {
	display:block;
}

/* SUBMENU */

.mainMenu ul,
.mainMenu ul {
	list-style: none;
	margin: 0;
}
.mainMenu li,
.mainMenu li {
	float:left;
	position: relative;
}

.mainMenu ul ul {
	display:none;
	position:absolute;
	top:40px;
	left:1px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 190px;
	z-index: 99999;

}
.mainMenu ul ul li {
	min-width: 190px;	
}
.mainMenu ul ul ul {
	left:100%;
	top:0;
}

.mainMenu ul ul a {
	background:#002D56;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 170px;
	border-top: 1px solid #002D56;
	border-left: 1px solid #002D56;
	border-right: 1px solid #002D56;
	font-size: 11px!important;
}

.mainMenu ul ul:last-child{
	border-bottom: 1px solid #044b74;
}


/* MAIN CONTENT */

#main_top{
	border-top: 2px solid #002D56;
}

#main{
	width: 972px;
	background: url(images/content-runner.gif) 0 0 repeat-y;
	float: left;
	z-index: -1;
}

#main_bottom {
	background: url(images/content-bottom.gif) 0 100% no-repeat;
	float: left;
	z-index: 2;
}

#main #sidebar {
	display: inline;
	width: 238px;
	color: #3c3c3c;
}

#main #secondary {
	width: 238px;
	float: left;
	color: #3c3c3c;
}

#main #primary .post-item, 
#page_content {
	margin-left: 9px;
 	overflow: hidden;
}

/* Page Content */

#page_content {
	width: 690px;
	float: right;
	position: relative;
	font-size: 12px;
	margin: 20px 20px 0 24px;
	line-height: 21px;
  	color: #3C3C3C;
}

#page_content p{
	line-height: 21px;
	font-size: 12px;
	margin-bottom: 20px;
}

#page_content h2{
	color: #002D56;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size: 20px;
	margin: 0 0 20px 0;
}

/* SIDEBAR */

.widget {
	width: 238px;
	padding: 0!important;
	color: #3C3C3C;
}

h2.widgettitle,
#sidebar_search h2,
h2#widget_title{
	background: url(images/sidebar-header.gif) 0 0 no-repeat;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
 	height: 32px;
 	width: 238px;
 	line-height: 30px;
 	padding: 0 0 0 15px;
 	margin: 0 0 10px 0;
 	position: relative;
 	left: 2px;
}

#sidebar ul, #sidebar li{
	list-style: none;
}

h2#widget_title{
	margin-top: 10px;
}

.collision_widget h2.widgettitle{
	position: relative;
	left: -18px;
}

.collision_widget{
	font-size: 12px;
	position: relative;
	left: 20px;
	width: 200px;
	top: ;
}

.widget.widget_text .textwidget,
.wpco-widget{
 	font-size: 13px;
 	font-family: arial, helvetica;
  	color: #3C3C3C;
}

#wpco-2.wpco-widget ul li{
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.wpco-widget ul li{
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
}

.wpco-widget ul li a{
	text-decoration: none;
	color: #000000;
}

.wpco-widget ul li a:hover{
	text-decoration: none;
	color: #002D56;
}

/* SUB MENU */

#submenu h2{
	background: url(images/sidebar_green_top.gif) 0 0 no-repeat;
	font-size: 20px;
	font-family: georgia, times;
	color: #ffffff;
	font-weight: bold;
 	text-transform: capitalize;
 	padding: 15px 0 20px 25px;
 	height: 9px;
}

#submenu {
	background: none;
	background: url(images/sidebar_green_runner.gif) 0 0 repeat-y;
}

#insidepage #submenu ul li a{
	color: #ffffff;
	text-decoration: none;
	padding: 30px;
}

#subbottom {
	background: url(images/sidebar_green_bottom.gif) 0 0 no-repeat;
	width: 309px;
	height: 9px;
  	padding: 0 20px 20px 20px;
}

/* SEARCH */

#sidebar #sidebar_search h2{
	position: relative;
	top: -1px;
	line-height: 30px;
}

#searchform input#s{
	width: 168px;
	height: 18px;
	border: 1px solid #e6e6e6;
	margin: 10px;
	color: #3c3c3c;
	padding-left: 10px;
	padding-top: 6px;
}

#searchform input#searchsubmit{
	position: relative;
	top: 5px;
}

/* FOOTER */

#footer {
	height: 30px;
	padding: 0 0 10px 0;
}

#footer #aussie_flag img{
	display: inline;
	float: left;
	margin-top: 5px;
	border: 0;
}

#footer p{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin: 5px 0 0 5px;
	text-align: center;
}

#footer p a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

#footer p a:hover{
	color: #002D56;
}

#footer p li{
	list-style: none!important;
}

.footerMenu a{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 10px;
	padding: 0;
}

.footerMenu{
	text-align: center;
	margin: 5px;
}

.footerMenu ul li,
.footerMenu ul li ul li{
	display: inline!important;
	border-left: 1px solid #000000;
	padding: 0px 2px 0 5px;
	margin: 0;
}


.footerMenu li:first-child{
	border: 0;
}

/* CONTACT FORMS */

.wpcf7-form {
 	margin-bottom: 40px;
}

#formsubmit {
 	position: absolute;
}

#wpcf7-form input#formsubmit {
	float: right;
	background: transparent!important;
	postition:relative;
	left: 173px;
	top: -2px;
	border: 0!important;	
}

#wpcf7-form input {
	 background: #ffffff;
	 border: 0;
	 padding: 10px 0 0 10px;
	 font-size: 10px;
}

#wpcf7-f1-p16-o1 .wpcf7-form p span.wpcf7-form-control-wrap input,
#wpcf7-f1-p16-o1 .wpcf7-form p span.wpcf7-form-control-wrap textarea{
	border: 1px solid #5e6213;
	background: #ffffff;
	width: 300px;
}

#wpcf7-f1-p16-o1 .wpcf7-form input{
	background: url(images/button-runner.gif) 0 0 repeat-x;
	color: #ffffff;
	width: 80px;
	height: 27px;
	text-transform: uppercase;
}

#wpcf7-f1-p16-o1 .wpcf7-form .wpcf7-captcha-captcha-726{
	margin-bottom: 5px;
}

/* SHOPPING CART */

#page_content div.wpcocategory p small {
	display: none;
}

li.wpco.l div.img,
li.wpco.r div.img{
	border: none;
}

li.wpco.l div.pricewrap .price{
	color: #002d56;
}

h3.wpco a.wpco{
	color: #002d56;
	font-weight: bold;
	font-size: 16px;
	height: 16px!important;
}

.wpcoproductsgrid li.wpco.l h3.wpco,
.wpcoproductsgrid li.wpco.r h3.wpco{
	margin: 0!important;
	padding: 0!important;
	height: 10px!important;
}

.wpcoproductsgrid ul li.wpco.l,
.wpcoproductsgrid ul li.wpco.r{
	border: 2px solid #dddddd;
	padding: 10px 10px 0 10px;
	width: 130px;
	margin-left: 7px;
}

.wpcoproductsgrid ul a.wpco img.thumb{
	border: 2px solid #dddddd;
}

.pricewrap span.sprice strike{
	color: #ff1e21;
}

ul li.wpco.r .pricewrap .price,
ul li.wpco.l .pricewrap .price{
	color: #00a736;
	font-size: 15px;
}

input.button-primary{
	background: url(images/buy-button.png) 0 0 no-repeat;
	height: 35px;
	width: 128px;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
}

input.button-primary:hover{
	background: url(images/buy-button-hover.png) 0 0 no-repeat;
	height: 35px;
	width: 128px;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
}

/* COMPARE PACKAGES */

#page_content #header{
	color: #002d56;
	font-weight: bold;
	line-height: 17px;
	font-size: 17px;
	padding-bottom: 50px;
}

#features {
	width: 200px;
	text-transform: uppercase;
	color: #002d56;
	font-weight: bold;
	font-size: 14px;
}

#package {
	width: 100px;
	background: #002d56;
	color: #ffffff;
	font-weight: bold;
}

img.aligncenter{
	margin: 0 0 0 40px;
}

#page_content td a{
	color: #002d56;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
}

#page_content table td{
	border: 1px solid #ddd;
	padding: 3px;
}

#page_content table{
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
}

#page_content #tableprice{
	color: #00a736;
	font-weight: bold;
	font-size: 15px;
}

/* SECURITY FOOTAGE */

.cctv img{
	padding: 5px;
	margin: 10px;
	border: 2px solid #e3e3e3;
}

#noborder tbody tr td,
#noborder{
	border: 0!important;
	margin: 0 0 0 40px!important;
}

/* CCTV SPECIAL PACKAGES */

#noBorder tbody tr td,
#noBorder{
	border: 0!important;
	margin: 0;
}

/* CCTV PACKAGES */

.cctvPackage{
	width: 333px!important;
	background: url(images/cctv/cctvRunner.png) 0 0 repeat-y;
	display: block;
}

td.cctvHeader {
	background: url(images/cctv/cctvHeader.png) 0 0 no-repeat;
	width: 332px!important;
	height: 75px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.cctvDesc ul li {
	list-style-position: inside;
	color: #002D56;
}

.cctvDesc ul {
	padding: 20px;
	width: 280px;
}

.cctvFooter{
	background: url(images/cctv/cctvBottom.png) 0 100% no-repeat;
	width: 332px;
}

p.cctvPriceRed {
	color: red;
	text-decoration: line-through;
	font-size: 14px!important;
	text-align: center;
	margin: 5px!important;
}

.cctvPriceGreen {
	color: green;
	font-weight: bold;
	font-size: 24px!important;
	text-align: center;
	margin: 15px 0 5px 0!important;
	width: 150px;
}

td img.enquireNowBtn {
	width: 172px;
	float: right;
	margin: 0px 8px -10px 0;
}

.packageImg{
	margin: 0 0 0 1px;
}

#cctvNoBorder{
	border: 0!important;
	margin: 0;
	width: 333px!important;
	padding: 0!important;
}

#cctvNoBorder tbody tr td{
	border: 0!important;
	margin: 0;
	width: 333px!important;
	padding: 0!important;
}

