@charset "utf-8";
/* CSS Document */
/* === General === */
body,td,th {
	font-family: 'Open Sans', sans-serif;
	color:#444;
}
body {
	background:transparent;
	margin:0 0 0 0;
	text-align:center;
}
.inner{
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.inner.centered{
	text-align:center;
	}
.inner .footera{
 color:#fff;
}
.gombok{
position:fixed;
z-index:10000;
margin-top:-20px;
}
#repterre{
floalt:left;
background-color: #000;
width:200px;
height:35px;
padding-top:10px;
margin-top:10px;
font-weight:bold;
border:1px solid black;
border-radius:8px;
color:#fff;
cursor:pointer;
transition: all .5s;
}
#repterrol{
floalt:right;
background-color:#000;
width:200px;
height:35px;
margin-left:750px;
margin-top:-51px;
padding-top:10px;
font-weight:bold;
border:1px solid black;
border-radius:8px;
color:#fff;
cursor:pointer;
transition: all .2s;
}
#valtoszoveg{
width:200px;
height:35px;
margin-left:370px;
margin-top:-55px;
padding-top:10px;
font-weight:bold;
color:#000;
cursor:default;
}

#repterrol:hover, #repterre:hover{
background-color:#fff;
color:#000;
}

.inner .footera:hover{
 color:blue;
}
p {
	line-height:26px;
	padding:0;
	margin:0 0 15px 0;
}
.titlehol p, .titlehol strong{
	line-height:20px;
}
h1,h2,h3,h4,h5 {
	margin:0;
}
a:link,a:visited,a:active {
	color:#0c63e9
}
a:hover {
	color:#222;
}
.third h4,.twothird h4, .maincontent h4,#footer h4, .fullwidth h4 {
	font-size:18px;
	padding-bottom:15px;
	color:#444;
	font-weight:normal;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
h3{	
	font-size:18px;
	padding-bottom:7px;
	color:#444;
	font-weight:normal;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
h5{
	font-size:16px;
	border-bottom:1px solid #ddd;
	padding-bottom:7px;
	margin-bottom:15px;
}
.quart h3{
	padding-top:15px;
}
.twothird {
	width:652px;
	float:left;
	padding:30px 15px 30px 0px;
}
.twothird .half{
	width:311px;
	float:left;
	padding:30px 0;
}
.twothird .half.last{
	width:311px;
	float:right;
}
.third{
	width:318px;
	float:right;
	padding:30px 0 30px 0px;
}
.clear {
	clear:both;
}
blockquote{
	font-size:16px;
	font-style:italic;
	line-height:20px;
	text-shadow:1px 1px  white;
	background:#eaeaea;
	padding:15px;
	-moz-border-radius:5px;
	border:1px solid #bdbdbd;
	-webkit-border-radius:5px
}
div.twothird ul.norm, div.third ul.norm, ul.norm{
	line-height:22px;
	list-style:disc;
	padding-top:0;
	margin:0;
	padding-left:15px;
	}
.twothird .third{
		float:left;
		width:195px;
		padding-right:30px;
}
.twothird .third.last{
		padding-right:0;
}
.padtop{
	padding-top:30px !important;
}
a img{
	border:none;
}
img.left{
	float:left;
	margin:15px 15px 15px 0;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
img.right{
	float:right;
	margin:15px 0 15px 15px;
	border:1px solid #ededed;
	background:#fff;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* === Header === */
.element.tophead {
	border-bottom:1px solid #a6a6a6;
	border-top:1px solid #777;
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-moz-box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
	-webkit-box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
	box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
}
#header {
	background-color: rgba(255, 255, 255, .7);
	padding:5px 0;
	border-bottom:1px solid #fff;
	z-index:10000;
}
ul#nav{
	position:absolute;
	right:0;
	top:-10px;
	width:500px;
	padding:0;
	left:455px;
	text-align:right;
	}
ul#nav >li{
	display:inline-block;
	margin-left:15px;
	padding:0;
	position:relative;
}
ul#nav >li a{
	font-size:18px;
	color:#c0c0c0;
	text-decoration:none;
	padding:7px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}
ul#nav >li.active a{
	background:#383838;
	color:white;
}
ul#nav >li a:hover, ul#nav >li.drop a{
	background:#fff;
	color:#212121;
}
ul#nav li > ul {
	position:absolute;
	top:24px;
	left:0;
	z-index:999;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	padding:15px 7px 10px 7px;
	font-size:14px;
	width:300px;
	text-align:left;
	background:white;
	list-style:none;
	display:block;
}
ul#nav li > ul li {
	background:none;
	position:relative;
	z-index:999;
	padding-right:15px !important;
	display:inline-block;
	width:133px;
}
ul#nav > li li:nth-child(even) {
	padding-right:0;
}
ul#nav li > ul a:link,ul#nav li ul a:visited {
	display:block;
	padding:10px 0 10px 10px;
	width:123px;
	font-size:14px;
	color:#444;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	position:relative;
	z-index:999;
	height:16px;
	background:#fff;
	text-shadow:1px solid white;
	border-bottom:1px solid #ededed;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
