body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;
	color: #666666;
}
.copy{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;line-height:14px;color:#666666}
.smallcopy{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;line-height:12px;color:#666666}
.sub{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;line-height: 15px;font-weight: bold;color: #666666}
.legal{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;line-height: 11px;color: #A0A0A0}

a.map:link {color: #cccccc}
a.map:visited {color: #cccccc}
a.map:hover {color: #cccccc}

.red {
	color: #e80000;
}

a{text-decoration:none;color:#e80000;}
a img {border:none; }
a:hover{text-decoration:underline}

html { height: 100%; margin-bottom: 1px; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



.homepage_content {
	padding: 0px 0px 10px 20px;
}
	#homepage_left {
		float: left;
		width: 458px;
	}
		#homepage_left h1 {
			color: #e80000;
			padding: 17px 0px 17px 30px;
			border-top: 6px solid #e80000;
			font: 14px Arial;
			margin: 0px;
			background: url(img/bullet_h1.gif) 0px 20px no-repeat;
		}
		#homepage_left p {
			line-height: 18px;
			color: #565656;
			font-size: 12px;
			padding-left: 30px;
			margin-bottom: 15px;
			margin-top: 0px;
		}
		#homepage_left a {
			color: #e80000;
		}
		
	#homepage_right {
		float: right;
		width: 335px;
		border: 1px solid #d9d9d9;
		padding-bottom: 10px;
	}
		#homepage_right h3 {
			background: #9f9f9f;
			color: #ffffff;
			text-transform: uppercase;
			padding: 5px 0px 5px 20px;
			font: 13px Arial;
			margin: 0px 0px 5px 0px;
		}
		#homepage_right ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
			#homepage_right ul li {
				border-bottom: 1px solid #d9d9d9;
				padding: 4px 0px;
				margin: 0px;
			}
				#homepage_right ul li.last {
					border: 0px;
				}
				#homepage_right ul li a {
					color: #565656;
					display: block;
					border-left: 7px solid #d9d9d9;
					padding-left: 20px;
					padding-right: 10px;
					font-size: 12px;
					line-height: 17px;
				}
					#homepage_right ul li a:hover {
						color: #e80000;
						border-left: 7px solid #e80000;
						text-decoration: none;
					}
					
#footer {
	background: #d4d4d4;
	height: 88px;
	padding: 15px 20px;
	border-top: 9px solid #ffffff;
	clear: both;
}
	#footer .f_left {
		border-right: 1px solid #ffffff;
		width: 484px;
		float: left;
	}
	#footer .f_right {
		width: 300px;
		float: right;
	}
		#footer  a {
			color: #666666;
		}
		#footer .f_right span.header {
			display: block;
			margin-bottom: 5px;
		}
		#footer .f_right .col1 {
			float: left;
			width: 80px;
			margin-right: 15px;
		}
		#footer .f_right .col2 {
			float: left;
			width: 80px;
			margin-right: 15px;
		}
		#footer .f_right .col3 {
			float: left;
			width: 80px;
		}
		
		h1.topper {
			font: italic bold 24px Arial;
			color: #848484;
			margin: 0px 0px 20px 0px;
		}
		h2.h22 {
			font: italic bold 18px Arial;
			color: #848484;
			margin: 5px 0px 10px 0px;
		}
		
		#myAlternativeContent {
			z-index: 1;
			position: relative;
		}
		#Stm0p0iTB, .st_tdcss, .st_tbcss, . {
			z-index: 1000;
		}
		.st_divcss {
			z-index: 1000 !important;
		}
		
		
		
.centered {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#header {
	display: block;
	background: url(img/header_bg.gif) repeat-x;
	margin-bottom: 14px;
}
	#header img {
		display: block;
	}
	#nav {
		text-align: right;
		float: right;
	}
	#bread {
		display: block;
		clear: both;
		background: #000000;
		color: #cccccc;
		padding: 6px 0px 6px 10px;
	}
		#bread a {
			color: #cccccc;
			text-decoration: none;
		}
			#bread a:hover {
				text-decoration: underline;
			}
	
