/*  
Theme Name: Epsilon
Theme URI: http://www.indonez.com/
Description: Hosting and Business Wordpress Theme
Author: Indonez
Author URI: http://themeforest.net/user/indonez
Version: 1.0
*/

@charset "utf-8";

@import url("css/reset.css");

/*----------------------------------------------------
                 Epsilon - CSS File
------------------------------------------------------*/

body{
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#404041;
	line-height:18px;
	padding:0px;
	margin:0px;
	background-color:#dcdcdc;
}

/* links */
a, a:visited{
	color:#009CDF;
	text-decoration:none;
        
}
a:hover{
	color:#009CDF;
	text-decoration:underline;
}
a img{
	border:none
}
.imgcenter,
img.aligncenter {
	margin:2px auto 5px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}

.imgleft,
img.alignleft {
	float:left; 
	margin:4px 18px 20px 0px;
}
.imgright,
img.alignright {
	float:right; 
	margin:4px 0px 20px 18px;
}
hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
hr.double {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:2px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
}
hr.double-form {
	background-color:#d6d6d6;
	border-width:0;
	color:#d6d6d6;
	height:2px;
	line-height:0;
	margin:10px 0px !important;
	page-break-after:always;
}
p{color:#404041;}
strong{color:#404041;}

/* Lists, Blockquotes and Paragraphs */
p, ul, ol, blockquote{
	margin-bottom:5px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:20px;	
}
code{
	border-left:2px solid #cccccc;
  	background:#fefefe;
  	padding:5px 10px;
	font-size:11px;
  	display:block;
  	color:#858585;
  	margin-bottom:10px;
}

/* Pullquotes */
.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

/* Dropcap */
.dropcap{
	float:left;
	font-size:30px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:0px;
	padding-top:3px;
	text-align:center;
	width:41px;
}

/* Custom Message Styling */
.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 8px 10px 8px 37px;
	background: #DCEFF5 url(images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding:8px 10px 8px 37px;
    background:#D7F7DF url(images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 8px 10px 8px 37px;
    background: #FFD6D6 url(images/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 8px 10px 8px 37px;
    background: #FAF2D7 url(images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
} 

#content ul li, #maintext ul li{
	background-image:url(images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
}
ul.arrow li{
	background-image:url(images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
}
ul.circle li{
	background-image:url(images/list-red.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:18px !important;
	list-style-type:none;
        color:#404041;
}
.kb .a,.kb .b,.kb .c,.kb .d,.kb .e,.kb .f{line-height: 14px !important; padding:7px 0 7px 35px !important;}

.kb .a{background-image:url("images/hammer.png") !important;}
.kb .b{background-image:url("images/head.png") !important;}
.kb .c{background-image:url("images/paw.png") !important;}
.kb .d{background-image:url("images/notes.png") !important;}
.kb .e{background-image:url("images/arrow.png") !important;}
.kb .f{background-image:url("images/ppl.png") !important;}

ul.nolistblock li{
	padding:0px 0px 0px 0px !important;
	line-height:20px;
	display:inline-block;
	margin:0px 12px 0px 0px;
	background-image:none !important;
}
li.marginoff{margin-right:0px !important;}
ol li{
	list-style:decimal;
	line-height:20px;
	list-style-position:inside
}
blockquote{
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
.clear{clear:both;}
.center{text-align:center; margin-bottom:10px; margin-top:15px;}

/* heading */
h1, h2, h3, h4, h5, h6{
	color:#009cdf !important;
	
}
h1{font-size:24px;line-height:26px;}
h2{font-size:22px;line-height:24px;}
h3{font-size:18px;line-height:20px;}
h4{font-size:16px;line-height:18px;}
h5{font-size:14px;line-height:16px;}
h6{font-size:13px;line-height:15px;}

h2 span{color:#7f7f7f;}
/* text styled */
.boldtext-medium{font-size:12px; font-weight:bold; color:#c6c6c6}
.boldtext-strong{font-size:20px; font-weight:bold; color:#c6c6c6}
.price{font-size:36px; color:#404041; font-weight:bold}
.boxtitle-hosting{font-size:14px; color:#404041; font-weight:bold; padding:0px 0px 15px 0px; display:block; line-height:10px;}
.redtext{color:#c22127; font-size: 20px; margin-bottom: 15px;}
.redtext a{color:inherit; font-size: inherit;}
small{font-size:11px;}

/* Container
------------------------------------------------------*/
#container{
    position:relative;
    z-index:2;
	width:960px;
	margin:0 auto;
}

/* Topnavigation
------------------------------------------------------*/
#topnavigation{
	background-image:url(images/top-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
/*	text-align:right;*/
	font-size:11px;
	height:auto;
	width:960px;
        padding: 5px 0;
}
#topnavigation a, #topnavigation a:visited{
	color:#a6a5a5;
/*	padding:0px 10px;*/
}
#topnavigation div img{margin-top: 3px;}
#topnavigation div a{padding-right: 5px; vertical-align: top;}
.toplink{line-height:40px; text-shadow:0px 1px 0px #f1f1f1;}
#topnavigation .fan{
    padding-left:763px;
    padding-right:15px;
    text-align:right;
    width:185px;
    font-size: 12px;
}

/* Main
------------------------------------------------------*/
#main-curve-top{
	width:960px;
	background-image:url(images/bg-main-curve-top.gif);
	background-repeat:no-repeat;
	height:7px;
	background-position:bottom;
}
#main-curve-bottom{
	width:960px;
	background-image:url(images/bg-main-curve-bottom.gif);
	background-repeat:no-repeat;
	height:7px;
}
#main{
	width:920px;
	padding:0px 20px 20px 20px;
	background-color:#f4f4f4;
}
#top{height:107px; position:relative;}
#logo{padding-top: 15px; float: left;}
#top .counter{
	float: right;
	padding: 15px 168px 0 0;
}
#top .counter .image{
	float: left;
	
}
#top .counter .count{
	float: left;
	color: #7f8082;
	padding-left: 5px;
	font-size: 12px;
}
#top .counter .count span{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#topright{
/*	background-image:url(images/vertical-line.png);*/
	background-repeat:repeat-y;
	padding:0px 0px 0px 20px;
	line-height:normal;
	position:absolute;
	right:0px;
	top:0px;
}
.admin{width: 260px;}
.admin .inp{margin-bottom: 7px; }
.admin .inp label{float:left; width: 100px; text-align: right; padding-right: 5px; color: #444444; margin:8px 0 0 0; font-size: 10px; }
.admin .inp input{
    float:right;
    width: 144px;
    border:2px solid #e0e0e0;
    height: 20px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /*Linux browsers*/
    border-radius: 4px; /*CSS3*/
    font-size:11px;
    padding-left: 5px;
    line-height: 20px;
}
.admin .inp input:focus{border:2px solid #d3eefb;}
.admin .input_submit input{
    font-size: 12px;
    font-weight: bold;
    padding: 0 7px 3px;
    border: none;
    background-color:#12ACEB;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /*Linux browsers*/
    border-radius: 3px; /*CSS3*/
    float: right;
    background-repeat:repeat-x;
    color:#fff !important;
    margin-right:3px;
    width: 70px;
    height: 23px;
    cursor: pointer;
}
.admin .error1 {
    color:#FF0000;
    font-size:12px;
    right:80px;
    position:absolute;
    top:77px;
}

/* Main Menu
------------------------------------------------------*/
#mainmenu{
    position:relative;
	width:920px;
	height:39px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7e7e7e), to(#414141));
        background: -moz-linear-gradient(#7e7e7e, #414141);
        background: linear-gradient(#7e7e7e, #414141);
        background: url(images/main_menu_bg.gif) center no-repeat !important;
}
#menu{padding-top: 8px;}
#mainmenu #menu .home{
    padding-left: 10px;
    height: 25px;
}
#mainmenu #menu li.home a{
  margin-top: -2px;
  background: url(images/icon-home.gif) center no-repeat;
  background-color: transparent !important;
  position: relative;
  text-indent:-9999px;
  width: 25px;
  height: 25px;
  display: block;
  padding: 0 !important;
}

#mainmenu #menu li.home a:hover{
    background: url(images/icon-home-hover.png) center no-repeat;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: #666 0px 0px 0px;
    -moz-box-shadow: #666 0px 0px 0px;
}
#mainmenu #menu li.current_page_item_home a{
    background-image: url(images/icon-home-active.png);
}
#mainmenu ul{line-height:38px; z-index:100;position:relative; float:left; list-style-type: none;}
#mainmenu #menu li{
	float:left;
	padding:0px 0px 11px 15px;
        color:#868585;
	background-image:none;
	position:relative;
        height: 25px;
        line-height: 20px;
        vertical-align: middle;
}
#mainmenu ul li a{
	color:#ffffff;
	text-decoration:none;
        font-size: 15px;
        font-weight: bold;
        height:18px;
	width:auto;
        vertical-align: middle;
        padding: 4px 10px 3px 10px;
}

