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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: #222;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background: #333 url(images/body_bg.jpg);
	display: block;
	width:  980px;
	height: 540px;
}

#topgradientbar {
	width: 980px;
	height: 45px;
	display: block;
	background-color: #fff;
}

#topgradientbar h3 {
	font-size: 1em;
	color: #fff;
	font-family: "Arial", sans-serif;
	padding-top: 10px;
}

#logo {
	width: 95px;
	height: 34px;
	display: block;
	background: url(images/logo.jpg) no-repeat;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

#footernav {
	display: block;
	width:  980px;
	height: 80px;
	background: #333 url(images/footernav_bg.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#navcontainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#navcontainer a {
	text-decoration: none;
}


.navbutton {
	display: block;
	width:  160px;
	height: 58px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	border-left: 1px solid #666;
	text-align: left;
	padding: 10px;
	padding-top: 2px;
	padding-left: 18px;
	color: #ccc;
	font-family: "Arial";
	font-size: 0.9em;
	color: #bbdffd;
	text-align: left;
}

.navbutton:hover {
	color: #fff;
}

#returnhome {
	font-size: 1.1em;
	color: #111;
	display: inline;
	float: right;
	margin-right: 15px;
	text-align: right;
	font-family: Arial, sans-serif;
	margin-top: 10px;
}

#returnhome a{
	text-decoration: none;
	color: #111;
}

#returnhome a:hover {
	color: #0d58c4;
}

.landinglink {
	font-size: 1em;
	color: #222;
	display: inline;
	float: right;
	margin-right: 15px;
	text-align: right;
	font-family: Arial, sans-serif;
	margin-top: 16px;
}

#secureplus_big {
	display: block;
	width: 440px;
	height: 460px;
	margin-top: 0px;
	background: url(images/secureplusmain.jpg) no-repeat;
	float: right;
}

.descriptionset {
	width: 400px;
	height: 480px;
	display: block;
	color: #ccc;
	font-family: "Arial", sans-serif;
	margin-top: 50px;
	margin-left: 80px;
	
}

.descriptionset p {
	margin-top: 22px;
	line-height: 1.15em;
	font-size: 1.2em;
}


.descriptionset_small {
	width: 300px;
	height: 480px;
	display: block;
	color: #ccc;
	font-family: "Arial", sans-serif;
	margin-top: 100px;
	margin-left: 80px;
	
}

.descriptionset p {
	margin-top: 22px;
	line-height: 1.05em;
	font-size: 1em;
}


.circlemotif {
	width: 40px;
	height: 40px;
	background: url(images/motif.jpg);
	display: block;
}


h2 {
	color: #bbdffd;
	font-size: 2.1em;
	font-weight: 300;
}

em {
	font-style: italic;
	font-weight: 900;
}

.selection_group {
	margin-top: 20px;
	max-width: 420px;
}

.mainselect_btn {
	display: block;
	background: #3e4a5a url(images/mainbuttonbg.jpg);
	padding: 6px;
	width: 165px;
	height: 80px;
	margin: 6px;
	color: #3e4a5a;
	float: left;
	padding: 5px;
	font-size: 1em;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

.mainselect_btn  {
	text-decoration: none;
}

.mainselect_btn:hover {
	background: #c13329 url(images/mainbuttonbg_hover.jpg);
	color: #fff;
}


.disabled {
	color: #ccc;
	font-weight: bold;
	background-color: #464f56;
	
}

.backarrowbutton {
	display: block;
	width: 20px;
	height: 20px;
	background:  #fff url(images/backarrowbutton.jpg) no-repeat;
	float: left;
	margin-top: -4px;
	margin-left: 2px;
	margin-right: 8px;
}

.backtohome {
	margin-left: 8px;
	margin-top: 28px;
	border-left: none;
	
}