#content {
	margin-bottom: 14px;
	font-size: 12px;
	font-family: Arial;
}
	#left {
		float: left;
		width: 131px;
		margin-top: 20px;
	}
		#left .nav a {
			display: block;
			padding: 3px 0px;
			color: #565656;
			text-decoration: none;
		}
			#left .nav a:hover {
				text-decoration: underline;
			}
			#left .nav a.active {
				color: #e80000;
			}
		#left .subnav {
			border-top: 1px solid #e80000;
			border-bottom: 1px solid #e80000;
			padding: 10px 0px;
			margin-top: 8px;
			color: #565656;
			margin-bottom: 8px;
		}
			#left .subnav a {
				display: block;
				padding: 3px 0px;
				color: #565656;
				text-decoration: none;
			}
				#left .subnav a:hover {
					text-decoration: underline;
				}
				#left .subnav a.active {
					color: #e80000;
				}
				
			#left .faq a {
				border-bottom: 1px solid #cccccc;
				line-height: 18px;
				padding: 6px 0px;
			}
	#right {
		width: 681px;
		float: right;
	}
		#right.products {
			margin-top: 20px;
		}
		
		#right .level0 {
			background: url(img/product_level0.jpg) no-repeat;
		}
		#right .level1 {
			background: url(img/product_level1.jpg) no-repeat;
		}
		#right .level2 {
			background: url(img/product_level2.jpg) no-repeat;
		}
		#right .level3 {
			background: url(img/product_level3.jpg) no-repeat;
		}
		#right .level4 {
			background: url(img/product_level4.jpg) no-repeat;
		}
		
		#right .product {
			padding: 19px 0px 30px 25px;
		}
			#right .product h2 {
				color: #e80000;
				font: 18px Arial;
				padding: 0px;
				margin: 0px 0px 15px 0px;
			}
			#right .product p {
				line-height: 19px;
				padding-right: 60px;
			}
			#right .product .left2 {
				float: left;
				width: 328px;
			}
			#right .product .left {
				float: left;
				width: 318px;
				border: 1px solid #ebebeb;
				border-bottom: 0px;
			}
				#right .product .left span.featuresheader {
					display: block;
					background: #9f9f9f;
					color: #ffffff;
					padding: 5px 10px;
				}
				#right .product .left ul {
					list-style: none;
					margin: 0px;
					padding: 0px;	
				}
					#right .product .left ul li {
						background: url(img/features_bullet.gif) 0px 6px no-repeat;
						padding: 5px 10px 5px 20px;
						border-bottom: 1px solid #d4d4d4;
					}
					
			#right .product .right {
				text-align: center;
				float: right;
				width: 320px;
			}
				#right .product .right .caption {
					display: block;
					padding: 20px 40px;
				}
					#right .product .right .caption em {
						display: block;
						font: italic 12px Arial;
						color: #9f9f9f;
					}
				#right .product .right img.extra {
					float: left;
					display: block;
					border: 2px solid #ededed;
					margin: 0px 10px;
					
				}
	
	#right .banner {
		display: block;
		margin-bottom: 20px;
	}
	
	h1.p1 {
		font: 21px Arial;
		color: #e80000;
		padding: 0px;
		margin: 0px;
		margin-bottom: 6px;
	}
	h4.p1 {
		font: 18px Arial;
		color: #e80000;
		margin: 0px;
		padding: 0px;
		margin-bottom: 20px;
	}
	
	.con {
		background: url(img/content_bg.gif) no-repeat;
		padding: 25px 0px 20px 35px;
	}
		.con h1 {
			font: 21px Arial;
			color: #e80000;
			margin: 0px;
			padding: 0px;
		}
		.con h3 {
			font: bold 15px Arial;
		}
		.con p {
			line-height: 20px;
		}
		#sitemap ul a {
			color: #666666;
		}
		
		.con .img1 {
			float: right;
			margin: 10px 15px 10px 0px;
		}
		.con .img2 {
			float: left;
			margin: 10px 15px 10px 0px;
		}
		
		.con .left {
			float: left;
			width: 440px;
		}
		.con .right {
			float: right;
			width: 160px;
			padding-left: 20px;
			border-left: 1px solid #cccccc;
			padding-top: 10px;
			padding-bottom: 20px;
		}
		
		.con ul, .left2 ul {
			margin: 0px;
			padding: 0px 0px 0px 25px;
			list-style: none;
		}
			.left2 ul {
				padding-left: 5px;
			}
			.con ul.content_ul {
				line-height: 18px;
			}
			.con ul li, .left2 ul li {
				margin: 0px;
				padding: 3px 0px 3px 20px;
				background: url(img/bullet.gif) no-repeat 0px 7px;
			}
			
			.con .right ul {
				padding-left: 10px;
				padding-top: 10px;
				padding-bottom: 25px;
			}
			
		#sitemap ul {
			padding-left: 0px;
		}
			#sitemap ul li ul {
				padding-left: 25px;
				padding-top: 4px;
			}
			
.icam {
	position: absolute;
	margin-top: 155px !important;
	
}

#cred_label {
	background: #e80000;
	text-align: center;
	color: #ffffff;
	padding: 4px 0px;
}
#cred {
	border: 1px solid #cccccc;
	padding: 2px;
	font: 12px Arial;
	margin-bottom: 20px;
	border-top: 0px;
	width: 681px;
}
	#cred tr th {
		background: #cccccc;
		padding: 2px 10px;
	}
	#cred tr td {
		padding: 4px 10px;
		text-align: center;
	}
		#cred tr.even td {
			background: #e8e8e8;
		}
		#cred tr .d {
			text-align: left;
		}