#mainmenu ul li.current_page_item a{
    background-color: #000;
    color: #ccc;
    padding: 4px 10px 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    -webkit-box-shadow: #666 0px 0px 2px;
    -moz-box-shadow: #666 0px 0px 2px;

}
#mainmenu ul li a:hover{
	text-decoration:none;
	color:#69b3e4;
        background-color: #000;
        padding: 4px 10px 3px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 5px;
        border-radius: 4px;
        -webkit-box-shadow: #666 0px 0px 2px;
        -moz-box-shadow: #666 0px 0px 2px;
}

/* Custom menu */
.sideright ul.menu{
	font-size: 12px;
	list-style-type: disc;
	color: #009CDF;
	padding-left: 5px;
	font-weight: bold;
	background-image: none;
}
.sideright ul.menu li.menu-item .sub-menu{
	font-size: 12px;
	list-style-type: disc;
	color: #009CDF;
	padding-left: 5px;
	font-weight: bold;
	background-image: none;
}
.sideright ul.menu li.menu-item .sub-menu li.menu-item{
	font-size: 12px;
	list-style-type: disc;
	color: #009CDF;
	padding: 3px 0;
	font-weight: bold;
	background-image: none;
}
.sideright ul.menu li.menu-item a,
.sideright ul.menu li.menu-item .sub-menu li.menu-item a{
	color: #009CDF;
	background-image: none;
	padding: 0;
}
.sideright ul.menu li.menu-item:first-child{
	list-style-type: none;
	font-size: 14px;
	padding-left: 0;
	

}
.sideright ul.menu li.menu-item{
	
	list-style-position: inside;
}
.sideright ul.menu .current-menu-item a{
	color: #404041;
}



/* Header
------------------------------------------------------*/
#header{ 

	background-repeat:no-repeat;
	height:339px;
	width:920px;
	margin-top:10px;
	position:relative;
	z-index:40
}
#header-inner{
	min-height:85px;
	position:relative;
	text-align:left;
}
#header-inner h1{
	
	padding:30px 165px 30px 0;
        font-size: 24px;
}
#header-inner .imgtitle{
	position:absolute;
        top:-22px;
}

