/* 
	HAS EUROPE
	screen.css
	
	Color Pallette:
		Default Text: 		#444444;
		Footer Background:  #dbe7f2;
		Footer Text: 		#6a7279;
		Primary Blue: 		#217de2;
	
	Contents:
		00 Global
		01 Header
		02 Wrapper
			02.1 Secondary Navigation
			02.F Fullwidth Wrapper Overrides
			02.H Homepage Wrapper Overrides
		03 Ancillary
		04 Footer
			04.1 Left Footer
			04.2 Center Footer
			04.3 Right Footer
			04-H Homepage Footer Overrides
*/

@import url("reset.css");

/*------------------------------------------------ 00 Global -----*/

body {
	background: #FFFFFF url(../images/body-bg.png) repeat-x left top;
	color: #444444;
	font: 62.5% Arial, Helvetica, sans-serif;
}

h1 {
	border-bottom: 1px #b2b2b2 solid;
	color: #217de2;
	font-size: 2em;
	padding-bottom: 8px;
}

h3 {
	font-size: 1.4em;
	margin-top: 1.4em;	
}

#home h1 {
	border: 0;
	color: #545d66;
	font-size: 36px;
	font-weight: normal;
	padding: 0;
}

h1 span {
	color: #999999;
}

p, ul, dl {
	font-size: 1.2em;
}

li p {
	font-size: 1em;
}

dt {
	background: #cce5ff;
	cursor: pointer;
	line-height: 2em;
	margin-top: 2px;
	padding: 2px 12px;
}

dt:hover, dt.ui-state-active {
	background-color: #dceeff;
}

dd {
	padding: 12px;
}

em {
	font-style:italic;
}

#waves {
	position: absolute; left: 0; top: 170px;
	z-index: 0;
}

strong {
	font-weight: bold;
}

.pricelist strong {
	color: #ed8c02;	
}

.pricelist em {
	color: #217de2;
	font-style:normal;
	font-weight: bold;
}

/* #217de2 */

/*------------------------------------------------ 01 Header -----*/

#header {
	background: url(../images/header.png) no-repeat left bottom;
	margin: 0 auto;
	padding: 20px 24px 26px;
	position: relative;
	width: 920px;
}

#headerlogo {
	background: url(../images/logo.png) no-repeat left top;
	display: block;
	height: 56px;
	text-indent: -999em;
	width: 142px;
}

#headertag {
	color: #c0c0c0;
	float: right;
	font-size: 18px;
	font-style: italic;
	line-height: 56px;  /* same has #headerlogo height for center v-align */
	position: absolute; right: 30px; top: 20px; /* right & top same as #header padding */
}

#header ul {
	background: url(../images/nav-bg.png) no-repeat left 20px;
	clear: both;
	height: 38px;
	padding-top: 20px;
	overflow: hidden;
	width: 100%;
}

#header li {
	float: left;
	height: 38px;
	margin-right: 2px;
	width: 105px;
}
/*
#header li {
	float: left;
	height: 38px;
	margin-right: 2px;
	width: 120px;
}
*/
#header li#nav-home {
	width: 38px;
}

#header li#nav-order-now {
	margin-right: 0;
	width: 131px;
}
/*
#header li#nav-order-now {
	margin-right: 0;
	width: 148px;
}
*/
#header li a {
	display: block;
	height: 100%;
	position: relative;
	text-indent: -999em;
	width: 100%;
}

#header li a .hover, .nojs #header li a:hover, #header li a.current {
	background: url(../images/nav-bg.png) no-repeat left top;
}

.nojs #header #nav-home a:hover, #header #nav-home a.current, #header #nav-home a .hover { background-position: 0 -50px }
.nojs #header #nav-about a:hover, #header #nav-about a.current, #header #nav-about a .hover { background-position: -40px -50px }
.nojs #header #nav-pricelist a:hover, #header #nav-price-list a.current, #header #nav-price-list a .hover { background-position: -147px -50px }
.nojs #header #nav-hdbox a:hover, #header #nav-hd-box a.current, #header #nav-hd-box a .hover { background-position: -254px -50px }
.nojs #header #nav-vpn a:hover, #header #nav-vpn a.current, #header #nav-vpn a .hover { background-position: -361px -50px }
.nojs #header #nav-faq a:hover, #header #nav-faq a.current, #header #nav-faq a .hover { background-position: -468px -50px }
.nojs #header #nav-contact a:hover,#header #nav-contact a.current, #header #nav-contact a .hover { background-position: -575px -50px }
.nojs #header #nav-uksupport a:hover,#header #nav-uk-support a.current, #header #nav-uk-support a .hover { background-position: -682px -50px }
.nojs #header #nav-ordernow a:hover, #header #nav-order-now a.current, #header #nav-order-now a .hover { background-position: -789px -50px }

