/*
---------------------------------------------
============================================= 
             ~ CSS BY JASE ~
        jason@trinitydesign.co.uk 
=============================================
---------------------------------------------

/*=IMPORTS
============================================ */
@import "_pages.css";

/*=PAGE 
============================================ */

*,html, body{margin:0; padding:0; font-size:0.94em; color:#6E6E6E; font-family:Arial, Helvetica, sans-serif; outline:none;}

html, body{height:100%; padding:0; margin:0;}

img {outline:none; border:none;}

a:link{text-decoration:none; color:#808285;}
a:hover{text-decoration:none; color:#00B9F1;}
a:active{text-decoration:none;color:#00B9F1;}
a:visited{text-decoration:none;}

h1{color:#808285; font-size:1.8em; font-weight:bold; padding:10px 0 0 10px; margin-bottom:10px;}
h3{color:#DF7A77; font-weight:bold; font-size:1.1em; padding:10px 0 0 15px;}

* hr{float:left; clear:both; width:400px; margin:10px 0 0 10px; display:block; background:#EBEBEB; height:1px; border:none;}

/*=LAYOUT 
============================================*/

html #wrapper{
	padding:30px 0 0 0;
	width:1000px;
	margin:0 auto;
	position:relative;
	background:url(../images/paper_background_repeat.jpg) repeat-y top left;
}

		#wrap:after{
			content:".";
			display:block;
			visibility:hidden;
			height:0;
			clear:both;
		}

#wrapper #body-main{
	width:880px;
	margin:10px 0 20px 35px;
	background:#fff;
	position:relative;
}
	#body-main:after{
		content:".";
		display:block;
		visibility:hidden;
		height:0;
		clear:both;
	}

/*=NAV BAR 
============================================ */


#body-main #nav{
	width:100%;
}
	#body-main #nav img{
		margin:0 0 10px 560px;
	}
	
	/* links */
	
	#body-main #nav ul{
		width:100%;
		background:url(../images/bar-repeat.jpg) repeat-x top left #2C64AF;
		height:23px;
		float:left;
		display:block;
	}
	
	#body-main #nav ul li{
		list-style-type:none;
		font-size:1.1em;
		font-weight:bold;
		text-align:center;
		float:left;
	}
	
	#body-main #nav ul li span{
		color:#C2C3C4;
		display:block;
		float:left;
		padding:4px 0 5px 0.5em;
		text-transform:uppercase;
		
	}
	
		#body-main #nav ul li a#offers{color:#fff;/*#00B9F1;*/}
		#body-main #nav ul li a.active{color:#C2C3C4;}
		
		#body-main #nav ul li a, #body-main #nav ul li a:link{
			display:block;
			float:left;
			color:#F3F3F3;
			padding:5px 0 5px 0.5em;
			text-transform:uppercase;
		}	
		
		#body-main #nav ul li a:hover, #body-main #nav ul li a#offers:hover{color:#A1DBF7;}
	
	/* Sub navigation */
	
	#body-main #nav ul#sub-nav{
		float:left;
		width:865px;
		height:12px;
		background:url(../images/sub-bar-repeat.jpg) top left repeat-x #C7C8CA;
		padding-left:15px;
		padding-top:1px;
	}
	
	#body-main #nav ul#sub-nav li{
		list-style-type:none;
		font-size:0.9em;
		text-align:center;
		float:left;
	}
	
	#body-main #nav ul#sub-nav li a, #body-main #nav ul#sub-nav li a:link{
		text-transform:uppercase;
		color:#808285;
		padding:0 10px 0 0;
	}
		#body-main #nav ul#sub-nav li a.subactive{color:#0091BD;;
	}
	
		#body-main #nav ul#sub-nav li a:hover{color:#0091BD;}
		
/*=MAIN BODY 
============================================ */


