/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
}

ul {
	margin: 0px;
	padding: 0px;
}

	ul li {
		line-height: 1.4em;
	}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bg.jpg) top repeat-x #a00000;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color:#FF0000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.7em;
	background:url(../../images/misc/h1bg.gif) no-repeat;
	width:550px;
	height:35px;
	padding:5px 0px 0px 70px;
	color:#fff;
	margin:5px 0px;
}

h2 {
	font-size: 1.3em;
	
}

.header-link{
	font-size: 1.3em;
	font-weight:bold;
}

body#services h2 a{
	color:#000;
}
/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 948px;
		z-index: 1;
		background:#fff;
		margin-top: 375px; /* Same as height of header */
	}
		#content-top{
			position:absolute;
			top:-5px;
			left:0px;
		}
		#content-bottom{
			position:relative;
			top:-6px;
			left:0px;
		}		

/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 620px;
			padding: 0px 10px;
			margin:0px;
		}
		
		#map {
			width: 660px;
			height: 200px;
		}
			#main ul{
				margin:10px 20px;
			}	
			
			body#services #main img {
				float:right;
			}
			.product img.ab{
				position:absolute;
				top:10px;
				left:350px;
				float:right;
			}
			.product{
				width:580px;
				position:relative;
				margin-left:0px;
				background:#fff;
				padding:10px;
				border:1px solid #CCCCCC;
			}
			.productText{
				width:370px;
				min-height:240px;
				
			}
			.product p{
				width:400px;
			}
				.product .number{
					font-size:1.8em;
					color:red;
				}
					.product .number strong{
						font-size:1.8em;
					}
		#contentPhone{
			margin:10px 0px ;
			
		}	
			p.contentPhone{
				font-size:1.6em;
				margin:0px;
				color:#870001;
				margin:10px 0px ;
				padding-left:40px;
				background:url(../../images/misc/phone-flame.gif) no-repeat bottom left;
				
			}
			p.contentPhone strong{
				color:#e00001;
				font-size:2.4em;
				padding:0px 0px 0px 10px;
				position:relative;
				top:5px;
				
			}
.bigcontactnumber{
	font-size:2.0em;
}	
	
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 280px;
			padding:0px 0px 0px 10px;
		}
			#callback{
				background:url(../../images/misc/callback.jpg) no-repeat;
				height:70px;
				width:270px;
				margin:10px 0px 10px 0px;
				float:left;
				position:relative;
				left:10px;
			}
				#callback p{
					padding:10px 0px 0px 130px;
					font-size:1.8em;
					margin:0px;
					line-height:1.1em;
				}
				#callback a{
					color:#391d00;
				}
			#quote-cta{
				background:url(../../images/misc/quote-cta.jpg) no-repeat;
				height:55px;
				width:270px;
				margin:5px 0px 10px 0px;
				float:left;
				position:relative;
				left:10px;
				color:#fff;
				padding:8px 10px;
				font-size:1.6em;
			}
				#quote-cta strong{
					font-size:1.4em;
				}
			#payment{
				position:relative;
				left:10px;			
			}
				#payment p{
					margin:0px;
					font-size:1.8em;
				}
				
		
/* Header Styles
--------------------------------------------------------------- */
#headerContainer{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}
#top{
	background:url(../../images/misc/top-bg.gif) no-repeat;
	height:140px;
	width:955px;
	position:absolute;
	top:0px;
}
#header {
	width: 952px;
	height: 210px;
	position: absolute;
	z-index: 1;
	top: 145px;
	margin-left:1px;
	padding:7px 0px 0px 10px;
	background:url(../../images/misc/headerbg.jpg) no-repeat;
}
	#header p{
		padding-left:10px;
		margin:0px;
		font-size:1.7em;
		width:450px;
		line-height:1.2em;
	}
	
	.center{
		font-size:1.5em !important;
		color:red;
		width:370px !important;
		margin:0px;
	
	}
	#header p strong{
		color:#630707;
	}
		#header p strong.red{
			color:red;
		}
		#header p.phone{
			font-size:4.0em;
			font-weight:bold;
			color:#f08e28;
			line-height:1.1em;
			padding:10px 20px;
		}
	#logo {

		float: left;
		padding:2px 0px 0px 20px;
		
	}
		#logos{
			position:absolute;
			top:20px;
		}
	#cta-top-right {
		width: 680px;
		position:absolute;
		right:110px;
		height: 200px;
		font-size: 1.7em;
		text-align:right;
		
		color:#e00001;
		padding-top:20px;
	}
		#cta-top-right img{
			position:relative;
			left:100px;
			bottom:82px;
		}
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
			padding-right:30px;
			line-height:1.0em;
		}
		#cta-top-right p.black {
			color:#000;
			font-size:2.0em;
		}
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}