/*
.nojs #header #nav-home a:hover, #header #nav-home a.current, #header #nav-home a .hover { background-position: 0 -50px }
.nojs #header #nav-about a:hover, #header #nav-about a.current, #header #nav-about a .hover { background-position: -40px -50px }
.nojs #header #nav-price-list a:hover, #header #nav-price-list a.current, #header #nav-price-list a .hover { background-position: -162px -50px }
.nojs #header #nav-hd-box a:hover, #header #nav-hd-box a.current, #header #nav-hd-box a .hover { background-position: -284px -50px }
.nojs #header #nav-vpn a:hover, #header #nav-vpn a.current, #header #nav-vpn a .hover { background-position: -406px -50px }
.nojs #header #nav-faq a:hover, #header #nav-faq a.current, #header #nav-faq a .hover { background-position: -528px -50px }
.nojs #header #nav-uk-support a:hover,#header #nav-uk-support a.current, #header #nav-uk-support a .hover  { background-position: -650px -50px }
.nojs #header #nav-order-now a:hover, #header #nav-order-now a.current, #header #nav-order-now a .hover { background-position: -772px -50px }
*/
#header li a span {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute; top: 0; left: 0;
	width: 100%;
}

#header li a:active {
	background-color: #003399;
}
	
/*------------------------------------------------ 02 Wrapper -----*/

#wrapper {
	background: url(../images/mbody-top.png) no-repeat center 36px;
	overflow: hidden;
	padding: 56px 0 0;
	position: relative;
	width: 100%;
	z-index: 101;
}

#mBody {
	background: url(../images/mbody-bg.png) repeat-y center top;
	margin: 0 auto;
	/*min-height: 500px;*/
	overflow: hidden;
	padding: 0 24px 0 19px;
	width: 885px;
}

#aside {
	float: left;
	width: 231px;
}

#main {
	float: right;
	min-height: 200px;
	text-align: justify;
	width: 620px;
}

#main h2 {
	font-size: 1.8em;
	margin-top: 1em;
}

#main p, #main ul, #main dl {
	line-height: 1.6em;
	margin-top: 1.4em;
}

#main ul ul {
	font-size: 1em;
	margin-top: 0;
}

#main li {
	background: url(../images/bullet.png) no-repeat 0 0.5em;
	margin-left: 2em;
	padding-left: 17px;
}

#main a {
	color: #217de2;
	font-weight:bold;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

.image {
	float: right;
	border-left: 20px #ffffff solid;
}

.imageleft {
	float: left;
	border-left: 30px #ffffff solid;
	border-top: 5px #ffffff solid;
}

#main .testimonials li, #main .news li {
	background: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}

#main .news li h2 {
	font-size: 1.2em;	
}

#main .news li p {
	font-size: 1em;
	font-style:italic;
	margin-top: 0.3em;
}

#main .testimonials li cite {
	text-align: right;
	font-style: italic;
}

div.tel {
	background: #eee url(../images/isat.png) no-repeat 10px 10px;
	border-radius: 12px;
	height: 102px;
	margin-top: 24px;
	overflow: hidden;
	padding-left: 134px;
}

#main div.tel h2 {
	font-size: 28px;
	margin-top: 14px;
	margin-bottom: 2px;
}

#main div.tel .subtitle {
	font-size: 14px;
	margin-top: 0;
}

p.small {
	font-size: 11px;
	font-style: italic;
}

.prices li {
	line-height: 2;
}

.prices .price {
	background: #CCC;
	border-radius: 4px;	
	font-weight: bold;
	margin: 0 4px;
	padding: 2px 6px;
}

