/* CSS Document */


	
/* Plan table style */	
.plantable{
	border:#ddd 0px solid;
	width:100%;
	border-collapse: collapse;
	border-spacing:0px;
	background:#f7f7f7;
	}
.plantable th{
	font-family:Impact;
	font-size:28px;
	text-align:center;
	border-spacing:0px;
	line-height:60px;
	height:60px;
	}
.plantable td{
	height:60px;
	line-height:60px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:#e6e6e6 1px solid;
	border-top:#f0f0f0 1px solid;
	}
.plantable td.title{
	padding-left:10px;
	background:url(images/plan_title_bg.png) repeat-x;
	}
.plantable td.title h4{ color:#000;}
.plantable td.title sup{
	font-size:14px;
	color:#999999;
	}
.plantable td.title img{
	position:relative;
	top:6px;
	margin-right:5px;
	}
.plantable td.heading{
	font-size:12px;
	color:#000;
	line-height:18px;
	vertical-align:middle;
	background:url(images/hosting_plan_td_head_bg.png) repeat-x;
	padding-left:10px;
	}
.plantable td.subheading{
	font-size:20px;
	color:#2C2C2C;
	border-top: #FFFFFF 1px solid;
	padding-left:10px;
	line-height:42px;
	height:42px;
	background:url(images/subheadingbg.png) repeat-x;
	}
.plantable td.subheading img{
	position:relative;
	top:6px;
	left:5px;
	}
.plantable td.val{
	color:#444;
	text-align:center;
	font-size:13px;
	background:url(images/hosting_plan_td_head_bg.png) repeat-x;
	}
.plantable td.val div{
	width:170px;
	height:60px;
	margin:0 auto;
	border:#f00 0px solid;
	background:#eee url(images/hosting_plan_td_bg.png) repeat-x;
	}
.plantable td.top div.plantabtop{
	width:170px;
	height:68px;
	margin:0 auto;
	line-height:68px;
	font-family:'Impact';
	font-size:34px;
	color:#fff;
	text-shadow:0px 0px 3px #999;
	text-align:center;
	border:#000000 0px solid;
	}
.plantable td div.plantabtop span{
	font-size:12px;
	}
.plantable td.top div.lite{
	background:url(images/lite_top_header.png) no-repeat center;
	}
.plantable td.top div.value{
	background:url(images/value_top_header.png) no-repeat center;
	}
.plantable td.top div.silver{
	background:url(images/silver_top_header.png) no-repeat center;
	}
.plantable td.top div.gold{
	background:url(images/gold_top_header.png) no-repeat center;
	}

/* Plan table bottom style */
.plantable td.bottom{ border-bottom:none; height:45px; line-height:45px; }
.plantable td.bottom a{text-decoration:none;}
.plantable td.bottom div.plantabbottom{
	width:170px;
	height:68px;
	margin:0 auto;
	line-height:60px;
	font-family:'Impact';
	font-size:34px;
	color:#fff;
	text-shadow:0px 0px 3px #999;
	text-align:center;
	border:#000000 0px solid;
	}
.plantable td.bottom div.lite {
	background:url(images/lite_bottom_center.png) repeat-x;
	}
.plantable td.bottom div.value {
	background:url(images/value_bottom_center.png) repeat-x;
	}
.plantable td.bottom div.silver {
	background:url(images/silver_bottom_center.png) repeat-x;
	}
.plantable td.bottom div.gold {
	background:url(images/gold_bottom_center.png) repeat-x;
	}
.plantable td.bottom div.lite div.left,
.plantable td.bottom div.value div.left,
.plantable td.bottom div.silver div.left,
.plantable td.bottom div.gold div.left{
	height:68px;
	width:19px;
	border:#990033 0px solid;
	float:left;
	}
.plantable td.bottom div.lite div.left{
	background:url(images/lite_bottom_left.png) no-repeat center;
	}
.plantable td.bottom div.value div.left{
	background:url(images/value_bottom_left.png) no-repeat center;
	}
.plantable td.bottom div.silver div.left{
	background:url(images/silver_bottom_left.png) no-repeat center;
	}
.plantable td.bottom div.gold div.left{
	background:url(images/gold_bottom_left.png) no-repeat center;
	}

.plantable td.bottom div.lite div.right,
.plantable td.bottom div.value div.right,
.plantable td.bottom div.silver div.right,
.plantable td.bottom div.gold div.right{
	height:68px;
	width:19px;
	border:#990033 0px solid;
	float:right;
	}
.plantable td.bottom div.lite div.right{
	background:url(images/lite_bottom_right.png) no-repeat center;
	}
.plantable td.bottom div.value div.right{
	background:url(images/value_bottom_right.png) no-repeat center;
	}
.plantable td.bottom div.silver div.right{
	background:url(images/silver_bottom_right.png) no-repeat center;
	}
.plantable td.bottom div.gold div.right{
	background:url(images/gold_bottom_right.png) no-repeat center;
	}
.plantable td.bottom div.plantabbottom:hover{
	color:#f1f1f1;
	}

#plan_desc_container{
	width:930px;
	height:auto;
	padding-bottom:10px;
	border:#FF9966 0px solid;
	margin:0px auto;
	}
