@charset "utf-8";

@import url('reset.css');

.wrapper {
	width: 940px;
	margin: 0 auto;
	height: auto;
}
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

body, html { height: 100%; }

body { background: url(../images/bodybg.png) repeat; color: #6C6C6C; font: 14px/18px Arial,Helvetica,sans-serif; }

p { margin-bottom: 10px; }
a { text-decoration: none; }
strong, bold { font-weight: 700; }
italic, em { font-style: italic; }

#header {
	background: url(../images/headerbg.png) no-repeat;
	width: 941px;
	height: 138px;
	margin-top: 15px;
	position: relative;
}
#header .content {
	position: absolute;
	top: 88px;
	margin-left: 25px;
}
#header h1 {
	color: #fcfcfc;
	font-size: 18px;
	float: left;
	margin-right: 30px;
}
#header ul {
	width: 800px;
	position: relative;
	top: -22px;
}
#header li {
	float: left;
	margin-left: 40px;
	font-size: 14px;
	line-height: 61px;
}
#header li a {
	color: #e3e3e3;
	text-decoration: none;
}
#header li:hover {
	background: url(../images/navarrow.png) center bottom no-repeat;
}
#header li.active {
	background: url(../images/navarrow.png) center bottom no-repeat;
}
#header li:first-child {
	margin: 0;
}
#header .button {
	background: url(../images/button.png) no-repeat;
	width: 121px;
	height: 37px;
	position: absolute;
	right: -100px;
	top: -8px;
}
.submitbutton {
	background: url(../images/button.png) no-repeat;
	width: 98%;
	height: 37px;
	margin: 15px auto 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	font-size: 13px;
	color: #fffffe;
	text-shadow: 1px 1px 1px #7cc111;
	display: block;
	padding: 9px;
	text-align: center;
	border: none;
	font-weight: 700;
}
#loginbox {
    background: none repeat scroll 0 0 #2A2928;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
    display: none;
    height: 200px;
    padding: 15px 5px;
    position: absolute;
    right: -100px;
    top: 28px;
    width: 111px;
    z-index: 2;
	color: #E3E3E3;
}
#loginbox input {
	width: 95%;
	margin-bottom: 10px;
}
#loginbox label {
	font-size: 13px;
	font-weight: 700;	
}
#loginbox input[type="radio"] {
	float: left;
    margin-bottom: 0;
    width: 25%;	
}
.submitbutton span {
	font-size: 13px;
	color: #fffffe;
	text-shadow: 1px 1px 1px #7cc111;
	display: block;
	padding: 9px;
	text-align: center;
}
.button span {
	font-size: 13px;
	color: #fffffe;
	text-shadow: 1px 1px 1px #7cc111;
	display: block;
	padding: 9px;
	text-align: center;
}
#clientlogin {
	cursor: pointer;
}
.divider {
	margin: -2px -10px 0 -15px;
	float: left;
}
.sliderwrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: auto;
	margin-bottom: 50px;
	z-index: 1;
}
#slider {
	position: relative;
	margin-top: 12px;
}
#slider h4 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 42px;
}
#slider h4 span {
	font-size: 28px;
}
#slider .text {
	position: absolute;
	top: 20px;
	left: 40px;
}
#slider > div {
	z-index: 1;
}
.shadowleft {
	bottom: -20px;
    position: absolute;
	left: 0;
	z-index: 2;
}
.shadowright {
	bottom: -20px;
    position: absolute;
	right: 0;
}
#ribbon {
	background: url("../images/ribbon.png") no-repeat scroll 0 0 transparent;
    height: 57px;
    left: -53px;
    position: absolute;
    top: 20px;
    width: 1064px;
	z-index: 2;
	text-align: center;
}
#ribbon h4 {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-top: 8px;
}
.pagedivider {
	background: url(../images/darkbg.png) repeat;
	height: auto;
	width: 100%;
	padding-bottom: 15px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	-webkit-box-shadow: inset 2px 2px 5px 4px #c2c2c2;
	-moz-box-shadow: inset 2px 2px 5px 4px #c2c2c2;
	box-shadow: inset 2px 2px 5px 4px #c2c2c2; 
}
.pagedivider > .wrapper {
	width: 960px;
	padding-top: 6px;
	position: relative;
}
.package {
	background: url(../images/packagebox.png) no-repeat;
	width: 319px;
	height: 367px;
	float: left;
	margin-left: 0;
	position: relative;
	z-index: 1;
}
.first {
	margin-left: 2px;
}
.packagetitle {
	background: url(../images/packagetitle.png) no-repeat;
	width: 236px;
	height: 41px;
	position: absolute;
	top: 73px;
	left: 0;
}
.packagetitle span.onestar {
	background: url("../images/onestar.png") no-repeat scroll 0 4px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 15px;
    margin: 10px 0 0 5px;
    padding-left: 45px;
    width: 100%;
}
.packagetitle span.twostar {
	background: url("../images/twostar.png") no-repeat scroll 0 4px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 15px;
    margin: 10px 0 0 5px;
    padding-left: 45px;
    width: 100%;
}
.packagetitle span.threestar {
	background: url("../images/threestar.png") no-repeat scroll 0 4px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 15px;
    margin: 10px 0 0 5px;
    padding-left: 45px;
    width: 100%;
}
.packagecontent { 
	margin: 130px 0 0 26px;
}
.packagecontent li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #6c6c6c;	
	line-height: 18px;
}
.packagecontent ul.basicspecs {
	margin-bottom: 14px;
}
.packagecontent ul.basicspecs li {
	font-weight: 700;
}
.packagecontent li.midsize {
	font-size: 18px;
}
.packagecontent li.largesize {
	font-size: 20px;
}
span.price {
	position: absolute;
	left: 15px;
	bottom: 27px;
	font-size: 28px;	
}
span.price small {
	font-size: 10px;
	vertical-align: top;
}
.packagecontent .ordernow {
	margin-top: 5px;
	position: absolute;
	right: 5px;	
}
#quotes {
	background: url(../images/quotes.png) no-repeat;
	width: 896px;
	height: 22px;
	margin: 0 auto;	
    position: relative;
    top: 40px;
}
.pagedivider #quotes {
	background: url(../images/quotesdark.png) no-repeat;	
}
#testimonials blockquote {
	width: 700px; /* required */
	margin: 0 auto;
	height: 60px;
	}
