/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size: 90%;
  line-height: 1.5em;
}
/* start hide from mac \*/
body,table,input,select,textarea { 
  font-family: calibri, arial, sans-serif; 
  font-size: 100%;
  line-height: 1.4em;
}
/* end hide */ 
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #000;
}

sup {
  font-size:40%;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}
a:active, a:focus {
	outline: 0;
}

/* Layout */

.constrain {
  width: 990px;
  margin: 0 auto;
  position:relative;
}
#header {
	margin: 35px 0;
}
#tagline {
	float:right;
}
	/* Top Bar */
	#topbar {
		background:#212121;
		width:100%;
		padding: 4px 0;
	}
	#topbar .constrain {
		text-align:right;
	}
	#topbar ul {
		list-style-type:none;
	}
	#topbar ul li {
		display:inline;
		margin: 0 0 0 15px; 
	}
	#topbar ul li.tb-home a {
		background: transparent url('../images/i-icon-home.png') no-repeat;
	}
	#topbar ul li.tb-contact a {
		background: transparent url('../images/i-icon-contact.png') no-repeat;
	}
	#topbar ul li.tb-login a {
		background: transparent url('../images/i-icon-client.png') no-repeat;
	}
	#topbar ul li a {
		color:#fff;
		text-decoration:none;
		font-size:0.75em;
		padding: 0 5px 0 20px;
		line-height:16px;
		height:16px;
		display:inline-block;
	}
	#topbar ul li a:hover {
		background-position: 0 -17px;
	}

	/* Hero - Home page */
	#bg-home {
		background: transparent url('../images/i-bg-x.gif') repeat-x 0 10px;
	}
	#hero-home {
		background: transparent url('../images/i-hero-bg.png') no-repeat;
		margin: 0 auto;
		width:996px;
		height:327px;
		padding: 33px 0 0 0;
		position:relative;
		z-index: 3;
	}
	.h-box {
		display:inline-block;
		width:244px;
		height:260px;
		text-align:center;
		padding: 30px 0 0 0;
	}
	#h-websites {
		background: transparent url('../images/i-hero-box-1.png') no-repeat;
		margin: 0 0 0 75px;
	}
	#h-hosting {
		background: transparent url('../images/i-hero-box-2.png') no-repeat;
		margin: 0 55px;
	}
	#h-marketing {
		background: transparent url('../images/i-hero-box-3.png') no-repeat;
	}
	.h-box ul {
		list-style-type:none;
		text-align:left;
		color:#fff;
		margin: 0 0 0 25px;
		font-size:0.875em;
		line-height:1.5em;
	}
	.h-box h2 {
		color:#fff;
		text-transform:uppercase;
		margin: 10px 0;
		font-size:1.875em;
		font-weight:normal;
		border:0;
	}
	.h-box a.button {
		background: transparent url('../images/i-hero-button.png') no-repeat;
		color:#212121;
		text-decoration:none;
		width:207px;
		height:30px;
		line-height:30px;
		padding: 0 0 0 15px;
		display:block;
		margin: 13px 17px 0 17px;
		text-align:left;
		font-size:0.75em;
	}
	.h-box a.button:hover {
		background-position: 0 -31px;
	}
	
	/* Hero Inner */
	#bg-inner {
		background: transparent url('../images/i-bg-x-i.gif') repeat-x 0 10px;
	}
	#hero-inner {
		background: transparent url('../images/i-hero-bg-inner.png') no-repeat;
		margin: 0 auto;
		width:996px;
		height:175px;
		padding: 17px 0 0 0;
		position:relative;
		z-index: 3;
	}
	#hero-inner .h-box {
		height: 140px;
		padding-top: 20px;
	}
	#hero-inner #h-websites {
		background: transparent url('../images/i-hero-box-1-i.png') no-repeat;
	}
	#hero-inner #h-hosting {
		background: transparent url('../images/i-hero-box-2-i.png') no-repeat;
	}
	#hero-inner #h-marketing {
		background: transparent url('../images/i-hero-box-3-i.png') no-repeat;
	}
	#hero-inner .h-box h2 {
		margin: 10px 0 0 0;
	}
	#hero-inner .h-box a.button {
		margin-top: 7px;
	}
	
