@charset "utf-8";
/* CSS Document */

/*************************************************/
/* safeway security styles by gemma-harris.co.uk */
/*************************************************/ 

* {
	font-size:1em;
	padding:0;
	margin:0;
	border: none;
}

body {
	margin: 0;
	padding:0;
	font: normal 12px/16px Verdana, sans-serif;
	color:#4D555B;
	background:#f2f2f2 url(../images/top-bg.png) top left repeat-x;
}

.right {
	float:right;
}
.left {
	float:left;
}

#wrapper {
	width:900px;
	/*border: 1px solid #000;*/
	margin: 0 auto;
}

#header{
	background: transparent url(../images/header.png) top center no-repeat;
	margin: 0;
	padding: 0;
	height:135px;
}

#nav {
	margin: 5px 0 0 0;
	padding: 0 20px 0 20px;
	float: left;
	font: bold 105% Arial, Helvetica, sans-serif;
}

#nav a, #nav a:visited {
	margin: 0;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	color: #BD1E2D;
}

#nav a:hover {
	color: #000;
}

#nav a#on {
	color: #000;
}


#content{
	background:#fff url(../images/content-bg.png) left bottom no-repeat;
	padding:10px;
	height:380px;
	font-size: 95%;
}

#content p{
	padding: 10px;
}

#contentLong{
	background:#fff url(../images/content-bg.png) left bottom no-repeat;
	padding:10px;
	font-size: 95%;
}

#contentLong p{
	padding:10px;
}

#text {
	width:640px;
	margin-left:10px;
}

#footer {
	padding:30px;
	clear:both;
	font-size:95%;
}

#footer img{
	float:right;
	padding:10px;
}

#copyright {
	padding:0px 30px 30px 30px;
	clear:both;
	font-size:93%;
	color:#B3B3B3;
}

#copyright a {
	color:#B3B3B3;
}

.row {
	border: #dedede 1px solid ;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/ 

div, p, li, ul, ol, h1, h2, h3, h4, h5, h6, img, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

h1 {
	color: #BD1E2D;
	font-size:170%;
	font-family: Helvetica, sans-serif;
	padding:10px 10px 0px 10px;
}

h2 {
	color: #BD1E2D;
	font-size:150%;
	font-family: Helvetica, sans-serif;
	padding:10px 10px 0px 10px;
}

p {line-height:1.5em;}

/***********************************************/
/* Link styles                               */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #BD1E2D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.logo { }
.small {font-size:10px;}
/***********************************************/
/* Homepage styles                             */
/***********************************************/ 

#midHome {
	background: #fff url(../images/mid-bg.png) bottom left repeat-x;
	height:250px;
	text-align:center;
}

#midHome img{
	padding:18px 10px;
}

#box1{
	background: #fff url(../images/box-bg.png) top left no-repeat;
	width:275px;
	border: #c9d0d4 2px solid;
	float:left;
	margin:0 15px 0 5px;
	height: 375px;
}

#box2{
	float:left;
}

#box3{
	background: #fff url(../images/box-bg.png) top left no-repeat;
	width:375px;
	border: #c9d0d4 2px solid;
	margin:0 15px 15px 0;
	height: 178px;
}

#box4{
	background: #fff url(../images/box-bg.png) top left no-repeat;
	width:175px;
	border: #c9d0d4 2px solid;
	float:left;
	margin:0;
	height: 375px;
}

/***********************************************/
/* Page styles                             */
/***********************************************/ 

#mid {
	background: #fff url(../images/mid-bg.png) bottom left repeat-x;
	height:230px;
	text-align:center;
	padding:20px 20px 0px 20px;
}

.main {
	padding: 65px 40px 0px 470px;
	text-align:left;
	color: #fff;
	font-size:105%;
	font-weight:bold;
}

.main a, .main a:visited{
	color: #fff;
	text-decoration:none;
	border-bottom:1px #fff solid;
}

.main a:hover{
	color: #fff;
	text-decoration:none;
	border-bottom:none;
}

#intruder {
	background: #78CC38 url(../images/Intruder_main.jpg) top left no-repeat;
	height: 180px;
	width: 860px;
}

#fire {
	background: #FF7E00 url(../images/Fire_main.jpg) top left no-repeat;
	height: 180px;
	width: 860px;
}

#cctv {
	background: #0061B4 url(../images/CCTV_main.jpg) top left no-repeat;
	height: 180px;
	width: 860px;
}

#access {
	background: #BD1E2D url(../images/Access_main.jpg) top left no-repeat;
	height: 180px;
	width: 860px;
}

#contact {
	background: #BD1E2D url(../images/Contact_main.jpg) top left no-repeat;
	height: 180px;
	width: 860px;
}