#body-main #mid-box{
	border:1px solid #A8A9AC;
	border-top:none;
	border-bottom:none;
	background:url(../images/body-background.jpg) repeat-y top left #fff;
	width:878px;
	float:left;
}

	#body-main #mid-box #left-box{
		width:192px;
		height:200px;
		padding:19px 19px 0 19px;
		background:#F9F9FB;
		float:left;
		border-top:1px solid #A8A9AC;
		border-right:1px solid #A8A9AC;
	}
	
	#body-main #mid-box #left-box p{
			color:#BBBCBF;
			font-size:2.1em;
			text-transform:uppercase;
			font-weight:bold;
			letter-spacing:-0.04em;
		}
		
		
		#body-main #mid-box #left-box blockquote{
			color:#686B6D;
			font-size:1.3em;
			padding:10px 0 0 0;
			margin:0;
		}
		
	#body-main #mid-box #left-box-news{
		width:192px;
		height:200px;
		padding:19px 19px 0 19px;
		background:#F9F9FB;
		float:left;
		border-top:1px solid #A8A9AC;
		border-right:1px solid #A8A9AC;
	}
	
	#body-main #mid-box #left-box-news p{
			color:#BBBCBF;
			font-size:2.1em;
			text-transform:uppercase;
			font-weight:bold;
			letter-spacing:-0.04em;
		}
		
		
		#body-main #mid-box #left-box-news blockquote{
			color:#686B6D;
			font-size:1.3em;
			padding:10px 0 0 0;
			margin:0;
		}	
	
	#body-main #mid-box #flash-box{
		width:479px;
		float:left;
		border-top:1px solid #A8A9AC;
	}
	
	#body-main #mid-box #control-box{
		float:left;
		width:166px;
		background:#F9F9FB;
		border-left:1px solid #A8A9AC;
		border-top:1px solid #A8A9AC;
		padding:5px 0 0 0;
		z-index:9999;
	}
	
	
		#body-main #mid-box #control-box strong{
			color:#00B9F1;
			font-weight:bold;
			font-size:1em;
			padding:0 0 0 10px;
			text-transform:uppercase;
		}
		
		#body-main #mid-box #control-box a{
			text-transform:uppercase;
			padding:0 0 0 10px;
			display:block;
		}
		
		#body-main #mid-box #control-box a:hover{ color:#00B9F1; }
		
			#body-main #mid-box #control-box a img{margin:2px 5px 0 0;}
			
		/* form style */
		#body-main #mid-box #control-box form input{
			display:block;
			border:1px solid #A8A9AC;
			padding:3px;
			height:13px;
			width:150px;
			margin:0 5px 5px 5px;
			background:url(../images/input-background.jpg) repeat-x top left;
		}	
		#body-main #mid-box #control-box form input.pass{width:120px; border-right:none; margin-right:0; float:left;}
		/* Rollover Button */
		#body-main #mid-box #control-box form input.submit{width:30px; height:21px; width:30px; padding:0; margin:0; border:none; background:url(../images/form.loginBtn.jpg) top left no-repeat; display:block; float:left;}	
		#body-main #mid-box #control-box form input.submit:hover{background-position:bottom left; cursor:pointer;}		
		
		#body-main #mid-box #control-box form label{
			text-transform:uppercase;
			color:#727483;
			margin:9px 0 0 5px;
			display:block;
		}
		
/*=BOTTOM BOX 
============================================ */

