html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: #3b3f49 url(../images/bg.jpg) repeat-x;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}

.grey-container
{
	position:relative;
	background:#f5f5f5 url('images/rounded-box/grey-bg.png');
	border:1px solid #d9d9d9;
	padding:10px 14px;
}

/* COMPARE PLANS
===========================================================================================================*/
#plantable td {
	border-bottom: 1px solid #ced8df;
	border-right: 1px solid #ced8df;
	padding: 0px 0px 0px 0px;
	height: 33px;
	text-align:center;
}
/*** CONTENT ***/
#main_content{padding:0px 44px 25px 24px;}
.imgleft{float:left; padding-right:15px;}
.imgright{float:right; padding-left:15px;}
.clr{clear:both}
blockquote div{background-image:url(../images/quoright.gif); background-repeat:no-repeat; background-position:right bottom;padding:0px 5px 5px 5px;}
/*** END OF CONTENT ***/
/*** HOSTING ***/
ul.col1, ul.col2, ul.col3, ul.col4{display:inline; margin:0px !important; padding:0px; list-style-position:outside; float:left;}
/* col1 */
ul.col1{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:225px;
	font-size:12px;
}
li.tl1{
	text-indent:15px;
	background-image:url(../images/title_red.gif);
	color:#fff;
}
ul.col1 li{
	display:block;
	height:24px;
	width:250px;
	padding:5px 0px 0px 10px;
	text-align:left;
}
/* col2 */
ul.col2{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:122px;
	text-align:center;
	font-size:12px;
}
li.tl2{
	text-align:center;
	background-image:url(../images/title_red.gif);
	color:#fff;
}
ul.col2 li{
	display:block;
	height:24px;
	width:122px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
/* col3 */
ul.col3{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:122px;
	text-align:center;
	font-size:12px;
}
li.tl3{
	text-align:center;
	background-image:url(../images/title_red.gif);
	color:#fff;
}
ul.col3 li{
	display:block;
	height:24px;
	width:122px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
/* col4 */
ul.col4{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:122px;
	text-align:center;
	font-size:12px;
}
li.tl4{
	text-align:center;
	background-image:url(../images/title_red.gif);
	color:#fff;
}
ul.col4 li{
	display:block;
	height:24px;
	width:122px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
/* color row */
.odd{
	background-color:#85b3d5;
	border-bottom:solid 1px #f0f0f0;
}
.event{
	background-color:#e6e6e6;
	border-bottom:solid 1px #f0f0f0;
}
/* for price */
li.price{
	display:none;
	line-height:normal;
	margin:0px 0px 10px 0px;
	
}
.price{color:#4469a0;font-size:20px;}
.price sup{color:#4469a0;font-size:18px;}
/* for icon */
.icon{padding:0px 6px 0px 0px;margin:0px;}
.txt_plan{vertical-align:super;font-weight: bold;}
/*** END OF HOSTING ***/
