
body {
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}

a {
	color: #C0002E;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

#main h2 {
	display: block;
	width: 100%;
	padding: 0 0 12px 0;
	border: 1px #ccc;
	border-style: none none solid none;
	font-size: 1.5em;
	margin: 0 0 20px 0;
	line-height: 25px;
	clear: both;
	float: left;
}
#main h1{
	border: 1px #ccc;
	border-style: none none solid none;
	padding: 0 0 12px 0;
	line-height:30px;
}
#skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#headercont {
	width: 100%;
	height: 60px;
	background: url('/images/header_bg.jpg') repeat-x;
	border: 7px #333;
	border-style: none none solid none;
}

#header {
	width: 950px;
	padding: 0 22px;
	height: 60px;
	margin: 0 auto;
}

#maincont {
	width: 100%;
}

#main {
	width: 950px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;	
}

#mainwrap {
	width: 950px;
	padding: 20px 0;
	float: left;
	background: #fff;
}

h3 {
	padding: 0;
	margin: 0;
}

#main p {
	margin: 0;
	padding: 12px 0;
}

label {
	display: block;
	float: left;
	width: 120px;
}

#footer {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
	color: #aaa;
	font-size: 0.7em;
	height:30px;
}

#copyright {
	float: left;
}

#footlinks {
	float: right;
}

#footlinks a {
	float: left;
	margin: 0 0 0 30px;
}

#header a {
	display: block;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header ul {
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}

#header ul li {
	display: block;
	float: right;
	height: 60px;
	line-height: 63px;
	border-left: 1px #C0002E solid;
	border-right: 1px #850123 solid;
	padding: 0;
}

#header ul li a {
	color: #fff;
	padding: 0 20px;
	font-weight: bold;
}

#header ul li a:hover {
	text-decoration: none;
}

#header ul li ul {
	display: block;
	background: #C0002E;
	position: absolute;
	top: 60px;
	padding: 8px 0;
	display: none;
}

#header ul li ul li {
	display: block;
	font-size: 0.85em;
	padding: 0;
	height: auto;
	border: 0;
	clear: both;
	float: left;
	padding: 10px 0;
}

#header ul li ul li a {
	padding: 0 35px 0 20px;
	line-height: 0.85em;
}

#home_display {
	padding: 20px 0 0 0;
}

#home_desc {
	width: 280px;
	float: left;
}

#home_desc h2 {
	font-size: 25px;
	line-height: 35px;
	border: 0px;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
}

#home_desc input {
	font-size: 1.0em;
	line-height: 40px;
	padding: 0 0 3px 0;
}

#button_learn {
	width: 130px;
	height: 40px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #006D91;
	background: url('/images/button_blue_bg.jpg') repeat-x;
	margin: 0 7px;
	text-transform: uppercase;
	font-size: 14px;
	padding:0 0 2px;
	line-height: 40px;
}

#button_download {
	padding:0 0 2px;
	line-height: 40px;
        width: 130px;
        height: 40px;
        font-weight: bold;
        color: #fff;
        border: 1px solid #009900;
        background: url('/images/button_green_bg.jpg') repeat-x;
	margin: 0 7px;
	text-transform: uppercase;
	font-size: 14px;
}

#guidelines-navigation {
	width: 150px;
	float: left;
	display: block;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	border: 1px #DFE1E0;
	border-style: none dashed none none;
	font-size: 14px;
}
.faq-navigation{margin:20px 20px 20px 0;border:none;}
#guidelines-navigation li {
	list-style-type: none;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
}

#guidelines-content {
	width: 770px;
	float: right;
	font-size: 14px;
	line-height: 20px;
}

#guidelines-content h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 24px;
}

.tooldesc {
	font-size: 18px;
	line-height: 24px;
}

.tooldesc td {
	padding: 10px 0;
}

.toolname {
	font-size: 20px;
	font-weight: bold;
	color: #AF1F36;
}

.alt {
	background: #eee;
	border: 1px #aaa;
	border-style: solid none solid none;
}

.alt td {
	border: 1px #aaa;
        border-style: solid none solid none;
}

#toolicons {
	list-style-type: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

#toolicons li {
	width: 64px;
	height: 64px;
	padding: 11px;
	float: left;
}

#toolicons li.active {
	background: #eee;
}

#tooldescription {
	width: 910px;
	padding: 20px;
	background: #eee;
	float: left;
}

#tool-before {
	float: left;
	display: block;
	font-size: 18px;
	line-height: 80px;
}

.bottom-border {
	float: left;
	clear: both;
	padding: 0 0 20px 0;
	border: 1px #eee;
	border-style: none none solid none;
	margin: 0 0 20px 0;
}

.bottom-border img {
	float: left;
	margin: 0 20px 0 0;
}

.bottom-border h3 {
	padding: 0 0 10px 0;
}

.product {
	width: 460px;
	float: left;
	margin: 0 10px 15px 0;
}

.product img {
	width: 75px;
	float: left;
	margin: 0 15px 15px 0;
}

.product div {
	width: 370px;
	float: right;
}

.column {
	width: 475px;
	float: left;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.pressitem {
	width: 100%;
	float: left;
	clear: both;
	border: 1px #eee;
	border-style: none none solid none;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

.pressitem div {
	width: 225px;
	float: left;
	text-align: center;
	margin: 12px 0 0 0;
}

.pressitem p {
	float: right;
	width: 700px;
	margin: 0;
	padding: 0;
}
.page-item-child{
	
	
}
.faq h3{margin-top:20px;margin-bottom:20px;}
.faq-nav{width:480;}
.clear{clear:both;}
.faq img{margin-left:40px;border:solid black 1px;}
.escape-key{margin:0 !important;}
.faq-navigation li{
	margin-left:40px;
	
}
.faq-body h3{margin-top:30px !important;}
.back-to-top{}