#header-inner img{
	
	position:absolute;
        top:18px;
        left: 310px;
	
}

/* Slider
------------------------------------------------------*/
.header-left{
        
	float:left;
	width:496px;
        position: relative;
        z-index: 7;
        margin-top: 250px;
}
.header-text{
	padding:30px 40px 20px 20px;
}
.header-text h1{
	width:420px;
	font-size:26px;
	line-height:28px;
}
.conbut{
	text-align:left;
}
.stitle{
	font-size:18px;
}
.header-right{
	float:left;
	width:424px;
	text-align:center;
	
}
.header-image1{
	position:absolute;
	top:-40px;
	left:65px;
}
.header-image2{
	position:absolute;
	top:10px;
	left:60px;
}
.header-image3{
	position:absolute;
	top:-25px;
	left:0px;
}
.header-image4{
	position:absolute;
	top:2px;
	right:1px;
}
.header-image {
	position:absolute;
	top:2px;
	right:1px;
}
#nav-slide{
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:10;
	padding:10px 10px;
	-moz-border-radius:3px;
	-webkit-border-top:3px;
	border-radius:3px;
	background-image:url(images/nav-slide-repeat.png);
	background-repeat:repeat;
}
#pager a{
	background: url(images/slidenav.png) no-repeat;
	display:block;
	float:left;
	font-size:0px;
	width:9px;
	height:10px;
	margin:0px 2px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
        
}
#topnavigation div #pager a{padding: 0;}
#pager .activeSlide{
	background: url(images/slidenav-active.png) no-repeat;
}

/* Content
------------------------------------------------------*/
#content{
	margin-top:25px;
}
#content-col{
	margin-bottom:25px;
}
#content-inner{
	border-top:solid 2px #d6d6d6;
}
#content-inner-sidebar{
	background-color: #FFF;
	border:1px solid #d6d6d6;
        font-size: 12px;
        padding: 10px;
               
}

#content-inner-sidebar div#appContainer{
    width:900px;
    
}
#content-inner-sidebar-bottom{
	width:920px;
	height:7px;
	margin-bottom:10px;
	background-image:url(images/bg-sidebar-bottom.gif);
	background-repeat:no-repeat;
}
#maintext{
	padding:30px 20px 20px 0px;
}
#maintext p{}
#maintext h3{margin-bottom: 10px;}
.arw-about{float:left;}

/* Popup From */
.popup-form{
	margin-left:50px;	
}
.submit-popup {
	font-size:12px;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image:url(images/more-submit.gif);
	background-repeat:repeat-x;
	border:solid 1px #e2e2e2;
	border-width:0px 1px 1px 0px;
	color:#908f8f;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:15px 0px 0px 87px;
	padding:4px 0px 7px 0px;
	text-shadow:0px 1px 0px #eaeaea;
}
.textarea-popup{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #d6d6d6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	padding:10px 5px; 
	margin:0px 0px 9px 0px; 
	color:#939393;
	width:260px;
}

