body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/_images/header.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
html {
	overflow: auto;
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 6px 0;
}
h1  {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 38px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.imgr {
	border: none;
	float: right;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}


#container  {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 644px;
} 
#logos {
	position: relative;
	width: 200px;
	float: right;
	height: 52px;
	margin-right: 10px;
	top: 4px;
}


#header  {
	padding: 0 10px 0 280px;
	background-image: url(/_images/header.jpg);
	background-repeat: repeat-x;
	height: 62px;
} 
#header   h1{
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFF;
	font-size: 40px;
}
#sidebar1  {
	float: left;
	width: 240px;
	background: #E5E5E5;
	padding: 15px 0px 0px 5px;
	height: 567px;
}
#sidebar1 a{
	color: #000;
}

#sidebar1 a:hover{
	color: #000;
	text-decoration:underline;
}

#sidebar1 img.float {
	float: left;
}
#sidebar1 h1 {
	margin: 10px 0;
}

#sidebar1 ul   {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;

}

#sidebar1 ul   li{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	height: 120px;
}
#sidebar1 ul  li ul{
	float: right;
	margin: 5px 0 20px 0;
	padding: 0;
	width: 130px;
}
#sidebar1 ul li ul li{
	list-style-type: none;
	padding: 3px 0;
	height: auto;
}
#sidebar2  {
	float: right;
	width: 195px;
	background: #0021ff;
	padding: 15px 10px 0px 10px;
	height: 567px;
	font-size: 24px;
	color: #FFF;
	text-align: right;
}
#sidebar2 h1 {
	padding: 0px;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
#sidebar2 h2 {
	padding: 0px;
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: -2px;
}
#sidebar2 p {
	padding: 0px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
}
#sidebar2 a , a:hover{
	color: #FFF;
	text-decoration: none;
}
#sidebar2  #van{
	background-image: url(/_images/van.png);
	background-repeat: no-repeat;
	height: 175px;
	background-position: left top;
	margin: 0;
	padding: 0;
	position: relative;
	top: 40px;
	width: 289px;
	left: -95px;
}
#sidebar2 #van #label {
	background-image: url(/_images/24hour.png);
	background-repeat: no-repeat;
	height: 89px;
	position: relative;
	top: -110px;
	width: 134px;
	left: -35px;
}

#nav {
	width: auto;
	margin: 0 215px 0 245px;
}
#nav ul {
	height: 72px;
	display: block;
	margin-left: -15px;
}

#nav ul li{
	list-style-type: none;
	display: block;
	height: auto;
	width: auto;
	float: left;
	padding: 0px 9px;
}
#nav li ul{
	list-style-type: none;
	display: block;
	height: auto;
	width: auto;
	float: left;
	padding: 0px 9px;
}
#nav ul li.home  {
	background-image: url(/_images/nav/home.jpg);
	background-repeat: no-repeat;
	height: 68px;
	background-position: center 1px;
	width: 34px;
}
#nav ul li.domestic {
	background-image: url(/_images/nav/domestic.jpg);
	background-repeat: no-repeat;
	height: 80px;
	background-position: center top;
	width: 73px;
}
#nav ul li.vehicles {
	background-image: url(/_images/nav/vehicles.jpg);
	background-repeat: no-repeat;
	height: 67px;
	background-position: center 1px;
	width: 50px;
}
#nav ul li.locks {
	background-image: url(/_images/nav/locks4vans.jpg);
	background-repeat: no-repeat;
	height: 68px;
	background-position: center 1px;
	width: 61px;
}
#nav ul li.services {
	background-image: url(/_images/nav/services.jpg);
	background-repeat: no-repeat;
	height: 67px;
	background-position: center top;
	width: 53px;
}
#nav ul li.security {
	background-image: url(/_images/nav/security.jpg);
	background-repeat: no-repeat;
	height: 68px;
	background-position: center top;
	width: 50px;
}
#nav ul li.contact {
	background-image: url(/_images/nav/contact.jpg);
	background-repeat: no-repeat;
	height: 67px;
	background-position: center 1px;
	width: 49px;
}
#nav ul li a {
	display: block;
	height: 80px;
	width: auto;
	min-width: 50px;
	margin: 0 auto;
}
#nav ul li a:hover {
}
#nav span{
	display: none;
}
#mainContent  {
	margin: 0;
	padding: 5px 30px 0 20px;
	overflow: auto;
	height: 481px;
	overflow-x: hidden;
	width: 490px;
	float: left;
} 
#mainContent h1 {
	margin-bottom: 5px;
}
#mainContent h2 {
	margin-bottom: 5px;
	font-size: 14px;
}
#mainContent h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mainContent h3.large {
	font-size: 38px;
}


#mainContent ul {
	margin: 10px 0 10px 0;
	padding: 0;
}

#mainContent ul.index {
	margin: 10px 0 10px 0;
	padding: 0 0 0 30px;
}

#mainContent ul li {
	background-image: url(/_images/buttons/lock.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left top;
	padding-left: 25px;
	font-size: 13px;
	margin-left: 20px;
}
#mainContent ul.numbers {
	margin: 0;
	padding: 0;
}
#mainContent ul .tel {
	background-image: url(/_images/buttons/telephone.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 56px;
	color: #FF0000;
	font-weight: bold;
	background-position: left center;
	margin-left: 20px;
	margin-top: 0px;
}
#mainContent ul .mobile {
	background-image: url(/_images/buttons/mobile.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 10px center;
	font-size: 56px;
	font-weight: bold;
	color: #0e1e86;
	margin-left: 20px;
	margin-bottom: 0px;
}
#mainContent .cards {
	margin: 0 0 0 120px;
}
#mainContent a:hover {
	color: #000;
	text-decoration: underline;
}
#footer_wrapper {
	height: 51px;
	width: 100%;
	clear: both;
}
#footer_wrapper  #footer{
	padding: 0 10px 0 20px;
	height: 51px;
	color: #FFF;
	clear: both;
} 
#footer2  {
	padding: 0 10px 0 20px;
	background-image: url(/_images/footer.jpg);
	background-repeat: repeat-x;
	height: 51px;
	color: #FFF;
	width: 100%;
} 
#footer_wrapper #footer a{
	color: #FFF;
}
#footer_wrapper #footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer_wrapper #footer  p{
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 450px;
	top: -10px;
	left: 40px;
}
#footer_wrapper #footer  ul{
	margin: 0px;
	padding: 0px;
	padding-top: 17px;
	padding-left: 95px;
}
#footer_wrapper #footer ul  li{
	color: #FFF;
	display: block;
	float: left;
	list-style-type: none;
	padding-right: 3px;
}
#footer_wrapper #footer ul li a{
	color: #FFF;
}
#footer_side  {
	background-image: url(/_images/logos/lock110px.png);
	background-repeat: no-repeat;
	height: 109px;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 95px;
	position: relative;
	top: -99px;
	left: 10px;
}
#rpm-tag {
	position:relative;
	clear: both;
	width:15px;
	float: right;
}

#rpm-tag .rpm {
	clear: both;
	position: relative;
	right: -15px;
	top: -150px;
}
