/*
	Author		: Bradley Few
	Document		: Layout
	Created on	: 09-09-2010
	Description	: Determines the design and layout of the website.
	Swatches		:
		#8CC63F = Green
		#0F75BC = Navy Blue
		#00AEEF = Light Blue
		#92278F = Purple
		#ED217C = Pink
		#EF3E36 = Red
		#BF1E2D = Dark Red
*/

/***********************************************************************/
/***********************************************************************/

html, body
{ border:0; color:#000; font:normal small 'Roboto', sans-serif; margin:0; padding:0; vertical-align:baseline; }

body
{ background-color:#FFF; }

pre, code
{ font-family:Consolas, "Courier New", Courier, monospace; color:#00C; }

table
{ border-collapse:collapse; table-layout:fixed; }

p, h1, h2, h3, h4, h5, h6
{ margin:0 0 0.5em; }

h1{
	font-family: 'Rokkitt', sans-serif;
	color:#FFF;
	display:inline;
	font-size:1.3em;
	font-weight:normal;
}

h2
{ font-size:1.1em; }

h3, h4, h5, h6
{ font-size:2em; }

img, embed, object
{ border:none; display:block; }

form
{ margin:0; }

hr
{ background-color:#959AC3; border:0; color:#959AC3; height:1px; }

/***********************************************************************/
/***********************************************************************/

.imageReplacement
{ margin:0; position:relative; }

.imageReplacement span
{ background-repeat:no-repeat; height:100%; position:absolute; width:100%; }

/***********************************************************************/
/***********************************************************************/

/*
Global Styles
************************************************************************/

.container {
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
	width:900px;
}

#header {
	background:#FFF;
}

#logo {
	background:url(../Images/logo.png) no-repeat;
	float:left;
	margin:15px 0 0;
	width:202px;
}

#logo a {
	display:block;
	height:119px;
	text-decoration:none;
	text-indent:-999em;
	width:202px;
}

#support {
	float:right;
	margin:55px 8.5em 0 0;
	position:relative;
	padding:0;
}

#support dt {
	clear:left;
	color:#1175BC;
	display:inline-block;
	float:left;
	padding-bottom:3px;
}

#support dt:first-child {
	border-left:1px solid #1175BC;
	font-size:110%;
	font-weight:bold;
	padding:8px 0 8px 15px;
	position:absolute;
	right:-8.5em;
}

#support dd {
	margin:0;
	padding:0 8px 3px 20px;
	text-align:right;
}

#support dt a {
	color:#1175BC;
	text-decoration:none;
}

#support dt a:hover {
	text-decoration:underline;
}

#support dd a {
	color:#000;
	text-decoration:none;
}

#support dd a:hover {
	color:#1175BC;
	transition: color 2s ease;
	-moz-transition: color 2s ease;
	-o-transition: color 2s ease;
	-webkit-transition: color 0.5s ease;
}

dt.indent {
	text-indent:8px;
}

blockquote {
    background-color: #efefef;
    border-left: 1.5em solid #0F75BC;
    margin: 5.5em 0 5.5em;
    padding: 1em 1.5em 0 2.5em;
    position: relative;
	font-style: italic;
	font-weight:bold;
}
blockquote:before {
  color: #0F75BC;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:5px;
  top: 0.6em;
  line-height: 0.1em;
}

/*

*/

/*Navigation Sprite
************************************************************************/

#navigation,
#companies ul,
.dropdown{
	list-style:none;
	margin:0;
	padding:0;
}

#navigation,
#companies ul {
	text-align:center;
}

#navigation {
	background:url(../Images/nav-grad.png) repeat-y center top #23A9E1;
	margin:15px 0 0;
}

#navigation > li,
#companies li {
	display:inline;
	margin-right:-6px;
	position:relative;
}

#companies ul {
	display:inline;
	padding:0;
}