p.price {
	background: #ccc;
	border-radius: 4px;	
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 6px;
}

/*------------------------------------------------ 02.1 Secondary Navigation -----*/

#secondary-nav {
	background: url(../images/secondarynav-bg.png) no-repeat center bottom;
	position: relative;
}

#secondary-nav h2 {
	border-bottom: 1px #dddddd solid;
	height: 16px;
	margin: 0 17px;
	position: absolute; left: 0; top: 0;
	text-indent: -999em;
	width: 197px;
}

#secondary-nav ul {
	background: url(../images/secondarynav-top.png) no-repeat center top;
	padding: 17px 17px 23px;
}

#secondary-nav li {
	border-bottom: 1px #dddddd solid;
	padding: 4px 0;
}

#secondary-nav li a {
	color: #666666;
	display: block;
	line-height: 24px;
	padding: 0 6px;
	text-decoration: none;
	text-transform: uppercase;
	width: 185px;
}

#secondary-nav li a:hover {
	background-color: #dddddd;
}

#secondary-nav li.current a {
	background-color: #82C1FF;
	color: #FFFFFF;
}

#aside ol {
	color: #217de2;
	font-size: 1.8em;
	font-weight: bold;
	list-style: inside decimal;
	margin-left: 6px;
}

#aside ol li {
	background-color:#eeeeee;
	display: list-item;
	margin-bottom: 0.5em;
	padding: 5px 8px;
}

#aside ol span {
	color: #999999;
	font-size: 0.8em;
	font-weight: normal;
	*padding-left: 8px;
}

#aside ol .current {
	background-color: #e7e7e7;
}

#aside ol .current span {
	color: #444444;
}

/*------------------------------------------------ 02-F Fullwidth Wrapper Overrides -----*/

#fullwidth #main {
	float: none;
	padding: 0 5px;
	width: auto;
}

/*------------------------------------------------ 02-H Homepage Wrapper Overrides -----*/

#home #wrapper {
	background: none;
	padding-top: 30px;
}

#home #mBody {
	background: none;
	min-height: 0;
	padding: 0;
	width: 920px;
}

#home #aside {
	float: right;
	padding-top: 12px;
	text-align: center;
	width: 380px;
}

#home #aside span {
	display: inline-block;
}

#home #main span.cta {
	display: block;
	float: left;
	margin-top: 16px;
	width: 100%;
}

#home #main a {
	background: url(../images/home-calltoaction.png) no-repeat left top;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	text-indent: -999em;
	width: 122px;
}

#home #main #home-ordernow {
	background-position: right top;
	margin-left: 12px;
	width: 100px;
}

#home #main a:hover { background-position: left bottom; }
#home #main #home-ordernow:hover { background-position: right bottom; }

#home #main a span {
	background: url(../images/linkarrow.png) no-repeat left center;
	*background-image: url(../images/linkarrow.gif);
	display: block;
	height: 22px;
	position: absolute; left: -14px; top: 0;
	width: 16px;
}

#home #main {
	color: #545d66;
	float: left;
	width: 100%;
}

#home #main img {
	display: block;
	margin: 0 auto;
	width: 382px;
}

#home #main .section {
	float: left;
	margin-right: 40px;
	padding-top: 35px;
	width: 440px;
}

#home #main .ctas .section {
	padding-top: 0;
}

#home #main .right {
	margin-right: 0;	
}

#home #main p {
	font-size: 1.4em;
	line-height: 1.4;
	margin-top: 0.5em;
}

#sidebar p {
	margin-bottom: 0.8em;	
}

#home #main p.priority {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 12px 0 0;	
}

#home #main h2 {
	color: #5b6d7f;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 16px;
}

/*------------------------------------------------ 03 Ancillary -----*/

#ancillary {
	background: url(../images/ancillary-bg.png) no-repeat left top;
	margin: 44px auto 0;
	overflow: hidden;
	padding: 22px 4px 26px;
	position: relative;
	width: 920px;
}

#ancillary h2 {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
}

#ancillary p {
	margin-top: 1em;
	text-align: justify;
}

#ancillary a {
	color: #217de2;
	font-weight:bold;
	text-decoration: none;
}

#ancillary a:hover {
	text-decoration: underline;
}

