﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html
{
	color: #000;
	background: #2C2C2C;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del, ins
{
	text-decoration: none;
}
li
{
	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;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input, button, textarea, select, optgroup, option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select
{ *font-size:100%;}

/******************************************
START
******************************************/

body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #505050;
}

a:link, a:active, a:visited
{
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
}

.box
{
	width: 975px;
	margin: 0 auto;
}

.green
{
	color: #4db848;
}

.blue
{
	color: #2f68b2;
}

.orange
{
	color: #d8482e;
}

.yellow
{
	color: #f9a01b;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

a
{
	text-decoration: none;
}

.spacer-top
{
	margin-top: 15px;
}

.spacer-bottom
{
	margin-bottom: 15px;
}

.spacer-all
{
	margin: 15px 0px;
}

/******************************************
HEADINGS
******************************************/
h1
{
	font-size: 22px;
	color: #2f68b2;
}

h2
{
	font-size: 18px;
	color: #d8482e;
}

h3
{
	font-size: 15px;
	color: #4db848;
}

h4
{
	color: #2f68b2;
	font-size: 12px;
}

p
{
	padding: 6px 0;
	line-height: 1.75em;
}

.dot li
{
	background: url(/Content/images/dot.gif) no-repeat left 7px;
	padding: 3px 0 3px 20px;
	margin-left: 20px;
}
.arrow li
{
	background: url(/Content/images/arrow.gif) no-repeat left 7px;
	padding: 3px 0 3px 20px;
	margin-left: 20px;
}
.tick li
{
	background: url(/Content/images/tick.gif) no-repeat left 5px;
	padding: 3px 0 3px 30px;
	margin-left: 20px;
}
.cross li
{
	background: url(/Content/images/cross.gif) no-repeat left 5px;
	padding: 3px 0 3px 30px;
	margin-left: 20px;
}

hr
{
	border: 0;
	color: #cacaca;
	background-color: #cacaca;
	height: 1px;
	width: 100%;
}
.action
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #E2E3E4;
	padding: 5px 10px;
	width: 230px;
	display: block;
	background: url(/Content/images/action.gif) no-repeat right center;
}
.learn-more, .learn-more-s
{
	display: block;
	width: 80px;
	padding-right: 10px;
	background: url(/Content/images/action.gif) no-repeat right center;
}
.learn-more-s
{
	width: 70px;
	background-position: right 3px;
}
.center
{
	text-align: center;
}
/******************************************
HEADER
******************************************/
#top
{
	background-color: #383839;
}

#header
{
	height: 126px;
}

#hdr-logo
{
	float: left;
}

/******************************************
MENU
******************************************/

#hdr-menu
{
	float: right;
	font-size: 16px;
	color: #ffffff;
	margin-top: 65px;
}

#hdr-menu li
{
	display: inline;
	margin-left: 40px;
}

#hdr-menu li a
{
	color: #f9a01b;
	letter-spacing: 1px;
}

#hdr-menu li a:hover
{
	text-decoration: none;
}

/******************************************
BLOCK
******************************************/

.block
{
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

/******************************************
SERVICES BOX
******************************************/
.s-sprite
{
	position: relative;
	height: 75px;
}

.s-sprite img
{
	position: absolute;
	top: 0;
}

.s-sprite.ss-web
{
	width: 87px;
}
.s-sprite.ss-web img
{
	top: 3px;
	left: 115px;
	clip: rect(0px 87px 75px 0px);
}

.s-sprite.ss-custom
{
	width: 79px;
}
.s-sprite.ss-custom img
{
	top: 2px;
	left: 27px;
	clip: rect(0px 167px 75px 88px);
}

.s-sprite.ss-hosting
{
	width: 78px;
}
.s-sprite.ss-hosting img
{
	left: -47px;
	clip: rect(0px 245px 75px 168px);
}

.services
{
	height: 194px;
}

#services
{
	margin: 40px 0 20px 0;
}

#srv-left
{
	float: left;
	width: 8px;
	background: url(/content/images/servbox_left.png) no-repeat left;
}

#srv-body
{
	float: left;
	width: 959px;
	background: url(/content/images/servbox_bg.png) repeat-x;
}

#srv-right
{
	float: left;
	width: 8px;
	background: url(/content/images/servbox_right.png) no-repeat right;
}

.service
{
	width: 33%;
	height: 170px;
	float: left;
	margin: 10px 0;
	position: relative;
}

.service h1
{
	font-size: 1.5em;
	margin: 5px 0;
	text-align: center;
}

.service p
{
	font-size: 11px;
	line-height: 1.5em;
	width: 190px;
	margin: 0 auto;
	text-align: left;
}

.service .srv-link
{
	font-size: 11px;
	text-decoration: none;
	color: #0088cc;
	position: absolute;
	bottom: 0px;
	right: 70px;
}

/******************************************
CONTENT
******************************************/

#content
{
	width: 600px;
	float: left;
	margin-right: 40px;
}

#rightbox
{
	width: 335px;
	float: right;
}

/******************************************
CONTENT PAGES
******************************************/

.input-validation-error
{
	border: solid 1px #FF0000;
}
.validation-summary-errors
{
	color: #FF0000;
}
.field-validation-error
{
	color: #FF0000;
}
.required
{
	color: #FF0000;
	padding-left: 5px;
}

#content-menu
{
	float: left;
	width: 200px;
}

#content-detail
{
	float: left;
	margin-left: 45px;
	width: 730px;
}

#page
{
	padding: 40px 0;
	background: #FFFFFF;
}

#page a:link, #page a:visited, #page a:active
{
	color: #0088CC;
}

.section li
{
	padding: 18px 0 18px 8px;
}
.section li a
{
	padding: 5px 0 5px 40px;
	background-image: url(/Content/images/menu-icons.gif);
	background-repeat: no-repeat;
}
.ico-email a
{
	background-position: 0px -53px;
}
.ico-story a
{
	background-position: 0px -79px;
}
.ico-team a
{
	background-position: 0px -27px;
}
.ico-web a
{
	background-position: 0px -131px;
}
.ico-seo a
{
	background-position: 0px -157px;
}
.ico-dev a
{
	background-position: 0px 0px;
}
.ico-host a
{
	background-position: 0px -105px;
}

/******************************************
FOOTER-SPRITE
******************************************/

.f-sprite
{
	position: relative;
	width: 21px;
	height: 20px;
}

.f-sprite img
{
	position: absolute;
	top: 0;
}

.f-sprite.fs-address img
{
	left: 0;
	clip: rect(0px 21px 20px 0px);
}

.f-sprite.fs-email img
{
	left: -22px;
	clip: rect(0px 44px 20px 22px);
}

.f-sprite.fs-fax img
{
	top: -21px;
	left: -22px;
	clip: rect(21px 44px 42px 22px);
}

.f-sprite.fs-phone img
{
	top: -21px;
	clip: rect(21px 21px 42px 0px);
}

#mi-links table tr
{
	height: 30px;
}

/******************************************
FOOTER
******************************************/

#footer
{
	background-color: #2c2c2c;
	text-align: center;
	vertical-align: middle;
	padding: 25px 0;
}

#footer-info
{
	background-color: #2f68b2;
	color: #ffffff;
	height: 220px;
	font-size: 10px;
}

#footer-info h1
{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer-info h2
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#whatwedo
{
	width: 480px;
	float: left;
}

.wwd
{
	width: 40%;
	float: left;
	margin: 0 10px;
}

.wwd ul
{
	margin-left: 20px;
	margin-top: 10px;
}

.wwd li
{
	margin-bottom: 5px;
}

#moreinfo
{
	width: 440px;
	float: right;
}

#moreinfo #mi-contact
{
	float: left;
	margin-left: 10px;
}

#mi-contact td
{
	text-align: right;
	padding: 2px;
}

#mi-contact input[type=text], #mi-contact textarea, #mi-contact input[type=button]
{
	background-color: #598dca;
	border: solid 1px #224a7d;
	color: #ffffff;
	padding: 2px;
}

#mi-contact input[type=text], #mi-contact textarea
{
	width: 190px;
}

#mi-contact input[type=button]
{
	padding: 5px 15px;
}

#mi-contact-thanks
{
	float: left;
	margin-left: 10px;
	display: none;
}

#mi-links
{
	float: right;
}

#mi-links td
{
	vertical-align: middle;
	padding: 5px;
}

#mi-links a:link
{
	color: #FFFFFF;
}

#mi-links a:hover
{
	text-decoration: underline;
}


/**********************************************/

.success-block
{
	width: 260px;
	margin: 20px 0 0 15px;
	padding: 20px;
}

.success-comment
{
	width: 258px;
	font-style: italic;
}

.success-from
{
	padding-top: 30px;
	width: 258px;
	font-weight: bold;
	text-align: right;
}

.success-from-company
{
	font-style: italic;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen
{
	.sIFR-flash
	{
		visibility: visible !important;
		margin: 0;
		padding: 0;
		border: 0;
		outline: none;
	}

	.sIFR-replaced, .sIFR-ignore
	{
		visibility: visible !important;
	}

	.sIFR-alternate
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}

	.sIFR-replaced div.sIFR-fixfocus
	{
		margin: 0pt;
		padding: 0pt;
		overflow: auto;
		letter-spacing: 0px;
		float: none;
	}
}

@media print
{
	.sIFR-flash
	{
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}

	.sIFR-alternate
	{
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		width: auto !important;
		height: auto !important;
	}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed t, .service h1, #footer-info h1
 ext come out weird.
*/
@media screen
{
	.sIFR-active #page h1, .sIFR-active #page h2
	{
		font-family: Verdana;
		visibility: hidden;
	}
}

