@charset "UTF-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #d7d7d7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.logobox{
	position:absolute; 
	width:221px; 
	height:93px; 
	padding-top:5px;
}
.loginbox{
	text-align:right; 
	padding:5px; 
	border-bottom:1px solid #c1c1c1; 
	color:#333;

}
.formsprop{
	border:none; 
	background:#c1c1c1; 
	padding:3px;
}
.supportbox{ 
	text-align:right; 
	padding:10px 10px 10px 0px;
}
.supportstyle{
	font-size:30px; 
	color:#333;
}
.supportstyle2{ 
	color:#999;
}
.navbox{ 
	background:#151515; 
	padding:1px; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#fff;
}
#nav ul li{
	list-style-type:none;
	display:inline;
	padding-right:20px;
}
.middlebox{
	height:250px; 
	background:#FFF;
}
.planbox{
	float:left;
	background:url(../images/Carbon_Fiber_by_Joni78.png);
	padding:13px;
	border-right:1px solid #333;
	color:#fff;
	width:22%;
}
.tableheader{
	color:#000;
}