@import"reset.css";
@import"grid.css";

body{
	background: url(../images/main-bg.gif) repeat center 0;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#9fa4a7;
	position:relative;
	min-width:980px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#7ae410;outline:none;cursor:pointer;text-decoration:none;}
a:hover,a:focus{color:#74da0e;text-decoration:underline;}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em; color:#7f7f7f; font-weight:bold; margin-bottom:15px;text-transform:uppercase; text-shadow:0 0 1px #a3b0ba;}
h1{font-size:32px;}
h2{font-size:30px;}
h3{font-size:26px;} 
h4{font-size:24px;}  
h5{font-size:18px;}
h6{font-size:16px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px !important;}
.p2 {margin-bottom:15px !important;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px !important;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px !important;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}


.logo {
	display:block; 
	width:164px; 
	height:41px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

.head-box1 {
	background:#fff;
	padding-bottom:20px;
}



/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

.slider-inner {
    background-color: gray;
	position:relative;
}
.slider-bg {
	background:url(../images/slider-bg2.gif) repeat 0 0;
	overflow:hidden;
}

header h1 {
	padding:30px 0 0 10px;
	float:left;
	margin:0;
	font-size:0;
	line-height:0;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

nav {
	float:right;
	margin-right:10px;
	padding-top:40px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-left:20px;	
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#868d92;
	text-transform:uppercase;
	font-size:13px;
	line-height:16px;
}
.sf-menu a:hover,
.sf-menu li.sfHover > a {
	color:#96ff2d;
	text-decoration:none;
}
.sf-menu a.active {
	color:#96ff2d;
	text-decoration:none;
    font-weight:bold;
}

.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	color:#1f4460;
}

.sf-menu ul ul a:hover,
.sf-menu ul ul li.sfHover > a {
	color:#1f4460;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	padding:19px 0 8px;
	background:white;
	width:			140px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul:after {
	display:block;
	position:absolute;
	width:11px;
	height:6px;
	background:url(../images/marker1.png) no-repeat 0 0;
	top:-6px;
	left:14px;
	content:'   ';
}

.sf-menu ul ul:after {
	display:block;
	position:absolute;
	width:5px;
	height:9px;
	background:url(../images/marker2.png) no-repeat 0 0;
	top:13px;
	left:-5px;
	content:'   ';
}

.sf-menu ul ul  {
	position:		absolute;
	top:			-999em;
	padding:19px 0 6px;
	background:url(../images/menu-bg1.gif) repeat-x 0 0 #1e4460;
	width:			140px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	margin:0 0 12px;
	text-align:center;
	color: #9fa4a7;
}
.sf-menu ul a {
	font-size:12px;
	color:#868d92;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right: -10px;
    top: 15px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 151px;
    top: -8px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/********************** Content ************************/

#content {
	width:100%; 
	padding:64px 0 39px;
	position:relative;
	z-index:1;
  border-top: 7px solid #868a8d;
}

#content.main {
    border: none;
}

.p14 {
	padding:44px 0 39px !important;
}

	/***** Page 1 *****/

.inner3 p {
    color: slategray;
    padding-bottom: 0;
    margin-bottom: -15px;
}

.page1-box1 span {
	display:block;
	color:slategray;
	font-weight:bold;
	font-size:30px;
	line-height:36px;
  padding-top: 20px;
}

.page1-box1 {
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
	width:300px;
	float:left;
}

.inner1 {
	background-color: gray;
	padding: 23px 0 10px;
	margin-bottom:19px;
}

.inner2 {
	color:#fff;
	font-size:30px;
	line-height:34px;
}

.inner2 strong {
	display:inline-block;
	color:#1a3a52;
	font-size:20px;
	font-weight:normal;
}

.list1 {
	margin-bottom:12px;
}

.list1 li {
	display:block;
	color:#60b2ed;
	font-size:12px;
	line-height:15px;
	padding-bottom:9px;
}

.btn-buy {
	font-size: large;
	font-weight: bold;
}

.button1 {
	display:inline-block;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding:7px 24px;
	background:url(../images/button1.gif) repeat-x 0 0 #60abc8;
}

.button1:hover {
	background:url(../images/button2.gif) repeat-x 0 0 #214159;
	text-decoration:none;
}

.button2:hover,
.button3:hover {
	background:url(../images/button1.gif) repeat-x 0 0 #60abc8;
	text-decoration:none;
}

.button2 {
	display:inline-block;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding:7px 24px;
	background:url(../images/button2.gif) repeat-x 0 0 #214159;
}

.page1-box2 span {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	line-height:36px;
  padding-top: 20px;
}

span.discount {
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline;
    font-weight: normal;
    font-size: medium;
}

.page1-box2 {
	overflow:hidden;
	text-transform:uppercase;
	text-align:center;
	width:300px;
	float:left;
    margin-left: 10px;
    margin-right: 10px;
}

.inner3 {
  background-color: #96ff2d;
	padding: 23px 0 10px;
	margin-bottom:19px;
}

.inner4 {
	color:#fff;
	font-size:30px;
	line-height:34px;
}

.inner4 strong {
	display:inline-block;
	font-size:20px;
	font-weight:normal;
}

.page1-box2 .list1 {
	margin-bottom:16px;
	color:#60b2ed;
}

span.last-span {
	padding-bottom: 20px;
}

.p6 {
    background: url("../images/border1.png") no-repeat scroll center bottom transparent;
    margin-bottom: 40px;
    padding-bottom: 42px;
}

.list2 a {
	color:#4480ac;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.list2 a:hover {
	color:#9fa4a7;
	text-decoration:none;
}

.list2 li {
    background: url("../images/marker3.png") no-repeat scroll 0 6px transparent;
    display: block;
    line-height: 17px;
    padding-bottom: 5px;
    padding-left: 14px;
}

.list2 {
	margin-bottom:14px;
}

.p7 {
	padding-bottom:21px;
}

.button3 {
    background: url("../images/button2.gif") repeat-x scroll 0 0 #214159;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    padding: 7px 12px;
    text-transform: uppercase;
}

.p8 {
    background: url("../images/border1.png") no-repeat scroll center bottom transparent;
    margin-bottom: 37px;
    padding-bottom: 43px;
}

.text1 {
	display:block;
	color:#4480ac;
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	margin-bottom:14px;
	text-transform:uppercase;
}

.p9 {
	margin-bottom:9px;
}

.p10 {
	padding-bottom: 10px;
    font-family: "Play","Verdana";
    font-size: 1.3em;
    font-weight: 500;
    /* text-transform: uppercase */
}


/***** Page 2 *****/


.p11 {
    background: url("../images/border1.png") no-repeat scroll center bottom transparent;
    margin-bottom: 37px;
    padding-bottom: 42px;
}

.page2-img1 {
	margin-top:5px;
	margin-bottom:24px;
}

.link1 {
	text-transform:uppercase;
	color:#4480ac;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
}

.p33 {
	padding-top:11px;
}

.p34 {
	padding-top:10px;
}

.page2-box2 {
	overflow:hidden;
	margin-bottom:1px;
}

.p12 {
	padding-top:10px;
	margin-bottom:11px;
}

.page2-box3 {
	overflow:hidden;
}

.list3 a {
	color:#4480ac;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}

.list3 a:hover {
	color:#9fa4a7;
	text-decoration:none;
}

.list3 li {
    background: url("../images/marker3.png") no-repeat scroll 0 8px transparent;
    display: block;
    padding-left: 14px;
}
	
.p13 {
	padding-bottom:17px;
}

.list3 {
	margin-bottom:40px;
}
																								/***** Page 3 *****/

.text2 {
	text-transform:uppercase;
	color:#4480ac;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}

#search_domain .rowElem textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
    height: 238px;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 10px;
    resize: none;
    width: 278px;
}



#search_domain .jqTransformCheckbox {
    background: url("../images/marker4.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#search_domain .jqTransformHidden {
    display: none;
}

#search_domain {
	height:263px;
}




#search_domain .check1 {
    color: #9FA4A7;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 19px;
	z-index:999;
    padding-left: 32px;
    padding-top: 1px;
    position: relative;
    text-transform: uppercase;
}

#search_domain .check1 span {
	display:block;
}

#search_domain .checkbox1 {
    float: left;
    margin-right: 65px;
    width: 95px;
}

