/* 3xds.com CSS Document */
/* Main Menu Text */

html {
  min-width:870px;
/*	width:870px;*/
}

body {
margin:0;
padding:0;
}

#container {
top:13px;
width:870px;
height:820px;
position:relative;
margin:0 auto;
padding:0;
}

#masthead {
	padding:0px;
	margin:0px;
}

#content {
	width:870px;
	height:500px;
	background-color:#000000;
}

#homewelcome {
 position:absolute;
 width: 380px;
 top: 230px;
 left: 40px;
 color: #ffffff;
 font-weight: normal;
 font-size: 13.5px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
}

#homewelcome h3 {
	padding: 0;
	width: 150px;
	height: 20px;
	background: url(../images/welcome.jpg) no-repeat transparent;
}

#homewelcome h3 span {
	display: none;
}

#homefeature {
	position:absolute;
	width: 200px;
	top: 232px;
	left: 456px;
	color: #ffffff;
	font-weight: normal;
	font-size: 13.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	visibility: visible;	
}

#homefeature h3 {
	padding: 0;
	width: 150px;
	height: 20px;
	background: url(../images/titleblocks/featuredclient.jpg) no-repeat transparent;
}

#homefeature h3 span {
	display: none;
}

#homenews {
 position: absolute;
 visibility: hidden;
 width: 250px;
 top: 230px;
 left: 450px;
}

#hometips {
 position: absolute;
 visibility: hidden;
 top: 600px;
 width: 250px;
 left: 40px;
}

#sweep2 {
	position: absolute;
	background:url(../images/sweep2.jpg) top right no-repeat;
	left:667px;
	top:203px;
	width:203px;
	height:485px;
}

#logo {
	position: absolute;
	background:url(../images/logo.jpg) top right no-repeat;
	left:381px;
	top:519px;
	width:277px;
	height:178px;
}

#footer {
	position: relative;
	background:url(../images/fbg.gif) no-repeat;
	width: 870px;
	height: 105px;
	top: 0px;
	left: 0px;




}

.footertext {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:link, a.footer:visited {
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.footer:hover {
	color: #90A5D5;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
