﻿/*
	PSD-2-XHTML Coding by:
	Campolar Designs
	me@campolardesigns.com
	http://CampolarDesigns.com
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	background: #E8EBEB url(../images/bg.png);
}
body {
	width: 950px;
	margin: 40px auto;
	background: #FFFFFF;
	border: 15px #DDDDDD solid;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
#wrapper {
	width: 920px;
	margin: 22px auto 0 auto;
}
#logo {
	margin: 0 0 0 12px;
	float: left;
}
#headlinks {
	float: right;
	font-size: 12px;
	color: #555555;
	margin: 15px 0 0 0;
	text-align: right;
}
#headlinks a {
	color: #AAAAAA;
	text-decoration: none;
}
#headlinks a:hover {
	text-decoration: underline;
}
#headlinks ul {
	list-style-type: none;
	margin: 8px 0 0 0;
}
#headlinks li {
	display: inline;
	margin: 0 0 0 26px;
}
hr.fullbar {
	height: 2px;
	width: 920px;
	background: #F3F3F3;
	margin: 16px 0 14px 0;
}
#infobar {
	width: 916px;
	height: 30px;
	background: #FDFCD5;
	border: 1px #DCDCDC solid;
	font-size: 12px;
	color: #4A4A4A;
}
#infobar img {
	float: left;
	margin: 8px 8px 0 10px;
}
#infobar p {
	margin: 8px 0 0 0;
}
#infobar strong {
	margin: 0 0 0 6px;
}
#infobar span {
	color: #EB7B3C;
	font-weight: bold;
}
#illustration {
	width: 920px;
	height: 253px;
	background: url(../images/illustration.png) no-repeat;
	margin: 0 0 5px 0;
}
#whyus {
	background: url(../images/whyusbg.png);
	width: 360px;
	margin: 28px 6px 0 0;
	float: right;
}
#whyus h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 12px 0 8px 12px;
}
#whyus p {
	width: 336px;
	margin: 0 auto 12px auto;
	font-size: 11px;
	color: #F2F2F2;
	line-height: 18px;
}
#whyus a {
	text-decoration: underline;
	color: #F2F2F2;
}
#whyus a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul {
	list-style-type: none;
	height: 34px;
	background: url(../images/navbg.png) repeat-x bottom;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0 0 0;
	color: #FEFEFE;
	float: left;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/navlibg.png) repeat-x;
	padding: 12px 32px;
	border: 2px #C1D3A7 solid;
	margin: 0 -4px 0 0;
}
#navigation ul li a:hover {
	background: none;
	background: url(../images/navli-abg.png) repeat-x;
	border: 2px #999999 solid;
}
#navigation ul li a.last {
	margin: 0;
}
.extranav {
	float: right;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/navbg.png) repeat-x bottom;
	padding: 14px 0 0 0;
}
.extranav a {
	color: #FEFEFE;
	background: url(../images/extranavbg.png) repeat-x;
	padding: 12px 20px;
	border: 2px #C8DB73 double;
	text-decoration: none;
}
.extranav a:hover {
	background: url(../images/extranav-abg.png) repeat-x;
	border: 2px #CCCCCC double;
}
#content {
	margin: 12px 0 0 0;
	color: #666;
}
#content h1 {
	font-size: 20px;
	color: #2D2D2D;
	font-weight: normal;
}
#content hr.separate {
	width: 1px;
	background: #EFEFEF;
	margin: 10px 0 0 19px;
	float: left;
}
#content hr {
	width: 890px;
	height: 2px;
	background: #EFEFEF;
	margin: 6px 0;
}
#left-column {
	width: 620px;
	float: left;
}
.serverinfo {
	width: 600px;
	border: 4px #EFEFEF solid;
	background: url(../images/serverinfobg.png) bottom no-repeat;
	font-size: 12px;
	color: #9B9B9B;
	margin: 10px 0;
}
.serverinfo h2 {
	font-size: 16px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 16px 0 10px 20px;
}
.serverinfo ul {
	list-style-type: none;
	margin: 0 0 32px 20px;
}
.serverinfo ul li {
	background: url(../images/tickmark.png) no-repeat center left;
	margin: 0 0 4px 0;
	padding: 0 0 0 26px;
}
.testibox {
	background: #EEEEEE;
	width: 600px;
	border: 4px #F0FFAC double;
	margin: 10px 0;
}
.testibox h3 {
	font-size: 20px;
	color: #3C3C3C;
	font-weight: normal;
	line-height: 18px;
	background: #E9E9E9;
	padding: 12px;
}
.testibox h4 {
	font-size: 16px;
	color: #2D2D2D;
	font-weight: normal;
	background: #E9E9E9;
	padding: 8px 20px;
}
.testibox p {
	width: 418px;
	padding: 40px 0 0 60px;
	font-size: 14px;
	color: #9B9B9B;
	background: #EEEEEE;
	line-height: 18px;
}
.testibox p.client {
	padding: 8px 60px;
	color: #2D2D2D;
	margin: 0 0 0 0;
	font-size: 16px;
	background: #EEEEEE;
}
.testibox p a {
	color: #2D2D2D;
	text-decoration: none;
}
.testibox p a:hover {
	text-decoration: underline;
	font-size: 14px;
}
img.openq {
	position: absolute;
	float: left;
	margin: 12px 0 0 24px;
}
img.closeq {
	float: right;
	margin: -38px 50px 0 0;
}
.testibox ul {
	list-style-type: none;
	font-size: 12px;
	background: #E9E9E9;
	padding: 0 0 12px 20px;
}
.testibox ul li {
	color: #4D4D4D;
	line-height: 18px;
}
.testibox ul li span {
	color: #4D4D4D;
}
.testibox ul li a {
	color: #4D4D4D;
	text-decoration: none;
}
.testibox ul li a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.universal {
	width: 910px;
	border: 4px #EFEFEF solid;
	margin: 10px auto;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.universal h1 {
	font-size: 20px;
	color: #2D2D2D;
	font-weight: normal;
	margin: 0 0 8px 0;
}
.universal h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2D2D2D;
	margin: 0 0 6px 0;
}
.universal h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2D2D2D;
	margin: 0 0 4px 0;
}
.universal h4 {
	font-size: 14px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 0 0 2px 0;
}
.universal h5 {
	font-size: 11px;
	font-weight: bold;
}
.universal p {
	margin: 0 0 10px 0;
}
.universal a {
	text-decoration: underline;
	color: #333333;
}
.universal a:hover {
	text-decoration: none;
}
.ucontent {
	width: 880px;
	margin: 6px auto;
}
#right-column {
	width: 250px;
	float: right;
}
#right-column a {
	color: #272727;
	text-decoration: none;
}
#right-column a:hover {
	text-decoration: underline;
}
#right-column p {
	color: #9B9B9B;
	font-size: 11px;
	line-height: 18px;
	width: 220px;
	margin: 0 auto 2px auto;
}
#right-column p.learnmore {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	padding: 14px 0 0 0;
}
#right-column h3 {
	font-size: 16px;
	font-weight: normal;
	color: #2D2D2D;
	margin: 12px;
}
#right-column h4 {
	font-size: 14px;
	font-weight: bold;
	color: #656565;
	margin: 8px 0 4px 12px;
}
#right-column h4 span {
	color: #9EC20A;
}
#right-column h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 0 12px;
}
.fb, .fb a {
	color: #3B6389;
}
.fb a:hover {
	text-decoration: underline;
}
.tw, tw a {
	color: #00BFD8;
}
.tw a:hover {
	text-decoration: underline;
}
.rbox {
	width: 242px;
	border: 4px #EFEFEF solid;
	margin: 10px 0;
	min-height: 58px;
}
.rbox ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #868686;
	margin: 0 0 0 12px;
}
.rbox ul li {
	margin: 0 0 2px 0;
}
#moneyback {
	background: url(../images/moneyback.png) no-repeat right bottom;
}
#moneyback p {
	margin-bottom: 20px;
}
#morereasons img {
	margin: 3.5px;
	text-align: center;
}
#livesupport {
text-align: center;
}
#facebook {
	background: url(../images/facebook.png) no-repeat right bottom;
}
#twitter {
	background: url(../images/twitter.png) no-repeat right bottom;
}
#sponsors {
	text-align: center;
}
#subfooter {
	background: #E9E9E9 url(../images/navbg.png) repeat-x top;
	margin: 5px 0 5px 0;
}
#subfooter ul {
	width: 186px;
	float: left;
	list-style-type: none;
	margin: 30px 0 20px 0;
}
#subfooter ul.first {
	margin: 30px 0 0 30px;
	text-align: right;
}
#subfooter ul li, #subfooter ul li a {
	font-size: 12px;
	color: #656565;
	text-decoration: none;
	text-align: right;
}
#subfooter ul li a:hover {
	text-decoration: underline;
}
#subfooter ul li.head {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
#subfooter .gigevps {
	padding: 36px 0 0 0;
}
#footlinks {
	margin: 4px 0;
}
#footlinks p {
	font-size: 12px;
	color: #333333;
	float: right;
	font-weight: bold;
	margin: 0 0 4px 0;
}
#footlinks p a {
	color: #333333;
	text-decoration: underline;
}
#footlinks p a:hover {
	text-decoration: none;
}
#footlinks ul {
	list-style-type: none;
	font-size: 10px;
	color: #333333;
	float: left;
}
#footlinks ul a {
	text-decoration: none;
	color: #333333;
}
#footlinks ul a:hover {
	text-decoration: underline;
}
#footlinks ul li {
	display: inline;
	border-right: 1px #333333 solid;
	padding: 0 8px 0 6px;
}
#wrapper #content #left-column .testibox .list1 {

}
#wrapper #content #right-column #livesupport p {
	text-align: left;
}
#wrapper #content #right-column #livesupport .list1 li p a img {
	text-align: left;
}
#wrapper #content #left-column .testibox .list4 li .f {
	color: #4D4D4D;
}
#wrapper #content #left-column .testibox .list4 li {
	color: #F00;
}
#wrapper #content #left-column .testibox .list4 li {
	color: #4D4D4D;
}
#wrapper #content #left-column .testibox div table {
	text-align: center;
}
#wrapper #footer #OneStatTag table {
	text-align: center;
}
#wrapper #subheader #illustration #whyus h2 {
	color: #FFF;
}
#wrapper .clear p {
	font-size: 12px;
}