/* FAQ accordion styling
------------------------------------------------------*/
.ask{	
	cursor:pointer;
	font-size:12px;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
}
.question{
	background-color:#ffffff;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
.openquestion{
	color:#404041 !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#404041 !important;
	margin-bottom:5px;
}

/* Column
------------------------------------------------------*/
.col-920{width:920px;}
.col-900{width:900px; margin:0 auto;}
.col-160 {
	display:inline-block;
	width:138px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important
}
.col-173 {
	display:inline-block;
	width:182px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
}
.col-173 p{margin-bottom: 5px;}

.col-180 {
	display:inline-block;
	width:180px;
	vertical-align:top;
	padding:20px 8px 40px 0px !important
}
.col-196 {
	float:left;
	width:223px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important
}

/* used for 4 column */
.col-207 { 
	display:inline-block;
	width:207px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-207-last { 
	display:inline-block;
	width:207px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 3 column */
.col-286 { 
	display:inline-block;
	width:286px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-286-last { 
	display:inline-block;
	width:286px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* used for 2 column */
.col-445 { 
	display:inline-block;
	width:445px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-445-last { 
	display:inline-block;
	width:445px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}
.col-604 { 
	display:inline-block;
	width:604px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:27px;
}
.col-604-last { 
	display:inline-block;
	width:604px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

/* column for faq */
.col-275 { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:20px;
}
.col-275-last { 
	display:inline-block;
	width:275px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin-right:0px;
}

.col-280 {
	display:inline-block;
	width:290px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
}
.col-280 #cf7_form_box{}
.col-284 {
	display:inline-block;
	width:284px !important;
	vertical-align:top;
	padding:0px 0px 10px 0px !important;
}
.col-320 {
	float:left;
	width:320px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
}
.col-440 {
	display:inline-block;
	width:440px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
}
.col-440 p, .col-440 ul {margin:0px;}
.col-440 p{margin-top: 10px;}
.vertical-separator {
	display:inline-block;
	width:20px;
	background-image:url(images/vertical-line.png);
	background-repeat:repeat-y;
	background-position:top center;
}
.vertical-separator-noline {
	display:inline-block;
	width:24px;
	height:100% !important;
}
.vertical-separator-noline2 {
	display:inline-block;
	width:22px;
}


.col-620{float:left; width:620px;}
.col-300{float:left; width:278px;}
.fullwidth{
	padding:30px 0px;
}
.fullwidth-serv{
	padding:30px 0px 0px 0px;
}

/* Sideright
------------------------------------------------------*/
.sideright{
	padding: 0 0 0 12px;
}
.sideright h2{
	font-size:18px;
	margin-bottom:8px;
        color:#404041 !important;
}
.sideright ul{
	margin-bottom:0px;
}
.sideright li{
	margin-bottom:5px;
	
}
.sideright li li{
	margin-bottom:0px;
}
.sideright ul li li{
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:8px 0px ;
	text-shadow:0px 1px 0px #eaeaea;
}
.sideright ul li li a, .sideright ul li li a:visited{
	color:#404041;
	background-image:url(images/list.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 12px;
}
.sideright p, .sideright blockquote{
	text-shadow:0px 1px 0px #eaeaea;
	margin-bottom:10px;
	
}
.sideright ul li ul.nolistblock li {
  padding:8px;
}
.sideright ul li ul.nolistblock li a {
  background: none;
}
.sideright ul li ul.nolistblock li a img {
  margin-bottom: 10px;
}
.sideright ul li ul.socialicon li a {
  padding: 0;
  margin: 0;
}
.testimonial{
	position:relative;
}
.nav-testimonial{
	background-image:url(images/grey.gif);
	background-repeat:repeat-x;
	background-color:#c2c2c2;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	border:solid 1px #b8b8b8;
	padding:5px 2px 0px 5px;
	width:15%;
	float:right;
	top:-32px;
	position:relative;
}

body:nth-of-type(1) .nav-testimonial{
	background-image:url(images/grey.gif);
	background-repeat:repeat-x;
	background-color:#c2c2c2;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	border:solid 1px #b8b8b8;
	padding:2px 2px 3px 5px;
	width:15%;
	float:right;
	top:-32px;
	position:relative;
}
@media all and (min-width:0px) {
.nav-testimonial{width:15%;height:21px;top:0px;left:0px;position:absolute;}
.next{position:absolute;top:10px;left:22px;}
.prev{position:absolute;top:10px;}
}

.next{
	background-image:url(images/arrow-top.gif);
	background-repeat:no-repeat;
	width:10px;
	height:6px;
}
.prev{
	background-image:url(images/arrow-bottom.gif);
	background-repeat:no-repeat;
	width:10px;
	height:6px;
}
.next, .prev{
	text-indent:-9999px !important;
	font-size:0px;
	display:inline-block;
	margin:0px 4px;
	cursor:pointer;
}

/* Homepage
------------------------------------------------------*/
.box-grey{
	background-color:#d6d6d6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	position:relative;
	margin-top:35px;
}
.box-grey-text{
	width:140px;
	color:#a0a0a0;
	margin-left:120px;
	padding:10px 0px 18px 0px;
}
.box-grey-text h3{
	margin-bottom:5px;
}
.img-tour{position:absolute; left:10px; top:-15px;}

.button, 
.button-red {
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}
.button2,
input#searchsubmit {
	background-color:#bcbcbc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button2.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
	padding:8px 20px 10px 20px;
	font-size:16px;
	display: inline-block;
}
input#searchsubmit {
	padding:4px 10px;
	font-size:12px;
  border: 1px solid #BDBDBD;  
}
.button-alt{
	background-color:#aa2328;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/bg-button.gif);
	background-repeat:repeat-x;
	color:#fff !important;
	padding:8px 20px 10px 20px;
	font-size:16px;
}
.button-blue {
	background-color:#023161;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(css/styles/blue/bg-button.png);
	background-repeat:repeat-x;
	color:#fff !important;
	
	padding:7px 7px;
	font-size:14px;
        font-size:14px;
        margin:0 auto;
        padding:8px;
}
.button:hover, .button-alt:hover, .button2:hover,.button-blue:hover,.button-red:hover{color:#fff; text-decoration:none}

/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}

#content .fbMenu li.pagenav,
.col-173 .menu li.menu-item{padding: 0;}
.col-173 .menu{}

#content .fbMenu .pagenav a,
.col-173 .menu li.menu-item a{
	font-size: 20px;
	margin-bottom: 15px;
	color:#009CDF;
	font-weight: bold;
}
#content ul.fbMenu li,
#content .col-173 .menu li.menu-item{list-style-type: none; background-image: none !important;}
#content .fbMenu .pagenav ul,
#content .col-173 .menu li.menu-item ul.sub-menu{list-style-type: none;}
#content .fbMenu .pagenav ul li,
#content .col-173 .menu li.menu-item ul.sub-menu li{ padding-left: 2px; list-style-type: disc; list-style-position: inside; color: #999;}
#content .fbMenu .pagenav ul li a,
#content .col-173 .menu li.menu-item ul.sub-menu li a{font-size: 12px; color: #999999; }



#content .fb_banner{
	background-image: url(images/webinar_bg.png);
	width: 210px;
	height: 180px;
	margin-bottom: 20px;
}
	#content .fb_banner h4{
		color: #FFFFFF !important;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0 0 60px;
		text-transform: uppercase;
		text-align: justify;
	}
	#content .fb_banner h4 span{
		font-size: 16px;
	}
	#content .fb_banner p{
		color: #181818;
		text-align: center;
		font-size: 14px;
		margin-top: 35px;
	}
	#content .fb_banner .register{
		 bottom: 10px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		margin-top: 22px;
		text-align: center;
	}
	#content .fb_banner .register a{
		text-decoration: none;
		color: #fff;
	}

