

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	
	font: inherit;
	font-family: Helvetica, Arial, San-Serif;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 25px;
	background: #eeeee8;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {padding: 20px;}

.highlight {color: #ccffcc; }
.header {height: 145px; border-bottom: 5px solid #663399; background: #fff;}
#header {position: relative; width: 950px; text-align: center;}
.main-content {padding: 20px 0 0 0; postion: relative;}
.container {width: 950px;  }
#logo {position: absolute; top: 49px; left: 0px;}
.login {position: absolute; right: 0px; top: 50px;}
.d-family {font-size: 12px; padding: 30px 0 0 0;}
#hero {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #663399 url(img/tech-bg-opaque.png) no-repeat 309px -77px;
	height: 275px;
	color: #fff;
 
}

#hero-left {
	float:left; 
	background: #330066; 
	width: 313px; 
	height: 275px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	}

#hero a{color: #ccffcc;}	
.dotster {margin: 20px 0;}
.lmore {margin: 10px 0 0; display: block;}

#search {text-align: center; padding: 100px 0 0 0;}
#domain-input {height: 32px; width: 285px; padding: 0 0 0 15px; border: 2px solid #330066;}
#search h2 {font-weight: bold; font-size: 30px; }
form {margin: 20px 0 0;}

#boxes { 
	width: 975px;
	height: 190px;
	margin: 20px auto 0px auto;    
}
.box {
	float:left;
	width: 311px;
	height: 158px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 0px 2px #888;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	
}
.box-text {height: 110px;}
.box h2 {color: #5e872c; font-size: 20px; font-weight: bold; margin: 20px 20px 0 0; float:right; width: 155px; text-align: right;}
.box-button {float:right; margin: 0 20px 0 0;}
#hosting-price {color: #330066; font-size: 26px; float:right; clear:both; font-weight: bold; margin: 0px 20px 0 0;}
.numbers {float:right; font-size: 12px; line-height: 15px; clear:both; text-align: right; margin: 0 20px 0 0; width: 155px;}


.faq {margin: 0 9px 0 0; background: #330066 url(img/opaque-q.png) no-repeat -109px -51px;}
.support{margin: 0 9px 0 0; background: #fff url(img/support-agent.jpg) no-repeat -47px -11px;}
.hosting {background: #fff url(img/laptop.jpg) no-repeat -15px 10px;}


#footer {margin: 0px 0; font-size: 11px;}


/* button */
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}


.gray {
	background: #ccc;
    background: -moz-linear-gradient(center top , #d9d9d9, #b1b1b1) repeat scroll 0 0 transparent;
	text-decoration: none;
    border: 1px solid #999;
    color: #333;
}
.gray:hover {
	background: #999;
	text-decoration: none;    
    background: -moz-linear-gradient(center top , #bbb, #999) repeat scroll 0 0 transparent;
}