.dropdown {
	background:#25AAE1;
	border-bottom:3px solid #0F75BC;
	left:-999em;
	position:absolute;
	text-align:left;
	top:50px;
	z-index:1;
}

.dropdown li a {
	background:url(../Images/sprite-arrows.png) 0 -248px no-repeat;
	color:#FFF;
	display:block;
	float:left;
	font-size:0.9em;
	margin:0 0 0 5px;
	padding:6px 0 6px 25px;
	text-decoration:none;
	text-indent:0;
	width:164px;
}

.dropdown li a:hover {
	background-position:0 -223px;
	color:#0F75BC;
	transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	-webkit-transition: color 0.3s ease;
}

#navigation li:hover ul {
	left:1px;
}

.nav {
	background:url(../Images/sprite-nav.png) 0 0 no-repeat;
	display:inline-block;
	height:50px;
	text-indent:-999em;
}

.home {
	width:60px;
}

.home:hover,
.home.current {
	background-position:0 -50px;
}

.about {
	background-position:-60px 0;
	width:82px;
}

.about:hover,
.about.current {
	background-position:-60px -50px;
}

.what-we-do {
	background-position:-142px 0;
	width:102px;
}

.what-we-do:hover,
.what-we-do.current {
	background-position:-142px -50px;
}

.costs {
	background-position:-244px 0;
	width:90px;
}

.costs:hover,
.costs.current {
	background-position:-244px -50px;
}

.clients {
	background-position:-334px 0;
	width:103px;
}

.clients:hover,
.clients.current {
	background-position:-334px -50px;
}

.q-a {
	background-position:-437px 0;
	width:64px;
}

.q-a:hover,
.q-a.current {
	background-position:-437px -50px;
}

.contact {
	background-position:-501px 0;
	width:84px;
}

.contact:hover,
.contact.current {
	background-position:-501px -50px;
}

/*Use these styles when inserting the testimonial
link back into the navigation bar.
************************************************/

/*.testimonials {
	background-position:-437px 0;
	width:111px;
}

.testimonials:hover,
.testimonials.current {
	background-position:-437px -50px;
}

.q-a {
	background-position:-548px 0;
	width:64px;
}

.q-a:hover,
.q-a.current {
	background-position:-548px -50px;
}

.contact {
	background-position:-612px 0;
	width:81px;
}

.contact:hover,
.contact.current {
	background-position:-612px -50px;
}
*/
#companies {
	margin-left:5px;	
}

#companies .nav {
	background-image:url(../Images/sprite-logos.png);
}

.windows {
	background-position:8px 0;
	width:33px;
}

.apple {
	background-position:-25px 0;
	width:33px;
}

.microsoft {
	background-position:-50px 0;
	width:80px;
}

.os-x {
	background-position:-121px 0;
	width:36px;
}

.linux {
	background-position:-152px 0;
	width:56px;
}

/*Featured Styles
************************************************************************/

#featured {
	background:url(../Images/feat-grad.png) repeat-x bottom left #FFF;
	border-bottom:1px solid #A6A6A6;
	padding:0 0 10px 0;
	position:relative;
}

#feature-box {
	background:url(../Images/feat-box-grad.png) repeat-y top left #FFF;
	border:1px solid #F7F7F7;
	box-shadow:2px 3px 10px #999999;
	-moz-box-shadow:2px 3px 10px #999999;
	-o-box-shadow:2px 3px 10px #999999;
	-webkit-box-shadow:2px 3px 10px #999999;
	float:left;
	margin:25px 16px 10px 0;
	min-height:222px;
	position:relative;
	width:600px;
}

#feature-box img {
	float:left;
	margin:10px 0 10px 12px;
}

#feature-box a {
	float:right;
	margin:0;
}

#feature-box .text-container {
	float:left;
	margin:10px 0 0 20px;
	padding-right:20px;
	width:257px;
}

#featured .text-bkg {
	font-family: 'Rokkitt', sans-serif;
	color:#FFF;
	display:inline;
	font-size:1.6em;
	font-weight:normal;
}