#body-main #bottom-box{
	border:1px solid #A8A9AC;
	border-top:none;
	background:url(../images/body-background.jpg) repeat-y top left #fff;
	width:878px;
	float:left;
	padding:0 0 10px 0;
}
	#body-main #bottom-box #bar{
		width:869px;
		padding:0 0 0 10px;
		background:#727382/*727483*/;
		height:25px;
	}
	
	#body-main #bottom-box #left-box{
		width:215px;
		padding:10px 5px 20px 10px;
		background:#F9F9FB;
		border-top:none;
		float:left;
		height:100%;
		border-right:1px solid #A8A9AC;
		position:relative;
	}
		#body-main #bottom-box #left-box strong{font-weight:bold; color:#9A9CA7; font-size:1em; text-transform:uppercase;}
		#body-main #bottom-box #left-box p strong{font-weight:bold; color:#9A9CA7; font-size:1.1em; display:block; margin:10px 0 10px 0; text-transform:none;}
		#body-main #bottom-box #left-box p{color:#707070; font-size:1em;}
		
		#body-main #bottom-box #left-box a.prevnews{display:block; padding:5px 0 5px 21px; font-size:1.2em; background:url(../images/icon.page.png) no-repeat left center; margin:0 0 0 15px;}
		
		#body-main #bottom-box #left-box a.prevoffers{display:block; padding:5px 0 5px 21px; font-size:1.2em; background:url(../images/icon-star.png) no-repeat left center; margin:0 0 0 15px;}
		
		.left-box-news{
		width:215px;
		padding:10px 5px 20px 10px;
		background:#F9F9FB;
		border-top:none;
		float:left;
		height:100%;
		border-right:1px solid #A8A9AC;
		position:relative;
	}
		#body-main #bottom-box .left-box-news strong{font-weight:bold; color:#9A9CA7; font-size:1em; text-transform:uppercase;}
		#body-main #bottom-box .left-box-news p strong{font-weight:bold; color:#9A9CA7; font-size:1.1em; display:block; margin:10px 0 10px 0; text-transform:none;}
		#body-main #bottom-box .left-box-news p{color:#707070; font-size:1em;}
		
		#body-main #bottom-box .left-box-news a.prevnews{display:block; padding:5px 0 5px 21px; font-size:1.2em; background:url(../images/icon.page.png) no-repeat left center; margin:0 0 0 15px;}
		
		#body-main #bottom-box .left-box-news a.prevoffers{display:block; padding:5px 0 5px 21px; font-size:1.2em; background:url(../images/icon-star.png) no-repeat left center; margin:0 0 0 15px;}
	#body-main #bottom-box #body-box{
		width:480px;
		float:left;
		font-size:1em;
	}
	
	#body-main #bottom-box #body-box .introductions{font-size:1.35em; color:#8E8EA4; padding:10px 25px 20px 25px;}
	#body-main #bottom-box #body-box .narrow .introductions{font-size:1.35em; color:#8E8EA4; padding:10px 25px 20px 25px;}
	#body-main #bottom-box #left-box .introductions{font-size:1.3em; font-weight:normal; text-transform:none; color:#8E8EA4; padding:10px 10px 20px 10px; border-bottom:1px solid #E4E4ED; margin:0 0 20px 0;}
	
	a.wheretobuybtn,a.wheretobuybtn:link,a.wheretobuybtn:visited{background:url(../images/enquire.button-software.jpg) top left no-repeat; width:57px; height:19px; display:block; float:right; margin:10px 20px 10px 0;}
	a.wheretobuybtn:hover,a.wheretobuybtn:active{background-position:bottom left;}
	
	#body-main #bottom-box #body-box .narrow{
		width:450px;
		line-height:1.7em;
		float:left;
	}
	
	#body-main #bottom-box #body-box .narrow span.head{color:#0E93CE; font-size:1.1em; display:block; padding:15px 0 5px 0;}
	
	#body-main #bottom-box #body-box .narrow .bigBlueText{font-size:1.3em; font-weight:bold; color:#0E93CE; display:block; margin:10px 0 10px 0; text-align:center; width:420px;}
	
	#body-main #bottom-box #body-box blockquote{
		font-size:1.5em;
		color:#898998;
		display:block;
		line-height:1.2em;
		padding:10px 0 10px 10px;
	}
	
	#body-main #bottom-box #body-box .narrow p{
		font-size:1.2em;
		color:#5F5F5F;
		padding:0 0 15px 10px;
		display:block;
	}
	
	#body-main #bottom-box #body-box .narrow span.par-list{
		padding:10px;
		margin-bottom:15px;
		margin-left:10px;
		display:block;
	}
	
	#body-main #bottom-box #body-box .narrow p span{color:#0092CF;}
	
	
	/* Boxed list */
	
	#body-main #bottom-box #body-box ul.grey-box{
		width:290px;
		padding:10px 0 10px 20px;
		background:#F2F2F4;
		border:1px solid #BFBFC9;
		margin:20px 0 10px 10px;
		display:block;
	}
	
		#body-main #bottom-box #body-box ul.grey-box li{
			font-size:1.1em;
			list-style-type:disc;
			padding:0;
			border:0;
			margin:0;
			width:100%;
			height:100%;
		}
		
		/*enquire button */
		
			#body-main #bottom-box #body-box a.enquire{display:block; background:url(../images/enquire.button.jpg) top left no-repeat; width:57px; height:19px; margin:10px 0 0 0; float:left;}
			#body-main #bottom-box #body-box a.enquire:hover{background-position:bottom left;}
		
		
	/* Home page list */	
	#body-main #bottom-box #body-box ul.home-links li{
		float:left; 
		list-style-type:none; 
		display:block; 
		width:140px; 
		height:240px;
		padding:10px 10px 0 10px;
		font-size:1em;
		border:none;
	}
	
		#body-main #bottom-box #body-box ul.home-links li strong{font-size:1.3em; font-weight:bold; color:#727483; text-transform:uppercase;}
		#body-main #bottom-box #body-box ul.home-links li a{text-transform:uppercase;} 
		#body-main #bottom-box #body-box ul.home-links li a:hover{color:#00B9F1;}
		#body-main #bottom-box #body-box ul.home-links li p{font-size:1.3em; width:140px; padding:10px 0 10px 0; margin-bottom:40px;}
		#body-main #bottom-box #body-box ul.home-links li img{float:right; margin:0 0 0 10px;}		
		/*more button */
			#body-main #bottom-box #body-box ul.home-links li a.more{display:block; background:url(../images/more.button.jpg) top left no-repeat; width:57px; height:19px; margin:10px 0 0 0; float:left;}
			#body-main #bottom-box #body-box ul.home-links li a.more:hover{background-position:bottom left;}	
			
			a.enter{ display:block; background:url(../images/enter_comp.jpg) top left no-repeat; width:155px; height:19px;}
			a.enter:hover{ background-position:bottom left;}			

			a.unmasked{ display:block; background:url(../images/enter_unmasked.jpg) top left no-repeat; width:155px; height:19px;}
			a.unmasked:hover{ background-position:bottom left;}			
			
	#body-main #bottom-box #body-box p{
		font-size:1.1em;
		line-height:1.2em;
		padding:5px 50px 0 10px;
	}
	
	#body-main #bottom-box #body-box p img{margin-right:-40px;}
	
	#body-main #bottom-box #body-box p img{margin-left:20px;}
	#body-main #bottom-box #body-box p strong{color:#0093D0; font-weight:bold; font-size:1.1em; display:block; padding:0 0 10px 0;}
	
	#body-main #bottom-box #right-box{
	float:left;
	width:155px;
	background:#F9F9FB;
	border-left:1px solid #A8A9AC;
	padding:5px 5px 0 5px;
	position:relative;
	height:100%;
	}
		#body-main #bottom-box #right-box .maillist{border-top:1px solid #A8A9AC; width:157px; margin-left:-5px; display:block; padding:5px;}
		
		#body-main #bottom-box #right-box .maillist form input{
			display:block;
			border:1px solid #A8A9AC;
			border-right:none;
			padding:2px 3px 3px 3px;
			height:15px;
			font-size:1.2em;
			width:115px;
			margin:0 0 0 5px;
			background:url(../images/input-background.jpg) repeat-x top left;
			float:left;
		}
			#body-main #bottom-box #right-box .maillist form label{
				text-transform:uppercase;
				color:#727483;
				margin:0 0 0 5px;
				padding:-0 0 0 0px;
				display:block;
			}
		
			#body-main #bottom-box #right-box .maillist form input.send{
				border:none; 
				display:block;
				background:url(../images/email-signupBtn.gif) top left no-repeat;
				width:21px;
				height:22px;
				float:left;
				margin-left:-1px;
			}
				#body-main #bottom-box #right-box .maillist form input.send:hover{background-position:bottom left; cursor:pointer;}
		
		#body-main #bottom-box #right-box blockquote{font-size:1.5em; color:#0093D0; line-height:1.1em;}
		#body-main #bottom-box #right-box p{font-size:1em; color:#727483; display:block; padding:10px 0 5px 0; font-weight:bold;}
		