#search_domain .textar {
    float: left;
    margin-right: 20px;
    width: 300px;
}
	
.p15 {
	margin-bottom:9px;
}

.link2 {
	color:#4480ac;
	font-size:14px;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.link2:hover {
	color:#9fa4a7;
	text-decoration:none;
}

.inner5 {
	float:left;
	margin-top:-37px;
}

.button4 {
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	background:url(../images/button4.gif) repeat-x 0 0 #60abc8;
	padding:21px 52px 23px;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}

.button4:hover {
	background:#4480ac;
	text-decoration:none;
}

.inner6 {
	float:left;
	padding-top:58px;
}

#search_domain .jqTransformChecked {
    background-position:0 -40px;
}

.p16 {
    background: url("../images/border1.png") no-repeat scroll center bottom transparent;
    margin-bottom: 37px;
    padding-bottom: 23px;
}

.p17 {
	margin-bottom:1px;
	min-height:129px;
}

.inner7 {
	display:table-cell;
	height:75px;
	vertical-align:middle;
}

.p18 {
    line-height: 25px;
    margin-bottom: 13px;
    padding-top: 10px;
}

.p35 {
	margin-bottom:13px;
}

.p19 {
	margin-bottom:28px;
}

.link1:hover {
	text-decoration:none;
	color:#9fa4a7;
}

