/*-- CSS--*/

	body {
		background: #ffffff;
		color: #000000;
		text-align: center;
		margin-top: 0px;
		font-family: Tahoma, Sans-Serif;
		font-size: 13px;
		}

	img {
		border-style: none;
		border-color: #cccccc;
		border-width: 0px;
		}
		
	table {
		font-family: Tahoma, Sans-Serif;
		font-size: 13px;
		color: #6f6f6f;
		}

	a:link { 
		color: #c2c2c2;
		text-decoration: none;
		}

	a:visited {
		color: #c2c2c2;
		text-decoration: none;
		}

	a:active {
		color: #c2c2c2;
		text-decoration: none;
		}

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

	p {
		margin: 0px 0px 0px 0px;
		}

	h1 {
		font-size: 17px;
		font-weight: bold;
		color: #6f6f6f;
		margin: 0px 0px 0px 0px;
		}

	h2 {
		font-size: 15px;
		font-weight: bold;
		color: #5a99ff;
		margin: 0px 0px 0px 0px;
		}

	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #5a99ff;
		margin: 0px 0px 0px 0px;
		}

	ul.arrow {
		list-style-type: disc;
		list-style-image: url('../images/arrow.gif');
		list-style-position: outside;
		line-height: 24px;
		padding: 0px 0px 0px 24px;
		}

	ul.doublearrow {
		list-style-type: disc;
		list-style-image: url('../images/doublearrow.gif');
		list-style-position: outside;
		line-height: 18px;
		padding: 0px 0px 0px 24px;
		}

	#container {
		margin-left: auto;
		margin-right: auto;
		width: 965px;
		text-align: left;
		margin-top: 0px;
		}

	.center {
		text-align: center;
		margin-top: 16px;
		}

	.blueLink {
		color: #5a99ff;
		}

/*--  HEADER/NAV  --*/

	#header {
		width: 965px;
		float: left;
		}

	#logo {
		background: #ffffff;
		float: left;
		}
	
	#spacer_header {
		background: #ffffff;
		background-image: url('../images/spacer_header.jpg');
		background-repeat: no-repeat;
		width: 192px;
		height: 70px;
		float: left;
		margin-top: 5px;
		margin-right: -5px;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial;
		color: #333333;
		}

	#callfree {
		background: #ffffff;
		background-image: url('../images/callfree.jpg');
		background-repeat: no-repeat;
		width: 164px;
		height: 17px;
		float: left;
		margin-left: 75px;
		margin-top: 7px;
		}

	.navlink {
		margin-left: 0px;
		border: none;
		float: left;
		}
		
/*--   END HEADER/NAV  --*/

/*--  SUB NAV  --*/

	#subnav {
		background: #ffffff;
		background-image: url('../images/products.jpg');
		background-repeat: no-repeat;
		width: 322px;
		height: 56px;
		float: left;
		margin-left: -14px;
		margin-right: 12px;
		}
		
	#subnavabout {
		background: #ffffff;
		background-image: url('../images/about.jpg');
		background-repeat: no-repeat;
		width: 322px;
		height: 56px;
		float: left;
		margin-left: -14px;
		margin-right: 12px;
		}
	
	.subnavlink {
		margin-left: 3px;
		margin-top: -3px;
		}
		
/*--   END SUB NAV  --*/

	#content {
		background: #ffffff;
		background-image: url('../images/background.jpg');
		background-repeat: no-repeat;
		width: 621px;
		float: left;
		color: #6f6f6f;
		padding: 12px;
		}

	#workswith {
		background: #ffffff;
		background-image: url('../images/workswith.jpg');
		background-repeat: no-repeat;
		width: 955px;
		height: 41px;
		float: left;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
	#footernav {
		float: left;
		}

	#fxslide {
		background: #ffffff;
		color: #6f6f6f;
		padding: 10px;
		margin: 0px;
		border: 1px solid #cccccc;
		}
	
	#changedname {
		margin-top: 55px;
		margin-left: -1px;
		}
	
	#signupnow {
		margin-top: 55px;
		margin-left: 0px;
		margin-bottom: 12px;
		}

	#attcertified {
		margin-top: 25px;
		margin-left: 0px;
		margin-bottom: 12px;
		}

	#container_about {
		min-height: 920px;
		}

	#container_products {
		min-height: 790px;
		}

	#container_sitemap {
		min-height: 540px;
		}