/* Services
------------------------------------------------------*/
.tb{
	background-image:url(images/horizontal-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom:20px
}

.tb h3{
	margin-bottom:3px;
}
.tb h3 a {
  color:#404041;
}
.tb h3 a:hover {
  text-decoration: none;
}
.italictext{
	font-size:14px;
	font-style:italic;
	line-height:22px;
	margin-bottom:30px;
}
.boxservices{
	margin-bottom:20px;
	padding-bottom:10px !important;

}
/* Web hosting and Dedicated
------------------------------------------------------*/
#pricing-boxe{
	border:solid 1px #cdcdcd;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:40px 0px 50px 0px !important;
	padding:0px 22px
}
#pricing-boxe hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:20px 0px;
	page-break-after:always;
}
#pricing-boxe .border{
	border:solid 1px #cdcdcd;
	border-width:0px 1px 0px 0px;
	padding:20px 22px 56px 0px !important;
}
#pricing-boxe .borderactive{
	border:solid 1px #cdcdcd;
	border-width:1px 1px;
	padding:34px 22px 70px 22px !important;
	margin:-15px 0px;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	position:relative;
}
#pricing-boxe .best{
	position:absolute;
	top:-5px;
	right:-4px;
}
#dedicated-boxe{
	border:solid 1px #cdcdcd;
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:40px 0px 50px 0px !important;
	padding:0px 0px
}
.row{
	border-bottom:solid 1px #cdcdcd;
	margin:0px 0px 0px 0px;
	padding:0px 0px
}
.row.noborder{
	border-bottom:0px;
}

.col1{
	width:215px;
	float:left;
	text-align:center;
	padding:20px 0px;
}
.col2{
	width:441px;
	float:left;
	padding:0px 40px 0px 40px;
	background-image:url(images/vertical-line.png);
	background-repeat:repeat-y;
	background-position:left;
	margin:20px 0px;
}
.col2 p{margin-bottom:10px;}
.bgwhite{
	background-color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:8px;
	text-align:center
}
.col3{
	width:182px;
	float:left;
	background-image:url(images/bg-pricebox.gif);
	background-repeat:no-repeat;
	background-color:#e1e1e1;
	_height:157px;
	min-height:157px;
	position:relative;
}
.best{
	position:absolute;
	top:-4px;
	right:-4px;
}

/* Blog
------------------------------------------------------*/
.post{padding-bottom:20px; margin-right:10px; margin-bottom:20px; float:left;}
.post h3{margin-bottom:2px;}
.post h3 a, .post h3 a:visited{color:#404041; text-decoration:none}
.metadata{font-size:11px;}
.entry{padding:10px 0px 10px 0px;}
.entry img{margin-bottom:8px;}
.more{
	background-color:#c6c6c6;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	background-image:url(images/more.gif);
	background-repeat:repeat-x;
	color:#908f8f !important;
	padding:7px 20px 8px 20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.more:hover{text-decoration:none;}
.butmore{text-align:right;}
.pages{line-height:30px; margin-bottom:10px; clear:left}
.blogpages{margin:30px 0px 0px 0px}
.pfpages{margin:-15px 0px 12px 0px;}
.pages a{
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
	color:#404041 !important;
	text-decoration:none;
}
.pages a:hover{
  color:#fff !important; background-color:#cccccc; text-decoration:none;
}
.pages a.current{color:#fff !important; background-color:#cccccc;}
#comment{
	padding:30px 10px 20px 0px; float:left;
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none;
}
.commentlist, .commentlist ol{position:relative;}
.commentlist li{margin:0px; list-style-type:none;}
.commentlist li small{font-size:11px; font-style:italic}
img.avatar {float: left;}
.comment-text{ margin-left:80px; width:auto; border-bottom:solid 1px #e2e1e1;  padding:0px 0px 5px 0px; margin-bottom:10px}
.commdate{float:left; text-align:left}
.reply{}
.smalltext{text-align:right; clear:none}
.reply a, .reply a:visited  {
	background:#eee;
	margin-bottom:15px;
	padding:3px 10px;
	text-align:center;
	font-size: 1em;
}
.commentlist li,
#maintext .commentlist li{margin:0px; list-style-type:none;background: none;}
.commentlist .children{
padding:0 0 0 70px;
}
.commentlist .children li .comment_content{
width:454px;
}

.commentlist .children .children li .comment_content{
width:384px;
}

.commentlist .children .children .children li .comment_content{
width:314px;
}

.commentlist .children .children .children .children li .comment_content{
width:244px;
}

.commentlist .children .children .children .children .children li .comment_content{
padding:0;
}
.commentlist li.bypostauthor {
	border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.commentlist code {
	background:#e0e0e0;
	padding:3px;
}
.avatar {
	float:left;
  margin:5px 10px 10px 0;	
}
#trackbacklist li {
	margin: 10px 0 10px 35px;
}
#trackbacklist cite {
	font-style:normal
}
cite.fn {
	display:block;
	padding-top:9px;
}	
.says {
	display:none;
}
.commentmetadata {
	float:left
}
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
}
.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
}
#comment-form h4{
	margin-bottom:0px;	
}
#comment-form form{
	position:relative;
	padding:20px 10px 50px 10px;
}
#comment-form .input{
	width:255px;
}
#comment-form .form-column-left{
  width:255px;
  float: left;
}
#comment-form .form-column-right{
  float: right ;
  width: 255px;
  margin-right: 25px;
}
#comment-form .textarea{
	width:255px;
	height:144px;
	padding:7px 5px;
}
#comment-form button{
	position:absolute;
	right:0;
	bottom:-50px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}
.submitcomment{
	font-size:12px;
	font-weight:bold;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image:url(images/more-submit.gif);
	background-repeat:repeat-x;
	border:solid 1px #e2e2e2;
	border-width:0px 1px 1px 0px;
	color:#908f8f;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:15px -14px 0px 0px;
	padding:4px 0px 7px 0px;
	text-shadow:0px 1px 0px #eaeaea;
	float:right;
}

