@charset "UTF-8";

/*UNIVERSAL - USED IN ALL PAGES*/
body {
	margin: 0 auto;
	background: #040404 url(images/bg.jpg) top right no-repeat;
	padding: 0 0 50px 0;
	border: none;
	font-size: 100%;
	color: #EEE;
	font-family: Helvetica, Arial, sans-serif;

	}


#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 836px;
	}
	
		
#topb {
	margin: 0;
	padding: 0;
	height: 20px;
	background: #000;
	border-bottom: 2px solid #444;
	}
	
#header {
	margin: 0;
	padding: 0;
	}

#logo {
	margin: 0;
	padding: 0;
	width: 380px;
	height: 129px;
	background: url(images/logo.gif) top left no-repeat;
	float: left;
	} 
	
	#logo h1 {
	display: none;
	}
	
#tag {
	margin: 0 0 0 380px;
	padding: 20px 0 0 0;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	letter-spacing: .09em;
	}
	
	#tag h3 {
	margin: 13px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 15px;
	}
	
	#tag a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	}
		
	
#content {
	margin: 0 0 40px 0;
	padding: 0;
	width: 836px;
	line-height: 1.6em;
/*	letter-spacing: .09em;
TEST FOR WONKY CONTRIBUTE EDITNG*/	
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 4px solid #383838;
	}
	
	#content p {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
	#content a {
	border-bottom: 1px solid #EEE;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
	}
	
	#content a:hover {
	color: #990000;
	}
	
	#content h2 {
	margin: 10px 0 15px 0;
	padding: 10px 0 10px 0;
	font-size: 19px;
	color: #496eb9;
	}
	
	#content h3 {
	margin: 0 0 3px 0;
	padding: 8px 0 0 0;
	font-size: 18px;
	color: #FFF;
	width: auto;
	display: block;
	font-weight: bold;
	letter-spacing: .09em;
	}
	
	#content h4 {
	margin: 0 0 15px 0;
	padding: 4px 0 0 0;
	font-size: 13px;
	color: #555;
	width: auto;
	display: block;
	}
	
	#content ul {
	margin: 10px 0 30px 25px;
	padding: 0;
	}
	
	#content li {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.6em;
	letter-spacing: .09em;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#content li a {
	color: #EEE;
	border-bottom: 1px solid #EEE;
	padding: 0 0 4px 0;
	text-decoration: none;
	}
	
	#content li a:hover {
	color: #990000;
	}
	
	
	#content blockquote {
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #383838;
	padding-left: 20px;
	}
	
	#content blockquote a {
	border-bottom: 1px solid #EEE;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 2px 0;
	margin: 0 0 0 10px;
	}
	
	#content blockquote a:hover {
	color: #990000;
	}
	
	
	
	#content ul {
	margin: 10px 0 30px 25px;
	padding: 0;
	}
	
	.rimgpad {
	padding: 5px 0 20px 30px;
	}
	
.tpad {
	margin: 40px 0 0 0;
	padding: 0;
	}
	
.highlight {
margin: 10px;
background: #000;
}
	
#mnav {
	margin: 0;
	padding: 0;
	float: right;
	width: 836px;
	height: 50px;
	background: url(images/mnav.png) top left no-repeat;
	text-align: left;
	}
	
	#mnav h1 {
	display: none;
	}
	
#mnav ul {
	width: 836px;
	height: 50px;
	background:url(images/mnav.png) no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	}

#mnav ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

#mnav ul li, #mnav a	{
	height: 50px;
	display: block;
	}

#mnav ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
	}

#mn1 {left: 0px; width: 100px;}
#mn2 {left: 100px; width: 70px;}
#mn3 {left: 170px; width: 175px;}
#mn4 {left: 345px; width: 140px;}
#mn5 {left: 485px; width: 110px;}
#mn6 {left: 595px; width: 70px;}


#mn1 a:hover {background: transparent url(images/mnav.png) 0px -43px no-repeat;}
#mn2 a:hover {background: transparent url(images/mnav.png) -100px -43px no-repeat;}
#mn3 a:hover {background: transparent url(images/mnav.png) -170px -43px no-repeat;}
#mn4 a:hover {background: transparent url(images/mnav.png) -345px -43px no-repeat;}
#mn5 a:hover {background: transparent url(images/mnav.png) -485px -43px no-repeat;}
#mn6 a:hover {background: transparent url(images/mnav.png) -595px -43px no-repeat;}
	
#subnav {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
	#subnav h1 {
	display: none;
	}
	
	#subnav li {
	margin: 0 0 0 0;
	padding: 0 13px 0 0;
	display: inline;
	text-transform: uppercase;
	color: #555;
	font-size: 13px;
	line-height: 30px;
	}
	
	#subnav ul {
	margin: 3px 0 15px 0;
	padding: 0;
	}
	
	#subnav li a {
	border-bottom: 1px solid #EEE;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 2px 0;
	}
	
	#subnav li a:hover {
	color: #990000;
	}
	
/*SIDE BAR */

#sidebar {
margin: 0 0 30px 40px;
padding: 0;
float: right;
width: 283px;
}