/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 460px;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 500px;
	top: 103px;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				float:left;	
				color:#fff;
				text-decoration:none;
				padding: 13px 20px 7px 20px;
				font-weight: bold;
				font-size: 1.1em;
				margin:0px 10px;
			}
			
				#navigation ul li a.rightLink {
					border: none;
				}
				#navigation ul li a:hover {
					background:url(../../images/misc/nav-a.gif) bottom no-repeat;
					color:#FFCC99;
					
				}
body#home #navigation a.home,
body#services #navigation a.services,
body#clients #navigation a.clients,
body#contact #navigation a.contact{
	background: url(../../images/misc/nav-h-li.gif) repeat-x;
	
}




/* Vertical Navigation Styles
--------------------------------------------------------------- */

#sidenav {
	width: 220px;
	margin:5px 0px 0px 10px;

	float:left; 
}

	#sidenav ul {
		display: inline;
		list-style: none;
	}
	
		#sidenav li {
				display: inline;
				float:left;
				width: 218px;
				background: url(../../images/misc/sidenav.jpg) left no-repeat #dedede;
				color: #000;
				border:1px solid #cccccc;
				text-decoration:none;
				padding: 6px 10px 6px 40px;
				font-weight: bold;
				font-size: 1.1em;
		}
				#sidenav a{
					color: #000;
					width: 218px;
					display:block;
					height:15px;
					padding:0px 0px;
					text-decoration:none;
				}	  
				#sidenav a:hover{
					color: #fff;
					text-decoration:none;
				}	
				#sidenav li:hover {
					background:  url(../../images/misc/sidenav-h.jpg)  ;
					color: #fff;
					cursor:pointer;
				}
			#sidenav li.dropdown {
				background: #f8f8f8;
				width:217px;
			}
			#sidenav ul.dropdown{		
				margin:0px ;
				padding:0px;
				
			}
			#sidenav ul.dropdown li {
				background:none;
				margin:0px;
				border:none;
				color:#747474;
				font-size:1.0em;
				font-weight:normal;
				padding:5px 0px;
			}

			#sidenav ul.dropdown li a:hover{			
				color:#ff7e00;			
			}	

		.switchOn {			
			cursor: pointer;
			color:#fff  !important;
			background:url(../../images/misc/sidenav-h.jpg)  !important;
		}	
		
		
body.blankets #sidenav li.blankets,
body.risk #sidenav li.risk,
body.signs #sidenav li.signs,
body.training #sidenav li.training,
body.cig #sidenav li.cig,
body.alarm #sidenav li#alarm,
body.extinguisher #sidenav li#extinguisher
{
	background:url(../../images/misc/sidenav-h.jpg)  #333333 !important;
	border:1px solid  #666666;
	color:#fff;
}	
body.blankets #sidenav li.blankets a,
body.risk #sidenav li.risk a,
body.signs #sidenav li.signs a,
body.training #sidenav li.training a,
body.cig #sidenav li.cig a,
body.alarm #sidenav li#alarm a,
body.extinguisher #sidenav li#extinguisher a{
	color:#fff;
}	
				
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 950px;
	color: #fff;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}
	
	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
	#footer h2{
		
		padding:0px 0px 0px 20px;
		color:#fd9d38;
		height:35px;
		width:210px;
		float:left;
		

	}
	#footer p{
		margin:10px 0px;
	}
	#footer a:hover {
		color: #111;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 220px;
		text-align:left;
	}
	
		#footer #footer-services ul li a {
			float: left;
			width: 220px;
			padding: 3px 5px;
		}
		#footer #footer-services img{
			position:relative;
			bottom:10px;
		}
		#footer #footer-services p{
			width:200px;
		}
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 270px;
		text-align:left;
		border: 1px dotted #fff;
		border-top:none;
		border-bottom:none;
	}
	
		#footer #footer-areas ul li a {
			float: left;
			width: 250px;
			padding: 3px 5px;
		}
		
		#footer #footer-areas p {
			padding-left:30px;
		}
		#footer #footer-areas h2{
			margin-left:10px;
		}
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: right;
		width: 440px;
		text-align:left;
	}
	#footer #footer-right ul {
		border-left:1px solid #950000;
		float:left;
		width:210px;
	}
		#footer #footer-right ul li a {

			padding: 1px 5px 1px 20px;
			
		}
		#footer-right ul.noborder{
			/*border:none !important;*/
			border-left:1px solid  #A00000 !important;

		}
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 980px;
		clear: both;
		float: left;
	}
	
/* Footer W3C Styles
--------------------------------------------------------------- */	

	#footer #footer-w3c {
		width: 960px;
		margin-top:20px;
		clear: both;
		float: left;
		text-align:center;
	}
	
		#footer #footer-w3c li {
			list-style: none;
			display:inline;
		}
	
	#footer #adtrakDesign {
		width: 960px;
		clear: both;
		float: left;
		text-align:center;
	}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.footer-list-right {
	margin-left:80px;
	

}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.float-right{
	float:right;
}