/* LHS */
#mid {
	background: transparent url('../images/i-bg-mid.gif') repeat-y;
	margin: -12px 0 0 0;
	padding: 40px 0 20px 0;
	position:relative;
	z-index:1;
}
#lhs {
	width: 240px;
	position:absolute;
	left: 0;
}
#content {
	margin: 0 0 0 270px;
	min-height:700px;
}
	/* Main Nav */
	#nav ul {
		list-style-type:none;
	}
	#nav ul li {
		border-bottom: 1px solid #383838;
	}
	#nav ul a {
		color:#fff;
		font-size:1.125em;
		text-decoration:none;
		padding: 10px 0 10px 20px;
		display:block;
	}
	#nav ul li a.has_children {
		background: transparent url('../images/i-nav-arrow.png') no-repeat 220px 20px;	
	}
	#nav ul a:hover, #nav ul li.expanded a, #lhs #nav ul ul a:hover, #nav ul li.current a {
		color:#019fe0;
	}
	#nav ul li.expanded, #nav ul li.current {
		background: transparent url('../images/i-nav-bg.gif') repeat-x;
	}
	#nav ul ul {
		margin: 0 0 10px 0;
	}
	#nav ul ul li {
		border: 0;
		display:inline;
	}
	#lhs #nav ul ul a {
		color:#ccc;
		font-size:0.875em;
		padding: 2px 0 2px 20px;
	}


/* Footer */
	/* Top Footer Bar */
	#footer-top {
		background:#212121;
		width:100%;
	}
	#footer-top .constrain {
		background: transparent url('../images/i-foot-bg.gif') no-repeat right top;
		padding: 20px 30px 20px 0;
		text-align: center;
	}
	#footer-top ul {
		list-style-type:none;
	}
	#footer-top ul li {
		padding: 0 34px 0 0;
		display:inline-block;
		vertical-align:top;
		max-width:165px;
	}
	#footer-top a {
		color:#fff;
		text-decoration:none;
		font-size:0.875em;
	}
	#footer-top a:hover {
		color:#019fe0;
	}
	#footer-top ul li ul {
		line-height: 1em;
		margin: 4px 0 0 0;
	}
	#footer-top ul li ul li {
		display:block;
		padding: 0 0 6px 0;
	}
	#footer-top ul li ul a {
		color:#a6a6a6;
		font-size:0.75em;
		background: transparent url('../images/i-f-arrow.gif') no-repeat -100px -100px;
		margin-left: -7px;
		padding-left: 7px;
		display:block;
	}
	#footer-top ul li ul a:hover {
		color:#fff;
		background-position: 0 5px;
	}
	
	/* Bottom Footer */
	#footer {
		border-top: 2px solid #019fe0;
		background:#00202d;
		width:100%;
		color:#fff;
		padding: 20px 0 0 0;
	}
	#footer .constrain {
		text-align: center;
	}
	#footer .third {
		display:inline-block;
		width:284px;
		padding: 15px;
		vertical-align:top;
	}
	#footer #f-form {
		padding-top: 0;
	}
	#footer #f-contact {
		border-right:1px solid #667981;
		margin: 0 86px 0 20px;
		padding: 30px 100px 30px 40px;
		width: 250px;
	}
	#f-location {
	}
	#footer p {
		line-height:1.5em;	
		margin: 0 0 15px 0;
		font-size:14px;
	}
	#footer dl {
		font-size:0.875em;
		margin: 30px 0 0 0;
	}
	#footer dl dt {
		width: 100px;
		float:left;
		margin: 0 0 6px 0;
	}
	#footer dl dd {
		margin: 0 0 6px 100px;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#019fe0;
	}
	
		/* Contact Form */
		#footer form {
		}
		#footer label {
			font-size:0.875em;
		}
		#footer input, #footer textarea, #footer select {
  			border:1px solid #000;
 			width: 280px;
 			padding: 3px;
			margin: 0 0 10px 0;
			font-size:0.875em;
			
			-webkit-border-radius: 3px; 
			-moz-border-radius: 3px; 
			border-radius: 3px;
			
			background: #f2f2f2; 
 			background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0)); /* WebKit */
  			background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0); /* Gecko */
  			filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#c0c0c0'); /* IE6 & IE7 */
  			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#c0c0c0')"; /* IE8 */	
		}
		#footer textarea {
			height:70px;
		}
		#footer input.submit {
			background:#019fe0 url('../images/g-arrow-white.gif') no-repeat right center;
			padding: 5px 15px 5px 5px;
			color:#fff;
			cursor:pointer;
			width: auto;
		}
		#footer .required {
			display:block;
			height:12px;
			line-height:12px;
			background: transparent url('../images/i-f-required.png') no-repeat right bottom;
			float:right;
			font-size:0.69em;
			color:#b3bdc0;
			padding: 0 13px 0 0;
			margin: 5px 0 0 0;
		}
		
		
/* Content */

h1 {
  margin: 0 0 20px 0;
  color:#019fe0;
  font-size:2em;
}

h2 {
  margin: 1em 0 0 0;
  font-weight:normal;
  color:#019fe0;
  border-bottom: 1px solid #019fe0;
  padding: 0 0 5px 0;
}
h3 {
  margin: 2em 0 0 0;
  color:#333;
}
h4 {
  margin: 2em 0 0 0;
  color:#333;
}

