/* Integrated Security Services: CSS file for screen and projection */
/* Integrated Security Services Limited */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ebf2e6;
}
*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 1px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #779808;
}
a:hover {
	color:#777;
	border-bottom: 1px dashed #888;
}
h1, h2, h3 {
	padding-bottom: 15px;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 190%;	
	color: #555;
}
h2 {
	font-size: 150%;
	color: #777;
	padding-top: 10px;
	clear: both;
	text-transform: capitalize;
}
h3 {
	font-size: 120%;
	color: #777;
	font-weight: bold;
}
h1 a:link, h1 a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 1px;
}
h1 a:hover {
	color:#999;
}
h2 a:link, h2 a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 1px;
}
h2 a:hover {
	color:#999;
}
h3 a:link, h3 a:visited {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 1px;
}
h3 a:hover {
	color:#999;
}
p {
	font-size: 91%;
	color: #000;
	padding-bottom:20px;
	line-height: 1.5em;
	text-align: justify;
}
#container {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: #e5e5e5 url(images/headerbg.gif) repeat-x left top;
	height: 176px;
	min-height: 176px;
	max-height: 176px;
}
#headerleft {
	float: left;
	position: relative;
	width: 25%;
	padding-top: 0px;
	text-align:center;
}
#headerrightouter {
	float: left;
	position: relative;
	width: 75%;
	text-align:left;
}
#headerright {
	float: left;
	position: relative;
	width: 96%;
	background: url(images/header-pic5.jpg) no-repeat 0% top;
	padding-right: 1%;
	text-align:left;
	height: 176px;
	min-height: 176px;
	max-height: 176px;
}
#content {
	background: #fff url(images/textbg.gif) repeat-x left 0;
	position: absolute;
	right:auto;
	left:auto;
	margin: 0 auto;
	z-index: 100;
	max-width: 95%;
	width: 95%;
	_width: 95%;
	*width: 100%;
}
#leftmenu {
	float: left;
	position: relative;
	width: 20%;
	margin-top: 0px;
	_margin-top: 20px;
	*margin-top: 20px;
	margin-bottom: 20px;
}
#leftmenu div {
	padding: 10px 0px 20px 30px;
	background-color:#f0f0f0;
	margin-right: 15px;
}
#leftmenu div ul{
	color: #333;
	list-style-type: none;
}
#leftmenu div ul li{
	color: #333;
	list-style-type: none;
	padding-bottom: 7px;
	font-size: 100%;
	margin-left: 1.4em;
	padding-left: 3px;
	text-indent: -0.9em;
}
#leftmenu div ul li a:link, #leftmenu div ul li a:visited {
	color: #333;
	text-decoration: none;
	border: none;
}
#leftmenu div ul li a:hover {	
	color: #88a909;
	text-decoration: none;
	border: none;
}
li.here {
	list-style-image: url(images/green_arrow.gif);
	color: #333;
	list-style-type: none;
}
#textbox {
	float: left;
	position: relative;
	width: 79%;
	margin-top: 0px;
	_margin-top: 20px;
	*margin-top: 20px;
	margin-bottom: 20px;
	background: url(images/dash.gif) repeat-y left top;

}
#textboxsubdiv {
	padding: 15px 25px 0;
	clear: both;
	margin-top: -15px;
}
#textboxsubdiv ul{
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 15px;
	font-size: 90%;
	color: #232323;
	line-height: 1.6em;
}
#textboxsubdiv ul li{
	padding-bottom: 10px;
	text-align: justify;
}
#breadcrumbs {	
	list-style-type: none;
	list-style-image: none;
}
#crumbs{
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 25px;
}
#crumbs li {
	float: left;
	margin-right: 15px;
	
}
#crumbs li a:link, #crumbs li a:visited, #crumbs li a:hover{
	background: url(images/white_arrow.gif) no-repeat left bottom;
	list-style-type: none;
	list-style-image: none;
	padding-left: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
#crumbs li a:link, #crumbs li a:visited{
	color: #232323;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
}
#crumbs li a:hover{
	color:#777;
	text-decoration: none;
}

/************ Top Navigation Menu ********/

#navdiv {
	padding-right: 0px;
	width: 100%;
	float: left;
}
#nav {
	float: right;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	list-style: none;
	position: relative;
	width: 80%;
	margin-left: 0;
}
#nav li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav li a:link, #nav li a:visited  {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 18px 13px 18px;
	text-transform:uppercase;
	text-decoration: none;
	color: #333;
	background: url(images/link3.gif) no-repeat center top;
	border-bottom: none;
}
#nav li a:hover {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 18px 13px 18px;
	text-transform:uppercase;
	text-decoration: none;
	color:#eee;
	border-bottom: none;
	background-image: url(images/active3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/************* Bottom Menu styles *******/
#bottommenu {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#bottommenu p {
	font-size: 80%;
	color: #555;
	text-align: center;
	padding: 0 0 5px 0;
}
/************ Footer styles *************/
#footer {
	float: right;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer p {
	font-size: 80%;
	color: #555;
	text-align: center;
	padding: 0 0 5px 0;
}
#footer a:link, #footer a:visited {
	color: #0066CC;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0;
}
#footer a:hover {
	color: #777;
	text-decoration: none;
}
#design a:link, #design a:visited {
	color: #777;	
	text-decoration: none;
}
#design a:hover {
	color: #0033ff;
	text-decoration: none;
}
/****************************************/
.end {
	width: 100%;
	height: 2%;
	min-height:20px;
	height:20px;
	background-color: #ebf2e8;
	position: absolute;
	bottom: 0;
}
h1.prodname {
	color: #fff;
	text-transform:uppercase;
	font-size: 160%;
}
img.floatleft {
	float: left;
	padding: 3px 20px 10px 0;	
}
img.floatright {
	float: right;
	padding: 3px 0 10px 20px;	
}
img.gatesmain {
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 25px;
	clear:right;
}
ul#piclist {
	margin-left: 17px;
}
ul#piclist li{
	padding-bottom: 18px;
}
/***************
ul#piclist li.next{
	padding-top: 5px;
}
****************/
ul#piclist li.adjacent{
	margin-left: 17px;
	*margin-left: 300px;
	_margin-left: 300px;
}
.breakprint {
	display: none;
}
.note {
	font-size: 80%;
}
p.clearboth {
	clear:both;
}
p.clearleft {
	clear:left;
}
p.clearright {
	clear:right;
}
/******************Contact Form ************************/
#contactform {
	display: block;
	border-top: 1px solid #777;
	}
.reqd {	
	margin-top: 0;
	font-size: 90%;
	color: #ff3300;
	line-height: 20px;
}
.error {
	color: #990033;	
}
input, textarea {
	margin-bottom: 1.6em;
}	
img.bpics {
	border: none;	

}
#bottompics {
	width: 100%;
	height: 52px;
	padding-top: 40px;
	overflow: hidden;
	clear:both;
}
#bottompics a:link, #bottompics a:visited, #bottompics a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;	
	margin-right:5px;
}
sup.smallreg {
	font-size:80%;
}