.pagedivider #testimonials {
	color: #555555;
}
#testimonials {
	color: #c3c3c3;
	padding-bottom: 25px;
}
#testimonials h4 {
	font-size: 36px;
	text-indent: 60px;
	margin-bottom: -20px;	
}
#testimonials h5 {
	font-size: 24px;
}
#testimonials > div {
	width: 700px;
	margin: 0 auto;
}
#testimonials cite {
	font-size: 11px;
	margin-top: 25px;
	display: block;	
}
.pagedivider2 {
	background: url(../images/pagedivider2.png) repeat-x;
	height: 175px;
	width: 100%;
	padding-top: 10px;
}
.ourguarantee {
	background: url(../images/guaranteebox.png) no-repeat;
	width: 954px;
	height: 159px;
	margin: 0 auto;
	position: relative;
}
.ourguarantee .title {
	background: url(../images/guarantee-title.png) no-repeat;
	width: 156px;
	height: 41px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
}
.ourguarantee .title h4 {
	color: #fff;
	font-size: 14px;
	padding-top: 12px;
	display: block;
}
.ourguarantee .text { 
	padding: 60px 26px 0 26px;
}
.subpage-banner {
	position: relative;
	margin: 15px 0 -15px;
}
.subpage-banner h4 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 42px;
}
.subpage-banner h4 span {
	font-size: 28px;
}
.subpage-banner .text {
	position: absolute;
	top: 20px;
	left: 40px;
}
.subpage-banner img {
	display: block;
	margin: 0 auto;
	position: relative;
}
.contentbox {
	background: url(../images/containerbg.png) repeat;
	width: 954px;
	height: auto;
	margin: 12px auto 0 auto;
	position: relative;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px 2px #c0bfbf;
	-moz-box-shadow: 2px 2px 6px 2px #c0bfbf;
	box-shadow: 2px 2px 6px 2px #c0bfbf;
	padding-bottom: 15px;
}
.featuresbox {
	min-height: 200px;
}
.pagetitle {
	background: url(../images/subpageheader.png) no-repeat;
	width: 156px;
	height: 41px;
	position: relative;
	left: -6px;
	top: 18px;
	text-align: center;
	float: left;
	margin: 0 15px 15px 0;
}
.pagetitle h4 {
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	display: block;
}
.servicestitle {
	background: url(../images/minecraft-title.png) no-repeat;
	width: 225px;
	height: 41px;
	position: relative;
	left: -6px;
	top: 18px;
	text-align: center;
	margin: 0 15px 20px 0;
}
.servicestitle h4 {
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	display: block;
}
.contentbox .text {
	padding: 10px 30px 0 30px; 	
}
.contentbox .text p {
	color: #6d6d6d;
	font-size: 12px;
	line-height: 25px;	
}
h4.sponsored {
	color: #c6c6c6;
	font-size: 12px;	
	margin-bottom: 10px;
}
.sponsor {
	width: 235px;
	float: left;
}
.sponsor img {
	display: block;
	margin: 0 auto;
}
.sponsors {
	margin: 15px 0 40px;
}
.pagedivider2 .package {
	background: url(../images/minipackage.png) no-repeat;
	width: 313px;
	height: 169px;
	margin: -4px 0 0;
}
.pagedivider2 .packagetitle {
	top: 15px;
	left: 2px;
}
.pagedivider2 .packagecontent {
    margin: 65px 0 0 26px;
}
.pagedivider2 .packagecontent h5 {
    color: #797373;
    float: left;
    font-size: 24px;
    margin-top: 37px;
}
.pagedivider2 .packagecontent h5 span {
    font-size: 14px;
}
.pagedivider2 .packagecontent .ordernow {
	bottom: 15px;
    margin-top: 5px;
    position: absolute;
    right: 0;
}
.pagemenu {
	background: url(../images/menubg.png) repeat-x;
	height: 51px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}
