/* Fireco stylesheet ---------------------------------*/

/* global styles */


body {
	background: #cccccc;
	text-align: center;
	margin: 40px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

td{
	font-family: Verdana;
	font-size: 12px;
}

.adminbody 
 {
	background: #cccccc;
	text-align: center;
	margin: 20px 0px 0px 0px;
	font-family: Georgia, Verdana;
	font-size: 80%;
}

a {
	text-decoration: none;
	color: #999999
}

a:hover {
	color: #FFBB00
}

h1 {
	/*font-size: 190%;*/
	font-size: 100%;
	margin: 0px;
	font-weight: bold;

	line-height: 1em;

	/*  added - test in ie6 
	padding-top: 25px;*/
}

#content h1 {
	/*font-size: 190%;*/
	margin-top: 10px;
		padding-top: 35px;
}

h2 {
	/*font-size: 190%;*/
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 12px 0;
	line-height: 1em
}

h3 {
	/*font-size: 125%;*/
	font-size: 100%;
	font-weight: normal;
	margin: 12px 0 10px 0;
	line-height: 1.20em
}

h3 p {
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 95%;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.20em;
	color: #929292;
}

form {
	margin: 0;
	padding: 0
}

ul {
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 5px;
	clear:both;
}

li {
	margin-left: 10px;
}

input, select {
	vertical-align: middle;
	font-family: verdana;
	font-size: 100%;
	font-weight: normal;
	padding-left: 2px;
}

p {
	margin-top: 12px
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix {display: inline-table;
float: left;}

.clearfix-center:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix-center {display: inline-table;
}

*:first-child+html .clearfix {
display: inline-table;
float: left;
padding-bottom: 12px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------------------------------------------*/

#border {
	border: solid 1px #999999;
	background: #ffffff;
	width: 780px;
	text-align: left;
	margin:auto
}

#navigation {
	margin-left: 48px;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
/*	margin-top: 20px;*/
	margin-bottom: 11px;
	background-color: #FFBB00;
	height: 31px;
	line-height: 31px;
	/*  Just fixed the height on this - to try and stop variable height between browsers! aahhh! */
	
}

#homepage #navigation {
	margin-left: 48px;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
/*	margin-top: 20px;*/
/*	margin-bottom: 11px; */
	margin-bottom: 0px; 
	background-color: #FFBB00;
	height: 31px;
	line-height: 31px;
	/*  Just fixed the height on this - to try and stop variable height between browsers! aahhh! */
	
}

.navpad{
	margin-right: 87px;
}

	#navigation a {
		padding-right: 1px;
		padding-left: 1px;
		color: #000000
	}
	
	#navigation a:hover {
		color: #ffffff
	}
	
	#navigation .current {
		color: #999999;
	}
	
	#navigation form {
		display: inline;
	}
	
	#navigation form label {
		padding-right: 3px;
		padding-left: 3px
	}
	
	#navigation #searchInput {
		width: 74px;
		border-bottom: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		border-left: solid 1px #999999;
		border-top: solid 1px #999999;
		height: 16px 
	}
	
#navcontainer {
	background-color: #FFBB00;
	height: 31px;
	margin-bottom: 11px;
	width: 780px;
}


#container {

}

#menu {
	width: 160px;
	float: left;
	font-size: 100%;
	/*margin-top: -3px;*/
	margin-top: 19px;
}

	#menu h1 a {
		display: block;
		width: 138px;
		height: 30px;
		text-indent: -1000em;
	}
	
	#menu dl {
		margin-left: 31px;
		margin-right: 2px;
		padding: 0
	}
	
	#menu dl dt {
		font-weight: normal;
		padding-left: 10px;
	}
	
	#menu dl dd {
		margin: 0;
		padding-left: 10px;
		background: url("../images/dash.gif") no-repeat;
		background-position: 0px 6px
	}
	
	#menu dl a {
		color: #000000
	}
	
	#menu dl a:hover {
		color: #FFBB00
	}
	
	#menu .divider {
		width: 110px;
		height: 11px;
		border: 0;
		margin: 0;
		padding: 0; 
		background: none
	}
	
	*:first-child+html #menu .divider{
		width: 110px;
		height: 22px;
		border: 0;
		margin: 0;
		padding: 0; 
		background: none
	}
	
	#menu .addnew {
		color: #8C0303;
		font-weight: normal;
		margin: 0;
		padding-left: 10px;
		background: url("../images/dash2.gif") no-repeat;
		background-position: 0px 6px;
	}
	
	#menu .addnew a {
		color: #8C0303;
		font-weight: bold;
	}

	#menu .addnew a:hover {
		font-weight: bold;
	}

	#menu .AddNewDT {
		color: #8C0303;
		font-weight: normal;
	}
	
	#menu .divider span {
	/*
		width: 18px;
		border-top: 1px solid black;
		margin-top: 12px;
		height: 11px;
		line-height: 11px;
		display: block
	*/
	}
	


	