#plan_desc_container h2{
	font-size:24px;
	text-align:center;
	line-height:44px;
	font-weight:bold;
	text-shadow:0px 0px 4px #f8f8f8;
	}
#plan_desc_container h4{
	font-size:13px;
	line-height:22px;
	color:#4D4D4D;
	text-align:center;
	}
#plan_desc_container h3{
	font-size:16px;
	font-weight:bold;
	color:#303030;
	text-align:center;
	padding-top:6px;
	}

.nextprebtn{
	width: 30px;
	height: 42px;
	border: #333333 0px solid;
	margin-right: 366px;
	float: right;
	padding: 0px;
	}
.nextprebtn img{
	padding-top:6px;
	}
#box_container{
	width:100%;
	min-height:250px;
	background:#F5F5F5;
	margin:0;
	}
#box_container div.inner_box_container{
	width:930px;
	margin:0 auto;
	border:#CCCCCC 0px solid;
	}
#box_container div.inner_box_container_left{
	width:630px;
	padding-right:20px;
	height:auto;
	float:left;
	border:#999999 0px solid;
	padding-top:10px;
	}
#box_container div.inner_box_container_left h2{
	font-size:20px;
	line-height:35px;
	font-weight:bold;
	}
#box_container div.inner_box_container_right{
	width:240px;
	padding-top:20px;
	height:auto;
	min-height:300px;
	padding-left:30px;
	float:left;
	background: url(images/plan_sep.png) left top no-repeat;
	border:#999999 0px solid;
	}
#box_container div.inner_box_container_right h4{
	font-size:16px;
	font-weight:bold;
	color:#333;
	}
#box_container div.inner_box_container_right h1{
	font-size:22px;
	color:#000;
	font-weight:bold;
	}
#box_container div.inner_box_container_right h3{
	font-size:15px;
	color:#ED0000;
	font-weight:bold;
	}
#box_container div.inner_box_container_right span{
	font-size:12px;
	line-height:22px;
	
	}
	
ul.planfaq {
	margin-left:0px;
	}
ul.planfaq li{
	font-weight:bold;
	list-style:none;
	line-height:23px;
	color:#666;
	cursor:pointer;
	}
ul.planfaq li div.center{
	font-size:13px;
	background:url(images/planfaq_bg_center.png) repeat-x;
	font-weight:bold;
	height:35px;
	line-height:30px;
	}
ul.planfaq li div.left{
	width:12px;
	height:35px;
	float:left;
	background:#F5F5F5 url(images/planfaq_bg_left.png) top left no-repeat;
	}
ul.planfaq li div.right{
	width:12px;
	height:35px;
	float:right;
	background:#F5F5F5 url(images/planfaq_bg_right.png) top right no-repeat;
	}