#featured .text-bkg span {
	display:inline-block;
	padding:1px 20px 2px 5px;
}

#home .text-bkg span {
	background-color:#0F75BC;
}

#featured p {
	color:#818285;
	margin-top:10px;
}

#home #featured p a {
	color:#818285;	
}

#home #featured p a:hover {
	color:#0F75BC;	
}

#home #feature-test #feature-service-cta{
	min-height:241px;	
}

#feature-test {
	background:url(../Images/feat-test-grad.png) repeat-y top left #FFF;
	border:1px solid #F7F7F7;
	box-shadow:2px 3px 10px #999999;
	-moz-box-shadow:2px 3px 10px #999999;
	-o-box-shadow:2px 3px 10px #999999;
	-webkit-box-shadow:2px 3px 10px #999999;
	float:left;
	margin-top:25px;
	min-height:302px;
	padding:25px 10px 0;
	width:258px;
}

#feature-test .text-container {
	font-size:95%;
	padding:0 31px 0 35px;
}

#feature-test .last-child {
	background:url(../Images/close-q.png) no-repeat bottom right;
}

#feature-test strong,
.tst p:first-child {
	background:url(../Images/open-q.png) no-repeat top left;
	color:#0F75BC;
	display:block;
	font-size:120%;
	font-weight:500;
	margin:10px 0;
	padding:0 31px 0 35px;
}

#feature-test p {
	margin-bottom:5px;
	padding:0;
}

#feature-service-cta {
	background:#FFF;
	box-shadow:2px 3px 10px #999999;
	-moz-box-shadow:2px 3px 10px #999999;
	-o-box-shadow:2px 3px 10px #999999;
	-webkit-box-shadow:2px 3px 10px #999999;
	margin-top:25px;
	float:left;
	min-height:266px;
	padding:0;
	width:278px;
}

#feature-service-cta .text-container {
	font-size:95%;
	padding:0 25px 0 25px;
}

#feature-service-cta .cta-link {
	padding:15px 0 0 0 ;
	display: inline-block;
    width:100%;
	text-align:center;
}

#feature-service-cta h2 {
	font-family: 'Rokkitt', sans-serif;
	color:#FFF;
	background-color:#0F75BC;
	font-size:140%;
	margin: 0 0 25px 0;
	padding:10px;
}

#feature-service-cta strong,
.tst p:first-child {
	color:#EF3E36;
	display:block;
	font-size:120%;
	font-weight:700;
	margin:10px 0;
	padding:0 31px 0 35px;
}

#feature-service-cta a {
	display:inline-block;
}

#feature-service-cta p {
	margin-bottom:5px;
	padding:0;
}

#customer-info {
	margin:20px 0 0;
	padding:0 25px 0 35px;
}

#customer-info dt {
	color:#818183;
}

#customer-info dd {
	color:#0F75BC;
	font-weight:bold;
	margin:0;
	padding:0;
}

/*Body Styles
************************************************************************/

#body {
	background:url(../Images/body-grad.png) repeat-x top left #FFF;
	border-bottom:1px solid #C5C6C8;
	border-top:1px solid #FFF;
}

#body .container {
	margin-bottom:15px;
	padding-top:15px;
}

.box {
	background:url(../Images/box-grad.png) repeat-x bottom left #FFF;
	box-shadow:2px 3px 10px #999999;
	-moz-box-shadow:2px 3px 10px #999999;
	-o-box-shadow:2px 3px 10px #999999;
	-webkit-box-shadow:2px 3px 8px #999999;
	float:left;
	margin-bottom:35px;
	min-height:318px;
	padding-bottom:10px;
	position:relative;
	width:282px;
}

#body .middle {
	margin:0 25px;
}

.box h2 {
	color:#FFF;
	display:block;
	padding:8px 0 8px 9px;
	text-transform:uppercase;
	font-family: 'Rokkitt', sans-serif;
}