.fireco {
		background: url("../images/firecologo.gif") no-repeat;
		width: 138px;
		height: 30px;
	}

.dorgard
{
		background: url("../images/DorgardLogo.gif") no-repeat;
		width: 166px;
		height: 70px;
	}
	
.deafgard
{
		background: url("../images/DeafgardLogo.gif") no-repeat;
		width: 166px;
		height: 70px;
	}
	

#content {
	/* width: 577px; */
	width: 597px;
	float: right;
	/* padding-right: 25px; */
	padding-right: 5px;
	padding-top: 19px;
}

	.divider {
		width: 18px;
		border-top: 1px solid #000000;
		margin-top: 8px;
		height: 7px;
		line-height: 7px;
		display: block;
		margin-bottom: -12px;
	}
	
	.image, .image2 {
		margin-top: 12px;
		margin-bottom: 12px;
	}

#footer {
	font-size: 85%;
	color: #999999;
	margin-bottom: 20px;
}
	
/* homepage ----------------------------------------- */

#homepage #border #content h1 {
	font-size: 100%;
	width: 417px;
	color: #999999;
	margin-top: -8px;

}


#homepage #border {
	background: #ffffff url("../images/owl_fly.jpg") bottom right no-repeat;
/*	height: 600px; */
}

.products img {
	padding-top: 0px;
}
.systems img, .services img {
	padding-top: 0px;
}

#services, #systems, #products {
	font-size: 265%;
	width: 417px;
	color: #000000;
	margin-top: 17px;
	display:none;
}



#homepageContact a {
	color: #000000;
}

#homepageContact img {
vertical-align: text-bottom;
margin-left: 5px;
}

#homepageContact a:hover {
	color: #FFBB00;
}
	
#tel2 {
	padding-left: 20px;
}

#homeTopNav{
	display: block;
}

#homeLeftContainer{
	width: 186px;
	float: left;
}

#homepageRightContainer{
	float:right;
	width: 95px;
	height: 53px;
	padding-top: 342px;
}

#homeNews{
	display: block;
	background: #ffffff url("../images/home_news_bg.gif") no-repeat;
	width: 168px;
	height: 270px;
	margin-top: 68px; 
	padding: 2px 7px 5px 9px;
	line-height: 14px;
}

.newsTitle{
	color: #fff;
	font-weight: bold;
}

#homepageContact {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	margin-left: 10px;	
}

/*
#homeTopNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}

#homeTopNav li{
	float: left;
	margin-left: 0px;
	margin-right: 19px;
}
*/

.topSubNav{
	float: left;
	margin-right: 19px;
	width: 182px;
}

.last{
	margin-right: 0px;
}

.topSubNav p{
	float: left;
	margin-top: 12px;
	margin-left: 8px;
	font-size: 100%;
	line-height: 130%;

}

/* template 2 ------------------------------------ */
.imageCaption{
	width: 100%;
}


.imageCaption .image {
	width: 380px;
	float: left;
	margin-bottom: 12px;
}

.imageCaption .imageText {
	width: 185px;
	float: right;
}

.imageCaption .imageText p {
	margin-bottom: 0
}

/* template 3 -------------------------------------- */

#imagesNoCaption {
display: block;
}

#imagesNoCaption .image {
	width: 282px;
	float: left;
	margin-bottom: 0;
	margin-right: 13px;
}

#imagesNoCaption .image2 {
	width: 282px;
	float: right;
	margin-bottom: 0;
	margin-right: 20px;
}

/* template 4 -------------------------------------- */


#leftImage .image {
	width: 185px;
	float: left;
	margin-bottom: 12px;
}

#leftImage .imageText {
	width: 380px;
	float: right;
}
/* END template 4 -------------------------------------- */

/* template 6 -------------------------------------- */

#Template6 .image {
	width: 282px;
	float: left;
	margin-bottom: 0;
}

#Template6 .imageText {
	width: 282px;
	float: right;
	margin-bottom: 0
}

.Template6 .image {
	width: 282px;
	float: left;
	margin-bottom: 0;
}

.Template6 .imageText {
	width: 282px;
	float: right;
}
	
/* END template 6 -------------------------------------- */

/* template 8 - 3 column ------------------------------------- */

#images3blocka, #images3blockb, #images3blockc, #images3blockd{
	display: block;
	height: 210px;
}

#images3blocka .image {
	width: 184px;
	float: left;
	margin-bottom: 0;
	margin-right: 12px;
}

#images3blocka .imageText {
	width: 184px;
	float: left;
	font-size: 85%;
}
#images3blocka p {
	margin-top: 4px;
}