/*=ENQUIRE FORM 
============================================ */
	.alertbox{
		background:#727382;
		padding:15px;
		color:white;
		font-size:1.1em;
		margin:10px;
	}

	#enquiry-form ul{
		padding:20px 0 0 30px;
	}

	#enquiry-form ul li{
		list-style-type:none;
		display:block;
		font-size:1.3em;
		vertical-align:middle;
		float:left;
	}
	
	#enquiry-form ul li label{
		text-align:right;
		width:150px;
		display:block;
		float:left;
		padding:10px 10px 0 0;
	}
		
		#enquiry-form ul li label strong{font-weight:normal; font-size:1em; color:#DF7A77;}
	
	#enquiry-form ul li input{
		border:1px solid #A8A9AC;
		padding:3px;
		width:190px;
		margin:5px 5px 5px 5px;
		background:url(../images/input-background.jpg) repeat-x top left;
		position:relative;
		left:10%;
		float:left;
	}
	
	#enquiry-form ul li input.req{border-left:3px solid #DF7A77; width:188px;}
	#enquiry-form ul li select.req{border-left:3px solid #DF7A77;}
	#enquiry-form ul li textarea.req{border-left:3px solid #DF7A77;}
	
	#enquiry-form ul li input.check{width:auto; padding:0; display:block; float:left;}
	#enquiry-form ul li table{font-size:1.1em;}
	#enquiry-form ul li table tr td{border-bottom:1px solid #E8E8E8;}
	
	#enquiry-form ul li select{
		border:1px solid #A8A9AC;
		padding:3px;
		width:198px;
		margin:5px 5px 5px 5px;
		background:url(../images/input-background.jpg) repeat-x top left #FDFDFD;
		position:relative;
		left:10%;
		float:left;
	}
	
	#enquiry-form ul input#button{
		display:block;
		background:url(../images/submit.button.jpg) top left no-repeat;
		width:57px;
		height:19px;
		margin:0;
		padding:0;
		border:none;
		cursor:pointer;	
		outline:none;
	}
		#enquiry-form ul input#button:hover{background-position:bottom left; outline:none;}

