/*
Theme Name: COP Alarms
Theme URI: http://www.copalarms.co.uk/
Description: The original COP Alarms theme.
Version: 1.0
Author: COP Alarms <info@securitycam.co.uk>
Tags: blue / white color, two columns, left hand navigation.
Site: COP Alarm
Default WordPress theme for COP Alarms || http://www.copalarms.co.uk
This is just a basic layout, with only the bare minimum defined.

*/

html {
	font-family:Arial;
}
a {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 3px;
}
.fl {
	float: left;
}
body {
	background-image: url(images/bg_tile.png);
	margin: 0 auto;
	font-family: Arial;
	font-family: sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0;
	/*stupid IE*/
		text-align: center;
	margin-bottom: 40px;
}
#container {
	margin: 0px auto;
	width: 960px;
	padding: 0px 43px;
	text-align: left;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
/* Top Nav styles start*/
.top_nav_cover {
	color: white;
	width: 100%;
	background-color: #013998;
	height: 22px;
}
.top_nav {
	margin-top: -22px;
}
.tv_nav {
	float:right;
	border:none;
	border:0px;
	margin:0px;
	padding-right:14px;
	height:22px;
	list-style:none;
}
.tv_nav li {
	padding:0px;
	margin-right: 5px;
	padding: 0px 5px;
	display: block;
	float: left;
}
.tv_nav li a {
	color: white;
	line-height: 22px;
}
.tv_nav li.selected {
	background: white;
}
.tv_nav li.selected a {
	color: #013184;
}
.tv_nav li a:hover {
	color: #013184;
	background: white;
	padding:3px 0px 3px 0px;
}
/* Top Nav styles end*/


/* Middle Nav start*/
#middle_nav {
	padding: 20px;
	height: 100px;
}
#logo {
	float: left;
}
#menu {
	float: right;
	margin-top: 15px;
	height: 35px;
	font-size: 14px;
}
#menu ul {
	border:none;
	margin:0px;
	padding:0px;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	color: black;
	line-height: 48px;
	border-right: 0.1em black dashed;
	padding: 0px 17px;
	display: block;
	text-align: center;
	text-decoration:none;
}
#menu li.selected a, #menu li a:hover {
	color: white;
	background-image: url(images/top_menu_selected_tile.png);
	background-repeat: repeat-x;
}
#call_us {
	margin-top: 15px;
	float: right;
	width:50%;
}
#call_us p {
	color: #666;
	font-size: 18px;
	text-align:right;
}
#call_us p span.cus_blue {
	color: #013184;
	font-size: 20px;
}
/* Middle Nav end*/

/*Middle Content start*/
#middle_content {
	height: 610px;
	margin-left: 10px;
}
#plist {
	float: left;
	background-image: url(images/menu_block_left.png);
	background-repeat:no-repeat;
	width: 202px;
	height: 260px;
	z-index: 1000;
	position:relative;
	padding: 0px;
	margin: 0px;
}
#plist p {
	padding:20px;
	font-size: 20px;
	color: white;
	margin: 0;
}
.plist_menu {
	border:none;
	border:0px;
	margin:0px;
	padding:5px;
	font-size: 16px;
	list-style: none;
}
.plist_menu li {
	padding: 6px 18px;
	border-top: 0.1em #fff dotted;
}
.plist_menu li a {
	color: white;
	display: block;
	line-height: 35px;
}
.plist_menu li.selected a, .plist_menu li a:hover {
	background-image: url(images/menu_selected.png);
	background-repeat:no-repeat;
	margin-left: -25px;
	padding-left: 25px;
	width: 209px;
	color: #013998;
	display: block;
}
#main_image {
	float: left;
	z-index: 1;
	margin-top: 5px;
}
#package_details {
	background-image: url(images/menu_block_right.png);
	background-repeat:no-repeat;
	margin-top: 6px;
	width: 291px;
	height: 254px;
	float: left;
	padding: 0px;
}
#package_details .pd_title {
	margin: 10px 0px 0px 20px;
}
#package_details .pd_title p {
	color: white;
	font-size: 14px;
}
#package_details .pd_detail {
	margin-left: 20px;
}
#package_details .pd_detail ul {
	list-style: square;
	padding: 2px 0px 2px 10px;
	margin: 10px 0px 0px 0px;
}
#package_details .pd_detail li {
	padding: 1px;
	color: #333333;
}
#pacakge_price {
	float: right;
	margin-right: 20px;
}
#rend {
	float:left;
	background-image: url(images/price_rend.png);
	height: 34px;
	width: 10px;
}
#pacakge_price .rvalue {
	float: left;
	background-image: url(images/price_mid.png);
	background-repeat: repeat-x;
	line-height: 34px;
	padding: 0px 5px;
	color: white;
	font-size: 12px;
}
#pacakge_price .rvalue span.cost {
	font-size: 16px;
	font-weight: normal;
	padding: 0 3px 0 3px;
}
#pacakge_price .rvalue a {
	color: white;
	font-size: 12px;
	text-decoration: underline;
}
#rstart {
	float:left;
	background-image: url(images/price_rstart.png);
	height: 34px;
	width: 10px;
}
#share {
	width: 200px;
	float: left;
}
.bottom_clear {
	clear:both;
}
/*Middle Content end */

/*Bottom Content start*/