#home h2 span a {
	background:url(../Images/sprite-arrows.png) 0 -107px no-repeat;
	border-radius:0;
	display:block;
	height:13px;
	padding:0;
	position:absolute;
	right:10px;
	top:8px;
	width:17px;
}

.box img {
	margin:0 7px 5px 7px;
}

.box p {
	color:#8D8E90;
	padding:0 12px;
}

a.home-btn {
	background:url(../Images/button-grad.png) top right repeat-y #23A9E1;
	border-radius:5px;
	bottom:12px;
	-moz-border-radius:5px;
	-0-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF;
	font-size:85%;
	padding:4px 25px 4px 7px;
	position:absolute;
	right:12px;
	text-decoration:none;
}

a.home-btn span {
	background:url(../Images/sprite-arrows.png) 0 -275px no-repeat;
	bottom:0;
	display:block;
	height:12px;
	position:absolute;
	right:7px;
	top:5px;
	width:12px;
}
	

/*Box Colours &amp Title Colours
************************************************************************/

.about-help-it h2, .about-help-it h3 {background-color:#ED217C;}
.about-help-it img + p {color:#ED217C;}
.help-it-blog h2, .help-it-blog h3 {background-color:#EF3E36;}
.help-it-blog img + p {color:#EF3E36;}
.it-support h2, .it-support h3 {background-color:#BF1E2D;}
.it-support img + p {color:#BF1E2D;}
.it-services h2, .it-services h3 {background-color:#8CC63F;}
.it-services img + p {color:#8CC63F;}
.consult-serv h2 {background-color:#00AEEF;}
.consult-serv img + p {color:#00AEEF;}
.commun-serv h2 {background-color:#92278F;}
.commun-serv img + p {color:#92278F;}
.data-serv h2 {background-color:#ED217C;}
.data-serv img + p {color:#ED217C;}
.bus-serv h2 {background-color:#8CC63F;}
.bus-serv img + p {color:#8CC63F; font-weight: bold;}
.bespoke-serv h2 {background-color:#BF1E2D;}
.bespoke-serv img + p {color:#BF1E2D;}

.addthis_toolbox {
padding: 5px 0px 0px 15px; }

/*Footer Stlyes
************************************************************************/

#footer {
	background:url(../Images/nav-grad.png) repeat-y center top #23A9E1;
	border-top:1px solid #FFF;
	clear:both;
	padding:27px 0 30px 0;
}

#footer-text {
	color:#FFF;
	float:left;
	font-size:0.85em;
	margin:0 142px 0 0;
	padding:0 0 15px 0;
	width:225px;
}

#footer-text strong {
	display:block;
}

#footer dl {
	float:left;
	font-size:0.85em;
	margin:0 35px 0 0;
	padding:0 0 15px 0;
}

#footer dt {
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:0;
}

#footer dd {
	background:url(../Images/blue-arrow.png) no-repeat left center;
	margin:0;
	padding:0 0 0 10px;
	color:#FFF;
}

#footer a {
	 color:#FFF;
	 text-decoration:none;
}

#footer a:hover,
#footer a.current {
	color:#AFE0E6;
	transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	text-decoration:underline;
}

#footer-nav {
	border-top:2px solid #57C7EA;
	display:block;
	float:left;
	margin:0;
	padding:10px 0 0;
	width:900px;
}

#footer-nav li {
	border-left:1px solid #FFF;
	display:inline;
	font-size:0.8em;
	list-style:none;
	margin:0;
	padding:0 5px;
}

#footer-nav li#storm {
	border-left:none;
	float:right;
	padding:0;
}

#storm a {
	background:url(../Images/stormcreative.png) no-repeat right center;
	display:block;
	height:23px;
	text-indent:-999em;
	width:154px;
}

#footer-nav li:first-child {
	border:none;
	padding-left:0;
}