p { 
  margin: 1em 0;
  font-size: 0.94em;
}
#content p {
  color:#333;
}
#content li {
  font-size: 0.94em;
  color:#333;
}
#content ul, #content ol {
	margin: 1em;
}
dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

#content a {
	color:#019fe0;
	text-decoration: underline;
}
#content a:visited {
	color:#017aac;	
}
#content a:hover {
	color:#000;	
}

	/* Standard button (includes arrow) */
	#content a.button {
		background: transparent url('../images/g-button.gif') no-repeat right top;
		display:inline-block;
		height: 30px;
		line-height: 30px;
		color:#333;
		text-decoration:none;
		padding: 0 40px 0 15px;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#content a.button:hover {
		background-position: right bottom;
	}
		/* Button with magnifying glass */
		#content a.button.button-search {
			background-image: url('../images/g-button-search.gif');
		}
	
	/* Latest Websites Panel for home page */
	.latest {
		background: transparent url('../images/i-latest-bg.jpg') no-repeat;
		width: 725px;
		height: 287px;
		position:relative;
		margin: 15px 0;
	}
	.latest img {
		position:absolute;
		margin: 45px 0 0 35px;
	}
	.view-portfolio {
		position:absolute;
		bottom: 0;
		right: 14px;
		height:30px;
	}
	.latest-rhs {
		padding: 100px 35px 0 395px;
	}
	#content .latest h2, #content .latest p {
		color:#fff;
		border: 0;
	}
	.latest h2 {
		margin: 0;
	}
	
/* Portfolio */		
ul#portfolio {
	list-style-type:none;
	margin: 0 -40px 0 0;
}
#portfolio li {
	width:332px;
	margin: 0 40px 35px 0;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	border-bottom: 3px solid #ccc;
	padding: 0 0 10px 0;
	min-height:301px;
	position:relative;
}
#content .portfolio-item a {
	text-decoration:none;
}
#content .portfolio-item a h2{
	display:block;
	text-decoration:none;
	color:#333;
}
#content .portfolio-item a:visited h2 {
	color:#666;	
}
.portfolio-item img {
	border: 1px solid #999;
	z-index:3;
	position:relative;
}
.portfolio-item a:hover img {
	z-index: 1;
}
.portfolio-item h2 {
	border:0;
	margin:10px 0 0 0;
	padding:0;
}
#content .portfolio-item a:hover  h2{
	color:#019fe0;
}
#content .portfolio-item p {
	margin: 2px 0 0 0;
	font-size:1.1em;
	line-height:1.125em;
}
.launch {
	position:absolute;
	left:1px;
	top:195px;
	z-index:2;
	background: transparent url('../images/i-overlay-white.png');
	width: 330px;
	height:24px;
	padding: 2px 0 0 0;
	text-align:right;
}
.launch img {
	border: 0;
	vertical-align:middle;
	margin: 0 4px 2px 0;
}

/* LHS content */
.lhs-focus {
	background: transparent url('../images/i-nav-bg.gif') repeat-x;
	border-bottom: 1px solid #373737;
	padding: 1px 20px;
	text-align:center;
	color:#fff;
	margin: 40px 0 0 0;
	font-size:90%;
}
.lhs-focus a {
	color:#fff;
	text-decoration:none;
}
.lhs-focus a:hover {
	color:#019fe0;
}
.lhs-focus img {
	border: 1px solid #ccc;
}
.lhs-focus p {
	margin: 7px 0;
}

/* Back to top link */
.to-top {
	text-align:right;
	background: #eee url('../images/g-arrow-up.gif') no-repeat right center;
	padding: 0 15px 0 0;
}
#content .to-top a {
	font-size:12px;
	text-decoration:none;
	display:block;
}

/* CTA - half size */
.cta-half {
	width:255px;
	height:103px;
	padding: 25px;
	margin: 0 40px 40px 0;
	display:inline-block;
	background: transparent url('../images/g-cta-half.jpg') no-repeat;
	vertical-align:top;
	font-size:0.91em;
}
.cta-half h2 {
	color:#333;
	font-size: 1.5em;
	border: 0;
	margin: 0;
	padding: 0;
}
#content .cta-half p {
	margin: 5px 0;	
}
#content .cta-half a.button {
	display:block;
}

/* CTA - half size, one line */
.cta-sml {
	width:318px;
	height:64px;
	padding: 0 15px;
	margin: 0 10px 10px 0;
	display:inline-block;
	background: transparent url('../images/g-cta-sml.jpg') no-repeat;
	vertical-align:top;
	font-size:0.88em;
}
#content .cta-sml h3 {
	padding: 0;
	margin: 0;
	font-weight:normal;
}
#content .cta-sml a {
	display:block;
	color:#333;
	text-decoration:none;
	border: 0;
	padding: 20px 0;
	background: transparent url('../images/i-arrow.png') no-repeat right center;
}
#content .cta-sml a:hover {
	color:#fff;
}