/*=FOOTER 
============================================ */
	
#wrapper #footer{
	width:1000px;
	background:url(../images/paper_background.jpg) no-repeat bottom left;
	height:115px;
	position:relative;
	margin:0 auto;
	clear:both;
}

#footer p{
	padding:0 0 0 50px;
	text-transform:uppercase;
	color:#727483;
	font-weight:bold;
	font-size:0.8em;
}

#footer .addressdetails{
	padding-top:5px; 
	font-size:0.75em; 
	margin-left:0; 
	margin-right:90px; 
	float:right;
}

/*=NEWS 
============================================ */

#body-main #bottom-box #body-box #newsBox{
	padding:10px;
	display:block;
	width:460px;
}

#body-main #bottom-box #body-box .newsBox h1{
	font-size:1.5em;
	color:#0093CF;
	width:70%;
	display:block;
	padding:10px 0 0 0;
	margin:0 0 0 10px;
	border-bottom:1px solid #EAEAF1;
}

#body-main #bottom-box #body-box .newsBox strong{color:#B0B0B0; font-size:0.9em; font-weight:normal; display:block; clear:both; padding:5px 0 10px 10px;}

#body-main #bottom-box #body-box .newsBox p{
	line-height:1.3em;
	margin:0 10px 15px 0;
	padding:10px; 
	font-size:1.1em;
	display:block; 
	width:400px;
}