.pagemenu li {
	float: left;
	border-left: 1px ridge #6b6b6b;
	padding: 0 15px;
	line-height: 51px;
}
.pagemenu li:first-child {
	border: none;
}
.pagemenu li a {
	color: #fff;
}
.water {
	background: url(../images/packages/waterbg.png) no-repeat;
}
.dirt {
	background: url(../images/packages/dirtbg.png) no-repeat;
}
.sand {
	background: url(../images/packages/sandbg.png) no-repeat;
}
.stone {
	background: url(../images/packages/stonebg.png) no-repeat;
}
.wood {
	background: url(../images/packages/woodbg.png) no-repeat;
}
.brick {
	background: url(../images/packages/brickbg.png) no-repeat;
}
.fire {
	background: url(../images/packages/firebg.png) no-repeat;
}
.lava {
	background: url(../images/packages/lavabg.png) no-repeat;
}
.obsidian {
	background: url(../images/packages/obsidianbg.png) no-repeat;
}
.diamond {
	background: url(../images/packages/diamondbg.png) no-repeat;
}
.mcpackage {
	width: 276px;
	height: 141px;
	position: relative;
	float: left;
	margin: 0 0 15px 33px;
}
.mcpackage .packagename {
	background: url(../images/packages/packagename.png) no-repeat;
	width: 274px;
	height: 37px;
	position: absolute;
	top: 8px;
	left: 1px;
}
.mcpackage .packagename img {
	display: block;
	margin: 3px 0 0 5px;
}
.mcpackage .price {
	background: url(../images/pricebg.png) no-repeat;
	width: 88px;
	height: 70px;
	position: absolute;
	top: 60px;
	left: 5px;
}
.mcpackage .ram {
	position: absolute;
	right: 10px;
	top: 72px;
}
.mcpackage h4 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-top: 12px;
}
.mcpackage h4 span {
	display: block;
	font-size: 8px;
}
.mcpackage h4 span.cents {
	font-size: 14px;
	display: inline;
	vertical-align: top;
}
.mcpackage .featured {
	background: url(../images/packages/featured.png) no-repeat;
	width: 80px;
	height: 73px;
	position: absolute;
	right: -1px;
	top: 0;
	z-index: 99999;	
}
.vpspackage {
	background: url(../images/packages/vpspackagebg.png) no-repeat;
	width: 276px;
	height: 141px;
	float: left;
	margin-left: 33px;
	position: relative;
	margin-bottom: 15px;
}
.vpspackage ul {
	display: block;
	padding: 15px 0 0 10px;	
}
.vpspackage li {
	float: left;
	color: #fffefe;
	font-size: 30px;
	margin-left: 7px;
}
.vpspackage li:first-child {
	margin-left: 0;	
}
.vpspackage li span {
	font-size: 16px;
	vertical-align: top;	
}
.vpspackage li span.desc {
	display: block;
	text-align: left;	
	font-size: 12px;
	margin-top: -3px;
}
.vpspackage h5 {
	color: #FFFEFE;
    display: block;
    font-size: 24px;
    left: 125px;
    position: absolute;
    top: 75px;
}
.vpspackage img {
	margin: 15px 0 0 5px;	
}
.vpspackage .price {
	background: url(../images/pricebg.png) no-repeat;
	width: 88px;
	height: 70px;
	position: absolute;
	top: 60px;
	left: 5px;
}
.vpspackage h4 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-top: 12px;
}
.vpspackage h4 span {
	display: block;
	font-size: 8px;
}
.vpspackage h4 span.cents {
	font-size: 14px;
	display: inline;
	vertical-align: top;
}
.voicepackage {
	width: 276px;
	height: 141px;
	float: left;
	margin-left: 33px;
}
.firstpackage { margin-left: 0; }
.st_tabs_container {
	display: none;	
}
div.st_horizontal div.st_view_container {
	background-color: transparent;	
}
.iphorm-outer { margin-bottom: 0 auto 60px auto; display: block; }
.button-input-wrapper p {
	font-size: 10px;
	color: #989797;
	font-weight: 700;
}
.socialicons { float: left; margin-top: 247px; }
.socialicons li { float: left; margin-left: 5px; }
.socialicons li:first-child { margin-left: 0; }
#testimonialswrap {
	height: 100px;
	position: relative;	
}
#promobar {
	background: rgb(209, 209, 209);
	background: rgba(209, 209, 209, 0.4);
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 8px;
}
#promobar blockquote {
	width: 960px; /* required */
	margin: 0 auto;
	height: 35px;
	font-size: 18px;
	color: #333;
	padding-top: 7px;
	display: block;
}
#promobar span {
	font-weight: 700;
}
#footer {
	padding-top: 15px;
}
#footer p {
	font-size: 12px;
	color: #6c6c6c;	
}
#footer li {
	float: left;
	font-size: 11px;
	margin-right: 3px;
}
#footer ul.floatleft {
	margin-top: -10px;
}
#footer li a {
	color: #939393;
}
#footer img.floatright {
	margin-top: -25px;
}