@charset "utf-8";
/* 
TrustM2M.com External Sites
Author: Practically Creative, LLC on behalf of Everbearing Services
Author URI: http://www.practically-creative.com/
*/

body, iframe#external {
	position:												absolute;
	width:													100%;
	padding:												0;
	margin:													0;
	border:													0;
	font-family:											Tahoma, "Helvetica Nueue", Helvetica, Arial, sans-serif;
	font-size:												14px;
}

:focus {
	outline:												none;
}

	body {
		overflow:											hidden;
	}
	
	#bar {
		height:												35px;
		padding:											4px 10px;
		margin-bottom:										2px;
		-moz-box-shadow:									0 0 2px #555;
		-khtml-box-shadow:									0 0 2px #555;
		-o-box-shadow:										0 0 2px #555;
		-webkit-box-shadow:									0 0 2px #555;
		box-shadow:											0 0 2px #555;
	}
	
		#slimlogo {
			display:										block;
			background:										url('slimlogo.png') no-repeat center center;
			width:											98px;
			height:											35px;
			text-indent:									-9000px;
			overflow:										hidden;
		}