ul#nav>li ul>li:last-child a:link,ul#nav>li ul>li:last-child a:visited {
	border:none;
}
ul#nav li ul a:hover {
	z-index:999;
	border-bottom:1px solid #ccc;
	color:#111;
	text-decoration:underline;
	background:url(../images/linkselect.jpg) 10px 17px no-repeat #fff;
}
/* === Logo === */
#logo {
	padding:0;
	top:5px;
}
h1 {
	height:50px;
	display:block;
	overflow:hidden;
}
.normtext {
padding-left:355px;
padding-right:365px;
text-align:justify;

}
h1 a:link,h1 a:visited,h1 a:hover {
	padding-left:302px;
	height:52px;
	display:block;
}
/* === Info With Icons (top right) === */
#contactinfo {
	position:absolute;
	top:0;
	right:0;
	width:302px;
	padding:15px;
	background:#f1f1f1;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	z-index:999;
	margin-bottom:15px;
}
#contactinfo ul.infodet {
	padding:0;
	margin:0;
	list-style:none;
}
#contactinfo ul.infodet li {
	display:block;
	position:relative;
	padding-left:40px;
	padding-top:2px;
	padding-bottom:13px;
	color:#3c3c3c;
}
#contactinfo ul.infodet li:last-child {
	padding-bottom:3px;
}
#contactinfo ul.infodet li a:link,#contactinfo ul.infodet li a:visited,#contactinfo ul.infodet li a:active {
	color:#3c3c3c;
}
#contactinfo ul.infodet li a:hover {
	color:#111;
}
.circle {
	width:25px;
	height:20px;
	background:#aeaeae;
	-webkit-box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	box-shadow:inset 0 5px 3px -3px rgba(0,0,0,0.4);
	border-radius:27px;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
	text-align:center;
	padding-top:5px;
	position:absolute;
	left:0;
	top:0;
}
.quart .circle {
	width:66px;
	height:50px;
	border-radius:66px;
	-moz-border-radius:66px;
	-webkit-border-radius:66px;
	text-align:center;
	padding-top:16px;
	position:relative;
	margin:0 auto;
}
.circle img {
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
}
.circle.rotated{
	background:#666 !important;
}
.circle.rotated img {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform:rotate(90deg);
}
/* === Contact Form === */
.contact_form {
	display:block;
	position:absolute;
	top:21px;
	right:0px;
	background:white;
	z-index:999;
	padding:30px;
	width:430px;
	border-radius:5px;
	-moz-radius:5px;
	-webkit-border-radius:5px;
	display:none;
	text-align:left;
}
.contact_form ul {
	width:430px;
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	display:block;
	visibility:visible;
}
.contact_form li {
	padding:12px 0 12px 0;
	position:relative;
}
.contact_form li:last-child {
	padding: 12px 0 0 0;
}
/* === Form Header === */
.contact_form h2 {
	margin:0;
	display:inline;
}
.required_notification {
	color:#d45252;
	margin:5px 0 0 0;
	display:inline;
	float: right;
}
/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top:3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px;
	width:150px;
	padding:5px 8px;
}
.contact_form textarea {
	padding:8px;
	width:180px;
}
.contact_form button {
	margin-left: 0;
}
/* form element visual styles */
.contact_form input,.contact_form textarea {
	border:1px solid #aaa;
	box-shadow:0px 0px 3px #ccc,0 10px 15px #eee inset;
	border-radius:2px;
	padding-right:30px;
	-moz-transition:padding .25s;
	-webkit-transition:padding .25s;
	-o-transition:padding .25s;
	transition:padding .25s;
}
.contact_form input:focus,.contact_form textarea:focus {
	background:#fff;
	border:1px solid #555;
	box-shadow:0 0 3px #aaa;
	padding-right:70px;
}
/* === HTML5 validation styles === */ .contact_form input:required,.contact_form textarea:required {
	background:#fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid,.contact_form textarea:required:valid {
	background:#fff url(../images/valid.png) no-repeat 98% center;
	box-shadow:0 0 5px #5cd053;
	border-color:#28921f;
}
.contact_form input:focus:invalid,.contact_form textarea:focus:invalid {
	background:#fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow:0 0 5px #d45252;
	border-color: #b03535
}
/* === Form hints === */
.form_hint {
	background:#d45252;
	border-radius:3px 3px 3px 3px;
	color:white;
	margin-left:8px;
	padding:1px 6px;
	z-index:999;
	/* hints stay above all other elements */
	position:absolute;
	/* allows proper formatting if hint is two lines */
	display:none;
}
.form_hint::before {
	content:"\25C0";
	color:#d45252;
	position:absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus+.form_hint {
	display:inline;
}
.contact_form input:required:valid+.form_hint {
	background:#28921f;
}
.contact_form input:required:valid+.form_hint::before {
	color: #28921f;
}
/* === Button Style === */
button.submit {
	background:#f3f1f2;
	background-image:url(../gradient.php?from=4eb436&to=318521);
	background:-webkit-gradient(linear,left top,left bottom,from(#4eb436),to(#318521));
	background:-moz-linear-gradient(top,#4eb436,#318521);
	background:-webkit-linear-gradient(top,#4eb436,#318521);
	background:-o-linear-gradient(top,#4eb436,#318521);
	background:-ms-linear-gradient(top,#4eb436,#318521);
	background:linear-gradient(top,#4eb436,#318521);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb436',endColorstr='#318521',GradientType=0 );
	border:1px solid #1f5714;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	color:white;
	font-weight:bold;
	padding:6px 20px;
	text-align:center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
button.submit:hover {
	background:#59c640;
	/* Old browsers */
	background-image:url(../gradient.php?from=59c640&to=3ca028);
	background:-moz-linear-gradient(top,#59c640 0%,#3ca028 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#59c640),color-stop(100%,#3ca028));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#59c640 0%,#3ca028 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#59c640 0%,#3ca028 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#59c640 0%,#3ca028 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#59c640 0%,#3ca028 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c640',endColorstr='#3ca028',GradientType=0 );
	/* IE6-9 */
	cursor:pointer;
}
button.submit:active {
	background:#318521;
	/* Old browsers */
	background-image:url(../gradient.php?from=318521&to=4eb436);
	background:-moz-linear-gradient(top,#318521 0%,#4eb436 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#318521),color-stop(100%,#4eb436));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#318521 0%,#4eb436 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#318521 0%,#4eb436 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#318521 0%,#4eb436 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#318521 0%,#4eb436 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#318521',endColorstr='#4eb436',GradientType=0 );
	/* IE6-9 */
}
.outer{
	width:100%;
	text-align:center;
	overflow:hidden;
}
.outer.planner{
	background:transparent;
	padding-top:15px;
	border-bottom:1px solid #bababa;
	overflow:hidden;
	padding-bottom:30px;
}
.marginbelow{
	margin-bottom:30px;
}
/* === Latest News Scroller === */
.latestnews {
	width:100%;
	height:38px;
	position:relative;
	padding:15px 0 15px 0;
}
.latestnews .inset {
	background:url(../images/insethold.png) top left no-repeat;
	position:absolute;
	right:0;
	top:15px;
	width:14px;
	height:36px;
	z-index:88;
}
.latestnews .newscroll {
	padding:5px 0 0 0;
	margin:0;
	list-style:none;
	height:38px;
	text-align:right;
}
.titlehol p {
	height:23px;
	padding:0 22px 0 15px;
	margin:0;
	color:#444;
	display:none;
	float:right;
}
.titlehol p:first-child {
	display:block;
}
.titlehol {
	display:inline-block;
	float:right;
	text-align:left;
	width:auto;
	height:23px;
	color:white;
	background:url(../images/latestnewsarrow.jpg) left no-repeat #fff;
	padding-top:3px;
	padding-left:15px;
}
.titlehol strong {
	display:block;
	float:left;
	padding-right:20px;
	line-height:22px;
}
.theupdates {
	display:inline;
}
/* === Main Content=== */
#content {
	border:1px solid #a5a5a5;
	background:white;
	-moz-box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
	-webkit-box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
	box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
}
/* === Pricing Tables (Colored on front) === */
ul.pricing {
	padding:0;
	list-style:none;
	margin:0;
	width:1000px;
	height:auto;
}
ul.pricing>li {
	width:235px;
	float:left;
	margin-top:130px;
	background:#f1f1f1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right:1px;
	position:relative;
	z-index:5;
	-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.14);
	-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.14);
	box-shadow:0 0 2px 2px rgba(0,0,0,0.14);
}
ul.pricing>li:last-child {
	margin-right:0;
}
ul.pricing li ul {
	padding:0;
	margin:0;
	list-style:none;

}
ul.pricing li ul li.title {
	margin-top:-82px;
	display:block;
	position:fixed;
	min-width:235px;
	padding:15px 0 15px 0;
	background-image:url(../gradient.php?from=01a5fc&to=0069ff);
	background:-webkit-gradient(linear,left top,left bottom,from(#01a5fc),to(#0069ff));
	background:-moz-linear-gradient(top,#01a5fc,#0069ff);
	background:-webkit-linear-gradient(top,#01a5fc,#0069ff);
	background:-o-linear-gradient(top,#01a5fc,#0069ff);
	background:-ms-linear-gradient(top,#01a5fc,#0069ff);
	background:linear-gradient(top,#01a5fc,#0069ff);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5fc',endColorstr='#0069ff',GradientType=0 );
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border:1px solid #1f5ba1;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	overflow:auto;
}
/* === Color Styles === */
.bluebg{
	background-image:url(../gradient.php?from=01a5fc&to=0069ff);
	background:-webkit-gradient(linear,left top,left bottom,from(#01a5fc),to(#0069ff));
	background:-moz-linear-gradient(top,#01a5fc,#0069ff);
	background:-webkit-linear-gradient(top,#01a5fc,#0069ff);
	background:-o-linear-gradient(top,#01a5fc,#0069ff);
	background:-ms-linear-gradient(top,#01a5fc,#0069ff);
	background:linear-gradient(top,#01a5fc,#0069ff);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5fc',endColorstr='#0069ff',GradientType=0 );
	border-color: #1f5ba1 !important;
}
ul.pricing li.green ul li.title,ul.pricing-small li.green ul li.title, .greenbg, .domainlook.green fieldset input[type=submit] {
	background:#f3f1f2;
	background-image:url(../gradient.php?from=4eb436&to=318521);
	background:-webkit-gradient(linear,left top,left bottom,from(#4eb436),to(#318521));
	background:-moz-linear-gradient(top,#4eb436,#318521);
	background:-webkit-linear-gradient(top,#4eb436,#318521);
	background:-o-linear-gradient(top,#4eb436,#318521);
	background:-ms-linear-gradient(top,#4eb436,#318521);
	background:linear-gradient(top,#4eb436,#318521);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb436',endColorstr='#318521',GradientType=0 );
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border-color:#1f5714 !important;
}
ul.pricing li.orange ul li.title,ul.pricing-small li.orange ul li.title, .orangebg, .domainlook.orange fieldset input[type=submit]{
	background:#e4770e;
	background-image:url(../gradient.php?from=f0b416&to=e4770e);
	background:-webkit-gradient(linear,left top,left bottom,from(#f0b416),to(#e4770e));
	background:-moz-linear-gradient(top,#f0b416,#e4770e);
	background:-webkit-linear-gradient(top,#f0b416,#e4770e);
	background:-o-linear-gradient(top,#f0b416,#e4770e);
	background:-ms-linear-gradient(top,#f0b416,#e4770e);
	background:linear-gradient(top,#f0b416,#e4770e);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b416',endColorstr='#e4770e',GradientType=0 );
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border-color:#a06a0a!important;
}
ul.pricing li.red ul li.title,ul.pricing-small li.red ul li.title, .redbg, .reduction, .domainlook.red fieldset input[type=submit] {
	background:#d03231;
	background-image:url(../gradient.php?from=e95150&to=d03231);
	background:-webkit-gradient(linear,left top,left bottom,from(#e95150),to(#d03231));
	background:-moz-linear-gradient(top,#e95150,#d03231);
	background:-webkit-linear-gradient(top,#e95150,#d03231);
	background:-o-linear-gradient(top,#e95150,#d03231);
	background:-ms-linear-gradient(top,#e95150,#d03231);
	background:linear-gradient(top,#e95150,#d03231);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95150',endColorstr='#d03231',GradientType=0 );
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border-color:#9a1f21!important;
}
ul.pricing li.pink ul li.title,ul.pricing-small li.pink ul li.title, .redbg, .reduction, .domainlook.pink fieldset input[type=submit] {
	background:#590054;
	background-image:url(../gradient.php?from=FF00F2&to=590054);
	background:-webkit-gradient(linear,left top,left bottom,from(#FF00F2),to(#590054));
	background:-moz-linear-gradient(top,#FF00F2,#590054);
	background:-webkit-linear-gradient(top,#FF00F2,#590054);
	background:-o-linear-gradient(top,#FF00F2,#590054);
	background:-ms-linear-gradient(top,#FF00F2,#590054);
	background:linear-gradient(top,#FF00F2,#590054);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF00F2',endColorstr='#590054',GradientType=0 );
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border-color:#9a1f21!important;
}
ul.pricing .pname,ul.pricing .pprice {
	width:auto;
	padding-top:10px;
	padding-bottom:5px;
	height:36px !important
	
}
ul.pricing .pname {
	width:auto;
	border-left:none;
}
ul.pricing li.title h3 {
	font-size:30px;
	color:white;
	text-shadow:1px 1px rgba(0,0,0,0.4);

	display:block;
	width:100%;
	margin:0;
	text-align:center;
	font-weight:bold;
	padding-bottom:0;
	line-height:100%;
}
ul.pricing li.title h4 {
	font-size:30px;
	color:white;
	text-shadow:1px 1px rgba(0,0,0,0.4);
	display:block;
	width:100%;
	margin:0;
	text-align:center;
	font-weight:bold;
	padding-bottom:0;
	line-height:100%;
}
ul.pricing li.title h4 small {
	font-size:14px;
}
ul.pricing li ul li {
	padding:10px 15px 10px 15px;
	font-size:18px;
	text-shadow:1px 1px white;
	border-left:1px solid #949494;
	border-right:1px solid #949494;	
	line-height:17px;
}

li.hover { background-color: #d9d9d9; }

ul.pricing li ul li:nth-child(even) {
	border-bottom:1px solid #cacaca;
	border-top:1px solid #cacaca;
}
ul.pricing li ul li:first-child:before {
}
#section1 {
	background:#eaeaea;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:15px 0 15px 0;
	width:100%;
	overflow:hidden;
}
#section1 .box {
	width:281px;
	height:135px;
	float:left;
	padding:15px;
	margin-left:15px;
	border:1px solid #cfcfcf;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
	color:#444;
	position: relative;
}
/* === Arrow Controls === */
.arrows {
	width:29px;
	height:8px;
	position:absolute;
	top:15px;
	right:15px;
}
.arrows a {
	height:8px;
	width:12px;
	display:block;
	float:left;
	outline:none;
}
.arrows a span {
	display:none;
}
.arrows a.next {
	background:url(../images/arrows.jpg) top left no-repeat;
	margin-right:5px;
}
.arrows a.next:hover {
	background:url(../images/arrows.jpg) bottom left no-repeat;
}
.arrows a.prev {
	background:url(../images/arrows.jpg) top right no-repeat;
}
.arrows a.prev:hover {
	background: url(../images/arrows.jpg) bottom right no-repeat;
}
/* === Testimonial Box === */
#testimonials {
	width:282px;
	height:110px;
	overflow:hidden;
	position:relative;
}
#testimonials p {
	position:absolute;
	top:0;
	left:0;
	background:white;
}
#section1 .box p {
	padding:10px 0 0 0;
	margin:0;
}
#section1 .box h2 {
	font-size:18px;
	color:#444;
	font-weight:normal;
	margin:0;
}
#section1 .box em {
	font-size:11px;
	padding-top:3px;
	display: block;
}
/* === Domain Look Up Box === */
#section1 .box form {
	padding:15px 0 0 0;
}
#section1 .box form .field {
	font:Arial,Helvetica,sans-serif 12px;
	padding:4px;
	border:1px solid #aaa;
	box-shadow:0px 0px 3px #ccc,0 10px 15px #eee inset;
	border-radius:2px;
}
#section1 .box form .select {
	border:1px solid #aaa;
	box-shadow:0px 0px 3px #ccc,0 10px 15px #eee inset;
	border-radius:2px;
	font:Arial,Helvetica,sans-serif 12px;
	padding:3px;
	margin-left: 7px;
}
#section1 .box form .button {
	background:#3b3b3b;
	/* Old browsers */
	background-image:url(../gradient.php?from=3b3b3b&to=333333);
	background:#3b3b3b;
	/* Old browsers */
	background:-moz-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b3b3b),color-stop(100%,#333333));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#3b3b3b 0%,#333333 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b',endColorstr='#333333',GradientType=0 );
	/* IE6-9 */
	width:65px;
	height:26px;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	border:1px solid black;
	color:white;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px black;
	font-size:12px;
}
#section1 .box form #checker {
	padding:20px 0 0 0;
}
#section1 .box form #checker span {
	padding:0 0 0 30px;
}
#section1 .box form #checker span em {
	color:white;
	display:inline;
	font-style:normal;
	padding:0;
	background: #eb2a2b;
}
#section1 .box form .button:hover {
	background:#4f4f4f;
	/* Old browsers */
	background-image:url(../gradient.php?from=4f4f4f&to=474747);
	background:-moz-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#474747));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#4f4f4f 0%,#474747 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f',endColorstr='#474747',GradientType=0 );
	/* IE6-9 */
}
/* === Services Box === */
#services {
	padding:15px 0 15px 0;
}
#services span a em {
	display:none !important;
}
#money {
	background:url(../images/money.jpg) bottom left no-repeat;
	width:48px;
	height:48px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-left:0px;
}
#money a {
	background:url(../images/money.jpg) top left no-repeat;
	height:48px;
	display:block;
	padding-left:48px;
}
#support {
	background:url(../images/support.jpg) bottom left no-repeat;
	width:48px;
	height:48px;
	float:left;
	overflow:hidden;
	text-align:center;
}
#support a {
	background:url(../images/support.jpg) top left no-repeat;
	height:48px;
	display:block;
	padding-left:48px;
}
#barchart {
	background:url(../images/barchart.jpg) bottom left no-repeat;
	width:48px;
	height:48px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}
#barchart a {
	background:url(../images/barchart.jpg) top left no-repeat;
	height:48px;
	display:block;
	padding-left:48px;
}
#credit {
	background:url(../images/credit.jpg) bottom left no-repeat;
	width:48px;
	height:48px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}
#credit a {
	background:url(../images/credit.jpg) top left no-repeat;
	height:48px;
	display:block;
	padding-left:48px;
}
/* === View All Plans Bar + Link === */
.dividerlong {
	width:100%;
	height:15px;
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	position:relative;
	text-align: center;
}
.dividerlong div {
	background:rgb(255,255,255);
	/* Old browsers */
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,245,245,1) 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(246,245,245,1)));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,245,245,1) 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,245,245,1) 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,245,245,1) 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,245,245,1) 100%);
	/* W3C */
	display:inline-block;
	left:50%;
	top:3px;
	position:absolute;
	margin-left:-52px;
}
.dividerlong a {
	display:inline-block;
	padding:6px 6px 6px 19px;
	text-align:center;
	margin:0 auto;
	background-image:url(../images/viewall.png);
	background-position:6px 9px;
	background-repeat:no-repeat;
	/* IE6-9 */
	border:1px solid #ccc;
	color:#666;
	text-decoration:none;
}
.dividerlong a:hover {
	;
	color:#333;
}
/* === Steps on front page === */
ul.steps {
	margin:0;
	padding:0;
	list-style:none;
}
ul.steps li h4 {
	display:block;
	position:relative;
	padding-left:40px;
	height:25px;
	padding-top:3px;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
}
ul.steps li h4 {
	cursor:pointer;
}
ul.steps li h4 span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:25px;
	height:21px;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	padding-top:4px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
ul.steps li h4 em {
	display:block;
	position:absolute;
	right:0px;
	top:7px;
	width:9px;
	height:12px;
	background:url(../images/steps-arrow.jpg) top left no-repeat;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
}
ul.steps li.showing h4 em {
	background:url(../images/steps-arrow.jpg) top left no-repeat;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
}
/* === Bar Chart === */
dt {
	float:left;
	padding:4px;
	font-style:normal;
	color:#444;
}
dd {
	margin-left:95px;
}
.bar {
	margin-bottom:10px;
	color:#fff;
	text-shadow:1px 1px rgba(0,0,0,0.2);
	padding:4px;
	text-align:center;
	background-image:url(../gradient.php?from=01a5fc&to=0069ff);
	background:-webkit-gradient(linear,left top,left bottom,from(#01a5fc),to(#0069ff));
	background:-moz-linear-gradient(top,#01a5fc,#0069ff);
	background:-webkit-linear-gradient(top,#01a5fc,#0069ff);
	background:-o-linear-gradient(top,#01a5fc,#0069ff);
	background:-ms-linear-gradient(top,#01a5fc,#0069ff);
	background:linear-gradient(top,#01a5fc,#0069ff);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5fc',endColorstr='#0069ff',GradientType=0 );
	border:1px solid #1f5ba1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-animation-name:bar;
	-webkit-animation-duration:0.5s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out;
	font-style:normal;
}
.bar.orangeb {
	background:#e4770e;
	background-image:url(../gradient.php?from=f0b416&to=e4770e);
	background:-webkit-gradient(linear,left top,left bottom,from(#f0b416),to(#e4770e));
	background:-moz-linear-gradient(top,#f0b416,#e4770e);
	background:-webkit-linear-gradient(top,#f0b416,#e4770e);
	background:-o-linear-gradient(top,#f0b416,#e4770e);
	background:-ms-linear-gradient(top,#f0b416,#e4770e);
	background:linear-gradient(top,#f0b416,#e4770e);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b416',endColorstr='#e4770e',GradientType=0 );
	border:1px solid #a06a0a
}
.bar.redb {
	background:#d03231;
	background-image:url(../gradient.php?from=e95150&to=d03231);
	background:-webkit-gradient(linear,left top,left bottom,from(#e95150),to(#d03231));
	background:-moz-linear-gradient(top,#e95150,#d03231);
	background:-webkit-linear-gradient(top,#e95150,#d03231);
	background:-o-linear-gradient(top,#e95150,#d03231);
	background:-ms-linear-gradient(top,#e95150,#d03231);
	background:linear-gradient(top,#e95150,#d03231);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95150',endColorstr='#d03231',GradientType=0 );
	border:1px solid #9a1f21
}
.bar.greenb, tr.headgreen {
	background:#f3f1f2;
	background-image:url(../gradient.php?from=4eb436&to=318521);
	background:-webkit-gradient(linear,left top,left bottom,from(#4eb436),to(#318521));
	background:-moz-linear-gradient(top,#4eb436,#318521);
	background:-webkit-linear-gradient(top,#4eb436,#318521);
	background:-o-linear-gradient(top,#4eb436,#318521);
	background:-ms-linear-gradient(top,#4eb436,#318521);
	background:linear-gradient(top,#4eb436,#318521);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb436',endColorstr='#318521',GradientType=0 );
	border:1px solid #1f5714;
}
#data-one {
	-webkit-animation-name:bar-one;
}
#data-two {
	-webkit-animation-name:bar-two;
}
#data-three {
	-webkit-animation-name:bar-three;
}
#data-four {
	-webkit-animation-name:bar-four;
}
@-webkit-keyframes bar-one {
	0% {
		width:0%;
	}
	100% {
		width:60%;
	}
}
@-webkit-keyframes bar-two {
	0% {
		width:0%;
	}
	100% {
		width:80%;
	}
}
@-webkit-keyframes bar-three {
	0% {
		width:0%;
	}
	100% {
		width:64%;
	}
}
@-webkit-keyframes bar-four {
	0% {
		width:0%;
	}
	100% {
		width:93%;
	}
}
.righta {
	float:right;
	padding-left:7px;
	padding-bottom:15px;
	font-style:italic;
	color:#666;
}
/* === Table === */
table {
	margin:0 0 20px 0;
	border-spacing:0;
	width:100%;
}
.resources h3 {
	border:none;
}
tr.headgreen {
	height:33px;
	border:1px solid #1f5714;
}
tr.even {
	height:30px;
	text-indent:10px;
}
tr.even td,tr.odd td {
	border-bottom:1px solid #ccc;
}
tr.odd {
	border-bottom:1px solid #ccc;
	background:#f1f1f1;
	height:30px;
	text-indent:10px;
}
tr.even td.name {
	background:#fdf6d7;
	border-bottom:1px solid #e5d795;
	font-weight:bold;
}
tr.odd td.name {
	background:#fff3be;
	border-bottom:1px solid #e5d795;
	font-weight:bold;
}
tr th {
	font-size:14px;
	font-weight:bold;
	color:#fff !important;
	text-shadow:1px 1px rgba(0,0,0,0.2);
	text-indent:10px;
	border-top:1px solid #1f5714;
	border-bottom:1px solid #1f5714;
	background:#f3f1f2;
	background-image:url(../gradient.php?from=4eb436&to=318521);
	background:-webkit-gradient(linear,left top,left bottom,from(#4eb436),to(#318521));
	background:-moz-linear-gradient(top,#4eb436,#318521);
	background:-webkit-linear-gradient(top,#4eb436,#318521);
	background:-o-linear-gradient(top,#4eb436,#318521);
	background:-ms-linear-gradient(top,#4eb436,#318521);
	background:linear-gradient(top,#4eb436,#318521);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb436',endColorstr='#318521',GradientType=0 );
}
tr td:first-child {
	border-left:1px solid #ccc;
}
tr td:last-child {
	border-right:1px solid #ccc;
}
tr.headgreen th:first-child {
	border-left:1px solid #1f5714;
}
tr.headgreen th:last-child {
	border-right:1px solid #1f5714;
}
/* === Pricing Tables examples on front page === */
.pricing-small {
	padding:0;
	list-style:none;
	margin:0 0 30px 0;
	float:left;
}
.pricing-small>li {
	width:151px;
	float:left;
	margin-top:15px;
	background:#f1f1f1;
	position:relative;
	z-index:5;
}
.pricing-small>li:first-child {
	border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
}
.pricing-small>li:last-child {
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
}
.pricing-small li ul {
	padding:0;
	margin:0;
	list-style:none;
}
.pricing-small li ul li.title {
	display:block;
	position:relative;
	padding:15px 0 15px 0;
	background-image:url(../gradient.php?from=01a5fc&to=0069ff);
	background:-webkit-gradient(linear,left top,left bottom,from(#01a5fc),to(#0069ff));
	background:-moz-linear-gradient(top,#01a5fc,#0069ff);
	background:-webkit-linear-gradient(top,#01a5fc,#0069ff);
	background:-o-linear-gradient(top,#01a5fc,#0069ff);
	background:-ms-linear-gradient(top,#01a5fc,#0069ff);
	background:linear-gradient(top,#01a5fc,#0069ff);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5fc',endColorstr='#0069ff',GradientType=0 );
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border-top:1px solid #1f5ba1;
	border-right:1px solid #1f5ba1;
	border-bottom:1px solid #1f5ba1;
	overflow:hidden;
}
.pricing-small.three>li {
	width:201px;
}
.pricing-small.two>li {
	width:294px;
	margin-right:15px
}
.pricing-small.two>li:nth-child(2) {
	margin-right:0;
}
.pricing-small.two li:first-child ul li.title {
	border-right:1px solid #1f5ba1;
}
.pricing-small.two li:first-child ul li {
	border-right:1px solid #b2b2b2;
}
.pricing-small.two li ul li.title {
	border-radius:2px 2px 0 0 !important;
}
.pricing-small li:first-child ul li.title {
	border-radius:2px 0 0 0;
	-moz-border-radius:2px 0 0 0;
	-webkit-border-radius:2px 0 0 0;
	border-left:1px solid #1f5ba1;
}
.pricing-small .pname,.pricing-small .pprice {
	width:auto;
	margin-left:15px;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px solid rgba(255,255,255,0.2);
}
.pricing-small.three .pname,.pricing-small.three .pprice {
	width:auto;
}
.pricing-small .pname {
	border-top:none;
	border-bottom:1px solid rgba(0,0,0,0.17);
}
.pricing-small li.title h3{
	font-size:24px !important;
	color:white !important;
	text-shadow:1px 1px rgba(0,0,0,0.4) !important;
	display:block !important;
	width:100% !important;
	margin:0 !important;
	text-align:center !important;
	font-weight:bold !important;
	padding-bottom:0  !important;
}
.pricing-small .pprice {
	font-size:18px;
	color:white;
	text-shadow:1px 1px #043c6a;
}
.pricing-small .pprice small {
	font-size:14px;
	color:white;
	padding:0;
	margin:0;
}
.pricing-small.two .pname,.pricing-small.two .pprice {
	width:135px;
	float:left;
	border-top:none;
	border-bottom:none;
	margin:0;
}
.pricing-small.two .pprice {
	border-right:none;
	font-size:24px;
}
.pricing-small small {
	display:inline;
}
.pricing-small li ul li {
	padding:10px 15px 10px 15px;
	color:#444;
	font-size:13px;
	text-shadow:1px 1px white;
	border-left:1px solid #b2b2b2;
}
.pricing-small li:last-child ul li {
	border-right:1px solid #b2b2b2;
}
.pricing-small li ul li:nth-child(even) {
	background:white;
}
.pricing-small li ul li:first-child:before {
	clear:both;
}
.pricing-small li ul li:last-child {
	text-align:center;
	padding:15px;
	border-bottom:1px solid #b2b2b2;
}
.pricing-small li:last-child ul li:last-child {
	border-radius:0 0 2px 0;
	-moz-border-radius:0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
}
.pricing-small li ul li:last-child a {
	display:block;
	background:#3b3b3b;
	/* Old browsers */
	background-image:url(../gradient.php?from=3b3b3b&to=333333);
	background:#3b3b3b;
	/* Old browsers */

	background:-moz-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b3b3b),color-stop(100%,#333333));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#3b3b3b 0%,#333333 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b',endColorstr='#333333',GradientType=0 );
	/* IE6-9 */
	width:95px;
	height:20px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:white;
	text-shadow:1px 1px black;
	text-decoration:none;
	padding-top:5px;
	margin:0 auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	border:1px solid black;
}
.pricing-small li ul li:last-child a:hover {
	background:#4f4f4f;
	/* Old browsers */
	background-image:url(../gradient.php?from=4f4f4f&to=474747);
	background:-moz-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#474747));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#4f4f4f 0%,#474747 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#4f4f4f 0%,#474747 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f',endColorstr='#474747',GradientType=0 );
	/* IE6-9 */
}
.pricing-small li ul li:last-child a.alt {
	background:#3b3b3b;
	/* Old browsers */
	background:-moz-linear-gradient(top,#3b3b3b 0%,#20221f 50%,#191718 51%,#010101 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b3b3b),color-stop(50%,#20221f),color-stop(51%,#191718),color-stop(100%,#010101));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#3b3b3b 0%,#20221f 50%,#191718 51%,#010101 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#3b3b3b 0%,#20221f 50%,#191718 51%,#010101 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#3b3b3b 0%,#20221f 50%,#191718 51%,#010101 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#3b3b3b 0%,#20221f 50%,#191718 51%,#010101 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b',endColorstr='#010101',GradientType=0 );
	/* IE6-9 */
}
/* === List Of Features === */
ul.features-b {
	margin: 0;
	width:100%;
	list-style:none;
	overflow:hidden;
	padding:15px 0;
}
ul.features-b li {
	display:block;
	height:79px;
	display:block;
	float:left;
	width:250px;
	margin:0;
	padding:15px 0;
}
ul.features-b li:bth-child(3) {
	border-top:none;
}
ul.features-b li strong {
	padding:20px 0 0 50px;
	margin:0;
	line-height:18px;
	font-size:18px;
	font-weight:normal;
	display:block;
}
ul.features-b li em {
	padding:5px 0 0 50px;
	margin:0;
	display:block;
	font-style:normal;
}
ul.features-b li span {
	display:block;
	height:79px;
}
ul.features-b li span.secureic {
	background:url(../images/secure-server-32px-png.png) left no-repeat;
}
ul.features-b li span.cpanel {
	background:url(../images/control-panel-32px-png.png) left no-repeat;
}
ul.features-b li span.bandwidth {
	background:url(../images/bandwidth-32px-png.png) left no-repeat;
}
ul.features-b li span.mysql {
	background:url(../images/database-32px-png.png) left no-repeat;
}
ul.features-b li span.dedicated {
	background:url(../images/dedicated-server-32px-png.png) left no-repeat;
}
ul.features-b li span.domainreg {
	background:url(../images/domain-names-32px-png.png) left no-repeat;
}
ul.features-b li span.ecom {
	background:url(../images/e-commerce-32px-png.png) left no-repeat;
}
ul.features-b li span.emailic {
	background:url(../images/email-32px-png.png) left no-repeat;
}
ul.features-b li span.ftp {
	background:url(../images/ftp-32px-png.png) left no-repeat;
}
ul.features-b li span.supportic {
	background:url(../images/support-32px-png.png) left no-repeat;
}
ul.features-b li span.webbuilder {
	background:url(../images/website-builder-32px-png.png) left no-repeat;
}
ul.features-b li span.webspace {
	background:url(../images/web-space-32px-png.png) left no-repeat;
}
ul.features-b li span.iphone {
	background:url(../images/iphone-control-panel-32px-png.png) left no-repeat;
}
ul.features-b li span.exchange {
	background:url(../images/microsoft-exchange-32px-png.png) left no-repeat;
}
.lowersidebar {
	padding:30px;
}
img.iright {
	float:right;
	padding:15px 0 15px 15px;
}
/* === Dotted Separator Background === */
.maincontent {
	position:relative;
	width:100%;
	overflow:hidden;
	background:url(../images/dotted-bg.jpg) repeat-y 667px;
}
/* === Footer === */
.outer.footsy {
	background:url(../images/bg.jpg) repeat;
	padding:30px 0 0 0;
	margin-top:30px;
	border:1px solid #b7b7b7;
}
.outer.footsy > div > div{
	width:100%;
	overflow:hidden;
}
/* === Footer Quarter Splits === */
#footer h3 {
	color:#444;
}
#footer ul li ul {
	padding:0 0 0 0;
	list-style:none;
}
#footer ul li a {
	display:block;
	padding:7px 0 7px 15px;
	color:#666;
	background:url(../images/arrow.gif) left no-repeat;
}
#footer ul li a:hover {
	display:block;
	color:#333;
}
.quart, .quint{
	margin:0;
	padding:0;
	list-style:none;
	width:1000px;
	overflow:hidden;
	text-align:center;
}
.centered .quart {
	padding:30px 0;
}
.quart>li, .quint>li{
	float:left;
	width:227px;
	padding-right:15px;
	padding-left:15px;
	position:relative;
}
.quint>li{
	width:200px;
}
.quart>li, .quint>li {
	padding-bottom:30px;
}
.centered .quart>li {
	padding-bottom:0;
}
ul.quart>li:nth-child(4),ul.quint>li:nth-child(5) {
	padding-right: 0;
}
.half ul.quart>li:nth-child(2) {
	padding-right: 0;
}
.half ul.quart>li:nth-child(odd) {
	padding-left: 0;
}
ul.quart>li:first-child, ul.quint>li:first-child {
	padding-left: 0;
}
/* === From The Blog Links === */
#footer .blogbox {
	list-style:none;
	padding:12px 0 0 0 !important;
	margin:0;
}
#footer .blogbox li:first-child {
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
}
#footer .blogbox li:last-child {
	border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
}
#footer .blogbox li {
	display:block;
	position:relative;
	padding:10px 15px 10px 15px;
	background:#f6f6f6;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	border-top:1px solid white;
}
#footer ul li .blogbox li a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-999px;
	overflow:hidden;
	background:url(images/fake.gif) repeat;
}
#footer .blogbox li span {
	color:#444;
	text-decoration:underline;
	display:block;
	padding:0 0 0px 0;
}
#footer .blogbox li small {
	font-size:11px;
	color:#666;
}
.blogbox li.last {
	border-bottom:none;
}
#footer .blogbox li img {
	float:left;
	margin-right:10px;
	padding:2px;
	background:white;
	border:1px solid #ccc;
}
/* === Twitter Update === */
.handle {
	background:url(../images/twitter.png) left no-repeat;
	height:35px;
	padding-left:85px;
	padding-top:7px;
	text-align:center;
}
.tmessage {
	background:#f6f6f6;
	padding:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	line-height:20px;
}
.tmessage p {
	padding:0;
	margin:0;
}
.tmessage em {
	font-style:italic;
	color:#666;
}
/* === About Image === */
.aboutimage {
	background:white;
	padding:15px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#666;
	font-style:italic;
}
.aboutimage img {
	padding-bottom: 7px;
}
/* === Footer Bottom Bar === */
.bottombar {
	background:#3b3b3b;
	/* Old browsers */
	background-image:url(../gradient.php?from=3b3b3b&to=333333);
	background:#3b3b3b;
	/* Old browsers */
	background:-moz-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b3b3b),color-stop(100%,#333333));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#3b3b3b 0%,#333333 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b',endColorstr='#333333',GradientType=0 );
	/* IE6-9 */
	padding:15px 0;
	clear:both;
}
.social {
	padding-left:15px;
	height:24px;
	width:100%;
	position:relative;
}
.social a {
	display:inline-block;
	height:24px;
	width:24px;
	margin-right:7px;
}
.social a.facebook {
	background:url(../images/facebook.png) top left no-repeat;
}
.social a.rss {
	background:url(../images/rss.png) top left no-repeat;
}
.social a.linkedin {
	background:url(../images/in.png) top left no-repeat;
}
.social a.digg {
	background:url(../images/digg.png) top left no-repeat;
}
.social a span {
	display:none;
}
.topofpage {
	position:absolute;
	right:30px;
	top:0;
	background:url(../images/topofpage.png) top right no-repeat;
	width:24px;
	height:24px;
}
.topofpage a {
	background:url(../images/topofpage.png) bottom right no-repeat;
	opacity:0.1;
}
/* === Subpage Title === */
.bottomborder{
	background:url(../images/subpage-head.jpg) repeat-x bottom ;
	padding-bottom:9px;
}
#subhead{
	background:#ddd;
	padding:30px 0 30px 0;
	position:relative;
}
#subhead.reddy, #subhead.bluey, #subhead.orangey, #subhead.greeny, .blog > li h2.blueh2, .blog > li h2.greenh2, .blog > li h2.orangeh2, .blog > li h2.redh2{
	background:#d43e3e;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	border-bottom:1px solid #fff;
}
#subhead.bluey, .blog > li h2.blueh2{
background:#287ecc;
}
.blog > li h2.blueh2 a:link, .blog > li h2.blueh2 a:visited, .blog > li h2.blueh2 a:hover, .blog > li h2.orangeh2 a:link, .blog > li h2.orangeh2 a:visited, .blog > li h2.orangeh2 a:hover, .blog > li h2.greenh2 a:link, .blog > li h2.greenh2 a:visited, .blog > li h2.greenh2 a:hover, .blog > li h2.redh2 a:link, .blog > li h2.redh2 a:visited, .blog > li h2.redh2 a:hover{
color:#fff;
text-shadow:1px 1px rgba(0,0,0,0.3);
}
#subhead.orangey ,.blog > li h2.orangeh2{
background:#e99111;
}
#subhead.greeny, .blog > li h2.greenh2{
background:#438934;
}
#subhead.reddy h2, #subhead.bluey h2, #subhead.orangey h2, #subhead.greeny h2{
	color:#fff;
	text-shadow:1px 1px rgba(0,0,0,0.4);
}
#subhead.reddy .circle, #subhead.bluey .circle, #subhead.greeny .circle, #subhead.orangey .circle{
	background:rgba(0,0,0,0.3);
}
.inner .overlay{
	position:absolute;
	top:-30px;
	left:-150px;
	width:1000px;
	height:97px;
	background:url(../images/subhead-overflay.png) top center repeat-y;
}
#subhead h2{
		font-family: 'Open Sans', sans-serif;
	font-size:36px;
	font-weight:bold;
	padding:0 0 0 60px;
	color:#444;
	text-shadow:1px 1px rgba(255,255,255,0.7);
	margin:0;
	display:inline-block;
	position:relative;
	z-index:9;
	background:none;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border:none;
	margin:0;
	line-height:100%
}
#subhead .circle {
	width:40px;
	height:36px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	text-align:center;
	padding-top:4px;
	position:absolute;
	left:0;
	top:0px;
	display:block;
}
#subhead .circle img{
	position:absolute;
	left:10px;
	top:10px;
}
.featurestitle{
	background:#fff;
	border:1px solid #ccc;
	padding: 9px 15px;
	font-size:18px;
	float:left;
	position:relative;
	margin-left:682px;
	margin-top:15px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.featurestitle span{
	display:block;
	background:url(../images/features-bottom.png) top left no-repeat;
	width:10px;
	height:8px;
	position:absolute;
	right:15px;
	bottom:-8px;
}
/*  Single Plans Tables On Single Plan Page  */
ul.planstable{
	padding:30px 0;
	width:100%;
	overflow:hidden;
}
ul.planstable > li{
	display:block;
	float:left;
	text-align:center;
	width:170px;
}
ul.planstable.four > li{
	width:212px;
}
ul.planstable > li ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul.planstable > li.detailscol li.title{
height:128px;
}
ul.planstable > li.detailscol li.title.nosub{
height:56px;
}
ul.planstable > li.detailscol{
	width:150px;
}
ul.planstable > li.detailscol ul li{
text-align:right;
border:none !important;
background:none !important;
color:#222;
padding-left:0 !important;
}
ul.planstable li.detailscol ul li:last-child{
		border:none !important;
	}
ul.planstable > li:nth-child(2) ul li.title h3{
	  border-radius:5px 0 0 0;
	 -moz-border-radius:5px 0 0 0;
	  -webkit-border-radius:5px 0 0 0;
	}
	ul.planstable > li ul li:nth-child(2){
	  border-top:1px solid #ccc;
	}
	ul.planstable > li:nth-child(2) ul li.title h4{
	 border-left:1px solid #ccc;
	}
	ul.planstable > li ul li.yorn{
	padding-top:9px!important;
	padding-bottom:9px!important;
	}
	ul.planstable > li:nth-child(2) ul li{
	 border-left:1px solid #ddd;
	}
ul.planstable li:last-child ul li.title h3{
	  border-radius:0 5px 0 0;
	 -moz-border-radius:0 5px 0 0;
	 -webkit-border-radius:0 5px 0 0;
}
ul.planstable li:last-child ul li:last-child{
	  border-radius:0 0 5px 0;
	 -moz-border-radius:0 0 5px 0;
	  -webkit-border-radius:0 0 5px 0;
}
	  ul.planstable > li:nth-child(2) ul li:last-child{
	  border-radius:0 0 0 5px;
	 -moz-border-radius:0 0 0 5px;
	  -webkit-border-radius:0 0 0 5px;
	  }
ul.planstable li.title{
	display:block;
	padding:0 !important;
	border:none !important;
}
ul.planstable li.spoffer{
	color:red !important;
}
ul.planstable li.title h3{
	font-size:18px!important;
	color:white !important;
	display:block;
	padding:15px !important;
}
ul.planstable li.title h4{
	font-size:24px;
	background:#ddd;
	display:block;
	color:#333;
	text-shadow:1px 1px white;
	padding:10px;
	border-right:1px solid #ccc;
}
ul.planstable li.title h4 small{
	font-size:16px;
	display:block;
}
ul.planstable li ul li:nth-child(even){
		background:#f1f1f1;
		padding:8px 30px;
	border-right:1px solid #ddd;
	}
ul.planstable li ul li:nth-child(odd){
		background:#fff;
		padding:8px 30px;
	border-right:1px solid #ddd;
	}
ul.planstable li ul li:last-child{
		text-align:center;
		padding:15px;
		border-bottom:1px solid #ddd;
	}
.darkbg, ul.planstable li.title h3{
	/* Old browsers */
	background-image:url(../gradient.php?from=3b3b3b&to=333333);
	background:#3b3b3b;
	/* Old browsers */
	background:-moz-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b3b3b),color-stop(100%,#333333));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#3b3b3b 0%,#333333 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#3b3b3b 0%,#333333 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b',endColorstr='#333333',GradientType=0 );
	/* IE6-9 */
	color:white;
	text-shadow:1px 1px black;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	border-color:black !important;
}
.lightbg{
	background-image:url(../gradient.php?from=ffffff&to=e7e7e7);
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e7e7e7));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e7e7e7 100%);
	background:linear-gradient(to bottom,#ffffff 0%,#e7e7e7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e7e7e7',GradientType=0 );
	color:#333!important;
	text-shadow:1px 1px white!important;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	border-color:#b2b2b2 !important;
}
ul.planstable li.title h3{
	border-top:1px solid black;
	border-bottom:1px solid black;
	border-left:none;
	border-right:none;
}
	/* === Meet The Team === */
ul#team, ul#contact{
	list-style:none;
	padding:0;
	margin:0;
}
ul#team h5{
	display:block;
}
ul#team li{
	height:168px;
	padding:15px 0 15px 0;
}
ul#team div{
	float:left;
	display:block;
	padding-top:6px;
	width:110px;
}
ul#team img.left{
	margin-top:0;
}
/* === Network Content === */
#network{
	padding:30px 0 30px 0;
	margin-top:30px;
	border-top:1px solid #ededed;
}
#network a{
	width:208px;
	height:140px;
	position:relative;
	display:block;
	margin-bottom:30px;
}
#network a img{border:none;}
#network a span{
	position:absolute;
	top:0;
	left:0;
}
div.quart{
	width:210px;
	float:left;
}
div.quart.last{
	margin:0;
}
#network img{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div.third.pad{
	padding:30px;
	width:273px !important;
}
h2.padbelow{
	padding-bottom:15px;
}
/* === Domain Look Up Page === */
.domainsec, .whitecontent{
	background:#fff;
	width:970px;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px;
	-moz-box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
	-webkit-box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
	box-shadow:0 0 3px 3px rgba(0,0,0,0.07);
}
.twothird .whitecontent,.third .whitecontent{
	width:auto !important;
}
.domainsec.tabbed{
	border-radius:0 10px 10px 10px;
	-moz-border-radius:0 10px 10px 10px;
	-webkit-border-radius:0 10px 10px 10px;
	margin-top:0px;
}
.whitecontent{
	width:940px;
	padding:30px;
}
.domainlook{
	float:left;
	background:#2464bd;
	background-image:url(../gradient.php?from=2464bd&to=6a98b1);
	background:-webkit-gradient(linear,left top,left bottom,from(#2464bd),to(#6a98b1));
	background:-moz-linear-gradient(top,#2464bd,#6a98b1);
	background:-webkit-linear-gradient(top,#2464bd,#6a98b1);
	background:-o-linear-gradient(top,#2464bd,#6a98b1);
	background:-ms-linear-gradient(top,#2464bd,#6a98b1);
	background:linear-gradient(top,#2464bd,#6a98b1);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2464bd',endColorstr='#6a98b1',GradientType=0 );
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:inset 0 8px 8px -3px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 8px 8px -3px rgba(0,0,0,0.4);
	box-shadow:inset 0 8px 8px -3px rgba(0,0,0,0.4);
	padding:15px 15px;
	width:606px;
}
.domainlook p{
	padding:15px 0 0px 0;
	color:rgba(255,255,255,0.7);
}
.domainlook .domaintitle{
	background:rgba(255,255,255,0.6);
	border:1px solid #fff;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:white;
	text-shadow:1px 1px rgba(0,0,0,0.3);
	padding:8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.domainlook fieldset{
	background:white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:45px;
	margin-top:15px;
	border:none;outline:none;padding:0;position:relative;
}
.domainlook fieldset label{
	background:#acc2db;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:white;
	font-size:14px;
	margin:0;
	position:absolute;
	left:5px;top:5px;
	text-align:center;
	width:45px;
	display:block;
	height:27px;
	padding-top:8px;
}
.domainlook fieldset input[type=text]{
	font-size:16px;
	position:absolute;
	border:none;margin:0;padding:0;line-height:0;text-indent:0;outline:none;
	width:300px;
	height:35px;
	left:60px;
	top:5px;
}
.domainlook fieldset input[type=submit]{
	background-image:url(../gradient.php?from=01a5fc&to=0069ff);
	background:-webkit-gradient(linear,left top,left bottom,from(#01a5fc),to(#0069ff));
	background:-moz-linear-gradient(top,#01a5fc,#0069ff);
	background:-webkit-linear-gradient(top,#01a5fc,#0069ff);
	background:-o-linear-gradient(top,#01a5fc,#0069ff);
	background:-ms-linear-gradient(top,#01a5fc,#0069ff);
	background:linear-gradient(top,#01a5fc,#0069ff);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a5fc',endColorstr='#0069ff',GradientType=0 );
	border: 1px solid #1f5ba1;
	font-weight:bold;
	font-size:14px;
	color:white;
	text-align:center;
	outline:none;
	position:absolute;
	right:5px;top:5px;
	display:block;
	width:100px;
	height:35px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
		box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	text-shadow:1px 1px rgba(0,0,0,0.3);
}
.domainlook.bulk fieldset input[type=submit]{
	bottom:5px;
	right:5px;
	top:auto;
}
.domainlook.bulk fieldset textarea{
	width:333px;
	height:180px;
	overflow:scroll;
	resize:none;
	position:absolute;
	left:5px;
	top:50px;
	outline:none;
	border:#ddd 1px solid;
	border-radius:5px;
}
.domainlook.bulk fieldset{
	height:245px;
}
.domainlook.bulk fieldset label{
	background:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#444;
	font-size:18px;
	width:100%;
	position:relative;
	text-align:left;
	padding:5px 0 0 5px;
}
.domainlook.bulk fieldset ol{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right:5px;
	top:5px;
	width:240px;
	height:300px
}
.domainlook.bulk fieldset ol li{
	display:inline-block;
	width:31%;
	padding:0;
	margin:0;
}
.domainlook.bulk fieldset ol li input{
	float:left;
	margin-top:7px !important;
	margin-right:0;
}
.domainlook.bulk fieldset ol li img{
	float:left;
	margin-top:7px !important;
	margin-right:0;
}
.domainlook.bulk fieldset ol li label{
	float:left;
	font-size:12px;
	width:50px;
	padding:0;margin:0;
}
.domainlook fieldset select{
	background:#ededed;
	font-size:14px;
	text-align:center;
	outline:none;border:none;
	position:absolute;
	right:115px;top:5px;
	display:block;
	width:70px;
	height:35px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#666;
}
.domainlook fieldset options{
	background:#ededed;
	font-size:14px;
	text-align:center;
	outline:none;border:none;
	color:#666;
}
.domainlook.orange{
	background:#c96800;
	background-image:url(../gradient.php?from=c96800&to=f8962d);
	background:-webkit-gradient(linear,left top,left bottom,from(#c96800),to(#f8962d));
	background:-moz-linear-gradient(top,#c96800,#f8962d);
	background:-webkit-linear-gradient(top,#c96800,#f8962d);
	background:-o-linear-gradient(top,#c96800,#f8962d);
	background:-ms-linear-gradient(top,#c96800,#f8962d);
	background:linear-gradient(top,#c96800,#f8962d);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c96800',endColorstr='#f8962d',GradientType=0 );
}
.domainlook.green{
	background:#308020;
	background-image:url(../gradient.php?from=308020&to=53b041);
	background:-webkit-gradient(linear,left top,left bottom,from(#308020),to(#53b041));
	background:-moz-linear-gradient(top,#308020,#53b041);
	background:-webkit-linear-gradient(top,#308020,#53b041);
	background:-o-linear-gradient(top,#308020,#53b041);
	background:-ms-linear-gradient(top,#308020,#53b041);
	background:linear-gradient(top,#308020,#53b041);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#308020',endColorstr='#53b041',GradientType=0 );
}
.domainlook.red{
	background:#b02323;
	background-image:url(../gradient.php?from=b02323&to=df5958);
	background:-webkit-gradient(linear,left top,left bottom,from(#b02323),to(#df5958));
	background:-moz-linear-gradient(top,#b02323,#df5958);
	background:-webkit-linear-gradient(top,#b02323,#df5958);
	background:-o-linear-gradient(top,#b02323,#df5958);
	background:-ms-linear-gradient(top,#b02323,#df5958);
	background:linear-gradient(top,#b02323,#df5958);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02323',endColorstr='#df5958',GradientType=0 );
}
/* === Tab Styled Box === */
.tabbox{
	border:2px solid #008aff;
	margin-right:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:30px;
	background:#fff;
}
.tabbox h4{
	display:block;
	background:#008aff;
	padding:0;
	color:#444;
}
.tabbox h4 span{
	background:white;
		border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:7px 15px;
	display:inline-block;
}
.tabbox div{
	padding:15px;
}

.tabbox.orange{
	border:2px solid #e78710;
}
.tabbox.orange h4{
	background:#e78710;
}
.tabbox.green{
	border:2px solid #3d9829;
}
.tabbox.green h4{
	background:#3d9829;
}
.tabbox.red{
	border:2px solid #db3f3e;
}
.tabbox.red h4{
	background:#db3f3e;
}
/* === Blog Page === */
.blog{
	margin:0;
	padding:0;
	list-style:none;
}
.blog > li{
	width:485px;
	padding:30px 30px 30px 0;
	float:left;
	position:relative;
	border-bottom:1px dotted #ccc;
}
.blog > li:nth-child(even){
	padding:30px 0px 30px 0;
}
.blog > li:nth-child(odd){
	clear:both;
}
.blog > li:nth-last-child(2),.blog > li:last-child{
	border-bottom:none;
}
.blog li h2{
margin-top:0;
margin-bottom:7px;
background:none;
padding:0 0 7px 0;
border-bottom:1px solid #ddd;
}
.blog li h2 a, .blog li h2 a:hover, .blog li h2 a:visited{
	color:#585858;
	text-decoration:none;
}
.postdetails.singlepost{
	float:right;
	background:#ebebeb;
	height:175px;
	overflow:hidden;
	padding:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:15px;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}
.postdetails div.img,.postdetails div.bdetail{
	display:block;
	float:left;
	width:219px;
}
.postdetails div.img img{
	margin-right:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:5px solid #ededed;
}
.postdetails div.bdetail ul{
	padding-left:15px;
	position:relative;
	list-style:none;
	overflow:hidden;
}
.postdetails div.bdetail ul li{
	display:block;
	position:relative;
	padding-left:40px;
	padding-top:6px;
	padding-bottom:8px;
	margin-bottom:7px;
}
.postdetails div.bdetail ul li .circle {
	width:30px;
	height:23px;
	background:#aeaeae;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding-top:7px;
}
.readon{
	position:absolute;
	right:-200px;
	bottom:3px;
}
.readon a, a.buttonlink:link, a.buttonlink:visited, a.buttonlink:hover{
	display:inline-block;
	padding:7px 15px;
	color:white;
	font-weight:bold;
	text-shadow:1px 1px rgba(0,0,0,0.3);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid;
	text-decoration:none;
		box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-ms-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.3) inset;
}
/* === Comments Section === */
.reply {
    clear: both;
    font-size: 12px;
    margin-top: 10px;
}
.commentlist li {
    border: 1px solid #DDDDDD;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.commentlist li .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: right;
    padding: 2px !important;
}
.commentlist cite, .commentlist cite a {
    font-style: normal;
}
.commentlist p {
    font-weight: normal;
    text-transform: none;
}
.commentmetadata {
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
}
#respond:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.commentlist {
    margin: 0;
    padding: 0 0 0;
}
.comment-author {
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.comment-author a {
    color: #666666;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}
.commentlist ol {
    margin: 0;
    padding: 10px;
}
.commentlist li {
    list-style: none outside none;
    margin: 0 0 25px 0;
    padding: 10px 5px 10px 10px;
}
.commentlist li ul li {
    margin-left: 10px;
    margin-right: -6px;
}
.commentlist p {
    margin: 10px 5px 10px 0;
    padding: 0;
}
.commentmetadata {
    display: block;
    font-size: 10px;
    margin: 0;
}
.commentlist li{
	padding:15px !important;
}
.thread-alt {
    background: none repeat scroll 0 0 #FFFFFF;
}
.thread-even {
    background: none repeat scroll 0 0 #F5F5F5;
}
.even, .alt {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
.depth-2 {
    background: none repeat scroll 0 0 #FFFFFF;
}
.depth-3 {
    background: none repeat scroll 0 0 #F1F1F1;
}
.depth-4 {
    background: none repeat scroll 0 0 #F1F1F1;
}
.depth-5 {
    background: none repeat scroll 0 0 #FFFFFF;
}
.inputf {
    -moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius:2px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    font-weight: lighter;
    height: 18px;
    outline: medium none;
    padding-left: 5px;
    padding-top: 2px;
    width: 200px;
}
.areab {
    -moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius:2px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 80px;
    outline: medium none;
    padding: 5px;
    width: 300px;
}
.commentlist li {
    -moz-border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-size: 12px;
    font-style: normal;
}
.submitcom {
    background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: 5px;
    outline: medium none;
    padding: 3px 6px;
	cursor:ponter;
}
#commentform p {
    margin: 10px 0 0;
}
#commentform {
    margin: 10px 0 0;
}
.commenthol{
	padding:0 0 30px 0;
	padding-right:333px;
	border-top:1px dotted #ccc;
}
ul.stars{
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
}
ul.stars li{
	display:inline;
}
img.circled{
	border-radius:115px;
	-moz-border-radius:115px;
	-webkit-border-radius:115px;
	border:5px solid #fff;
}
h2{
	background:#ebebeb;
	border-bottom:1px solid #fff;
	display:block;
	color:#585858;
	text-align:left;
	padding:15px 0 15px 355px;
	text-shadow:1px 1px white;
	margin-top:30px;
	font-size:24px;
	
}
.quint > li{
	position:relative;
	padding:30px 15px 30px 15px;
}
.quint > li .mask1,.quint > li .mask2{
	width:88px;
	height:110px;
	position:absolute;
	top:0;
	height: 0; 
   width: 88px;
}
.quint > li .mask1{
	left:-140px;
	   border-top: 110px solid rgba(0,0,0,0.4);
   border-right: 55px solid transparent;
   border-left: 55p solid transparent;
}
.quint > li .mask2{
	right:-140px;
	border-bottom: 110px solid rgba(0,0,0,0.3);
   border-left: 55px solid transparent;
   border-right: 55p solid transparent;
}
.quint > li a{
	display:inline-block;
	background:rgba(0,0,0,0.8);
	color:#f1f1f1;
	padding:7px 15px;
	position:absolute;
	top:40px;
	left:30px;
	border-radius:5px;
	opacity:0;
	text-decoration:none;
}
.contain{
	position:relative;
	overflow:hidden;
}
 .quart.testimonial p{
	background:url(../images/quotation.png) top left no-repeat;
}
.spinner{
	position:absolute;
	top:6px;
	left:56px;
	background:url(../images/testimonial-spinner.png) bottom left no-repeat;
	width:115px;
	height:115px;
	border-radius:115px;
	opacity:0;
}
.slide{
	width:1000px;
}
#subhead .inner{
	position:relative;
}
#subhead .inner ul{
	position:absolute;
	top:-6px;
	right:0;
	list-style:none;
	width:500px;
	text-align:right;
}
#subhead .inner ul > li{
	display:inline-block;
}
#subhead .inner ul > li a{
	padding:7px 15px;
	background: rgb(255,255,255); /* Old browsers */

	color:#444;
	text-shadow:1px 1px white;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	opacity:0.6;
}
#subhead .inner ul > li.active a, #subhead .inner ul > li a:hover{
	opacity:1;
}
.teleleft{
	float:left;
	width:622px;
}
.teleright{
	float:right;
	border-left:1px solid #ccc;
	width:285px;
	padding-left:15px;}
.teleright p{
	padding-top:50px;}
	
	ul.tabs{
		padding:30px 0 0 0;
		margin:0;
		list-style:none;
		z-index:999;
	}
	ul.tabs > li{
		display:inline-block;
		background:white;
		padding:7px 15px;
		border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		cursor:pointer;
		opacity:0.5;
		color:#222;
	}	
	ul.tabs > li.active, ul.tabs > li:hover{
	opacity:1;
	border-bottom:1px solid #fff;
	}	
.rightdomain{
	float:right;
	width:300px;
}
.rightdomain ul{
	padding:0 0 0 17px;
	line-height:26px;
}
.tabholder{
position:relative;
height:auto;
overflow:hidden;
padding-bottom:5px;
}
.tab{
	top:0;
	left:0;
}
.half{
	width:485px;
	float:left;
	padding-right:15px;
}
.half.alt{
	width:485px;
	padding-left:15px;
	padding-right:0;
	text-align:left;
	border:none!important;
}
.half.alt ul.features-b li{
	width:242px;
}
.half.alt ul.features-b, .half.alt ul.features-b li{
	border:none !important;
	padding:0;
}
.half.alt ul.features-b{
	padding-top:15px;
}
#blue a{cursor:pointer; color:white; font-weight:bold;}
#blue a:hover{
color:blue; cursoor:pointer;
}
