/****************/
/* GENERAL TAGS */
/****************/

p {
	font-size: 0.7em;
	margin-left: 10px;
}
h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #666666;
	background-color: #CCCCCC;
}
h3 {
	font-size: 0.9em;
	text-decoration: underline;
}

/**************/
/* PAGE STUFF */
/**************/

body {
	margin: 0px;
}
div#page_container_outer {
}
div#page_container_inner {
	width: 925px;
	border: 0px solid #000000;
}

/***************/
/* HEADER BAR */
/***************/
div#header_outer {
	border: 0px solid #000000;
}
div#header_inner {
	border: 0px solid #000000;
	height: 98px;
	width: 903px;
	background: #FFFFFF url('/images/head_back_02.gif') no-repeat left top;
}
div#header_text {
	position: relative;
	width: 290px;
	height: 60px;
	left: 603px;
	top: 20;
	overflow: auto;
	border: 0px solid #000000;
	font-family: 'Lucida Grande', arial;
	font-size: 0.8em;
	text-align: right;
	color: #666666;
}

/***************************/
/* SERVICES GUARANTEES BAR */
/***************************/
div#services_guarantees_outer {
	border: 0px solid #000000;
	margin-bottom: 10px;
}
div#services_guarantees_inner {
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 10px;
	width: 890px;
	height: 90px;
	font-family: 'Lucida Grande', arial;
	font-size: 0.9em;
	background: #FFFFFF url('/images/services_guarantees_back.gif') no-repeat left top;
}
div.services_guarantees_item {
	border: 0px solid #000000;
	width: 145px;
	float: left;
}

/**********************/
/* CONTENT CONTAINER  */
/**********************/
div#content_container_outer {
	border: 0px solid #000000;
	margin-bottom: 10px;
}
div#content_container_inner {
	margin-top: 10px;
	border-top: 1px solid #AAAAAA;
	padding-bottom: 10px;
	width: 890px;
	font-family: 'Lucida Grande', arial;
	font-size: 0.9em;
}
div.content_column {
	/* float: left;
	width: 222px;
	height: 230px; */
	margin-bottom: 10px;
	border: 0px solid #AAAAAA;
	overflow: hidden;
}


/***************/
/* PACKAGE BAR */
/***************/
div#package_bar_outer {
	border: 0px solid #000000;
}
div#package_bar_inner {
	border: 0px solid #000000;
	width: 895px;
}
div.package_container {
	width: 142px;
	padding-left: 5px;
	border-left: 1px solid #AAAAAA;
	font-family: 'Lucida Grande', arial;
	font-size: 0.8em;
	float: left;
	/* text-align: center; */
}
span.package_type {
	font-weight: bold;
	display: block;
}
ul.package_bullets {
	margin-left: 0px;
	padding-left: 20px;
	font-family: courier;
	margin-bottom: 5px;
	font-size: 0.9em;
}
span.package_price {
	color: #008800;
	font-size: 2.0em;
	font-family: impact;
}
span.package_price_slash {
	font-size: 1.6em;
}
span.package_learn_more{
	padding-left: 10px;
}
span.package_learn_more a {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
span.package_learn_more a:hover {
	text-decoration: underline;
}
div.package_dc_container {
	width: 149px;
	height: 136px;
	border: 0px solid #AAAAAA;
	font-family: 'Lucida Grande', arial;
	font-size: 0.8em;
	float: left;
	background: #FFFFFF url('/images/datacenter_descr_back.gif') no-repeat left top;
	/* text-align: center; */
}
div#package_dc_descr {
	position: relative;
	left: 7px;
	top: 35px;
	border: 0px solid #000000;
	width: 133px;
	height: 160px;
	overflow: hidden;
}
div.package_splash_container {
	width: 146px;
	height: 133px;
	font-family: 'Lucida Grande', arial;
	font-size: 0.8em;
	float: left;
	background: #FFFFFF url('/images/slash_back.gif') no-repeat left top;
	padding-right: 5px;
	/* text-align: center; */
}

/* POWERED BY BAR */
div#powered_by_bar {
	border: 0px solid #000000;
	height: 108px;
	background: #FFFFFF url('/images/powerd_by_bar_back.gif') no-repeat left top;
}
div#powered_by_bar_text {
	position: relative;
	width: 580px;
	height: 65px;
	left: 20px;
	top: 20;
	overflow: auto;
	border: 0px solid #000000;
	font-family: 'Lucida Grande', arial;
	font-size: 0.7em;
}

/**********/
/* FOOTER */
/**********/

div#footer_container {
	font-size: 0.8em;
	color: #666666;
	font-family: 'Lucida Grande', arial;
	text-align: center;
}

/********/
/* MISC */
/********/
div.float_clear {
	clear: both;
}
span.highlight {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
span.paragraph_head {
	color: #003366;
	font-style: italic;
	font-weight: bold;
}