#ancillary .section {
	float: left;
	height: 212px;
	padding: 0 20px;
	position: relative;
	width: 265px;
	z-index: 2;
}

#ancillary .left {
	border-right: 1px #cecece solid;
}

#ancillary .center {
	border-right: 1px #cecece solid;
	border-left: 1px #ffffff solid;
}

#ancillary .right {
	border-left: 1px #ffffff solid;
	margin-right: -3px;
}

.ancillaryhover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background-color: #eeeeee;
	display: block;
	height: 220px;
	position: absolute; left: 8px; top: 0;
	width: 290px;
	z-index: -1;
}

/*------------------------------------------------ 04 Footer -----*/

#footer {
	background: url(../images/footer-bg.png) no-repeat center top;
	margin: -89px auto 0;
	overflow: hidden;
	padding: 150px 40px 20px;
	position: relative;
	width: 880px;
	z-index: 100;
}

#footer h3 {
	color: #6a7279;
	font-size: 16px;
	font-weight: normal;
	width: 130px;
}

#footer ul {
	clear:both;
	margin-top: 18px;
}

#footer a, #copyright a {
	color: #1a3a5c;
	text-decoration: none;
}

#footer a:hover, #copyright a:hover {
	text-decoration: underline;
}

#footer .section {
	float: left;
	height: 150px;
	width: 265px;
}

#footer .extra {
	margin-top: -16px;
	text-align: right;
}

#copyright {
	background: #d8e5f2;
	color: #777777;
	margin: 0 auto;
	padding: 0 40px 20px;
	text-align: right;
	width: 880px;
	z-index: 200;
}

/*------------------------------------------------ 04.1 Left Footer -----*/

#footer .left {
	border-right: 1px #e9f1f9 solid;
	padding-right: 20px;
}

#footer .postdate {
	color: #666666;
	display:block;
	font-style: italic;
	padding-bottom: 3px;
}

#footer .left li {
	margin-bottom: 1em;
}

/*------------------------------------------------ 04.2 Center Footer -----*/

#footer .center {
	border-right: 1px #e9f1f9 solid;
	border-left: 1px #c0cedc solid;
	padding-right: 20px;
	padding-left: 20px;
	width: 266px;
}

#footer blockquote {
	font-size: 1.2em;
	line-height: 1.4em;
}

#footer cite {
	color: #666666;
	display: block;
	font-style: italic;
	padding-top: 3px;
	text-align: right;
}

#footer .center li {
	margin-bottom: 1em;
}

/*------------------------------------------------ 04.3 Right Footer -----*/

#footer .right {
	border-left: 1px #c0cedc solid;
	padding-left: 20px;
}

#footer .right li {
	float: left;
	font-size: 1.1em;
	margin: 0 6px 6px 0;
	width: 126px;
}

#footer .right li a {
	background: url(../images/footerlink-bg.png) no-repeat left top;
	display: block;
	height: 22px;
	line-height:21px;
	padding:0 14px 1px;
	position: relative;
}

#footer #footer-ordernow a {
	background-position: left -30px;
	font-weight: bold;
}

#footer .right li a:hover, #footer #footer-ordernow a:hover {
	background-position: left -60px;
	text-decoration: none;
}

#footer .right li a span {
	background: url(../images/linkarrow.png) no-repeat left 5px;
	*background-image: url(../images/linkarrow.gif);
	display: block;
	height: 22px;
	position: absolute; left: -16px; top: 0;
	width: 16px;
}

/*------------------------------------------------ 04-H Homepage Footer Overrides -----*/

#home #footer {
	background: #494a4b url(../images/home-footer-bg.png) no-repeat center top;
	margin: 44px auto 0;
	padding: 1px 20px 12px;
	width: 920px;
}

#home #footer ul {
	margin-top: 12px;
}

#home #footer li {
	border-right: 1px #777777 solid;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

#home #footer #ftr-ordernow {
	border: 0;
}

#home #footer a {
	color: #CCCCCC;
}

#home #footer #ftr-ordernow a {
	color: #d0e8ff;
	font-weight: bold;
}

#home #footer #copyright {
	background: none;
	clear: none;
	color: #777777;
	margin: 0;
	padding: 0;
	text-align: right;
	width: auto;
}
