/********************************************************************
* GENERAL / DOCUMENT STYLE
*********************************************************************/

body
{
	overflow-y				: scroll;
	background-image: url('/images/background.png');
	background-repeat: no-repeat;
	background-position: 50% 250px;
	background-color	: #ffffff;
	font-size				: 12px;
	margin: 0;
	padding: 0;
}

html
{
	height					: 100%;
}
html *
{
	font-family					: Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size					: 12px;
	color						: #333333;
}

.wrapper
{

	width:						950px; /* or a percentage, or whatever */
	text-align:					left; /* reset everything to left */
	margin-left:				auto;
	margin-right:				auto;
	background-color:			#F5F5F5;
	z-index: 2;
	position: relative;

}
div.page-title
{
	color								: #ffffff;
	background-color					: #343B4C;
	height: 30px;
	padding								: 5px 0 0 5px;
	text-indent							: 15px;
	font-weight							: bold;
	margin-bottom: 10px;
}
div.navigation > div
{
	color						: #dedede;
}
div.navigation a
{
	color: #dedede;
}
div.navigation a:hover
{
	color: orange;
}
.contact-info *
{
	font-size: 14px;
	color: #ffffff;
}

.plans *
{
	color: #666666;
	font-size: 11px;
}
.plans td
{
	height: 25px;
	padding-left: 5px;
}
.plans > table > tbody > tr > td
{
	border: 1px dotted #CCCCCC;
}
.planRowDark
{
	background-color: #EFF2F3;
}
.planRowLight
{
	background-color: #FFFFFF;
}
.planRowTitle *
{
	color:#FFFFFF;
	font-family:Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
.planColTick
{
	background-image: url('http://www.d9x.net/images/check.gif');
	background-repeat: no-repeat;
	background-position: 5px 10px;"
}