/* Portfolio
------------------------------------------------------*/
.boxpf{
	background-image:url(images/horizontal-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:40px;
	padding-bottom:10px !important;
}
.boxpf img{
	margin-bottom:10px;
}
.boxpf h4 a {
  color:#404041;
}
.boxpf h4 a:hover {
  text-decoration: none; 
}
/* Contact
------------------------------------------------------*/
.contact-area{padding:20px 10px 20px 10px; margin:-15px 0px 40px 0px}
form{
	margin:0; 
	padding:0;
}
fieldset{border:0px;}
#contactFormArea{
	margin:0px 0px 0px 0px;
	position:relative;  
}
label{
	margin-bottom:5px;
	display:block
}
.textfield,
input#s{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #d6d6d6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 10px 0px; 
	display:block;
	color:#939393;
	width:260px;
}
input#s{
  width:245px;
}
.input{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(border-radius.htc);
	border:2px solid #d6d6d6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px; 
	padding:7px 5px; 
	margin:0px 0px 10px 0px; 
	display:block;
	color:#939393;
	width:260px;
}
.textarea{
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #d6d6d6;
	font-family:Tahoma, Arial, verdana;
	font-size:12px;
	overflow:hidden;
	padding:10px 5px; 
	margin:0px; 
	color:#939393;
	width:260px;
}
#contactFormArea button{
	top:194px;
	right:0px;
	position:absolute
}
.submit {
	font-size:12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image:url(images/more-submit.gif);
	background-repeat:repeat-x;
	border:solid 1px #e2e2e2;
	border-width:0px 1px 1px 0px;
	color:#908f8f;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:10px -14px 10px 0px;
	padding:4px 0px 7px 0px;
	text-shadow:0px 1px 0px #eaeaea;
}
.buttoncontact{
  	font-weight:bold;
	margin-right:0px;
}
.contact-column-right{
	position:absolute;
	top:0px;
	right:0px;
}
.loading{
  background:url(images/loading-contact.gif) top left no-repeat;
  padding-left:25px;
  color:#797979;
  margin-top:0px;
  float:left;
}
.success-contact {
  text-align:center;
  color:#3F9153;
  margin-bottom:5px;
  padding:8px 10px 8px 37px;
  background:#D7F7DF url(images/success.png) no-repeat;
  background-position:127px 10px;
  border:1px solid #A3F7B8;
  display: none;
} 

/* footer
------------------------------------------------------*/
#footer{
	background-image:url(images/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px;
	padding:20px 0px;
}
#footer-col{
	width:920px;
	padding:0px 20px;
}

#footer-col ul li a, #footer-col ul li a:visited{
	color:#999999;
	text-shadow:0px 1px 0px #f4f4f4;

}
#footer #footer-col .col-284 .footer-widget .pagenav ul li{color: #999; list-style-type: disc; list-style-position: inside;}
#footer-text{
	color:#999999;
	text-align:center;
	padding:20px 0px 0px 0px;
	text-shadow:0px 1px 0px #f4f4f4;
}
#hosting-col{overflow:hidden;}

.pp_content .signup-content h2 {
  color:#404041;
}


/*------- WP Pagenavi ------- */
.pages .wp-pagenavi {
  padding: 20px 0;
  text-align: left;
}
.main .pages .wp-pagenavi a, 
.pages .wp-pagenavi a:link {
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
	color:#404041 !important;
	text-decoration:none;
}
.pages .wp-pagenavi a:visited {
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
	color:#404041 !important;
	text-decoration:none;
}
.pages .wp-pagenavi a:hover {	
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
  color:#fff !important; 
  background-color:#cccccc; 
  text-decoration:none;

}
.pages .wp-pagenavi a:active {
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
  color:#fff !important; 
  background-color:#cccccc; 
  text-decoration:none;
}
.pages .wp-pagenavi span.pages {
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
	color:#404041 !important;
	text-decoration:none;

}
.pages .wp-pagenavi span.current {
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
  color:#fff !important; 
  background-color:#cccccc; 
  text-decoration:none;

}
.pages .wp-pagenavi span.extend {
	border:solid 1px #dcdcdc;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /*Linux browsers*/
	border-radius: 4px; /*CSS3*/
	padding:4px 6px;
	margin:0px 3px;
  color:#fff !important; 
  background-color:#cccccc; 
  text-decoration:none;
}
/*------- WP Pagenavi End ------- */

/*------- Language Selector -----*/
#lang_sel_list {
	position: absolute;
	}
	#lang_sel_list a {
		color: #12ACEB;
		}
	#lang_sel_list li {
		float: left;
		margin-right: 10px;
		}

/*------- Pretty Buttons -----*/
.butts {
	margin: 50px auto 0;
	}
