﻿@import url('layout.css');
body {
}
#container {
}
#masthead {
}
#masthead_top {
	text-align: left;
	padding-top:3px;
	padding-left:28px;
}
#content_wrapper {
text-align:justify;
}

/* Menu 
--------------------------------------------  */

#menu {
	float:right;
	height:20px;
	width:790px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
#menu li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul {
	float:right;
	height:20px;
	width:790px;
	background:#0a0a44;
	margin-left:10px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
#menu a:hover,#menu a:active,#menu a.selected {
	background-position:0 -20px;
}

#menu a {
	float:left;
	height:0 !important;
	overflow:hidden;
	padding:20px 0 0;
}

#m_menu1 a {
	background:url('../images/tab_home.png') no-repeat left top;
	margin:0 3px 0 0;
	width:52px;
}

#m_menu1_sel a {
	background:url('../images/tab_home.png') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:52px;
}

#m_menu2 a {
	background:url('../images/tab_locks.png') no-repeat left top;
	margin:0 3px 0 0;
	width:119px;
}
#m_menu2_sel a {
	background:url('../images/tab_locks.png') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:119px;
}

#m_menu3 a {
	background:url('../images/tab_security.png') no-repeat left top;
	margin:0 3px 0 0;
	width:143px;
}
#m_menu3_sel a {
	background:url('../images/tab_security.png') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:143px;
}

#m_menu4 a {
	background:url('../images/tab_access.png') no-repeat left top;
	margin:0 3px 0 0;
	width:119px;
}

#m_menu4_sel a {
	background:url('../images/tab_access.png') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:119px;
}

#m_menu5 a {
	background:url('../images/tab_doors.png') no-repeat left top;
	margin:0 3px 0 0;
	width:119px;
}

#m_menu5_sel a {
	background:url('../images/tab_doors.png') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:119px;
}

#m_menu6 a {
	background:url('../images/tab_products.png') no-repeat left top;
	margin:0 3px 0 0;
	width:135px;
}

#m_menu6_sel a {
	background:url('../images/tab_products.png') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:135px;
}

#m_menu7 a {
	background:url('') no-repeat left top;
	margin:0 3px 0 0;
	width:110px;
}

#m_menu7_sel a {
	background:url('') no-repeat 0 -40px;
	margin:0 3px 0 0;
	width:110px;
}

#m_menu8 a {
	background:url('../images/tab_contact.png') no-repeat left top;
	margin:0 0 0 0;
	width:85px;
}

#m_menu8_sel a {
	background:url('../images/tab_contact.png') no-repeat 0 -40px;
	margin:0 0 0 0;
	width:85px;
}
#m_menu1_sel a:hover,#m_menu1_sel a:active,#m_menu2_sel a:hover,#m_menu2_sel a:active,#m_menu3_sel a:hover,#m_menu3_sel a:active,#m_menu4_sel a:hover,#m_menu4_sel a:active,#m_menu5_sel a:hover,#m_menu5_sel a:active,#m_menu6_sel a:hover,#m_menu6_sel a:active,#m_menu7_sel a:hover,#m_menu7_sel a:active,#m_menu8_sel a:hover,#m_menu8_sel a:active,{
	background-position:0 -40px;
}
#tophr {
	border:none;
	clear:both;
	height:11px;
	margin:0;
	padding:0;
	position:relative;
	width:790px;
}
/* end of menu*/

#content{
	margin: 5px;
}

#footer {
	vertical-align: middle;
	text-align: center;
	color: #ccc;
}

/* Styles for Content */
head {
	color: #111;
	font-size: 2.0em;
}
h1 {
	color: #111;
	font-size: 1.75em;
}
h2 {
	color: #111;
	font-size: 1.75em;
}
h3 {
	color: #111;
	font-size: 1.5em;
}
h4 {
	color: #111;
	font-size: 1.25em;
}
h5 {
	color: #111;
	font-size: 0.75em;
}
h6 {
	color: #111;
	font-size: 0.5em;
}
big {
	color: #111;
	font-size: medium;
}

/* Styles for Footer */
#footer_bottom {
	}
}
#footer p {
	height:15px;
	color: #cccccc;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer a {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:hover {
	color: #eee;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #888;
	text-decoration: underline;
	border-left-style: none;
}
a:hover {
	color: #888;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	color:#ccc;
}
.style_italic {
	font-style: italic;
}


