@CHARSET "UTF-8";

.plans
{
	clear: both;
	width: 1000px;
	/*height: 345px;*/
	height: 690px;
	/*overflow: auto;*/
	overflow: hidden;
}

.plan
{
	float: left;
	width: 242px; 
	height: 327px;
	margin-bottom: 10px;
}

.plan .header
{
	background: url(/img/planheader_bg.gif);
	background-repeat: repeat-x;
	/*padding-left: 4px;*/
	/*padding-right: 5px;*/
	width: 242px;
	height: 58px;
}

.plan .header .left
{
	float: left;
	background: url(/img/planheader_left.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 58px;
}

.plan .header .right
{
	float: right;
	background: url(/img/planheader_right.gif);
	background-repeat: no-repeat;
	width: 5px;
	height: 58px;
}

.plan .header .caption
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	line-height: 350%;
	text-align: center;
}

.plan .body
{
	clear: both;
	width: 242px;
	height:265px;
	background-color: #F7FBFA;
}

.plan .body .left
{
	float: left;
	background: url(/img/planbody_border.gif);
	background-repeat: repeat-y;
	width: 1px;
	height: 265px;
}

.plan .body .right
{
	float: right;
	background: url(/img/planbody_border.gif);
	background-repeat: repeat-y;
	width: 1px;
	height: 265px;
}

.plan .body .content1
{
	font-size: 14px;
	font-weight: bold;
	color: #768485;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.plan .body .content1 ul
{
	padding-left: 20px;
	list-style-image: url(/img/arrowbullet.gif);
	height: 190px;
}

.plan .body .content1 ul li
{
	margin-bottom: 5px;
}

.plan .body .content1 .price
{
	font-size: 20px;
	font-weight: bold;
	color: #5F5F5F;
	text-align: center;
}

.plan .body .content1 .customservicebody
{
	font-size: 12px;
	margin-bottom: 10px;
}

.plan .body .content1 label
{
	font-size: 12px;
}

.plan .body .content1 input.textfield
{
	width: 160px;
}

.plan .body .content1 div.submit
{
	margin-top: 138px;
	text-align: center;
}

.plan .bottom
{
	clear: both;
	width: 242px;
	height:4px;
	background: url(/img/planbottom_border.gif);
	background-repeat: repeat-x;
}

.plan .bottom .left
{
	float: left;
	background: url(/img/planbottom_left.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}

.plan .bottom .right
{
	float: right;
	background: url(/img/planbottom_right.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}

.actions
{
	height: 34px;
	width: 206px;
}

.ordernow
{
	float: left;
	background-image: url(/img/menu_button2.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 92px;
	text-align: center;
	line-height: 238%;
	color: white;
}

.ordernow a
{
	text-decoration: none;
	color: white;
}

.learnmore
{
	float: right;
	background: url(/img/arrow.gif);
	background-repeat: no-repeat;
	color: #30C8FA;
	padding-left: 20px;
	margin-top: 10px;
	background-position: center left;
}

.learnmore a
{
	text-decoration: none;
	color: #30C8FA;
}

.planspacer
{
	float: left;
	width: 9px; /* required for IE6 */
	height: 318px; 
}