#images3blockb .image {
	width: 184px;
	float: left;
	margin-bottom: 0;
	margin-right: 12px;
}

#images3blockb .imageText {
	width: 184px;
	float: left;
	font-size: 85%;
}
#images3blockb p {
	margin-top: 4px;
}
#images3blockc .image {
	width: 184px;
	float: left;
	margin-bottom: 0;
}

#images3blockc .imageText {
	width: 184px;
	float: left;
	font-size: 85%;
}
#images3blockc p {
	margin-top: 4px;
}

/* END template 8 -------------------------------------- */

/* template 9 - 4column ------------------------------------- */

#images4blocka .image {
	width: 135px;
	float: left;
	margin-bottom: 0;
	margin-right: 12px;
}

#images4blocka .imageText {
	width: 135px;
	float: left;
	font-size: 85%;
}
#images4blocka p {
	margin-top: 4px;
}

#images4blockb .image {
	width: 135px;
	float: left;
	margin-bottom: 0;
	margin-right: 12px;
}

#images4blockb .imageText {
	width: 135px;
	float: left;
	font-size: 85%;
}
#images4blockb p {
	margin-top: 4px;
}
#images4blockc .image {
	width: 135px;
	float: left;
	margin-bottom: 0;
	margin-right: 12px;
}

#images4blockc .imageText {
	width: 135px;
	float: left;
	font-size: 85%;
}
#images4blockc p {
	margin-top: 4px;
}

#images4blockd .image {
	width: 135px;
	float: left;
	margin-bottom: 0;
}

#images4blockd .imageText {
	width: 135px;
	float: left;
	font-size: 85%;
}
#images4blockd p {
	margin-top: 4px;
}

/* END template 9 -------------------------------------- */

#productTable {
	font-family: Verdana;
	font-size: 100%;
}

.productTable1 {
	font-weight: normal;

}

.productTable2 {
	font-size: 95%;
	font-weight: bold;

}

.productTable3 {
	font-weight: bold;

}

	#productTable .divider {
		width: 550px;
		border-top: 1px solid #9C9B89;
		margin-top: 12px;
		height: 11px;
		line-height: 11px;
		display: block
	}
	
.OrderForm{
	font-size: 90%;
	font-weight: normal;
}

.OrderFormInput {
width: 200px;
border-bottom: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-left: solid 1px #999999;
border-top: solid 1px #999999;
height: 16px;
font-size: 90%;
color: #484848;
}

.OrderFormInputShort {
width: 100px;
border-bottom: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-left: solid 1px #999999;
border-top: solid 1px #999999;
height: 16px;
font-size: 90%;
color: #484848;
}

.OrderFormInputLong {
width: 260px;
border-bottom: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-left: solid 1px #999999;
border-top: solid 1px #999999;
height: 16px;
font-size: 90%;
color: #484848;
}

#footnote{
	font-size: 85%;
	color: #575656;
	margin-bottom: 20px;
}

.basket
{
border-right: solid 1px #cccccc;
border-top: solid 1px #cccccc;
padding: 6px;
}
.basketLeft
{
border-left: solid 1px #cccccc;
border-top: solid 1px #cccccc;
border-right: solid 1px #cccccc;
}

.basketTop
{
border-right: solid 1px #cccccc;
border-top: solid 1px #cccccc;
font-size: 95%;
font-weight: bold;
}
.basketTopLeft
{
border-left: solid 1px #cccccc;
border-top: solid 1px #cccccc;
border-right: solid 1px #cccccc;
font-size: 95%;
font-weight: bold;
}


.basketBottom
{
border-top: solid 1px #cccccc;
/*border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;*/
}
.basketLeftBottom
{

 border-top: solid 1px #cccccc;
/*border-left: solid 1px #cccccc;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc; */
}

.OrderFormConfirm{
	font-size: 85%;
	font-weight: normal;
}

.OrderFormConfirmDetails{
	font-size: 85%;
	font-weight: normal;
	color: #484848;
}

.small_add {
	width: 72px; padding-right: 8px; float: left;
}

.small_add_containter_top {
	width: 160px; float: left; font-size: 90%; padding-bottom: 8px; padding-right: 50px;
}

.small_add_containter_bottom {
	width: 160px; float: left; font-size: 90%; padding-bottom: 8px; padding-right: 50px;
}


.small_add_links_containter {
	width: 220px; float: left; font-size: 90%;
}

.cellpad10grey{
	padding: 10px;
	background-color: #E6E6E6;
}

.cellgrey{
	padding: 0px;
	background-color: #FFFFFF;
}
.currencyConverter {
	font-size: 85%;
	font-weight: normal;
}
.currencyConverter a{
	text-decoration: none;
	color: #696868;
}

.currencyConverter a:hover {
	color: #FFBB00
}

.times {
	font-family: times;
}