ul.planfaq li:hover{ color:#0066CC;}
ul.planfaq li p{
	font-weight:normal;
	display:none;
	cursor: text;
	}
/* Add on page Css starts here */
.smoothTabs{
	width:100%;
	border:#000000 0px solid;
	}
.smoothTabs ul{
    width: 930px;
    height: 61px;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: Tahoma;
    font-weight: bold;
}
.smoothTabs li{
	width:303px;
    float: left;
	height:49px;
    display: inline;
    color: #000;
    cursor: pointer;
    text-align: center;
}
.smoothTabs li h4{
	font-size:18px;
	font-weight:bold;
	height:38px;
	color:#000000;
	line-height:38px;
	text-align:center;
	background: url(images/tab_bg.png) repeat-x;
	border:#CCCCCC 1px solid;
	text-shadow:0px 0px 4px #f8f8f8;
	}
.smoothTabs li.smoothTabsLiCurrent{
	background:url(images/tab_bullet.png) no-repeat center bottom;
	color:#a90000;
}
.smoothTabs li.smoothTabsLiCurrent  h4{
	color:#a90000;
}
/*smoothTabsLiCurrent*/
.smoothTabsDivHidden {
    
}
.smoothTabsDivVisible{
    display:block;
}


.addonplantable{
	border:#069 0px solid;
	width:100%;
	border-collapse: separate;
	border-spacing:0px;
	}
.addonplantable th{
	font-size:18px;
	text-align:center;
	border-spacing:0px;
	color:#FF8D17;
	line-height:45px;
	height:45px;
	text-align:left;
	padding-left:20px;
	border-bottom:#e8e8e8 1px solid;
	background:url(images/tech_support_plan_td_head_bg.png) repeat-x;
	}
.addonplantable td{
	height:45px;
	line-height:45px;
	text-align:left;
	font-size:13px;
	padding-left:20px;
	color:#2C2C2C;
	border-bottom:#e8e8e8 1px solid;
	background:url(images/tech_support_plan_td_head_bg.png) repeat-x;
	}
	
.text_cloud_input{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
    color: #CCCCCC;
    margin: 2px 0;
    padding: 5px 0;
    width: 233px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bg_but_sub{
    background: url("images/bg_but_sub.png") repeat-x scroll left top transparent;
    border: 1px solid #336699;
    height: 23px;
    margin: 10px 0 0;
    padding: 0 10px;
	cursor:pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 80px;
}

.bg_but_sub:hover{
    background: url("images/bg_but_sub.png") repeat-x scroll left top transparent;
	background-position:0 -49px;
}


.footer_left_hd{
    background: url("images/footer_left_hd.png") repeat-x scroll left top transparent;
    height: 27px;
    padding: 7px 8px;
    width: 220px;
}

.circle_icon{
    background: url("images/circle_icon.png") no-repeat scroll left top transparent;
    height: 18px;
    width: 18px;
	float:right;
}






/************************************-- Plan page new theme style -- Sep 2013 **************************************/
.planpagehead{
	width:100%;
	height:232px;
	background:#F0FBFD url(ui/planpage_banner.png) top center no-repeat;
	border:1px solid #6AA0CE;
	}
.planpagehead h1{
	color:#232323;
	font-size:50px;
	margin-top:15px;
	font-weight:bold;
	margin-left:50px;
	letter-spacing:-1px;
	}
.planpagehead h2{
	color:#292929;
	font-size:25px;
	float:left;
	font-weight:bold;
	margin-left:55px;
	font-family:'HelveticaCondensedRegular';
	}
.planpagehead div.offerbox{
	float:left;
	width:220px;
	margin-top:30px;
	padding-top:10px;
	margin-left:50px;
	height:190px;
	}
.planpagehead div.offerbox h1{
	font-size:38px;
	font-family:Tahoma;
	margin-left:0px;
	margin-top:0;
	text-align:center;
	float:none;
}
.planpagehead div.offerbox h1,
.planpagehead div.offerbox h4,
.planpagehead div.offerbox span{
	color:#B51F1F;
	background: -webkit-linear-gradient(top, #E24545, #A31A1A);
	background: linear-gradient(top, #E24545, #A31A1A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.planpagehead div.offerbox h3{
	font-size:24px;
	color:#434343;
	text-align:center;
}
.planpagehead div.offerbox h4{ font-size:24px; text-align:center;  margin-top:5px;}
.planpagehead div.offerbox p{text-align: center; background:none; }
.planpagehead div.offerbox h6{
	color:#1D1D1D;
	margin-top:5px;
	font-size:16px;
	text-align:center;
	}
	
.planpagehead div.offerbox span{
	font-size:14px;
	font-weight:bold;
	display:block;
	text-align:center;
	}
.planpagehead ul{ margin-left:55px; margin-top:10px;}
.planpagehead ul li{
	line-height:25px;
	font-size:16px;
	margin-top:2px;
	color:#101010;
	font-weight:bold;
	padding-left:25px;
	background:url(ui/planpage_banner_list.png) left center no-repeat;
	}
	
/* Plan table style */	
.plantablenew{
	border:#d7d7d7 1px solid;
	width:100%;
	border-collapse: collapse;
	border-spacing:0px;
	}
.plantablenew th.slogan{
	background:#fff;
	color:#323232;
	padding-left:15px;
	padding-top:25px;
	letter-spacing:0px;
	padding-right:10px;
	border-right:#fff 1px solid;
	text-align:left;
	text-shadow:none;
	font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	font-size:18px;
	width:40%;
	}
.plantablenew th{
    font-family: 'HelveticaCondensedRegular';
	font-size:28px;
	text-align:center;
	border-spacing:0px;
	line-height:40px;
	font-weight:bold;
	height:40px;
	letter-spacing:-1px;
	background:#B1DB5C;
	color:#fff;
	text-shadow:0px 1px 3px #999;
	width:15%;
	}
.plantablenew td{
	height:45px;
	line-height:45px;
	padding-left:5px;
	padding-right:5px;
	color:#262626;
	text-align:center;
	font-size:13px;
	}
.plantablenew td.title{
	padding-left:10px;
	}
.plantablenew td.title h4{ color:#000;}
.plantablenew td.title sup{
	font-size:14px;
	color:#999999;
	}
.plantablenew td.title img{
	position:relative;
	top:6px;
	margin-right:5px;
	}
.plantablenew td.heading{
	font-size:13px;
	color:#000;
	line-height:18px;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	}

.plantablenew td.top{background:#fff;}
.plantablenew td.top div.plantabtop{
	height:40px;
	padding-top:5px;
	padding-bottom:8px;
	margin:0 auto;
    font-family: 'HelveticaCondensedRegular';
	font-size:40px;
	color:#1B1B1B;
	font-weight:bold;
	text-align:center;
	}
.plantablenew td.top div.plantabtop b{
	font-size:32px;
	font-weight:bold;
	font-family:'Berlin Sans FB Demi';
	}
.plantablenew td.top  span{
	font-size:12px;
	display:block;
	font-size:20px;
	padding-bottom:10px;
	color:#70B234;
	height:30px;
	line-height:30px;
	text-align:center;
	margin: 0 auto;
	width:130px;
	}
.plantablenew td div.order{
	width:99px;
	background:url(ui/order_btn.png) center no-repeat;
	height:38px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:38px;
	padding-left:58px;
	text-align:left;
	color:#222;
	}
.plantablenew td span.avl{
	padding:8px 8px 38px 8px;
	margin:0 auto;
	background:url(ui/available.png) center no-repeat;
	display:block;	}

.desc_heading{
	font-size:22px;
	font-weight:bold;
	color:#BE0000;
	}
	
	
/* vertical menu starts here */

.faqnew li.head{
	background:#888 url(ui/faq_head.png) top repeat-x;
	border-right:#32323C 1px solid;
	border-left:#32323C 1px solid;
	color:#fff;
	font-size:20px;
	height:44px;
	line-height:44px;
	padding-left:15px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	}
.faqnew li{
	background:url(ui/faq_list.png) top repeat-x;
	border-left:#ddd 1px solid;
	border-right:#ddd 1px solid;
	border-bottom:#ccc 1px solid;
	padding-left:15px;
	line-height:47px;
	}
.faqnew li p{ background:none; display:none; line-height:20px;}
.faqnew li.faq_bottom_radius{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
}	
.faqnew li > a{
	display:block;
	color:#000;
	background:url(ui/fag_list_bull.png) left center no-repeat;
	padding-left:20px;
	font-size:14px;
	}
.faqnew li.selected > a{ color:#CC6633;}
	
div.faqsbtn{
	width:100px;
	border:1px solid #32323C;
	border-top:none;
	margin:0 auto;
	text-align:center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	background:url("ui/faq_head.png") repeat-x scroll center top #888888;
	}
div.faqsbtn a{ color:#ffffff; font-weight:bold; display:block;}
/* right panel starts */ 
.right_panel{float:right; width:251px; border:#ddd 0px solid;}
.right_panel div.popbox{
	width:225px;
	height:100px;
	padding:10px 6px 8px 20px;
	background:url(ui/popbox.png) center no-repeat;
}
.right_panel div.popbox h1{
	font-size:24px;
	color:#111111;
    font-family: 'HelveticaCondensedRegular';
	font-weight:bold;
	}
.right_panel div.popbox p{ font-size:14px; background:none;}
.right_panel div.popbox a div.btn, .clickbtn{
	background:url(ui/clickhere.png) center no-repeat;
	float:right;
	height:26px;
	width:85px;
	font-size:12px;
	font-weight:bold;
	color:#444444;
	line-height:26px;
	text-align:center;
	}
	
.mail_box{
	width:248px;
	margin-top:15px;
	background:#F9F9F9 url(ui/mailbox.png) center bottom no-repeat;
	border:#ddd 1px solid;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}
.mail_box .mail_box_head{
	height:32px;
	line-height:42px;
	padding-left:10px;
	font-size:14px;
/*	background:url(ui/mailbox_head.png) top repeat-x;*/
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-top-left-radius:6px;
	-moz-border-top-right-radius:6px;
	font-weight:bold
	}
.mail_box table{
	margin-left:15px;
	}
.mail_box input[type=text]{
	width:212px;
	padding-left:5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}
.mail_box textarea{
	width:212px;
	padding-left:5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}
	
.submit_btn{
	background:url(ui/submit_btn.png) center no-repeat;
	float:right;
	height:26px;
	width:85px;
	font-size:12px;
	font-weight:bold;
	color:#444444;
	line-height:26px;
	text-align:center;

}
.switch_btn_next, .switch_btn_next6{
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
	margin-top:5px;
	margin-right:3px;
	background:url(ui/next.png) center no-repeat;
	}
.switch_btn_back, .switch_btn_back6{
	width:30px;
	height:30px;
	cursor:pointer;
	float:right;
	margin-top:5px;
	margin-right:3px;
	background:url(ui/back.png) center no-repeat;
	}
#fiveColTab, #sixColTab{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	}
	
/* Today hosting special */

#hosting_special{margin:0 auto;	font-family:'Tahoma',Helvetica, sans-serif;}
#hosting_special td{
	border:#ddd 0px solid;
	width:290px;
	vertical-align:top;
	height:186px;
	padding-left:25px;
	padding-top:10px;
	}
#hosting_special td.blue{ background:url(ui/plan/blue.png) center no-repeat;}
#hosting_special td.green{ background:url(ui/plan/green.png) center no-repeat;}
#hosting_special td.orange{ background:url(ui/plan/orange.png) center no-repeat;}

#hosting_special td h2{
	font-size:19px;
	font-weight:bold;
	margin-top:10px;
	color:#fff;
	}
#hosting_special td h1{
	float:left;
	padding:5px 15px;
	margin-top:10px;
	color:#fff;
	background:#009F01;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	}
#hosting_special td div.code{
	float:left;
	margin-left:15px;
	font-size:14px;
	margin-top:10px;
	line-height:20px;
	color:#fff;
	text-align:center;
	height:40px;
	}
#hosting_special td div.code strong{ color:#fff;}	
#hosting_special td h5{
	font-size:24px;
	color:#2E2E2E;
	margin-top:48px;
	float:left;
	}	
#hosting_special td a{
	padding:10px 15px;
	color:#fff;	
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-left:15px;
	margin-top:45px;
	}
#hosting_special td a.black{ background:url(ui/plan/black_btn.png) center no-repeat;}
#hosting_special td a.red{ background:url(ui/plan/red_btn.png) center no-repeat;}

/*start new plan pricing for managed dedicated page*/

.row_first{
overflow:hidden;
float:left;
margin-top:5px;
}	

.core{
width:217px;
overflow:hidden;
float:left;
height:349px;
margin:0 5px;
}
.head_top{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #434343), color-stop(1, #434343) );
	background-color:#434343;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	font-family:'HelveticaCondensedRegular';
	height:50px;
	text-decoration:none;
	text-align:center;
	width:215px;
	float:left;
	line-height:50px;
}


.bottom_core{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #F8F8F8) );
	background-color:#F8F8F8;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #E3E3E3;
	border-top:none;
	display:inline-block;
	padding-top:12px;
	height:275px;
	width:214px;
	float:left;
	box-shadow:0 3px 0 #D1D1D1;
}

.bottom_core ul{
margin:0px 4px 4px;
padding:0 0 10px;
border-bottom:1px solid #DDDDDD;
}
.bottom_core ul li strong{
color:#111;
 margin-right: 15px;
}

.bottom_core ul li{
margin:0px;
list-style:none;
color:#616161;
font-size:12px;
text-decoration:none;
text-align:left;
line-height:30px;
font-family:arial;
font-weight:bold;
font-style:normal;
padding-left:15px;
font-weight:normal;
}

.bottom_core p{
font-family:'HelveticaCondensedRegular';
font-size:20px;
color:#000;
text-align:center;
background:none;
line-height:21px;
}

.bottom_core strike{
color:#999999;}

.bottom_core span{
color:#383838;
font-size:13px;}

.bottom_core span strong{
color:#A50000;
font-size:13px;}

.bottom_core a{
font-family:'HelveticaCondensedRegular';
font-size:16px;
color:#fff;
text-align:center;
padding:4px 33px;
margin:0 35px;
background:#434343;
-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}

.bottom_core a:hover{
background:#595959;
}



.core3{
width:292px;
overflow:hidden;
float:left;
height:349px;
margin:0 5px;
}
.head_top3{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #434343), color-stop(1, #434343) );
	background-color:#434343;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	font-family:'HelveticaCondensedRegular';
	height:50px;
	text-decoration:none;
	text-align:center;
	width:290px;
	float:left;
	line-height:50px;
}


.bottom_core3{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #F8F8F8) );
	background-color:#F8F8F8;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #E3E3E3;
	border-top:none;
	display:inline-block;
	padding-top:12px;
	height:275px;
	width:290px;
	float:left;
	box-shadow:0 3px 0 #D1D1D1;
}

.bottom_core3 ul{
margin:0px 4px 4px;
padding:0 0 10px;
border-bottom:1px solid #DDDDDD;
}
.bottom_core3 ul li strong{
color:#111;
 margin-right: 15px;
}

.bottom_core3 ul li{
margin:0px;
list-style:none;
color:#616161;
font-size:12px;
text-decoration:none;
text-align:left;
line-height:30px;
font-family:arial;
font-weight:bold;
font-style:normal;
padding-left:15px;
font-weight:normal;
}

.bottom_core3 p{
font-family:'HelveticaCondensedRegular';
font-size:20px;
color:#000;
text-align:center;
background:none;
line-height:21px;
}

.bottom_core3 strike{
color:#999999;}

.bottom_core3 span{
color:#383838;
font-size:13px;}

.bottom_core3 span strong{
color:#A50000;
font-size:13px;}

.bottom_core3 a{
font-family:'HelveticaCondensedRegular';
font-size:16px;
color:#fff;
text-align:center;
padding:4px 33px;
margin:0 74px;
background:#434343;
-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}

.bottom_core3 a:hover{
background:#595959;
}


.core_grn3{
width:294px;
overflow:hidden;
float:left;
height:349px;
margin:0 5px;
}
.head_top_grn3{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89C744), color-stop(1, #89C744) );
	background-color:#89C744;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	font-family:'HelveticaCondensedRegular';
	height:50px;
	text-decoration:none;
	text-align:center;
	width:293px;
	float:left;
	line-height:50px;
}
.bottom_core_grn3{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #F8F8F8) );
	background-color:#F8F8F8;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #E3E3E3;
	border-top:none;
	display:inline-block;
	padding-top:12px;
	height:275px;
	width:292px;
	float:left;
	box-shadow:0 3px 0 #D1D1D1;
}

.bottom_core_grn3 ul{
margin:0px 4px 4px;
padding:0 0 10px;
border-bottom:1px solid #DDDDDD;
}
.bottom_core_grn3 ul li strong{
color:#111;
 margin-right: 15px;
}

.bottom_core_grn3 ul li{
margin:0px;
list-style:none;
color:#616161;
font-size:12px;
text-decoration:none;
text-align:left;
line-height:30px;
font-family:arial;
font-weight:bold;
font-style:normal;
padding-left:15px;
font-weight:normal;
}

.bottom_core_grn3 p{
font-family:'HelveticaCondensedRegular';
font-size:20px;
color:#000;
text-align:center;
background:none;
line-height:21px;
}

.bottom_core_grn3 strike{
color:#999999;}

.bottom_core_grn3 span{
color:#383838;
font-size:13px;}

.bottom_core_grn3 span strong{
color:#A50000;
font-size:13px;}

.bottom_core_grn3 a{
font-family:'HelveticaCondensedRegular';
font-size:16px;
color:#fff;
text-align:center;
padding:4px 33px;
margin:0 74px;
background:#89C744;
-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}
.bottom_core_grn3 a:hover{
background:#79B535;
}





.core_grn{
width:217px;
overflow:hidden;
float:left;
height:349px;
margin:0 5px;
}
.head_top_grn{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89C744), color-stop(1, #89C744) );
	background-color:#89C744;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	font-family:'HelveticaCondensedRegular';
	height:50px;
	text-decoration:none;
	text-align:center;
	width:215px;
	float:left;
	line-height:50px;
}
.bottom_core_grn{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F8F8), color-stop(1, #F8F8F8) );
	background-color:#F8F8F8;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #E3E3E3;
	border-top:none;
	display:inline-block;
	padding-top:12px;
	height:275px;
	width:214px;
	float:left;
	box-shadow:0 3px 0 #D1D1D1;
}

.bottom_core_grn ul{
margin:0px 4px 4px;
padding:0 0 10px;
border-bottom:1px solid #DDDDDD;
}
.bottom_core_grn ul li strong{
color:#111;
 margin-right: 15px;
}

.bottom_core_grn ul li{
margin:0px;
list-style:none;
color:#616161;
font-size:12px;
text-decoration:none;
text-align:left;
line-height:30px;
font-family:arial;
font-weight:bold;
font-style:normal;
padding-left:15px;
font-weight:normal;
}

.bottom_core_grn p{
font-family:'HelveticaCondensedRegular';
font-size:20px;
color:#000;
text-align:center;
background:none;
line-height:21px;
}

.bottom_core_grn strike{
color:#999999;}

.bottom_core_grn span{
color:#383838;
font-size:13px;}

.bottom_core_grn span strong{
color:#A50000;
font-size:13px;}

.bottom_core_grn a{
font-family:'HelveticaCondensedRegular';
font-size:16px;
color:#fff;
text-align:center;
padding:4px 33px;
margin:0 35px;
background:#89C744;
-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
}
.bottom_core_grn a:hover{
background:#79B535;
}

.row_second{
margin:12px 0;
float:left;}
.row_third{float:left; width:100%;}

.opr_sys{
   margin-left: 95px;
    margin-right: 0;
    margin-top: 30px;
    width: 40%;
	float:left;
	overflow:hidden;
	}
.opr_sys h1{
  font-family: 'HelveticaCondensedRegular';
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 50px;
    margin-left: 1px;
    width: 100%;
	}

.opr_sys ul{
	margin: 10px 0 0;
    padding: 0;
	}
.opr_sys li{
 background: url("/images/li_mng.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 15px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 40px;
	}
.opr_sys1{
 margin-left: 20px;
    margin-right: 0;
    margin-top: 30px;
	float:left;
	width:47%;
	overflow:hidden;}	
	
	.opr_sys1 h1{
	   font-family: 'HelveticaCondensedRegular';
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 50px;
    margin-left: 1px;
    width: 100%;
	}
.opr_sys1 ul{
 margin: 10px 0 0;
    padding: 0;
	}
.opr_sys1 li{
 background: url("/images/li_mng.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 15px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 40px;
	}	
	
.opr_sys3{
    float: left;
    margin-left: 19px;
    margin-right: 0;
    margin-top: 1px;
    overflow: hidden;
    width: 32%;
	}
.opr_sys3 h1{
  font-family: 'HelveticaCondensedRegular';
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 50px;
    margin-left: 1px;
    width: 100%;
	}

.opr_sys3 ul{
	margin: 0;
    padding: 0;
	}
.opr_sys3 li{
    background: url("/images/li_mng.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 32px;
	}	


.opr_sys4{
  float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    overflow: hidden;
    width: 40%;
	}	
	
.opr_sys4 h1{
	font-family: 'HelveticaCondensedRegular';
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 50px;
    margin-left: 1px;
    width: 100%;
	}
.opr_sys4 ul{
 margin: 0;
    padding: 0;
	}
.opr_sys4 li{
    background: url("/images/li_mng.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 30px;
	}		