.p20 {
	margin-bottom:12px;
}

.p21 .page1-box1 span,
.p21 .page1-box2 span {
    line-height: 30px;
}

.p21 
.inner1 {
    padding: 23px 0 19px;
}

.p21 
.inner3 {
    padding: 23px 0 19px;
}

.p21 p {
	color:#fff;
	padding-bottom:24px;
}
.p21 .list1 {
    margin-bottom: 9px !important;
}




.p22  {
    padding-bottom: 20px !important;
}

.p23 {
    background: url("../images/border1.png") no-repeat scroll center bottom transparent;
    margin-bottom: 37px;
    padding-bottom: 44px;
}

.page3-box1 {
	color:#fff;
	overflow:hidden;
	margin-bottom:23px;
	background:url(../images/bg4.gif) no-repeat 0 0;
}

.page3-box1 .extra-wrap {
	display:table-cell;
	vertical-align:middle;
	height:76px;
	padding-left:21px;
}

.p24 {
	padding-bottom:23px;
}

.p25 {
	padding-left:20px;
	padding-top:17px;	
}
.p27 {
	padding-left:20px;
	padding-top:27px;	
}

.p26 {
    background: url("../images/border1.png") no-repeat scroll center bottom transparent;
    margin-bottom: 37px;
    padding-bottom: 20px;
}
																									/***** Page 4 *****/

.page4-box1 a {
	color:#9fa4a7;
}

.p28 {
	padding-top:19px;
	margin-bottom:12px;
}

.page4-box1 {
	overflow:hidden;
	margin-bottom:1px;
}

.page4-img1 {
	margin-top:4px;
}

.p29 {
	padding-bottom:21px;
}

																									/***** Page 5 *****/

.inner8 {
	background:url(../images/bg5.gif) repeat-x 0 bottom #58a6c5;
	padding: 19px 0 20px 21px;
	margin-bottom:17px;
	border-bottom:1px solid #73c5e6;
}

.inner9 p {
	padding-bottom:20px;
}

.inner8 span {
	color:#fff;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.page5-box1 {
	background:url("../images/bg1.jpg") repeat-x scroll 0 bottom #214967;
	overflow:hidden;
	color:#fff;
	margin-bottom:38px;
}
																									
.inner9 {
	padding:0 20px 23px 21px;
}

.button5 {
	display:inline-block;
	color:#fff;
	line-height:16px;
	font-size:13px;
	text-transform:uppercase;
	padding:8px 10px 8px 12px;
	background:url(../images/button1.gif) repeat-x 0 0 #60abc8;
}

.button5:hover {
	background:url(../images/button2.gif) repeat-x 0 0 #214159;
	text-decoration:none;
}

.page5-img1 {
	float:left;
	margin-right:8px;
	margin-top:5px;
}

.p30 {
	margin-bottom:6px;
}

.page6-box1 p {
	padding-bottom:19px;
}

.text11 {
	color:#96ff2d;
	font-size:34px;
	line-height:35px;
	display:block;
}

.text22 {
	color:#e4e4e4;
	font-size:45px;
	line-height:54px;
	font-weight:bold;
	display:block;
}

.text33 {
	color:#fff;
	font-size:22px;
	margin-bottom:24px;
	line-height:27px;
	display:block;
}

.page6-box1 a {
	text-transform:uppercase;
}

.p32 {
	margin-right: 65px !important;
}
																							

