@charset "utf-8";
/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}
input {
  border: 1px solid #ddd;
  color: #222;
  padding: 2px 4px;
  font-size: 11px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
input[type="submit"],
input[type="reset"] {
  background: #eee;
  font-weight: bold;
  padding: 1px 4px;
  background: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -moz-linear-gradient(top, #ffffff, #dddddd);
  background: -ms-linear-gradient(top, #ffffff, #dddddd);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background: -o-linear-gradient(top, #ffffff, #dddddd);
  background: linear-gradient(top, #ffffff, #dddddd);
}
input[type="submit"]:active,
input[type="reset"]:active {
  background: -khtml-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
  background: -moz-linear-gradient(top, #dddddd, #ffffff);
  background: -ms-linear-gradient(top, #dddddd, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
  background: -webkit-linear-gradient(top, #dddddd, #ffffff);
  background: -o-linear-gradient(top, #dddddd, #ffffff);
  background: linear-gradient(top, #dddddd, #ffffff);
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="reset"]:focus {
  border-style: inset;
  border-color: #ddd;
}
body {
  min-width: 1036px;
  width: 100%;
  background-color: #9bbfe2;
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, -khtml-gradient(linear, left top, left bottom, from(#367fc5), to(#ffffff));
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, -moz-linear-gradient(top, #367fc5, #ffffff);
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, -ms-linear-gradient(top, #367fc5, #ffffff);
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#367fc5), to(#ffffff));
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, -webkit-linear-gradient(top, #367fc5, #ffffff);
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, -o-linear-gradient(top, #367fc5, #ffffff);
  background: url(http://asset.parking.gkg.net/images/cloud_bg.png?226e81d) center top no-repeat, linear-gradient(#367fc5, #ffffff);
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h1 {
  font-weight: bold;
}
#container {
  width: 1036px;
  margin: 0 auto;
}
#head {
  background-color: #fff;
  background-image: url(http://asset.parking.gkg.net/images/white_bg.gif?226e81d);
  width: 964px;
  height: 115px;
  margin: 0 auto;
  padding: 15px 25px;
  border: 1px solid #666;
  border-width: 0 1px 0;
  position: relative;
  -moz-box-shadow: 0 0 25px #333333;
  -webkit-box-shadow: 0 0 25px #333333;
  box-shadow: 0 0 25px #333333;
}
#head #login {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #888888;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  right: 25px;
  top: 0;
}
#head #login form {
  display: inline-block;
}
#head #login form input {
  background-color: #f5f5f5;
  background-color: rgba(255, 255, 255, 0.95);
}
#head #logo {
  margin-top: 16px;
  display: block;
}
#head #logo img {
  float: left;
}
#head ul {
  text-align: center;
  position: absolute;
  right: 25px;
  bottom: 0;
  padding: 6px 0 4px;
  background-color: #888;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 5px 5px 0 0;
}
#head ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
}
#head ul li a {
  color: #fff;
  text-decoration: none;
}
#head ul li a:hover {
  color: #ecc483;
}
#banner {
  background-color: #fff;
  background: url(http://asset.parking.gkg.net/images/parking_bg.jpg?226e81d);
  height: 166px;
  width: 1026px;
  border: 5px solid #2d5479;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-box-shadow: 0 8px 11px -5px #000000;
  -webkit-box-shadow: 0 8px 11px -5px #000000;
  box-shadow: 0 8px 11px -5px #000000;
  position: relative;
}
#banner h1 {
  font-size: 32px;
  text-align: center;
  padding: 15px 0 0;
  color: #32394F;
}
#banner h1 a {
  color: #2d5479;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
}
#banner h1 a:hover {
  color: #c58822;
}
#banner p {
  padding: 21px 30px 0;
  margin: 18px 0;
  color: #fff;
  font-size: 16px;
}
#banner hr {
  border: 1px solid #D29124;
  margin: 10px auto;
}
#banner .hr1 {
  width: 575px;
}
#banner .hr2 {
  width: 500px;
}
#leftcorner {
  width: 0;
  height: 0;
  border-right: 10px solid #152737;
  border-bottom: 20px solid transparent;
  position: relative;
  top: 0;
  left: 0;
  float: left;
}
#rightcorner {
  width: 0;
  height: 0;
  border-left: 10px solid #152737;
  border-bottom: 20px solid transparent;
  position: relative;
  top: 0;
  right: 0;
  float: right;
}
#main {
  background-color: #fff;
  background: url(http://asset.parking.gkg.net/images/white_bg.gif?226e81d);
  width: 1016px;
  margin: 0 auto;
  -moz-box-shadow: 0 5px 25px #333333;
  -webkit-box-shadow: 0 5px 25px #333333;
  box-shadow: 0 5px 25px #333333;
}
#partners {
  list-style: none;
  text-align: center;
}
#partners li {
  display: inline-block;
  margin: 30px;
  width: 125px;
  border: 1px solid #666;
}
#partners li a {
  display: block;
}
#silentium {
  background: rgba(255, 255, 255, 0.6);
  width: 945px;
  margin: 0 auto;
  padding: 40px 15px;
  border: 4px solid #2d5479;
  border-width: 4px 4px 0 4px;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -khtml-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
