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

	CSS on Sails Framework
	Title: Hosthaven I-Services
	Author: 47 Media Pte Ltd
	Date: April 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home
		3.2 Subpage


	4. PRINT

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


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

.quotation {
	margin: 0px 20px 15px 20px;
	padding: 5px 0px 5px 15px;
	border-left: 5px solid #f2f2f2;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.portfolio img {
	padding: 4px;
	border: 1pt solid #cfcfcf;
	background: white;
	margin-right:10px;
	float:left;
	width:200px;
	height:108px;
}

.imagelogo{
	padding:5px;
}

.portfolio-web {
	margin:6px;
	float:left;
	width: 292px;
}

.portfolio-web img {
	padding:6px;
	background: #f2f2f2;
	border: 1px solid #e6e6e6;
	width:276px;
	height:148px;
}

.dropcap{
	color:#333333;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.container:after,
.sections:after,
#services:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
	font: 13px/1.4em Arial, Helvetica, sans-serif;
	color: #333;
	background: #F1F5F7;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #2679a8;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #2679a8;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/

/* Button - Learn More */
.btn-learn-more span,
#services .hproduct .btn-learn-more {
	display: block;
	width: 122px;
	height: 31px;
	text-align: left;
	text-indent: -666em;
	background: url(../images/common/bg-btns.png) 0 -190px no-repeat;
}

.btn-learn-more:hover span,
#services .hproduct .btn-learn-more:hover {
	background-position: -313px -190px;
}

.btn-learn-more:active span,
#services .hproduct .btn-learn-more:active {
	background-position: -629px -190px;
}

/* Button - Order Now */
.btn-order-now span {
	display: block;
	width: 199px;
	height: 55px;
	text-align: left;
	text-indent: -666em;
	background: url(../images/common/bg-btns.png) 0 -95px no-repeat;
}

.btn-order-now:hover span {
	background-position: -313px -95px;
}

.btn-order-now:active span {
	background-position: -629px -95px;
}

/* Button - Find Out More */
.btn-find-out-more span {
	display: block;
	width: 232px;
	height: 55px;
	text-align: left;
	text-indent: -666em;
	background: url(../images/common/bg-btns.png) 0 0 no-repeat;
}

.btn-find-out-more:hover span {
	background-position: -313px 0;
}

.btn-find-out-more:active span {
	background-position: -629px 0;
}


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	padding: 56px 0 0 0;
	background: #00AAE2 url(../images/common/bg-header.png) 0 100% repeat-x;
}

#header .container {
	position: static;
	width: 600px;
	height: 131px;
	padding: 55px 340px 0 0;
	background: url(../images/common/bg-header-container.jpg) 0 100% no-repeat;
}

#header .site-name,
#header .site-name span {
	display: block;
	overflow: hidden;
	width: 245px;
	height: 91px;
	text-align: left;
	text-indent: -666em;
}

#header .site-name {
	position: absolute;
	top: 0;
	z-index: 5;
	margin-left: -26px;
	background: url(../images/common/bg-logo.png) 0 100% no-repeat;
}

#header .site-name span {
	position: absolute;
	top: 10px;
	left: -21px;
	z-index: 10;
	background: url(../images/logo.png) 52px 14px no-repeat;
}

#header a.site-name span {
	cursor: pointer;
}

#intro h1 {
	color: #fdfdfd;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

#intro h1 {
	font-size: 36px;
	line-height: 1.1em;
}

#intro p {
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	word-spacing: 0.07em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #09395c;
}

#intro p.buttons {
	position: absolute;
	margin: -60px 0 0 741px;
}

#intro p.buttons .btn {
	margin-right: 25px;
	float: left;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
	width: 100%;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	background: #03233b url(../images/common/bg-navigation.png) repeat-x;
}

#navigation > ul {
	width: 660px;
	height: 56px;
	margin: 0 auto;
	padding: 0 20px 0 300px;
	line-height: 56px;
	font-size: 14px;
	font-weight: bold;
	word-spacing: -0.08em;
}

#navigation > ul > li {
	float: left;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	position: relative;
}

#navigation > ul > li > ul li a {
	color: #005492;
}

#navigation > ul > li.open > a,
#navigation > ul > li.parent:hover > a {
	z-index: 500;
	position: relative;
	color: #005492;
	text-shadow: none;
	background: #03233b url(../images/common/bg-navigation-parent.png) 50% 0 repeat-x;
}

#navigation > ul > li > a {
	float: left;
	display: block;
	padding: 0 20px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}	

#navigation > ul > li ul li.last > a {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url(PIE.htc);
}

#navigation > ul > li ul li.first > a {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	behavior: url(PIE.htc);
}

#navigation > ul > li ul li.open > a,
#navigation > ul > li ul li.parent:hover > a,
#navigation > ul > li ul li.parent > a {
	background-image: url(../images/common/bg-subnav-arrow.png);
	background-position: 212px 16px;
	background-repeat: no-repeat;
}

#navigation > ul > li > ul > li.first > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#navigation > ul > li > a:hover,
#navigation > ul > li.active > a,
#navigation > ul > li.current > a {
	background: #4f6677 url(../images/common/bg-navigation.png) 0 -56px repeat-x;
}

