/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 95%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Questrial', sans-serif;
  color: #777; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 36px;
	line-height: 1.2;

letter-spacing: -.1rem;		font-weight: 700;
	color: #1F2982;
	text-transform: uppercase;
}
h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	line-height: 1.4;
letter-spacing: -.1rem;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 1.2;
font-weight: 400;
}
h4 {
	font-size: 1.4rem;
	line-height: 1;

letter-spacing: -.08rem; 		color: #5B7A12;
	font-weight: 700;
}
h5 {
	font-size: 0.8rem;
	line-height: 1.4;
letter-spacing: -.05rem; 	color: #FFFFFF;
}
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	text-decoration: none;
	color: #00C2EC;
}
a:hover {
	text-decoration: underline;
	
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #00C2EC;
  border-color: #00C2EC; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #0085A0;
  border-color: #0085A0; }
  
  .button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #00C2EC;
  background-color: #ffffff;
  border-color: #ffffff; }
.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #fff;
  background-color: #0085A0;
  border-color: #0085A0; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  color: #2083BD;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  color: #2083BD;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  color: #ccc;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  color: #ccc;
  outline: 0; }
label,
legend {
  display: block;
  color: #ccc;
  margin-bottom: .5rem;
  font-weight: 400; }
fieldset {
  padding: 0;
  color: #222;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: none; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  color: #222;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 10px 5px;
  text-align: center;
  color: #777;
  font-size: 16px;
  border-bottom: 1px solid #ccc; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
	color: #666666;
	font-weight: 400;
	font-size: 1em;
}
.u-full-width-footer {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.u-full-width-footer2 {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-decoration: none;
}
.u-full-width-footer3 {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
	text-decoration: none;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

#header {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#headerTop {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #F0F0F0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	height: auto;
	width: auto;
	text-align: left;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#About {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #F0F0F0;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
#Services {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
img {
	max-width:100%;
	margin: 0px;
	padding: 0px;
}
.H1Text {
	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
}
.H2Text {
	font-family: 'Questrial', sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #00C2EC;
	font-weight: 400;
	text-transform: none;
}
.H3Text {
	font-family: 'Questrial', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.H3TextBlue {
	font-family: 'Questrial', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #00C2EC;
	font-weight: 400;
	text-transform: none;
}
.H7Text {
	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.H8Text {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #0085A1;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
}
#FooterBottom {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #0085A0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#FooterBottom2 {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #0085A0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00B1D7;
}
#PageSlider {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#Getintouch {


	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #767074;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#Domains {
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-color: #00C2EC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Multi Menu
--------------------------------------------- */

.toggle, [id^=drop] {
 display: none;
 color: #fff;
}


nav {
	padding: 0;
	background-color: #fff;
	align: center;
	text-align: center;
}

#logo {
  display: block;
  padding: 0 14px;
  float: left;
  font-size: 20px;
  line-height: 40px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #fff;
  z-index:1000;
}

nav a {
	display: block;
	padding: 0 14px;
	color: #878785;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
}

nav ul li ul li:hover { background: #fff; }

nav a:hover { background-color: #fff; color: #00C2EC; }

nav ul ul {
  display: none;
  position: absolute;
  top: 40px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 340px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 960px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0;}

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #f0f0f0;
  padding: 0 14px;
  color: #878785;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  border: none;
  font-weight: 400;
}

.toggle:hover { background-color: #f0f0f0; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 14px; }

nav ul ul ul a { padding: 0 28px; }

nav a:hover,
 nav ul ul ul a { background-color: #f0f0f0; color: #00C2EC; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #f0f0f0; color: #00C2EC; font-weight: 400;}

nav ul ul {
  float: none;
  position: static;
  color: #f0f0f0;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
#Blocks {
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 30px;
	border: 1px solid #CCCCCC;
}
.H3Price {

	font-family: 'Questrial', sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #00C2EC;
	font-weight: 400;
	text-transform: none;
}
.H2Hosting {

	font-family: 'Questrial', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
}
#Cloud {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #00C2EC;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/cloud.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1Cloud {
	font-family: 'Questrial', sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
.H2Cloud {
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
}
#Map {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 0px;
	background-color: #EBEBEB;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/uk-map.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1Map {
	font-family: 'Questrial', sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
}
.H2Map {
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #00C2EC;
	font-weight: 400;
	text-transform: none;
}
#Office {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #EBEBEB;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/home-office.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1Office {
	font-family: 'Questrial', sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000000;
}
.H2Office {
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000000;
}
#SSL {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #00C2EC;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/ssl.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1SSL {
	font-family: 'Questrial', sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
.H2SSL {
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 400;
	text-transform: none;
}
#Accreditation {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #ffffff;
	margin: 0px;
}.H2DomainNames {
	font-family: 'Questrial', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #777;
	font-weight: 400;
	text-transform: none;
}
#WebHosting {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/server-rrom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H3TextGrey {
	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #777777;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #fff;
}
#WindowsHosting {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #00AAF5;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/windows-server.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1TextWhite {
	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000000;
}
.H3TextWindows {
	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000000;
}
#WebReseller {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/reseller.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#EmailHosting {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #0085A0;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/email-hosting.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1TextReseller {
	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #ffffff;
}
.H3TextReseller {
	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #777777;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #ffffff;
}
#DomainTransfer {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.H3TextGreySm {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	text-transform: none;
}
#DomainPrices {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-size: cover;
}
#DomainNameSearch {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/domain-names.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#SSLcertificate {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #01C2ED;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/ssl-certificate.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
#SSLcertificate2 {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.H1SupportTicket {
	font-family: 'Questrial', sans-serif;
	font-size: 66px;
	line-height: 76px;
	color: #00C5F2;
	font-weight: 400;
	text-transform: none;
}
.H3TextSupport {
	font-family: 'Questrial', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
}
#SupportService {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#SupportHelp {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/support.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H3TextWhiteSm {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000000;
}
#WebDesign {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/web-design.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#Portfolio {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#ShoppingCart {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/shopping-cart.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1TextCart {
	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #ffffff;
}
.H3TextGreyCart {
	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #777777;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #ffffff;
}
.H3TextGreySmCart {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #ffffff;
}
#PayPerClick {

	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #0085A0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/ppc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.H1TextPPC {

	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
.H3TextWhitePPC {

	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
.H3TextWhiteSmPPC {

	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
#AboutKT {


	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#GenericBlock {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#SpeakToUs {

	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-size: cover;
}
#FindUsMap {

	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.H1TextDesign {


	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
.H3TextDesign {


	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #01C2ED;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
.H3TextWhiteSmDesign {


	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
#News {

	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
}
.H2TextNews {

	font-family: 'Questrial', sans-serif;
	font-size: 42px;
	line-height: 52px;
	color: #0086A1;
	font-weight: 400;
	text-transform: none;
}
.H3HostingSm {


	font-family: 'Questrial', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
}
.H4HostingSm {



	font-family: 'Questrial', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #0085A0;
	font-weight: 400;
	text-transform: none;
}
.H3TextDesignSSLwhite {



	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
.H3TextWhiteSmSSL {



	font-family: 'Questrial', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
#Services1 {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #ffffff;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#Services2 {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	background-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}#WebServices {

	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #F0F0F0;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	background-attachment: fixed;
	background-image: url(../images/web-services.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.H1TextWebServices {

	font-family: 'Questrial', sans-serif;
	font-size: 46px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
.H3TextWebServices {




	font-family: 'Questrial', sans-serif;
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0 0 3px #000;
}
#gtldtable {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	background-size: cover;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#WhyKT {

	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
