@import url('body.css');
@import url('style.css.php');
@import url('frontpage.css.php');


ul#main_menu .empty
{
	padding: 8px 0 0 0;
	height: 24px;
	display: block;
	margin: 0 0 0 2px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	background: url(/design/images/main/menu/mid.gif) repeat-x top left;
}

ul#main_menu .endPanel
{
	width: 138px;
	background: url(/design/images/main/menu/last.gif) no-repeat top right;
}

div#main_mid{
	margin: 1px 0 0 3px;
	background: url(/design/images/main/top_left_clean.jpg) no-repeat top left;
	width: 852px;
	height: 169px;
}

div#main_mid h2{
	padding: 57px 0 0 0px;
}
div#main_mid p{
	padding: 9px 0 0 0px;
}

div.puff{
	margin-left: 11px;
	padding: 0;
	float: left;
	width: 400px;
}

div.puff div.puff_content{
	border-bottom: 1px solid #c4d3df;
}

div#header h6 a{
	width: 200px;
	height: 35px;
}

div#frontpage_mid_right a.subscribe{
	background: url(/landing/images/subscribe.gif) no-repeat top right;
}
div#frontpage_mid_right a.trial{
	background: url(/landing/images/trial.gif) no-repeat top right;
}

div.row
{
	clear: left;
}

div.row .left
{
	float: left;
	margin: 0;
	margin-right: 20px;
	width: 294px;
}
div.row .right
{	
	float: left;
	margin: 0;
	width: 294px;
}

div#main_mid ul a.subscribe
{
	background: transparent url(/landing/images/main_subscribe.gif) no-repeat scroll left top;
	text-indent: 0px;
	color: black;
	text-align: center;
}
div#main_mid ul a.subscribe span
{
	font-size: 22px;
	display: block;
	width: 151px;
	height: 50px;
	padding-top: 15px;
}

div#main_mid ul a.trial
{
	background: transparent url(/landing/images/main_trial.gif) no-repeat scroll left top;
	text-indent: 0px;
	text-align: center;
	color: black;
}
div#main_mid ul a.trial span
{
	font-size: 22px;
	display: block;
	width: 151px;
	height: 40px;
	padding-top: 6px;
}

div#frontpage_mid_right a.subscribe
{
	text-indent: 0px;
	text-align: center;	
}
div#frontpage_mid_right a.subscribe span
{
	display: block;
	width: 159px;
	height: 50px;
	padding-top: 17px;
	font-size: 22px;
	color: black;
}
div#frontpage_mid_right a.trial
{
	text-indent: 0px;
	text-align: center;	
}
div#frontpage_mid_right a.trial span
{
	display: block;
	width: 159px;
	height: 47px;
	padding-top: 10px;
	font-size: 22px;
	color: black;
}

a.trial-btn
{
	cursor: pointer;
	/*float: left;*/
	background: transparent url(/landing/images/subscribe.gif) no-repeat scroll left top;
	height: 66px;
	width: 159px;
	/*font-size: 20px;
	font-weight: bold;
	font-align: center;
	font-family: Arial;
	font-weight: bold;
	color: black;*/
}
a.trial-btn span
{
	text-align: center;
	padding-top: 15px;
	display: block;

}


a.order-btn
{
	cursor: pointer;
	float: left;
	background: transparent url(/landing/images/trial.gif) no-repeat scroll 0 0;
	width: 159;
	height: 47;

}
a.order-btn span
{
	text-align: center;
	padding-top: 15px;
	display: block;
font-size: 20px;
	font-weight: bold;
	font-align: center;
	font-family: Arial;
	font-weight: bold;
	color: black;

}


a.continue-btn
{
	background: transparent url(/landing/images/cont-btn-left.gif) no-repeat scroll 0 0;
	cursor: pointer;
	float: right;
	font-family:Arial;
	font-size: 16px;
	color: white;
}
a.continue-btn span
{
	background: transparent url(/landing/images/cont-btn-right.gif) no-repeat scroll 100% 0;
	float: left;
	margin-left: 7px;
	height: 31px;
	padding: 6px 45px 0 5px;
}

a.trial3-btn
{
	background: transparent url(/landing/images/trial-btn-left.gif) no-repeat scroll 0 0;
	cursor: pointer;
	float: right;
	font-family:Arial;
	font-size: 16px;
	color: white;
}
a.trial3-btn span
{
	background: transparent url(/landing/images/trial-btn-right.gif) no-repeat scroll 100% 0;
	float: left;
	margin-left: 7px;
	height: 31px;
	padding: 6px 45px 0 5px;
}

a.disabled-btn
{
	background: transparent url(/landing/images/cont-btn-left-disabled.gif) no-repeat scroll 0 0;
	cursor: pointer;
	float: right;
	font-family:Arial;
	font-size: 16px;
	color: white;
}

a.disabled-btn span
{
	background: transparent url(/landing/images/cont-btn-right-disabled.gif) no-repeat scroll 100% 0;
	float: left;
	margin-left: 7px;
	height: 31px;
	padding: 6px 45px 0 5px;
}

a.back-btn {
	float: left;
}
a.back-btn span
{
	font-family:Arial;
	font-size: 12px;
	padding-left: 5px;
	color: #e98d01;
	font-weight: bold
}


