body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

a:link {
	color: #4575c4;
	text-decoration: none;
	border-bottom: 1px dashed #4575c4;
}

a:visited {
	color: #657691;
	text-decoration: none;
	border-bottom: 1px dashed #657691;
}

a:hover,
a:active {
	color: #2354a4;
	border-bottom: 1px dashed #2354a4;
}

#top_adblock {
	width:728px;
	margin: 10px auto;
}

#header {
	width: 660px;
	padding: 0 33px 0;
	margin: 0 auto;
	background: url(/_resources/nav_bg.gif) no-repeat top left;
}

#header img {
	margin: 15px 0 0;
}

#navigation {
	margin: 30px 0 0;
	float: right;
	width: 420px;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

#navigation li {
	float: left;
	display: block;
	margin: 0 25px 10px 0;
	color: #5a5a5a;
	padding: 0 0 8px;
	letter-spacing: 1px;
}

#navigation li.current_location {
	color: #4575c4;
	border-bottom: 4px solid #4575c4;
	padding-bottom: 4px;
}

#navigation li.current_location a:link,
#navigation li.current_location a:visited {	
	color: #4575c4;
}

#navigation a:link,
#navigation a:visited {
	color: #5a5a5a;
	border-bottom: none;
}

#navigation a:active,
#navigation a:hover {
	color: #4575c4;
}

#body {
	width: 660px;
	padding: 20px 33px;
	clear: both;
	margin: 10px auto 0;
	border-top: 1px solid #d8d8d8;
	background: url(/_resources/sidebar_bg.gif) repeat-y;
}

#sidebar {
	float: left;
	width: 200px;
}

#sidebar h1, 
#main_column h1 {
	margin: 0;
	color: #4575C4;
	letter-spacing: 1px;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 20px 0 10px;
	color: #4575C4;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1em;
}

h3 {
	margin: 20px 0 10px 20px;
	color: #4575C4;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1em;
}

#body li {
	color: #5A5A5A;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#sidebar p, 
#main_column p {
	color: #5A5A5A;
	font-size: 0.8em;
	line-height: 1.4em;
}

#main_column {
	margin-left: 240px;
}

#main_column p.steps {
	font-size: 1em;
}

div.clear_floats {
	clear: both;
}

#footer {
	clear: both;
	width: 660px;
	padding: 10px 33px;
	margin: 0 auto 20px;
	border-top: 1px solid #d8d8d8;
}

#footer p {
	color: #5a5a5a;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-top: 0;
}

#footer a {
	border-bottom: none;
}

#copy_info {
	margin-right: 440px;
}

#copy_info span {
	text-transform: none;
	display: block;
	margin-top: 3px;
}

#our_tools {
	width: 420px;
	float: right;
}

#our_tools span {
	text-transform: none;
	display: block;
	margin-top: 3px;
}

#form_tabs {
	margin: 0;
	list-style: none;
	display: block;
	padding: 0;
	/*height: 1.5em;*/
	padding: 0 0 5px;
	margin: 20px 0 0;
}

#form_tabs li {
	display: block;
	float: left;
	background-color: #253F6A;
	padding: 5px 10px 0;
	height: 1.5em;
	font-weight: bold;
	display: none; /* Remove when added with js */
	font-size: 1em;
	margin-bottom: 0;
}

#form_tabs li.active {
	background-color: #485E82;
}

#form_tabs li a {
	color: #D0D9DC;
	text-decoration: none;
	border: none;
}

#form_tabs li.active a {
	color: #FFF;
}

#main_column form {
	background: url(/_resources/form_bg.gif) repeat-x #253F6A;
	padding: 10px;
	/*text-align: center;*/
	margin: 0;
}

input.text {
	width: 210px;
}

input.file,
input.text {
	background-color: #fff;
	border-color: #304B71 #5B85BF #5B85BF #304B71;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: #5A5A5A;
}

#contact_form input.text {
	margin-bottom: 15px;
}

textarea {
	border-color: #304B71 #5B85BF #5B85BF #304B71;
	border-style: solid;
	border-width: 1px;
	width: 385px;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #5A5A5A;
	height: 150px;
}

#start_scan {
	/*background: url(/_resources/scan_button.gif) no-repeat top center;*/
	display: block;
	margin: 25px 0 0;
	width: 144px;
	height: 38px;
	cursor: pointer;
	background-color: #3C5379;
	border-color: #465C81 #203B61 #203B61 #465C81;
	border-style: solid;
	border-width: 1px;
	font-size: 1.2em;
	color: #fff;
}

#form_or {
	padding: 10px 0 0;
}

#main_column form a {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	text-decoration: underline;
}

#main_column form p {
	color: #fff;
	margin: 0 0 10px;
}

#main_column #contact_form p {
	margin: 0 0 5px;
}

#submit_iframe {
	display: none;
}

#tab2,
#statusInfo {
	display: none;
}

#statusInfo img {
	margin: 0 0 0 -5px;
}

#statusText {
	margin-bottom: 0;
}

#main_column form h1 {
	color: #fff;
	margin: 0 0 10px;
	font-size: 1.2em;
	letter-spacing: 0;
}

#statusResult {
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	margin: 10px 0;
}

h2.clean {
	color: #A9F7A9 !important;
}

h2.infected {
	color: #FF7F7F !important;
}

#main_column form #errorText {
	margin: 10px 0 0;
	background-color: #D81818;
	padding: 10px;
}

#main_column ul#errorText {
	background-color: #D81818;
	padding: 10px 10px 10px 30px;
}

#main_column ul#errorText li {
	color: #fff;
}

p.steps {
	padding: 0 0 10px;
	position: relative;
	margin: 10px 0 0 40px;
	
}

p.steps img {
	position: absolute;
	top: 0;
	left: -40px;
}

#step_1 {
	top: 1px;
}

#step_2 {
	top: -4px;
}

p.disclaimer {
	padding-top: 20px;
	margin-bottom: -15px !important;
}

p.disclaimer a {
	font-weight: normal !important;
	font-size: 1em !important;
}