a.GlobalBlackButton {
	background: transparent url('images/button-right.png') no-repeat top right;
	display: block;
	float: left;
	height: 50px;
	padding-right: 10px;
	margin-left:30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	a.GlobalBlackButton span {
		background: transparent url('images/button-left.png') no-repeat 0 0;
		display: block; 
		line-height: 39px;
		padding: 5px 7px 5px 30px;
		color: #fff;
		white-space: nowrap;
		} 
	a.GlobalBlackButton img {
		position: absolute;
		border:0;
		margin: 2px 0 0 -30px;
		}
	a.GlobalBlackButton:hover span {
		background-position: 0 -50px;
		color: #49b9fc;
		}
	a.GlobalBlackButton:hover {
		background-position: right -50px;
		}

/* News
--------------------------------------*/
.news .thepost {
    margin-bottom:25px;
    }
    .news .thepost h4 {
        font-size: 12px;
        font-weight: bold;
        }
        .news .thepost h4 a {
            color: #009cdf;
            }
    .news .thepost .date {
        font-size:10px;
        color:#231f20;
        }
.newslist {
    border-top:2px solid #D6D6D6;
    padding-top:36px;
    }
    .newslist a {
        color:#009cdf;
        }
    .newslist h2 {
        font-size:18px;
        }
    .newslist .date {
        font-size:11px;
        color:#231f20;
        padding-bottom:16px;
        }
    .newslist .more-link {
        font-size:11px;
        }
    .newslist p {
        color:#404041;
        }
    .newslist .thepost {
        border-bottom: 1px dashed #dcdcdc;
        margin-bottom:20px;
        }
.rss-feed {
    position:absolute;
    right:0;
    top:62px;
    }
    .rss-feed img {
        left: 0 !important;
		margin-top: -2px;
		position: relative !important;
		top: 0 !important;
		vertical-align: middle;
        }
    .rss-feed a {
        color:#009cdf;
        }
.attachment-post-thumbnail {
    float:left;
    }
    .attachment-post-thumbnail img {
        margin:4px 20px 20px 0;
        border:1px solid #dcdcdc;
        }
.wp-pagenavi {
    text-align:right;
    color: #7f8083 !important;
    }
    .wp-pagenavi strong {
        color:#404041;
        }
    .wp-pagenavi a, .wp-pagenavi span {
        border: none !important;
        }
    .wp-pagenavi .pages {
        float:left;
        margin-top:-10px !important;
        }
.backf {
    position:absolute;
    right:0;
    top:52px;
    font-size:11px;
    }
    .backf a {
        color:#009cdf;
        }
.pdate {
    color:#231f20;    
/*    position:absolute;
    top:58px;
    left:0;*/
    }
.navv a {
    color:#009cdf;
    }
    .navv .prevv {
        float:left;
        }
    .navv .nextt {
        float:right;
        }

/* Login
--------------------------------------*/
a.logn {
     background-image: url("images/login.png");
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    padding: 15px 0 0 48px;
    position: absolute;
    right: -1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: -4px;
    width: 123px;
    }
    a.logn:hover, .lact {
        background-image:url("images/logina.png") !important;
        color:#cccdcf !important;
        }
.buts {
    position:absolute;
    top: 34px;
    right:-7px;
    width:152px;
    }
    .buts a {
        display:block;
        float:left;
        margin-right:7px;
        width:31px;
        }
.client-login {
    border: 2px solid #cccdcf;
    background: #ebebeb;
    padding:50px 0;
    }
    .client-login form {
        margin-left:355px;
        }
    .client-login .inp {
        margin-bottom:2px;
        }
    .client-login .input_submit {
        margin: 4px 0 0 136px;
        }
    .client-login label {
        float:left;
        display:inline;
        color:#444444;
        font-size:10px;
        width:55px;
        line-height:20px;
        }
    .client-login .inp input {
        -moz-border-radius:4px 4px 4px 4px;
        border:2px solid #E0E0E0;
        float:left;
        font-size:11px;
        height:20px;
        line-height:20px;
        padding-left:5px;
        width:144px;
        }
    .client-login .input_submit input {
        -moz-border-radius:3px 3px 3px 3px;
        background:#12ACEB repeat-x;
        border:none;
        color:#FFFFFF !important;
        cursor:pointer;
        font-size:12px;
        font-weight:bold;
        height:23px;
        margin-right:3px;
        padding:0 7px 3px;
        width:70px;
        }
    .client-login .inp input:focus {
        border:2px solid #D3EEFB;
        }
    .client-login .error1 {
        color:#FF0000;
        float:right;
        font-weight:bold;
        margin-right:355px;
        margin-top:15px;
        }
.bg {
    position:absolute;
   /* background:url("images/bg.jpg") center no-repeat; */
   background:url("images/christmas-bg.jpg") center no-repeat;
    max-width: 1900px;
    min-width: 960px;
    /*height: 600px;*/
	height: 1086px;
    width: 100%;
    z-index:1;
    }

/*------- Traditional Navigation -----*/
.page-navigation {
  	margin-top: 10px;
  	margin-bottom: 10px;
 	font-size:16px;
}
.page-navigation a {
	text-decoration: none;
	color: #353535;
}
.page-navigation a:hover {
	color: #858585;
	text-decoration:none;  
}
#content .clients li{margin: 20px 5px 0px 0px; vertical-align: middle; line-height: 50px;}
.textwidget h3{margin-bottom: 10px; color: #009cdf !important;}
.watch_demo{text-align: center !important; margin-top: 25px; letter-spacing: 1px;}
#content-demo{padding: 0 30px; border-top:2px solid #D6D6D6;}
#content-demo .col-620{width: auto;}
#content-demo .col-620 #maintext{padding: 0;}
#content-demo .col-620 #maintext .video{padding: 10px 0 30px 0;}
.contact_wiget h3{padding-left: 45px;}
.contact_wiget .fb_find{background-image: url("images/fb_31x31.png"); background-repeat: no-repeat; padding-top: 7px; height: 31px;}
.contact_wiget .fb_find a{font-size: inherit; text-decoration: none; cursor: pointer; color: inherit !important;}
.contact_wiget a{font-size: 12px; text-decoration: underline;}
.included, .col-620 #maintext ul{ padding-left: 16px; list-style-type: none;}
.included li, .col-620 #maintext ul li{color:#404041; list-style-image: url(images/list-dot.png); background-image: none !important; margin-bottom: 10px;}
.button-blue{cursor: pointer !important; }
.demo{
    border: 3px solid #b8b8b8;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /*Linux browsers*/
    border-radius: 4px; /*CSS3*/
}
.sideright .textwidget{margin-bottom: 15px;}
.mbutton{margin-top: 40px;}

@media screen and (-webkit-min-device-pixel-ratio:0){
*{}

#mainmenu ul li{ padding-top:1px !important;}
#mainmenu ul li.home {}
#mainmenu #menu page_item a span{color:# ffffff !important;}
#mainmenu ul li.home a, #mainmenu ul li.menu-item-home a {font-size:20px  !important; line-height:10px  !important;}
#content ul li, #maintext ul li{font-size:12px !important;}
#topright{top:10px;}
#main-curve-bottom{padding:0px  !important; margin:0px  !important;}
ul{margin:0; padding:0;}
.boxtitle-hosting{padding: 0 !important;}
body{background-color:#DCDCDC !important;}
#footer ul{margin:auto; font-size:12px; list-style:none;}
.sideright ul{list-style:none;}
.admin .input_submit input{padding-bottom:0px !important;}
.col-280  .form #send{padding-bottom:0px !important;}

}

/* Webinar */

.col-620 .web_head{
	width: 620px;
	position: relative;
	padding-top: 15px;
}
.col-620 .web_head .image{float: left;}
.col-620 .web_head .content{
	float: left;
	width: 400px;
	padding: 15px 60px 0 20px;
	
}
.col-620 .web_head .content h4{
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 22px;
}
.col-620 .web_head .content .limited{
	color: red;
	font-size: 16px;
	font-weight: bold;
}
.col-620 .web_head .content .register{
	background-image: url("images/register_bg.png");
    bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 207px;
}
.col-620 .web_head .content .register a{
	color: #fff;
	
}

/*------- Free Tools template -----*/
.free-tools-bar {
	position:relative;
	width: 940px;
	height: 592px;
	background: #f4f4f4;
	margin-left: -8px;
	line-height: normal;
	}
.android-bar {
	width: 923px;
	height: 152px;
	background: url("images/android-bar.jpg");
	margin: 0 0 8px 8px;
	}
	.android-bar .market {
		padding: 49px 0 0 12px;
		float:left;
		width:117px;
		height:45px;
		}
	.android-bar p {
		width: 415px;
		float:left;
		color:#fff;
		font-size:24px;
		padding: 31px 0 0 170px;
		}
	.android-bar span {
		color:#b1ca39;
		}
	.android-bar a {
		color: #FFFFFF;
	    float: left;
	    font-size: 16px;
	    font-weight: bold;
	    padding: 50px 0 40px 80px;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    width: 120px;
		}
.word {
	background: url("images/word-stats-bar.jpg");
	margin-left: -2px;
	position:relative;
	}
.social {
	background: url("images/social-stats-bar.jpg");
	position:relative;
	z-index:2;
	}
.stats-bar {
	width: 470px;
	height: 414px;
	float:left;
	}
	.stats-bar h2 {
		text-align:center;
		padding: 5px 0 0;
		height: 70px;
		}
	.stats-bar p {
		text-align:center;
		font-weight:bold;
		font-size:13px;
		padding: 16px 0 0;
		margin: 0;
		color:#000;
		}
	.stats-bar a {
		color: #FFFFFF;
	    float: right;
	    font-size: 22px;
	    font-weight: bold;
	    height: 72px;
	    margin: 42px 0 0;
	    padding: 7px 16px 0 0;
	    text-align: right;
	    text-decoration: none;
	    text-transform: uppercase;
	    width: 124px;
		}
		
/*------- Register for Demo -------*/
.demo-box {
	background: url("images/chart.png") #fff 565px 60% no-repeat;
	width: 874px;
	height: 100%;
	padding: 22px;
	border: 1px solid #ddd;
	margin-top: 10px;
	}
	.demo-box h2 {
		font-size: 20px;
		color:#636466 !important;
		margin-bottom: 20px;
		}
	.demo-box p {
		margin-bottom: 20px !important;
		}
.cont-box {
	position:absolute;
	top: 37px;
	right: 0;
	}
	.cont-box div {
		float:left;
		width: 147px;
		height: 35px;
		border: 1px solid #ddd;
		background: url("images/c-box-bg.png");
		margin-left: 10px;
		padding: 5px;
		}
		.cont-box div img {
			position:relative !important;
			top: 0 !important;
			left: 0 !important;
			}
		.cont-box div span {
			font-size: 13px;
			font-weight:bold;
			color:#636466;
			text-transform:uppercase;
			line-height:14px;
			display:block;
			padding: 4px;
			}
			.cont-box div span a {
				font-size:12px;
				text-transform:none;
				}

/*------- Stats Template -------*/
.stats-head {
	position:relative;
	width: 922px;
	height: 90px;
	background: url("images/stats-bg.png"); 
	margin: 22px 0 -11px 0;
	z-index: 2;
	}
	.stats-head img {
		float:left;
		margin: -10px 12px 0;
		}
	.stats-head p {
		float:left;
		width:580px;
		padding:20px 0 0 4px;
		line-height:normal;
		color:#777 !important;
		}
		.stats-head p strong {
			color:#777 !important;
			}
#maskLayer{
    top:285px !important;
	}
#fb-connect-container {
	 margin-top: -14px !important;
	}