#body-main #bottom-box #body-box .newsBox #imgbox img{
	border:2px solid #D1D1D1;
	margin:5px 0 5px 0;
	display:block;
	float:right;
}

	#body-main #bottom-box #body-box .newsBox #imgbox img:hover{border-color:#BABABA;}

#body-main #bottom-box #body-box .newsBox #imgbox{
	width:150px;
	padding:10px 10px 10px 15px;
	float:right;
}

	#body-main #bottom-box #body-box .newsBox #imgbox #icobox{
		width:145px;
		display:block;
		border:none;
		padding:5px 10px 0px 5px;
	}
	
	#body-main #bottom-box #body-box .newsBox #imgbox #icobox img{
		float:right;
		margin-left:15px;
		border:none;
	}

#body-main #bottom-box #body-box .newsBox p{
	
}

#body-main #bottom-box #body-box .newsBox p b{color:#8A8A8A;}



/*=OFFERS 
============================================ */

#body-main #bottom-box #body-box #offersBox{
	width:463px;
	padding:10px;
	display:block;
}

#body-main #bottom-box #body-box #offersBox h1{
	font-size:2.1em;
	color:#0093CF;
	width:70%;
	display:block;
	padding:10px 0 0 0;
	margin:0 0 0 5px;
	border-bottom:1px solid #EAEAF1;
}

#body-main #bottom-box #body-box #offersBox strong{font-size:0.9em; display:block; clear:both; padding:5px 0 10px 5px;}

#body-main #bottom-box #body-box #offersBox #imgbox img{
	border:2px solid #D1D1D1;
	margin:5px 0 5px 0;
	display:block;
	float:right;
}

	#body-main #bottom-box #body-box #offersBox #imgbox img:hover{border-color:#BABABA;}

#body-main #bottom-box #body-box #offersBox #imgbox{
	width:150px;
	padding:10px 10px 10px 15px;
	float:right;
}

	#body-main #bottom-box #body-box #offersBox #imgbox #icobox{
		width:145px;
		display:block;
		border:none;
		padding:5px 10px 0px 5px;
	}
	
	#body-main #bottom-box #body-box #offersBox #imgbox #icobox img{
		float:right;
		margin-left:15px;
		border:none;
	}

#body-main #bottom-box #body-box #offersBox p{
	padding:10px; font-size:1.2em; line-height:1.4em; display:block; width:400px; font-size:1.2em; line-height:1.3em; margin:0 10px 15px 0; display:block;
}

#body-main #bottom-box #body-box #offersBox table{font-size:1.2em; font-weight:normal; float:left;}
#body-main #bottom-box #body-box #offersBox div{padding:0; margin:0; width:auto; height:auto; float:left;}
#body-main #bottom-box #body-box #offersBox span{font-size:1.1em;}

/*= OFFERS & NEWS BAR 
============================================ */

#body-main #bottom-box #left-box .latest-offers-head{
	display:block;
	color:#333;
	font-weight:normal;
	background:url(../images/icon-star.png) center left no-repeat;
	padding:3px 0 3px 20px;
	font-size:1.4em;
}

#body-main #bottom-box #left-box .latest-news-head{
	display:block;
	color:#333;
	font-weight:normal;
	background:url(../images/icon.page.png) center left no-repeat;
	padding:3px 0 3px 20px;
	margin-top:20px;
	font-size:1.4em;

}
#body-main #bottom-box #left-box h1#offershead{background:url(../images/star-icon.gif) center left no-repeat; height:25px; padding:15px 0 10px 40px; margin-bottom:20px;}

#body-main #bottom-box #left-box h1#newshead{background:url(../images/news.title.gif) center left no-repeat; height:25px; padding:15px 0 10px 30px; margin-bottom:20px;}

#body-main #bottom-box #left-box .lft-list{display:block; padding:2px 0 0 25px; font-size:1.2em; }
#body-main #bottom-box #left-box .lft-sublist{display:block; padding:0 0 3px 27px; font-size:0.9em; color:#bbb;}

