@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family:Helvetica;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	color:#666666;
	font-size:15px;
}

#wrapper {
	margin:0 auto;
	width:1024px;
	overflow:hidden;
}

#header {
	float:left;
	height:100px;
	width:1024px;
	color:#FFFFFF;
}

#headright {
	float:right;
	text-align:right;
	margin:10px 20px 0 0;
	width:550px;
	overflow:hidden;
}

#logo {
	float:left;
	height:99px;
}

#login {
	float:right;
	margin-bottom:10px;
}

#strip {
	float:left;
	padding-left:20px;
}

#title {
	float:left;
	height:90px;
	width:750px;
	overflow:hidden;
	margin-bottom:20px;
}

	#red {
		float:left;
		height:90px;
		width:40px;
		background-image:url(images/red_icon.jpg);
		margin-right:10px;
	}
	
	#head {
		line-height:31px; 
		float:left;
		width:700px;
		color:#213f68;
		font-size:34px;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	#sub {
		float:left;
		width:700px;
		color:#999999;
		font-size:22px;
	}
	
	#titleimage {
		float:right;
		height:90px;
		width:200px;
	}
	
	
#h1 {
	float:left;
	font-size:16px;
}

#content {
	float:left;
	width:984px;
	padding:20px 20px 0;
	overflow:hidden;
}

#boxleft {
	float:left;
	width:482px;
	overflow:hidden;
}

#boxright {
	float:right;
	width:482px;
	overflow:hidden;
}

#brochure {
	float:left;
	height:224px;
	width:442px;
	padding:20px;
	overflow:hidden;
	background:url(images/sfvs/brochure.jpg) no-repeat;
}

#demo {
	float:right;
	height:264px;
	width:482px;
	font-size:16px;
	line-height:22px;
	background:url(images/sfvs/callfordemo.jpg) left bottom no-repeat;
}

#gif {
	float:left;
}

#fullpage {
	float:left;
	width:984px;
	margin-bottom:20px;
}

.style1 {
	color:#213f68;
	font-weight:bold;
}

a {
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#213f68;
	text-decoration:underline;
}

img {
	border:0;
}

/*   SOLUTION   */


#systemtx {
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	margin:50px 20px 10px 55px;
}

#audit {
	float:left;
	height:145px;
	width:482px;
	background-image:url(images/solution/audit.jpg);
	margin-bottom:10px;
	display:table;
}

#manage {
	float:left;
	height:145px;
	width:482px;
	background-image:url(images/solution/manage.jpg);
	margin-bottom:10px;
}

#report {
	float:left;
	height:145px;
	width:482px;
	background-image:url(images/solution/report.jpg);
	margin-bottom:10px;
}

#track {
	float:left;
	height:145px;
	width:482px;
	background-image:url(images/solution/track.jpg);
	margin-bottom:10px;
}

#save {
	float:left;
	height:145px;
	width:482px;
	background-image:url(images/solution/save.jpg);
	margin-bottom:10px;
}

#savebullet {
	float:left;	
}


/*   FOOTER   */

#footer {
	width:944px;
	color:#213f68;
	background-color:#CCCCCC;
	padding:20px;
	margin:0 auto;
	line-height:1.5em;
}

#footwrap {
	float:left;
	width:100%;
	background-color:#CCCCCC;
	overflow:hidden;
}

#footertx {
	float:left;
	width:944px;
	text-align:center;
	margin:15px 0;
}

#footertx a {
	color:#213f68;
}

#footertx a:hover {
	color:#CC0000;
}