#navigation > ul > li > ul {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.6);
	behavior: url(PIE.htc);
	z-index: 100;
}

#navigation li.parent:hover > ul,
#navigation li.open > ul {
	display: block;
}

#navigation > ul > li > ul li {
	width: 230px;
	position: relative;
}

#navigation > ul > li > ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	text-decoration: none;
	border: 1px solid #f0f4f8;
	border-top: 1px solid #edf2f7;
	border-bottom: 1px solid #d4e1eb;
	text-shadow: 1px 1px 0 #fff;
	background: #e1eaf1;
}

#navigation > ul > li > ul li.open > a,
#navigation > ul > li > ul li.active > a,
#navigation > ul > li > ul li a:hover {
	background-color: #fff;
	border-top: 1px solid #b0b2b5;
	border-bottom: 1px solid #d5e2ec;
	z-index: 300;
}

#navigation > ul > li > ul li.first:hover a {
	border-top: 1px solid #fff;
}

#navigation > ul > li > ul > li ul {
	position: absolute;
	display: none;
	top: 0;
	left: 229px;
	-moz-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 0 8px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	z-index: 200;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
	background: #fff;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	padding: 0 20px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 45px 0 17px 0;
	text-shadow: 1px 1px 0 #fff;
	color: #798894;
	background: #f1f5f7 url(../images/common/bg-footer.png) repeat-x;
}

#footer nav {
	text-align: center;
}

#footer nav section {
	margin-bottom: 14px;
}

#footer nav li {
	display: inline;
	padding-right: 13px;
	margin-right: 4px;
	word-spacing: -0.08em;
	background: url(../images/common/ico-bullet-inline.png) 100% 6px no-repeat;
}

#footer nav li a {
	color: #8699a7;
}

#footer nav li.last {
	padding-right: 0 !important;
	margin-right: 0 !important;
	background: transparent !important;
}

#footer nav #our-services li,
#footer nav #our-services li a {
	color: #3c799d;
}

#footer nav #our-services li {
	font-weight: bold;
}

#footer .notes {
	position: relative;
	margin: 40px 0 0 0;
	padding: 33px 0;
	background: url(../images/common/bg-footer-divider.png) repeat-x;
}

#footer .notes a strong {
	color: #404950;
}

#back-to-top {
	position: absolute;
	right: 0;
	top: 33px;
	padding-right: 15px;
	background: url(../images/common/ico-back-to-top.png) 100% 5px no-repeat;
}

#back-to-top a {
	text-decoration: none;
}

#back-to-top a span {
	border-bottom: 2px solid #b0c1ce;

}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

.homepage #header {
	overflow: hidden;
	background: #4299da url(../images/home/bg-header.png) 0 100% repeat-x;
}

.homepage #header .container {
	width: 440px;
	height: 343px;
	padding: 80px 600px 0 100px;
	background: url(../images/home/bg-header-container.jpg) 0 100% no-repeat;
}

.homepage #navigation > ul {
	background: url(../images/home/bg-navigation.png) no-repeat;
}

.homepage #intro h1 {
	color: #e2eff6;
	font-size: 40px;
}

.homepage #intro p {
	margin-top: 30px;
}

.homepage #intro p.buttons {
	width: 550px;
	margin: 40px 0 0 0;
	position: static;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
}

/* Services */
#services {
	padding: 40px 0;
	margin: 0 -10px;
	overflow: hidden;
}

#services .hproduct {
	float: left;
	width: 220px;
	margin: 0 10px;
	position: relative;
}

#services .hproduct a {
	color: #333;
	text-decoration: none;
}

#services .hproduct .photo {
	position: absolute;
	top: 0;
	left: 0;
}

#services .hproduct .description {
	line-height: 1.4em;
}

#services .hproduct .fn {
	height: 40px;
	padding: 0 0 15px 45px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

#services .hproduct .btn-learn-more {
	margin-top: 20px;
}

/* Sections */
.sections {
	margin: 0 -10px;
	padding: 3px 0 30px 0;
}

.sections section {
	float: left;
	/* width: 422px; */
	height: 162px;
	margin: 10px;
	padding: 18px 18px 30px 18px;
	position: relative;
	border: 1px solid #f1f1f1;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #e2e2e2;
	-webkit-box-shadow: 0 1px 0 #e2e2e2;
	box-shadow: 0 1px 0 #e2e2e2;
	behavior: url(PIE.htc);
}

.sections section header {
	padding-bottom: 15px;
}

.sections section header h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.sections section p {
	padding-bottom: 10px;
	line-height: 1.3em;
}

