﻿@font-face {
	font-family: 'custom_font';
	src:url('pirulen.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

body {
	margin: 0 auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.Header img {
    width: 1024px;
    height: 88px;
    width: auto; 
}

.fill-remaining {
	height: 88px;
    width:50%;
    clear:none;
}
.fill-remaining.left {
    float: left;
    margin-right:-512px;
	background-image:url('../images/l_header.jpg');
	background-repeat: repeat-x;
}
.fill-remaining.left>div {
    padding-right: 512px;
}
.fill-remaining.right {
    float: right;
    margin-left:-512px;
    background-image: url('../images/r_header.jpg');
    background-repeat: repeat-x;
}

.fill-remaining.right>div {
    padding-left: 512px;
}

#header {
	margin-top: 1em;
}

#logo_text {
	display: none;
}

#swf {
	text-align: center;
}

#nav {
	min-width: 1024px;
}

#main {
	width: 880px;
	margin: 0 auto;
	padding: 20px 72px;
	font-size: 12px;
	line-height: 1.5;
	min-height: 600px;
}

#main > h1, #main h2 {
	font-size: 1.5em;
}

#main > h2 {
	font-weight: normal;
}

#main > h3 {
	font-size: 1.2em;
	font-weight: bold:;
	text-decoration: underline;
}

	#main > p > a {
	color: #000000;
}
	#main h4 {
	font-size: 2em; 
	font-weight: bold; 
	text-align:center 
}
	
#footer_wrap {
	min-width: 1024px;
	display: block;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: auto;
}

#footer {
	text-align: center;
	padding: 20px 0;
	line-height: 2;
}

#footer a {
	color: #FFFFFF;
}

	#footer_email, #mobile_form {
	display: none;
}

	#sys_require1 {
	float: left;
	width: 50%;
	}

	#sys_require2 {
	float: right;
	width: 50%;
	}

	#main .buttons {
	padding: 8px 15px;
	background-image:
	    linear-gradient(#C00002, #670C0B);
	border: solid thin #741010;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

#avgthreatlabs_safetybadge {
    margin-top: 15px;
}

#remote_support {
font-weight: 700;
padding: 1em 2em;
color: #999;
display: inline-block;
}

#remote_support:hover {
  color: #C00000;
}

@media only screen and (max-width: 550px) {
	#logo_text {
	display: inline;
}
	#logo_text h2 {
	font-family:'custom_font';
	text-align: center;
}
	#logo_text > h2 >a {
	color: #000000;
}
	#header {
	display: none;
}
	#nav {
	min-width: 100%;
}
	#main {
	width: 90%;
	padding: 0% 5%;
	font-size: 1em;
}
	#main > h1, #main h2 {
	font-size: 1.3em;
}
	#footer_wrap {
	min-width: 0;
	margin: 0;
}
	#links, .desktop_only {
	display: none;
}
	#footer_email, #mobile_form {
	display: inline;
}

	#footer_email a {
	display: block;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
		
}
	#footer {
	text-align: center;
	padding: 0;
	line-height: normal;
}
	#main h4 {
	font-size: 1.3em;
	}

/*Text on JCS support page*/
	#sys_require2 {
	float: none;
	width: 100%;
	}
	
	#sys_require1 {
	float: none;
	width: 100%;
	}


}
