/*

Pixel Mechanics

*/


/* CSS IMPORTS */

@import "reset.css";
@import "pixform.css";

body {
	background: fixed #6A819B url('../img/bg.jpg') no-repeat top center;
	color: white;
	width: 840px;
	margin: 0 auto;
	font: normal 12px/12px 'Arial';

}

a {
	outline: none;
}

/* NAVIGATION */


ul.nav {
	position: fixed;
	margin-left: 270px;
	background: url('../img/navcorner.png') no-repeat top left;
	height: 24px;
	padding: 0 12px 0 14px;
}

ul.nav li {
	float: left;
	padding-right: 12px;
	font: normal 12px/24px 'Arial';
	background: url('../img/productbg.png') repeat top left;
}

ul.nav li.home {
	padding-left: 12px;
}

ul.nav li a {
	color: #72879E;
	text-decoration: none;
	display: block;
}



ul.nav li a:hover {
	color: #ABD6FF;
	text-decoration: none;
}

body div.content a {
	color: white;
	text-decoration: none;
}


body div.content a:hover {
	/* color: black; */
	/* color: #ABD6FF; */
	text-decoration: underline;
}

body div.content div.productpackage a:hover {
	color: #ABD6FF;
}

body.home ul.nav li.home a,
body.webdesign ul.nav li.webdesign a,
body.webhosting ul.nav li.webhosting a,
body.domain ul.nav li.domain a,
body.contact ul.nav li.contact a,
body.careers ul.nav li.careers a {
	color: white;
}

ul.nav li a:active {
	color: white;
}

/* MASTHEAD */

div.masthead {
	padding-top: 120px;

	display: block;
}

img.logo {
	margin-bottom: 44px;
}



/* COLUMNS */

div.left {
	width: 480px;
	float: left;

}

div.right {
	width: 313px;
	float: right;
}

div.footer {
	clear: both;
	width: 840px;
}

/* CONTENT */

div.left div.content {
	float: left;
	display: block;
	width: 480px;

}

body.home div.content {
	margin-bottom: 48px;
}

div.right div.content {
	float: left;
	display: block;
	width: 312px;
}

h1 {
	font: normal 23px/23px 'Arial';
	margin-bottom: 30px;
	color: black;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font: normal 18px/18px 'Arial';
	color: black;
}

h2 {
	margin-bottom: 10px;
}

h2.space {
	margin-top: 30px;
}

h4 {
	font: bold 12px/12px 'Arial';
	margin-bottom: 24px;
	color: white;
}

p {
	font: normal 12px/18px 'Arial';
	margin-bottom: 18px;
	color: #2E343B;
	/* color: #323940; */
}

p.message {
	padding: 6px;
	border: 1px solid white;
	color: white;
}

img.badge {
	float: right;
	margin-top: -12px;
	margin-right: -18px;
	margin-left: 12px;
}

div.content span {
	color: black;
}

div.content form span,
body.webhosting div.content div.productpackage span  {
	color: #BAC2D9;
}

/* PRODUCT BOXES */

body.home div.content div.productbox a {
	float: left;
	display: block;
	width: 130px;
	height: 120px;
	padding: 12px 2px 12px 12px;
	margin-right: 20px;
	background: url('../img/productbox.png') no-repeat top left;
	line-height: 15px;
	color: #BAC2D9;
} 

body.home div.content div.productbox a:hover {
	background: url('../img/productbox.png') no-repeat top center;
	text-decoration: none;
}

body.home div.content div.productbox a:active {
	background: url('../img/productbox.png') no-repeat top right;
}

body.home div.content div.productbox.last a {
	margin: 0;
}

div.productbox span {
	display: block;
	height: 15px;
	margin-bottom: 15px;
	text-indent: -500px;
	overflow: hidden;
}

span.alpha {
	background: url('../img/alpha.png') no-repeat top left;
}

span.beta {
	background: url('../img/beta.png') no-repeat top left;
}

span.zeta {
	background: url('../img/custom.png') no-repeat top left;
}

span.micro {
	background: url('../img/micro.png') no-repeat top left;
}

span.macro {
	background: url('../img/macro.png') no-repeat top left;
}



div.productbox h3 {
	margin-bottom: 0;
}