.sections section footer {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.sections section footer a.btn-more {
	padding-right: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #0c5b87;
	background: url(../images/common/ico-more-arrow.png) 100% 4px no-repeat;
}
.sections section footer a.btn-more span {
	border-bottom: 2px solid #84acc2;
}

/* Clients */
.sections .clients li {
	float: left;
	margin: 11px 22px 0 0;
}

.ie8 .sections .clients li {
	margin-right: 16px;
}

.sections .clients li a {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.sections .clients li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1; 
}

.sections .clients li.last {
	margin-right: 0;
}

/* FAQs */
.sections .faqs {

}

.sections .faqs li {
	list-style-type: square;
	margin: 0 0 8px 16px;
	padding: 0 0 0 3px;
}

/* News */
.sections .news li {
	margin: 0 0 8px 0;
}

.sections .news time {
	font-size: 11px;
	color: #9eb1bb;
}


/* 3.2 Subpage
------------------------------------------------------------------------------*/

/* Article */
.article {
	width: 620px;
	padding: 30px 340px 0 0;
	position: relative;
	text-shadow: 1px 1px 1px #fff;
	font-size:1.1em;
}

.article ul li {
	background: url(../images/common/ico-bullet.png) 1px 8px no-repeat;
	padding: 0 0 7px 19px;
}

.article ul li a {
	text-decoration: none;
}

.article ul li a:hover {
	text-decoration: underline;
}

.article p {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.article h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #75d056;
	margin-bottom: 20px;
}

.article h1 a {
	color: #75d056;
}

.article h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #75D056;
	margin-bottom: 10px;
}

.article h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	color: #092738;
	margin-bottom: 15px;
}

.article h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #2679a8;
	margin-bottom: 11px;
}

.article .alignleft {
	float: left;
	margin: 4px 20px 12px 0;
}

.article .alignright {
	float: right;
	margin: 4px 0 12px 20px;
}

.article blockquote {
	padding-left: 45px;
	margin-bottom: 40px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size:1.06em;
	background: url(../images/common/bg-quote.png) no-repeat;
}

.article blockquote p {
	margin-bottom: 15px;
}

.article blockquote cite {
	font-style: italic;
	color: #092738;
}

.article blockquote cite a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #092738;
}

.article .imagenew
{
	float:left;
	width:60px;
	height:60px;
	padding:4px;
	margin-right:10px;
}

.article .commonrightText
{
    width:515px;
	margin-bottom: 20px;
    float:left;
}

/* Sidebar */
#sidebar {
	padding: 30px 20px 0 20px;
}

#sidebar section {
	padding: 18px 18px 18px 18px;
	margin: 0 0 20px 0;
	border: 1px solid #e8e8e8;
	background: #fff;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #e1e1e1;
	-webkit-box-shadow: 0 1px 0 #e1e1e1;
	box-shadow: 0 1px 0 #e1e1e1;
	behavior: url(PIE.htc);
}

#sidebar section header {
	padding-bottom: 15px;
}

#sidebar section header h4 {
	margin-bottom: 0;
}

#sidebar section header h4 a {
	color: #2679a8;
}

#sidebar section p {
	margin-bottom: 20px;
}


/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}

	a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}

	ol#accessibility-nav, 
	.hide { 
		display: none !important; 
	}
}	

/* Web Hosting Style */
.gs_6{
width:600px;
display:inline;
float:left;
}
.pricing{
margin:24px 0 10px 80px;
float:left;
border-left:1px solid #e8e9eb;
border-right:1px solid #ffffff;
}
.pricing_column{
display:inline;
float:left;
background:url(../images/common/pricing_column.png) repeat-x top right transparent;
border-left:1px solid #ffffff;
border-right:1px solid #e8e9eb;
}

.pricing_column:hover{
cursor:pointer;
background-color:#edeff0;
}
.pricing_column.selected{

}

.pricing_blurb{
width:180px;
height:141px;
margin:-8px 16px 10px 16px;
position:relative;
background:url(../images/common/pricing_blurb.png) no-repeat center top transparent;
}

.pricing_column:hover .pricing_blurb{
background-position:center -299px;
}
.pricing_blurb h3{
text-align:center;
color:#ffffff;
text-shadow:1px 1px #000000;
font: 16px/26px 'customFontBold', Arial, sans-serif;
padding:6px 0 0 0;
margin:0;
}
.pricing_blurb h2{
text-align:center;
color:#ffffff;
text-shadow:1px 2px 3px #b24824;
font: 37px/50px Arial, sans-serif;
font-weight:bold;
padding:21px 0 0 0;
margin:0;
}

.pricing_blurb.green h2{
text-shadow:1px 2px 3px #a3a710;
}
.pricing_blurb.blue h2{
text-shadow:1px 2px 3px #087eb8;
}
.pricing_blurb.red h2{
text-shadow:1px 2px 3px #8b2020;
}

.pricing_blurb p{

}
.pricing_column p,.pricing_index p{
padding:10px 10px;
text-align:center;
margin:0 0 -3px;
}

.pricing_blurb.green{
background:url(../images/common/pricing_blurb_green.png) no-repeat center top transparent;
}
.pricing_blurb.blue{
background:url(../images/common/pricing_blurb_blue.png) no-repeat center top transparent;
}

.specs{
background:url(../images/common/pricing_spec_separator.png) repeat-x bottom left transparent;
min-height:42px;
}
.specs img{
margin:0 2px -2px 0;
}
.specs p{
text-align:center;
margin:1px 0 0 0;
font-weight:bold;
min-height:20px;
}