#silentium p {
  color: #333;
  margin: 0 0 15px;
  line-height: 1.5em;
  font-size: 14px;
}
#silentium p a {
  color: #2d5479;
}
#silentium p a:hover {
  color: #c58822;
}
#beforeandafter {
  float: left;
  margin: 25px 25px 25px 10px;
}
#silentium_logo {
  float: left;
  margin: 0 15px 15px;
  border: 0;
}
#services {
  zoom: 1;
}
#services:before,
#services:after {
  content: " ";
  display: table;
}
#services:after {
  clear: both;
}
#services ul {
  margin: 43px 34px 42px;
  width: 440px;
  float: left;
}
#services ul li a {
  text-decoration: none;
}
#services ul li a img {
  float: left;
  border: none;
}
#services ul li p {
  padding-left: 120px;
  padding-top: 10px;
  color: #333;
}
#services ul li.title {
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  padding-left: 75px;
  margin-bottom: -1px;
}
#services ul li.title .domain {
  color: #0b2e9e;
}
#services ul li.title .hosting {
  color: #3681C5;
}
#services ul li.title .ssl {
  color: #AC5A2F;
}
#services ul li.title .it {
  color: #C58722;
}
#services ul li.detailed {
  font-size: 16px;
  color: #2d5479;
  height: 80px;
  margin-bottom: 8px;
}
#services ul li.detailed a {
  display: block;
  float: left;
  outline: none;
  background-image: url(http://asset.parking.gkg.net/images/main-sprite.png?226e81d);
}
#services ul li.detailed .domain {
  width: 79px;
  height: 80px;
  background-position: 0 0;
}
#services ul li.detailed .hosting {
  width: 93px;
  height: 80px;
  background-position: 0 -80px;
}
#services ul li.detailed .ssl {
  width: 80px;
  height: 80px;
  background-position: 0 -160px;
}
#services ul li.detailed .it {
  width: 94px;
  height: 67px;
  background-position: 0 -240px;
}
#services ul li.detailed p {
  line-height: 1.2em;
}
#footer {
  background: #2d5479;
  padding: 10px 0;
  border-top: 1px solid #152839;
  -moz-box-shadow: 0 -1px 16px -4px;
  -webkit-box-shadow: 0 -1px 16px -4px;
  box-shadow: 0 -1px 16px -4px;
}
#footer ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#footer li {
  display: inline-block;
  margin: 0 12px;
}
#footer li a {
  display: block;
  outline: 0;
  background-image: url(http://asset.parking.gkg.net/images/footer-sprite.png?226e81d);
}
#footer li .contact {
  width: 231px;
  height: 54px;
  background-position: 0 0;
}
#footer li .downtown {
  width: 111px;
  height: 56px;
  background-position: 0 -54px;
}
#footer li .voip {
  width: 225px;
  height: 26px;
  background-position: 0 -110px;
  margin-bottom: 14px;
}
#footer li .silentium {
  width: 151px;
  height: 54px;
  background-position: 0 -136px;
}
#footer li .gkg {
  width: 111px;
  height: 54px;
  background-position: 0 -190px;
}
#footer li img {
  border: 0;
  padding: 2px 2px 1px 2px;
}