#copierhold{background:url(../images/equipment.sideprinter.jpg) no-repeat; width:200px; height:155px; float:left; margin-top:30px;}

/*= NEWS
============================================ */

#body-main #bottom-box #left-box-news .latest-offers-head{
	display:block;
	color:#333;
	font-weight:normal;
	background:url(../images/icon-star.png) center left no-repeat;
	padding:3px 0 3px 20px;
	font-size:1.4em;
}

#body-main #bottom-box #left-box-news .latest-news-head{
	display:block;
	color:#333;
	font-weight:normal;
	background:url(../images/icon.page.png) center left no-repeat;
	padding:3px 0 3px 20px;
	margin-top:20px;
	font-size:1.4em;

}
#body-main #bottom-box #left-box-news h1#offershead{background:url(../images/star-icon.gif) center left no-repeat; height:25px; padding:15px 0 10px 40px; margin-bottom:20px;}

#body-main #bottom-box #left-box-news h1#newshead{background:url(../images/news.title.gif) center left no-repeat; height:25px; padding:15px 0 10px 30px; margin-bottom:20px;}

#body-main #bottom-box #left-box-news .lft-list{display:block; padding:2px 0 0 25px; font-size:1.2em; }
#body-main #bottom-box #left-box-news .lft-sublist{display:block; padding:0 0 3px 27px; font-size:0.9em; color:#bbb;}

/*= CONTACT
============================================ */
#body-main #bottom-box #body-box a{color:#0093D0; text-decoration:underline;}
	#body-main #bottom-box #body-box a:hover{color:#52717E;}
#body-main #bottom-box #body-box .narrow p.contact{display:block; float:left; width:200px; color:#919495; margin:20px 0 0 10px;}
#body-main #bottom-box #body-box .narrow p.contact span{font-weight:100; color:#0090D2;}
#body-main #bottom-box #body-box .narrow .mapBox{display:block; float:right; border:3px solid #EBEBEB; margin-top:20px;}
	#body-main #bottom-box #body-box .narrow .mapBox:hover{border-color:#EBF9FF;}

/*= POPUP PAGES
============================================ */
#privacy{
	width:380px;
	padding:20px;
	color:#696969;
}
	#privacy h1{display:block; color:#0193CF; margin:10px 0 20px 0; padding:0; font-size:1.8em;}
	#privacy p{display:block; padding:10px 0 5px 0;}
	#privacy span{display:block; font-weight:bold; color:#595959;}
	
#privacy a.sitemaplist{
	display:block; 
	background:url(../images/sitemapbullet.gif) center left no-repeat;
	padding:5px 0 5px 10px;
	color:#787878;
	font-weight:bold;
}
	#privacy a.sitemaplist:hover{color:#88BB09;}


#privacy a.sitemapsublist{
	display:block; 
	background:url(../images/subsitemapbullet.gif) center left no-repeat;
	padding:5px 0 0 10px;
	margin-left:10px;
	color:#787878;
}
	#privacy a.sitemapsublist:hover{color:#5D61AB;}

	
/*= TESTIMONIALS
============================================ */

#sixtysix{
	width:450px;
	background:url(../images/sixty-six.gif) top left no-repeat;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#ninetynine{
	width:430px;
	padding:15px;
	background:url(../images/ninety-nine.gif) bottom right no-repeat;
	test-align:center;
	font-size:1.2em;
	height:200px;
}

.quote{
	width:260px;
	padding:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	font-size:1.4em;
	line-height:1.2em;
	color:#727382;
}

.quote span{color:#CCCCCC; font-size:0.8em;}

.past-testimonials{
	font-size:0.9em; 
	padding:5px 0 3px 19px;
	margin:0 0 5px 10px; 
	display:block; 
	background:url(../images/icon_comment.gif) center left no-repeat; 
	width:120px; 
	float:left; 
	color:#888895; 
}
