/**
  Theme Name: CCTV Theme
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	font-family: verdana, arial;
	font-size: 80%;
	background: url(images/bg.gif) repeat-x;
	margin: 0;
}

#container {
	width: 750px;
	margin: auto;
	margin-bottom: 10px;
}

#header {
	height: 120px;
	position: relative;
}

#header img {
	float: left;
	margin-top:15px;
}

#phone {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	font-weight: bold;
	font-size: 120%;
}

#nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
}

#nav ul {
	list-style: none;
	float: right;
	margin: 0;
}

#nav ul li {
	float: left;
	height: 28px;
	width: 90px;
	background: url(images/tab.gif);
	margin: 0px 1px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
}
#nav ul li a {
	color: black;
	text-decoration: none;
}
.sidebox ul li a {
	color: white;
	text-decoration: none;
}

#main {
}

#content {
	float: left;
	width: 474px;
	padding: 10px;
	overflow: hidden;
}

#content a {
	color: black;
}

#side {
	float: left;
	width: 256px;
}

.sidebox {
	background: #535151 url(images/side_top.gif) no-repeat;
	color: white;
	margin: 10px 0px 0px 0px;
	width: 255px;
}
.sidebox h4 {
	color: #5995f7;
	margin: 0px;
	padding: 0px 10px;
	border-bottom: 1px solid #5995f7;
}

.sidebox ul {
	list-style:none;
	margin: 0;
	padding: 6px;
}

.sidebox ul li {
	text-align: right;
}
.sidebox ul li ul {
	padding: 6px 2px;
}

.sidebox ul li ul li ul {
	display: none;
}

.sidebox ul li ul li.current_page_item, .sidebox ul li ul li.current_page_ancestor , .sidebox ul li ul li.current_page_parent {
	font-weight: bold;
}
.sidebox ul li ul li.current_page_item ul, .sidebox ul li ul li.current_page_ancestor ul, .sidebox ul li ul li.current_page_parent ul {
	display: block;
	font-size: 80%;
	font-weight: normal;
}


#footer {
	background: #2c2c2c;
	color: white;
	font-size: 90%;
	text-align: center;
	padding: 15px;
}
#footer ul {
	list-style: none;
	text-align: center;
	margin: auto;
	width: 600px;
}
#footer ul li {
	float: left;
	text-align: center;
	padding: 2px 8px;
}
#footer a {
	color: white;
	text-decoration: none;
}

h2 {
	color: #5995f7;
	font-size: 120%;
}
h3 {
	color: #5995f7;
	font-size: 110%;
}

.central {
	text-align: center;
	display: block;
	margin: auto;
}

.spec {
	border-collapse: collapse;
}
.spec td {
	border: 1px solid #5995F7;
}
.spec td shaded {
	background:#6b6a6a;
	color:white;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