#sidebar img{
margin: 0;
padding: 10px 15px 2px 0;
}

	#sidebar h1 {
	margin: 0;
	padding: 15px 0 10px 35px;
	color: #EEE;
	display: block;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	line-height: 25px;

	}
	
	#sidebar p {
	margin: 0;
	padding: 0 35px 15px 35px;
	color: #FFFFCC;
	font-size: 15px;
	}

	
	
	
/*HOME PAGE*/
#home_block {
	margin: 0 0 40px 0;
	padding: 0;
	width: 836px;
}
#main_block {
	margin: 0 0 0 0;
	padding: 5px;
	text-align: center;
	background: #050505;
	height: 238px;
	color: #FFF;
	}
	
	#main_block h1 {
	display: none;
	}
	
#sub_block {
	margin: 5px 0 10px 0;
	padding: 5px;
	text-align: center;
	background: #101010;
	height: 45px;
	text-align: right;
	}
		
	#sub_block img {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	}
	
	#sub_block h1 {
	display: none;
	}

#subsub_block {
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	background: #101010;
	height: 170px;
	text-align: right;
	}

/*CHILDREN OF BLOCKS*/	
	
#blocka {
    float: left;
    width: 272px;
    height: 238px;
	background: url(images/protective_services.jpg);
    }
    
#blockb {
	margin: 0 5px 0 5px;
    float: left;
    width: 272px;
    height: 238px;
	background: url(images/security_consulting.jpg);
    }
	  
#blockc {
    float: left;
    width: 272px;
    height: 238px;
	background: url(images/security_systems.jpg);
    }
	
#blockd a {
    float: left;
    width: 272px;
    height: 45px;
	background: url(images/home_ps.png) bottom right no-repeat;
    }
	
#blockd a:hover {
	background: url(images/home_ps_r.png) bottom right no-repeat;
}
    
#blocke a {
	margin: 0 5px 0 5px;
    float: left;
    width: 272px;
    height: 45px;
	background: url(images/home_sc.png) bottom right no-repeat;
    }
#blocke a:hover {
	background: url(images/home_sc_r.png) bottom right no-repeat;
}
	
    
#blockf a {
    float: left;
    width: 272px;
    height: 45px;
	background: url(images/home_ss.png) bottom right no-repeat;
    }
	
#blockf a:hover {
	background: url(images/home_ss_r.png) bottom right no-repeat;
}
	
.blockg {
	margin: 5px 0 0 0;
	padding: 15px;
    float: left;
    width: auto;
    height: auto;
	color: #FFF;
	text-align: left;
    }
	
.blockg p {
color: #999;
}

.blockg h1 {
color: #CCC;
margin: 0 0 2px 0;
}
	
    
.blockh {
	margin: 5px 0 0 0;
	padding-top: 15px;
    float: left;
    height: 210px;
	width: 549px;
	border-top: 5px solid #222;
	border-right: 5px solid #222;
	border-bottom: 5px solid #222;
    }
	
#multiple {
	margin: 5px 0 0 0;
	width: 549px;
	height: 170px;
	color: #FFFFFF;
	position: relative;
	float: left;
	overflow: hidden;
	border-top: 5px solid #101010;
	border-right: 5px solid #101010;
	border-bottom: 5px solid #101010;
	}

.mcontent
{
	position:relative;
	color:#FFFFFF;
}

#footer {
	margin: 0 0 50px 0;
	padding: 0;
	height: 20px;
	border-top: 4px solid #383838;
	font: inherit;
	text-align: center;
	}

#footer p {
	margin:  20px 0 0 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	letter-spacing: .09em;
	}
	
#footer ul a {
	margin: 15px 0 0 0;
	padding: 0;
	color: #555;
	text-decoration: none;
	}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	letter-spacing: .1em;
	color: #333;
	}
	
/* CONTACT PAGE */

#content #contact_form {
	padding: 40px 20px 20px 20px;
	margin-bottom: 30px;
}
#contact_form fieldset {
	border: 0;
	margin-bottom: 20px;
}

#contact_form .sep {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#contact_form label {
	width: 180px;
	display: block;
	float: left;
	padding-right: 50px;
	text-align: right;
}
#contact_form .form_field{
	width: 390px;
}

#contact_form .button {
	text-align: center;
}
#contact_form .error {
	margin-bottom: 20px;
	background-color: #2B2B2B;
	padding: 20px 20px 20px 180px;
	background-image: url(images/error.gif);
	background-position: 45px 25px;
	background-repeat: no-repeat;
	border: 6px solid #4E4E4E;
}
#contact_form .error p {
	color: #CC0000;
	font-size: 1.6em;
}
#contact_form .error ul {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 20px;
}
#contact_form .success {
	font-size: 2em;
	color: #DFCA99;
	font-weight: normal;
}


.form_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	border: 3px solid #353535;
	background-color: #FFFFFF;
	padding: 3px;
	color: #2B2B2B;
}

.short_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	border: 3px solid #353535;
	background-color: #FFFFFF;
	padding: 3px;
	color: #2B2B2B;
}

#content #other_contact {
}

#other_contact ul {
	list-style-type: none;
}

#other_contact li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;

}

#other_contact li strong {
	color: #CCC;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
}
