/* CSS Document */
html, body {
margin: 0;
padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background: #8E2800 url(../assets/images/main.background.gif) fixed repeat;
}
 
#page-container {
width:1000px;
margin:3px auto;
background:#fff;
}
/*//////////////////////////////////////////*/
/*////      Navigation Start           ////*/
/*/////////////////////////////////////////*/			 
#nav {
margin:0;
padding:0;
background: #A7A37E;
list-style-type:none;
width:198px;
float:left;
}
#nav li {
margin:0;
padding:0;
float:left;
width:100%;
text-align: right;
}
#nav a {
display:block;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#292929;
background: url(../assets/images/button-up.png) no-repeat;
text-decoration:none;
padding: 0 18px;
line-height: 40px;
}
#nav a:hover {
background: #A7A37E;
font-family: Arial, Helvetica, sans-serif;
color:#8E001C;
font-weight:bold;
background: url(../assets/images/down-button.png) no-repeat;
}

#body_home #nav_home a, #body_link #nav_link a,
	  #body_env #nav_env a, #body_secwin #nav_secwin a,
	  #body_our #nav_our a,  #body_doorl #nav_doorl a,
	  #body_burg #nav_burg a,  #body_winsec #nav_winsec a,
	  #body_mort #nav_mort a, #body_pri #nav_pri a,
	  #body_ind #nav_ind a, #body_con #nav_con a
	  {
	  background: #A7A37E url(../assets/images/active.png) no-repeat;
	  font-family:Arial, Helvetica, sans-serif;
	  color:#fff;
	  font-size:12px;
	  font-weight:bold;
	  }  
/*//////////////////////////////////////////*/
/*////      Navigation End           ////*/
/*/////////////////////////////////////////*/			 
	 

#header {background: #333 url(../assets/images/keys4locks-logo.jpg);
color:#333;
height:125px;
border-bottom:#CC6600 5px groove;
}

#content h1,h2{
	margin: 0;
	padding: 15px 0;
	font:"Lucida Sans";
font-size:1.56em;
font-style:italic;
font-weight:bold;
color:#8E2800;	
}

.subhead {
font-size:1.13em;
font-style:italic;
font-weight:bold;
color:#382513;
}
.highlight {
font-size:1.13em;
font-style:oblique;
font-weight:bold;
color:#284907;
}
.numbers {
font-size:1.13em;
font-style:italic;
font-weight:bold;
color:#382513;
}
.spacer {
background: url(../assets/images/spacer.png) no-repeat;
width:30px;
line-height:1.13em;
}
#sidebar-a {
background: #FFF;
	margin: 20px 5px 10px 10px;
float:right;
width:198px;
line-height:18px;
color: #8E2800;
}
sidebar-a .padding {
padding:25px;
}
#sidebar-b {
background: #fff;
	margin: 20px 5px 10px 0px;
float:left;
width:198px;
line-height:18px;
}
sidebar-b .padding {
	padding: 25px;
}
#content {
margin-right:200px;
margin-left:200px;
line-height:18px;
}
#content .padding {
padding: 25px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom:15px;
}
#content .fsb {
float:right;
	border: 2px ridge #990000;
	margin: 0;
}
#content .pic {
float:left;
border: 2px ridge #006633;
margin:5px;
}
#sidebar-a img {
	float: none;
	border: 2px ridge #990000;
	margin: 10px;
}
.small {
font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 0.81em;
	color: #803C27;
}
#footer
{
background: #FFF0A3;
clear: both;
height:50px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 0.81em;
	color: #c9c9c9;
	border-top: 2px solid #8E2800;
	padding: 13px 25px;
	line-height:1.5em
}
#footer a {
	color: #382513;
	text-decoration: none;
}
#footer a:hover {
	color: #363942;
}
#footer #altnav {
	width: 650px;
	float: right;
	text-align: left;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
	border-top: 3px dashed #990000;
	border-right: 3px dashed #990000;
	border-bottom: 0px dashed #990000;
	border-left: 3px dashed #990000;	
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: left;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/**
*end lightbox code
*/