div.productbox p {

}

a.productbox {
	display: block;
}

/* DOMAIN SEARCH */



form.domainsearch {
	width: 288px;
	height: 64px;
	display: block;
	padding: 12px;
	background: url('../img/domainboxbg.png') no-repeat top left;
}

input {
	width: 84px;
	height: 15px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-left: 6px;
	font: normal 12px 'Arial';
	background: #1F2B3E;
	border: 1px solid #17202E;
	color: white;
}

select {
	height: 23px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font: normal 12px/12px 'Arial';
	background-color: #1F2B3E;
	color: white;
	border: 1px solid #17202E;
}

option {
	background: #1F2B3E;
}

input.button {
	width: 60px;
	height: 23px;
}

/* FOOTER */

div.footer {
	float: left;
	display: block;
	}

div.footer p {
	color: #444F66;
	float: left;
}

div.footer p.widget {
	float: right;
}

div.footer hr {
	color: black;
	border: 1px solid #54617D;
	background: black;
	display: block;
}

/* WEB DESIGN PAGE */

div.productpackage {
	float: left;
	margin-top: 18px;
	margin-bottom: 24px;
	width: 456px;
	padding: 24px;
	padding-right: 0px;
	background: url('../img/productbg.png') repeat;
	color: #BAC2D9;
}

div.productpackage div.description {
	float: left;
	width: 222px;
}

div.productpackage div.features {
	float: right;
	width: 212px;
}

div.productpackage p {
	color: #BAC2D9;
}

div.productpackage span.price {
	border: 1px solid #17202E;
	padding: 6px 9px 6px 9px;
	font: normal 12px/12px 'Arial';
	color: white;
	background: #1F2B3E;
	display: block;

}

div.productpackage div.features p {
	background: url('../img/tick.png') repeat-y top right;
	margin-right: 24px;
}

body.webdesign div.right img {
	margin-bottom: 24px;
	display: block;
}

body.webdesign div.content button {
	width: 178px;
}

body.webdesign a.brochure {
	border: 1px solid #17202E;
	padding: 6px 9px 6px 9px;
	font: normal 12px/12px 'Arial';
	color: white;
	background: #1F2B3E;
	display: block;
	float: left;
	margin-right: 6px;
}

body.webdesign a.brochure.contact {
	margin-right: 0;
}

/* WEB HOSTING */

body.webhosting div.productpackage {
	width: 320px;
	padding-right: 0;

}



body.webhosting div.content table td {
	padding-right: 24px;
	text-align: center;
	color: #BAC2D9;
}

body.webhosting div.content table td.feature {
	text-align: left;
}

div.content button,
div.content a.button {
	border: 1px solid #17202E;
	padding: 3px 6px 3px 6px;
	font: normal 12px/12px 'Arial';
	color: white;
	background: #1F2B3E;
}



div.content table td.input {
	float: left;
}

/* DOMAIN REGISTRATION */


body.domain div.left div.productpackage {
	width: 332px;
}

body.domain div.left div.productpackage.pricing {
	width: 208px;
}

body.domain div.right div.productpackage {
	width: 182px;
}

body.domain div.left div.productpackage input,
body.domain div.left div.productpackage select {
	margin-right: 3px;
}

body.domain div.left div.productpackage input.submit ,
body.domain div.left div.productpackage select {
width: auto;
height: 24px;
margin: 0;
}


div.right table td.period {
	padding-right: 0;
}

/* CONTACT US, CAREERS */



table tr td {
	text-align: left;

}

table td.label {
	width: 136px;
	display: block;

}


table.details {
	margin-bottom: 24px;
}

input.validation {
	width: 48px;

}


textarea {
	background: #1F2B3E;
	font: normal 12px/18px 'Arial';
	border: 1px solid #17202E;
	color: white;
	margin-left: 6px;
	width: 208px;
}

div.content select {
	margin-left: 6px;
	background-color: #1F2B3E;
}

/* FIXES */
div.right div.content.hosting h2 {
	display: block;
	width: 175px;
}

div.right div.content h2 {
	display: block;
	width: 300px;
	}

div.floatclearer {
	clear: both;
	height: 1px;
	text-indent: -10000px;
}