/* @override http://hostedbyxentek/css/style.css */

/* @group Reset CSS */

/* MEYER CSS RESET
   v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */



/* @group Layout */

body {
	background: url(/img/bg.png) no-repeat;
}

#page {
	width: 666px;
	position: absolute;
	top: 0;
	right: 40px;
	opacity: 0.9;
	padding: 40px;
}

#header {
	background: black;
	opacity: 0.95;
	height: 80px;
	border: 1px solid black;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	box-shadow: 2px -2px 12px #000;
	-webkit-box-shadow: 2px 0 12px #000;
	-moz-box-shadow: 2px 0 12px #000;

}

#header h1 {
	position: absolute;
	top: 53px;
	right: 24px;
	width: 300px;
}

#header h1 a {
	color: #e6dece;
	text-decoration: none;
	font-family: papyrus, fantasy;
	font-size: 2em;
	text-shadow: #4a3e2d 0 2px 14px;
}

#content {
	background: #e6dece;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #e6dece;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	box-shadow: 2px 2px 12px #000;
	-webkit-box-shadow: 2px 2px 12px #000;
	-moz-box-shadow: 2px 2px 12px #000;
	overflow: auto;
}

#content p, #ratesdata, ul.featurelist {
	margin-bottom: 0.9em;
}

ul.menu {
	list-style: none;
	height: 30px;
	position: absolute;
	top: 90px;
	right: 42px;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	padding-right: 22px;
}

ul.featurelist {
	font-size: 0.8em; 
	line-height: 1.2em;
}

ul.featurelist li {
	background: url(/img/confirm_16.png) no-repeat left center;
	margin-left: 20px;
	padding-left: 20px;
}

#bonsai {
	position: absolute;
	bottom: 160px;
	right: 60px;
}

/* @end */

/* @group styles */

.underline {
	border-bottom: 4px double #333;
}

#home, #about, #details, #technology, #rates, #contact, #high-availability {
	display: none;
}

#home, #about, #details, #technology, #rates, #contact, #high-availability {
	height: 515px;
}

#ratesdata, #hadata {
	font-size: 0.6em;
	width: 100%;
}

#hadata {
	margin-bottom: 5px;
}

#ratesdata th, #hadata th {
	text-align: right;
	padding: 4px;
	background: #d5a757;
	border: 1px solid #8e583b;
	line-height: 1em;
}

#ratesdata td, #hadata td {
	text-align: right;
	border: 1px solid #e6e6e6;
	padding: 4px;
	background: #f2f2f2;
	width: 20%;
}

#ratesdata th.thcol, #hadata th.thcol {
	width: 20%;
	text-align: left;
	white-space: nowrap;
}

#hadata th.thcol {
	width: 10%;
}

#hadata td {
	width: 45%;
}	

small {
    font-size: .7em;
    font-style: italic;
}


/* @end */