#bottom_content {
	padding: 10px;
	margin: 0px;
	border: none;
	border : 0;
	height: 410px;
}
.content_box {
	margin: 5px 6px;
	padding: 0px;
	float: left;
}
.cb_title {
	line-height: 30px;
	background-image: url(images/cb_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	color: white;
	font-size: 15px;
}
.cb_content {
	padding: 10px 10px 0px 10px;
}
/*form content*/
.cb_form {
	width: 290px;
}
.cbt_green {
	background-color: #82bc0a;
}
.cbc_lgreen {
	background-color: #c8f863;
	font-size: 12px;
	border: 1px #82bc0a solid;
	border-top: none;
}
.cb_content form {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.form_table {
	border-collapse: collapse;
}
.form_table tr td {
	padding: 2px 3px 2px 3px;
}
.ftitle {
	text-align: right;
	font-size: 11px;
}
.form_table input {
	width: 170px;
}
.form_table input.submit {
	width: 70px;
}
.form_table textarea {
	width: 170px;
	height: 40px;
}
span.pp {
	font-size: 10px;
}
/*form content end*/

.cb_center {
	width: 390px;
	height: 355px;
	border: 1px #a6c8ff solid;
	background-color: #f2f9fc;
}
.cb_center_menu {
	height: 34px;
}
.cb_center_menu ul {
	border:none;
	margin:0px;
	padding:0px;
	list-style: none;
}
.cb_center_menu li {
	float: left;
	color: #0077df;
	line-height: 30px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 15px;
	display: block;
}
.cb_center_menu li.cbt_blue {
	background-color: #0077df;
	color: white;
}
.cb_center_menu ul li:hover {
	background-color: #ffffff;
	color: white;
}
.cbt_sblue {
	background-color: #0077df;
	color: white;
	width: 205px;
}
.cbc_sblue {
	height: 131px;
	border: 1px #a6c8ff solid;
	width: 196px;
	background-color: #f2f9fc;
}
.cbc_sblue img {
	margin-right: 10px;/*margin-bottom: 10px;*/
}
.cbc_sblue p {
	font-size: 11px;
}
/*Bottom Content end*/

/*Footer Start*/

#footer {
	background-image: url(images/footer_tile.png);
	background-repeat: repeat-x;
	height: 200px;
	padding-left: 20px
}
#footer-end {
}
.footer_links {
	text-align: right;
	color: white;
	font-size: 11px;
	line-height: 11px;
	padding-top: 4px;
	padding-right: 19px;
}
.footer_links a {
	color: white;
}
.footer_links a:hover {
	color: white;
	text-decoration: underline;
}
.footer_maps {
	color:white;
	float:left;
	margin-left:10px;
	margin-top: -5px;
	padding-left:10px;
	width:160px;
}
.footer_maps .fm_title {
	font-size: 16px;
	padding-bottom: 4px;
	border-bottom: 1px #fff dotted;
}
.footer_maps ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin:10px -9px 0;
	padding-left:28px;
}
.footer_maps li, .footer_maps li a {
	color: white;
	padding: 2px;
}
.footer_maps li a:hover {
	color: white;
	text-decoration: underline;
}
.border_left {
	border-left: 1px #fff dotted;
	height: 140px;
}
#footer_buttons {
	float: right;
	padding-right:24px;
}
#footer_buttons1 {
	float: right;
	margin-top: 55px;
	display: block;
	width: 86px;
	height: 74px;
	background:  url("images/nsi_logo_foot.jpg") no-repeat 0 0;
	cursor: pointer;
}
#footer_buttons1:hover {
	background:  url("images/nsi_logo_foot_ov.jpg") no-repeat 0 0;
}
#footer_buttons2 {
	float: right;
	margin-top: 93px;
	margin-right: -25px;
	display: block;
	width: 100px;
	height: 35px;
	background:  url("images/safe_logo.jpg") no-repeat 0 0;
	cursor: pointer;
}
#footer_buttons2:hover {
	background:  url("images/safe_logo_ov.jpg") no-repeat 0 0;
}
#footer_buttons3 {
	float: right;
	margin-top: 57px;
	margin-right: 15px;
	display: block;
	width: 27px;
	height: 27px;
	background:  url("images/rss_logo.jpg") no-repeat 0 0;
	cursor: pointer;
}
#footer_buttons3:hover {
	background:  url("images/rss_logo_ov.jpg") no-repeat 0 0;
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}
#content {
	font-size:11px;
}
.widecolumn .entry p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: left;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #0077DF;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0077DF;
}
.alignleft {
	float:left;
	text-align:left;
}
h2.pagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sidebar h2 {
	color:#356781;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0 0 5px;
	padding:2px 0 2px 10px;
	text-shadow:0 1px 0 #4E493C;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0077DF;
}
.entry p a:visited {
	color: #0077DF;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.allpagefont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #0077DF;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family:Arial;
	font-size:15px;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: normal;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family:  Arial;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em Arial;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #0077DF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: normal 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: right;
	padding: 0 45px 20px 0px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
	margin: 0 0 10px 0;
	text-align: justify;
background-color:#FFFFFF;
border:1px solid #C0E1F0;
color:#333333;
float:left;
font-size:11px;
height:auto;
padding:10px 10px 15px 5px;

}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
/*	margin: 30px 0 0;*/
	}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 10px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;/*	text-align: center;*/
	}
#sidebar #searchform #s {
	width: 95px;
	padding: 4px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 75%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 730px;
	width: 190px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
/*  position: absolute;
     left: -1000em;*/
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#content {
	float: right;
	width: 65%;
	margin:10px;
	padding: 0px 10px 0px 10px;
}
ul {
	list-style: square;
}
ul li a {
	color:#0077DF;
	text-decoration:none;
}
ul li a:hover {
	color:#0077DF;
	text-decoration:underline;
}

div #left li{
		list-style:none;
}


