@charset "utf-8";
/* CSS Document */
.clr1, .bg1
{
	color:#18c66d;
}
.clr2, .bg2
{
	color:#f58220;
}
.clr3, .bg3
{
	color:#616161;
}
.clr4, .bg4
{
	color:#2377e9;
}
header
{
	background:#fff;
}
.header
{
	background:#fff;
}
nav
{
	background:#fff;
}
.nav
{
	background:#616161;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}
.nav > ul > li > a:hover, .nav > ul > li > span:hover, .nav > ul > li:hover > span
{
	color:#fff;
	background:#f58220;
}
.nav > ul > li:first-child > a:hover, .nav > ul > li:first-child > span:hover, .nav > ul > li:first-child:hover > span
{
	border-top-left-radius:4px;
}
.nav > ul > li > ul
{
	background:#f58220;
	padding-bottom:10px;
}
.nav > ul > li > ul li > ul li a
{
	color:#fff;
	padding:5px;
}
.nav > ul > li > ul li > ul li a:hover
{
	color:#fff;
	background:#616161;
}
.nav > ul > li > ul h3
{
	color:#fff;
}
.banner
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f0f0f0+100 */
background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffffff 1%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #ffffff 1%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.banner_content
{
	background:transparent;
}
.search_domain
{
	background:#18c66d;
}
.search_domain_btn
{
	background:#f58220;
	color:#fff;
}
.seeplans_hosting a
{
	color:#fff;
	background:#18c66d;
}
.seeplans_hosting a:hover
{
	color:#fff;
	background:#616161;
}
.seeplans_compo a
{
	color:#fff;
	background:#f58220;
}
.seeplans_compo a:hover
{
	color:#fff;
	background:#616161;
}
/* round extension */
.exten_con
{
	color:#fff;
}
.exten_con:nth-child(odd)
{
	background:#f58220;
}
.exten_con:nth-child(even)
{
	background:#18c66d;
}
.hosting_windows
{
    background:url(../images/head-stripe-bg.png);
    border-radius:10px;
}
.hosting_windows:before
{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: 
http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, 
rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 
0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 
0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, 
Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* 
IE6-9 */
    border-radius:inherit;
}
.hosting_windows h3
{
    padding:15px 10px;
    color:#fff;
    /* Permalink - use to edit and share this gradient: 
http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
    background: rgb(255,175,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, 
rgba(255,146,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,175,75,1) 
0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,175,75,1) 
0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, 
Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
    border-top-left-radius:inherit;
    border-top-right-radius:inherit;
}
.hosting_windows ul li
{
    color:#616161;
    border-bottom:rgba(0,0,0,.1) 1px dashed;
}
.hosting_windows ul li:nth-child(odd)
{
    background:rgba(237,237,237,.1);
}
.hosting_windows ul li:nth-child(even)
{
    background:rgba(237,237,237,.9);
}
.hostingfrom
{
    color:#616161;
}
.hostingfrom_amnt
{
    color:#f0402a;
}
.view_hosting_plan a
{
    background:#3498DB;
}
.view_hosting_plan a:hover
{
    background:#FF9D24;
}