.dl1 dt {width:150px;margin-bottom: 18px;}

.dl1 span {float:left; width:88px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#171717;}

.dl1 dd a:hover {color:#9ea198; text-decoration:underline;}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:43px 0 30px;
	background: url("../images/border1.png") no-repeat scroll center 0 transparent;
}

.foot-menu a {
	color:#9fa4a7;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
}

.foot-menu a:hover,
.foot-menu a.active {
	color:#96ff2d;
	text-decoration:none;
}

.foot-page2 {
	color:#c8cbcd;
	text-align:right;
	padding-right:10px;
	text-transform:uppercase;
}

.foot-link2 {
	color:#c8cbcd;
}

.foot-link2:hover {
	color:#4480ac;
	text-decoration:none;
}

.foot-menu li {
	display:block;
	float:left;
	margin-right:12px;
}

.foot-page1 {
	float:left;
}

.foot-menu {
	padding-top:2px;
}


.foot-link1 {
    background: url("../images/foot-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    margin-left: 10px;
    width: 180px;
}

.button6 {
    background: url("../images/button1.gif") repeat-x scroll 0 0 #60ABC8;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 10px 10px 12px;
    text-transform: uppercase;
}

.button6:hover {
	background:url(../images/button2.gif) repeat-x 0 0 #214159;
	text-decoration:none;
}
.inner1 p {
	color:#d3ded1;
  padding-bottom: 0;
  margin-bottom: -15px;
}

.contentpage p {
    font-family: Play, sans-serif;
    font-size: 1.2em;
    margin-bottom:0px;
    padding-bottom: 10px;
}

.contentpage ol, .contentpage ul {
    font-family: Play, sans-serif;
    font-size: 1.2em;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.contentpage a {
    font-weight: bold;
}

#gnu_img {
    width: 140px;
    height: 140px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.faceitem {
    vertical-align: middle;
}

.code {
    font-family: monospace;
    font-size: 15px;
    padding: 0px;
    color: lightslategray;
    white-space: pre-wrap
}

.featimg {
    clear: all;
    align-self: center;
    align-items: center;
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

#featimg1 {
    margin-left: 65px;
}

.imgcenter {
    clear: both;
    align: center;
    align-content: center;
    align-items: center;
    align-self: center;
}

.label-primary {
  background-color: #6dda00; /* or #96ff2d */
}

.btn-basic {
	color: #fff;
	background-color: #808080;
	border-color: #808080;
}

.btn-basic:hover, .btn-basic:active, .btn-basic:focus, .btn-basic:active:hover {
  color: #fff;
  background-color: #A0A0A0;
  border-color: #A0A0A0;
}

.btn-primary {
    color: #fff;
    background-color: #6dda00;
    border-color: #6dda00;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #76ec00;
    border-color: #6dda00;
}

.p10 .bold {
    color: #1a3a52;
    font-weight:bold;
    text-shadow:0 0 1px #a3b0ba;
}

.blue {
    color: #1a3a52;
    xx-text-shadow:0 0 1px #a3b0ba;
}

.form-horizontal {
    font-family: Play;
}

.form-horizontal .control-label {
    padding-top: 0;
    font-size: larger;
}

.form-control:focus {
    border-color: #6dda00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(111, 233, 102, 0.6);
}

.form-success {
    padding: 10px;
    color: #1a3a52
}

.form-error {
    padding: 10px;
    color: darkorange
}

.cmd {
	padding-bottom: 0px;
    padding-left: 20px;
}

.failmsg {
    color: firebrick
}

.notransform {
    text-transform: none
}
.no-transform {
    text-transform: none
}

.smalltitle {
    font-size: 14px;
}

.zero-clipboard {
    position: relative;
}
.btn-clipboard {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #6dda00;
    /* border: 1px solid #e3e3e3; */
    border-radius: 0 4px 0 4px;
}
.hidden {
	visibility: collapsed
}

.paynow2 {
    background-color: darkgrey;
    color: white;
    font-size: 1.3em;
    font-family: Play, Verdana, sans-serif;
    padding: 6px 30px;
    border: 0px;
}

.paynow1 {
    background-color: #96ff2d;
    color: white;
    font-size: 1.3em;
    font-family: Play, Verdana, sans-serif;
    padding: 6px 30px;
    border: 0px;
}

.download-buttons .btn {
    margin-bottom: 5px;
}
