/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #000;
	background-image:url(../images/lockstore-bg.jpg);
	background-repeat:repeat-x;
	margin: 0 20px;
	padding: 0;
}
#masthead {
	color: #999;
	background-color: #666;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#column_wrapper {
	/*background-image: url(../images/clm02_middle.gif);
	background-repeat: repeat-y;*/
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 0px;
	float: left;
	background-color:#FAF62D;
}
#left {
	width: 960px;
	float: left;
	background-color:#FAF62D;
}
#left .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 3px 16px;
}
#footer .content {
	padding: 5px 24px;
}
#footer {
	color: #999999;
	background-color: #333;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#left a:link {
	color: #FFF;
}
#left a:visited {
	color: #000;
}
#left a:hover {
	color: #FFF;
}
#right a:link {
	color: #000;
}
#right a:visited {
	color: #000;
}
#right a:hover {
	/*color: #007BFF;*/
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
h1 {
	font-size: 2.0em;
	margin: 0 0 5px 0;
	text-align:center;
	color:#007BFF;
}

h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 82px;
}
h5 {
	font-size:1.0em;
	}
h6 {
	font-size:.9em;
	text-align:center;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
a img {
	border:0 none;
}
.imgbox {
	border:1px solid #333333;
	margin:5px;
	padding:5px;
}
.imgleft {
	border:1px solid #333333;
	margin:0 20px 20px 0;
	padding:5px;
	float:left;
}
/*.map {
	border:1px solid #06F;
	padding:5px;
	width:425px;
}*/

.bluelist li {
background:url("../images/lock-store-blue-icon.gif") no-repeat scroll 0 50% transparent;
line-height:35px;
list-style:none outside none;
padding-left:45px;
}
.irm850 {
	width:850px;
	border:1px solid #000;
}
.floatleft {
	float:left;
	padding-right:10px;
}

.redlist li {
background:url("../images/lock-store-yellow-icon.gif") no-repeat top left;
/*line-height:35px;*/
list-style:none outside none;
padding-left:45px;
height: 50px;
}

.irm650 {
	width:650px;
	border:1px solid #000;
}
.imgcentre {
	margin-left:40px;}