/*
* RESET
* http://meyerweb.com/eric/tools/css/reset/
* v2.0b1 | 201101
* NOTE:WORK IN PROGRESS
* USE WITH CAUTION AND TEST WITH ABANDON
*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}
/* remember to define visible focus styles!
:focus {
	outline: ?????;
}
*/
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
* CLEAR - use in divs that contain floats
*/
.clear {
	zoom: 1;
}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* for IE6 */
* html . clear {
	height: 1%;
}

/* for IE7 */
*: first-child+html .clear {
	min-height: 1px;
}
/*
* Custom fonts
*/
/* import Lucida Grande NORMAL font */
@font-face {
	font-family: "Lucida Grande";
	font-weight: normal;
	src: url('//www.qualys.com/asset/fonts/lucida_grande-webfont.eot'); /* IE9 Compat Modes */
	src: local('Lucida Grande Regular'),
		local('LucidaGrande-Regular'),
		url('//www.qualys.com/asset/fonts/lucida_grande-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('//www.qualys.com/asset/fonts/lucida_grande-webfont.woff') format('woff'), /* Modern Browsers */
		url('//www.qualys.com/asset/fonts/lucida_grande-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
		url('//www.qualys.com/asset/fonts/lucida_grande-webfont.svg#webfont') format('svg'); /* Legacy iOS */
}

/* import Lucida Grande BOLD font */
@font-face {
	font-family: "Lucida Grande";
	font-weight: bold;
	src: url('//www.qualys.com/asset/fonts/lucida_grande_bold-webfont.eot');
	src: local('Lucida Grande Bold'),
		local('LucidaGrande-Bold'),
		url('//www.qualys.com/asset/fonts/lucida_grande_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('//www.qualys.com/asset/fonts/lucida_grande_bold-webfont.woff') format('woff'),
		url('//www.qualys.com/asset/fonts/lucida_grande_bold-webfont.ttf') format('truetype'),
		url('//www.qualys.com/asset/fonts/lucida_grande_bold-webfont.svg#webfont') format('svg');
}

/* import Lucida Grande ITALIC font */
@font-face {
	font-family: "Lucida Grande";
	font-weight: italic;
	src: local('Lucida Grande'),
		local('LucidaGrande');
}

/*
* Default site wide styles
*/
body {
	font-size: 15px; /* 10px */
	line-height: 1.5; /* 23/15  = 1.53 */
	background-color: #fff;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}
:focus {
	outline: none;
}
ins {
	background-color: yellow;
}
strong, b {
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #144a8c;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #0077c8;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
}
h6 {
	font-weight: bold;
	color:#000;
}
ol {
	list-style:decimal;	
}
ul {
	list-style:disc;
	margin-left: 20px;
}
a {
	color: #0066cc;
	text-decoration:none;
}
/*
* Header
*/
div.header {
	width: 700px;
	margin: 0 auto;
	height: 87px;
}
div.header div.container {
	position: relative;
}
a.logo {
	width: 174px;
	height: 50px;
	background-position: 0px 0px;
	background-image: url('//s3.amazonaws.com/qualys/landing-pages/asset/image/sprite.png');
	overflow: hidden;
	text-indent: -9999px;
	display:block;
	position: absolute;
	top: 20px;
	left: 40px;
}
/*
* Footer
*/
div.footer {
	font-size: 10px;
	line-height: 1.8; /* 18/10 = 1.8 */
	color: #666666;
}
div.footer {
	width: 700px;
	margin: 0 auto;
}
div.footer div.container {
	padding:30px 42px;
}

/*
* Side Column
*/
div.side-column {
	font-size: 13px;
	line-height: 1.5; /* 20/13 = 1.53 */
	width: 196px;
	float: right;
	margin-left: 44px;
}

div.h6 {
	font-weight: bold;
	color:#000;	
	font-size: 13px;
}
a.button-type1 {
	/* not CSS3 */
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(255,255,255,0.2)));
}
a.button-type1 {
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	display: inline-block;
	line-height: 27px;
	margin: 0 0 20px;
	padding: 10px 41px;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
	vertical-align: middle;
	background: #DD1F1F;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4MmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f82c2c 0%, #c31212 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f82c2c), color-stop(100%,#c31212));
	background: -webkit-linear-gradient(top, #f82c2c 0%,#c31212 100%);
	background: -o-linear-gradient(top, #f82c2c 0%,#c31212 100%);
	background: -ms-linear-gradient(top, #f82c2c 0%,#c31212 100%);
	background: linear-gradient(top, #f82c2c 0%,#c31212 100%);
	border-color: #fc9191 #b11d1d #840c0c #e96262;
	border-radius: 3px;
	font-size: 20px;
}
a.button-type1:hover {
	text-decoration: none;
}
span.arrow-right-negative-space {
	background: transparent url('//s3.amazonaws.com/qualys/landing-pages/asset/image/sprite.png') no-repeat scroll 0 -75px;
	display: inline-block;
	height: 23px;
	margin: 0 8px 0 0;
	text-indent: -9999px;
	width: 23px;
}
/*
* Content
*/
div.content {
	width: 698px;	
	margin: 0 auto;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.10);
}
div.content div.container {
	padding: 42px;
}

div.horizontal-divider {
	background-color: #449bd7;
	border-top: 1px solid #449bd7;
	border-bottom: 1px solid #b4d7ef;
	height: 0;
	margin: 25px 0;
}
