@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	margin:0;
	padding:0;
	background:#000;
	color:#505050;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1000px;
	height:auto;
	margin:0 auto;
}
#inner-wrapper {
	float:left;
	width:100%;
	margin:20px 0;
	background:#fff;
}
#header {
	float:left;
	width:960px;
	padding:0 20px;
}
#header-content {
	float:right;
	text-align:right;
	font-size:24px;
	padding:20px 20px 0 0;
}
#header-content span {
	color:#d50215;
	
}
#header-content span.smallred {
	color:#d50215;
	font-size:14px;
}
#header-content span.smallgrey {
	color:#505050;
	font-size:14px;
}
#header-content .enquire {
	float:right;
	width:180px;
	height:37px;
	margin:10px 0 0 0;
	padding:0;
	background:url(../images/enquire-btn.gif) 0 0 no-repeat;
}
#header-content .enquire span {
	display:block;
	text-decoration:none;
	visibility:hidden;
}
#logo {
	float:left;
	width:351px;
	height:106px;
	margin:0;
	padding:0;
	background:url(../images/securatrak-logo.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}
#logo a {
	display:block;
	height:100%;
	width:100%;
	border:none;
	outline:none;
}

#logo a:active {
outline:none;	
border:none;
}

#flash-content {
	float:left;
	width:960px;
	height:450px;
	padding:0 20px;
}
#footer {
	float:left;
	width:960px;
	height:145px;
	margin:20px 20px 0;
	padding-top:5px;
	font-size:11px;
	border-top:1px solid #505050;
	display:inline;
}
#content {
	float:left;
	width:960px;
	padding:20px 20px 0;
}
#content div {
	float:left;
	width:275px;
	margin-left:20px;
	display:inline;
	font-size:12px;
	line-height:18px;
}
#content div h4 {
	width:265px;
	height:20px;
	margin:0 0 5px 0;
	padding:4px 0 0 10px;
	background:url(../images/h3-bg.gif) 0 0 no-repeat;
	font-size:14px;
	color:#222;
}
#content div p {
	margin:0;
	padding:0 0 0 10px;
}
#content div a {
	color:#505050;
	text-decoration:none;
}
#content div a:hover {
	text-decoration:underline;
}
#content #subscribe {
	float:right;
	width:296px;
	min-height:130px;
	height:auto !important;
	height:130px;
	margin-left:0;
	margin-right:20px;
	background:url(../images/subscribe-bg.gif) 0 0 no-repeat;
}
#content #subscribe h4 {
	width:auto;
	height:auto;
	margin:16px 0 5px 20px;
	padding:0;
	background:none;
	font-size:18px;
	color:#d50215;
}
#content #subscribe p {
	margin:0;
	padding:0 1px 0 20px;
	font-size:11px;
}
#content #subscribe .subscribe-form {
	margin:5px 0 0 20px;
	padding:0;
}
#content #subscribe .subscribe-txtFld {
	float:left;
	width:170px;
	height:20px;
	margin:0;
	padding:5px 5px 0 5px;
	border:1px solid #909090;
}
#content #subscribe .subscribe-btn {
	float:left;
	width:80px;
	height:27px;
	margin:0 0 0 5px;
	padding:0;
	border:none;
	background:url(../images/subscribe-btn.gif) 0 0 no-repeat;
}
