/*-------------------------
	Simple reset
--------------------------*/


/*
*{
	margin:0;
	padding:0;
}
*/

/*-------------------------
	General Styles
--------------------------*/


/*html{
	background:url('/images/bg.jpg') #fff;
}*/

body{
	
        margin:0;
        padding:0;
	font:14px/1.3 'Open Sans', sans-serif;
	height:100%;
        min-height: 600px;
        
}


h5{
	font-size:16px;
}


h6{
	font-size:14px;
}

.navigation{
    position:relative;
    margin:0 auto;
    width:785px;
	z-index:1;
}
ul.menu{
    list-style:none;
    font-family:"Verdana",sans-serif;
    border-top:1px solid #bebebe;
    margin:0px;
    padding:0px;
    float:left;
}
ul.menu li{
    float:left;
}
ul.menu li a{
    text-decoration:none;
    background:#7E7E7E url(/images/bgMenu.png) repeat-x top left;
    padding:15px 0px;
    width:128px;
	height:16px;
    color:#333333;
    float:left;
    text-shadow: 0 1px 1px #fff;
    text-align:center;
    border-right:1px solid #a1a1a1;
    border-left:1px solid #e8e8e8;
    font-weight:bold;
    font-size:12px;
    box-shadow: 0 1px 3px #555;
    -moz-box-shadow: 0 1px 3px #555;
    -webkit-box-shadow: 0 1px 3px #555;
 }
ul.menu li a.hover{
    background-image:none;
    color:#fff;
    text-shadow: 0 -1px 1px #000;
}
ul.menu li a.first{
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
 border-left:none;
}
ul.menu li a.last{
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
}
ul.menu li span{
    width:64px;
    height:64px;
    background-repeat:no-repeat;
    background-color:transparent;
    position:absolute;
    z-index:-1;
    top:80px;
    cursor:pointer;
}
/*ul.menu li span.shut_down{
    background-image:url(/images/icons/shut_down.png);
    left:33px; 128/2 - 32(half of icon) +1 of border
}
ul.menu li span.picture{
    background-image:url(/images/icons/picture.png);
    left:163px;  plus 128 + 2px of border
}
ul.menu li span.toolbox{
    background-image:url(/images/icons/toolbox.png);
    left:293px;
}
ul.menu li span.save{
    background-image:url(/images/icons/save.png);
    left:423px;
}
ul.menu li span.monitor{
    background-image:url(/images/icons/monitor.png);
    left:553px;
}
ul.menu li span.telephone{
    background-image:url(/images/icons/telephone.png);
    left:683px;
}*/










a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}

#contentbody{
	position:relative;
	top: 90px;
	margin:0 auto;
	width: 780px;
	font: normal 15px 'Open Sans', sans-serif;
	color:#27333f;
	text-align:justify;
}


/*----------------------------
	Styling the presentation
-----------------------------*/


#impress:not(.impress-not-supported) .step{
	opacity:0.4;
}

#impress .step{
	width:700px;
	height: 600px;
	position:relative;
	margin:0 auto;
	
	-moz-transition:1s opacity;
	-webkit-transition:1s opacity;
	transition:1s opacity;
}

#impress .step.active{
	opacity:1;
}

#impress h2{
	font: normal 44px/1.5 'PT Sans Narrow', sans-serif;
	color:#444648;
	position:absolute;
	z-index:2;
}

#impress p{
	font: normal 18px/1.3 'Open Sans', sans-serif;
	color:#27333f;
	position:absolute;
	z-index:2;
}

#impress img{
	position:absolute;
	z-index:2;
}

.arrow{
	width:32px;
	height:54px;
	background:url('/images/arrows.png') no-repeat;
	position:fixed;
	top:50%;
	margin-top:-27px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	opacity:0.8;
	border:none !important;
	text-decoration:none !important;
	
	-moz-transition:0.2s opacity;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.arrow:hover{
	opacity:1;
}

#arrowLeft{
	left:45px;
}

#arrowRight{
	right:45px;
	background-position:top right;
}

/* Hide the arrows if impress is not supported */

#impress.impress-not-supported + .arrow,
#impress.impress-not-supported + .arrow + .arrow{
	display:none;
}


/*----------------------------
	Slide 1 - Intro
-----------------------------*/


#impress #intro{
	width: 900px;
}

#intro h2{
	left: 420px;
	top: 60px;
	width: 400px;
}

#intro p{
	font-size: 17px;
    left: 420px;
    line-height: 1.6;
    top: 130px;
    white-space: nowrap;
}

#intro img{
	top: 120px;
}


/*----------------------------
	Slide 2 - Webdesign
-----------------------------*/


#impress #webdesign{
	width: 675px;
}

#webdesign h2{
	left: 90px;
	top: 85px;
	width: 400px;
}

#webdesign p{
	font-size: 17px;
	left: 0px;
    text-align: justify;
    top: 160px;
    width: 325px;
}

#webdesign img{
	right: -10px;
    top: 50px;
}


/*----------------------------
	Slide 3 - Webapp
-----------------------------*/


#impress #webapp{
	width: 700px;
}

#webapp h2{
	left: 160px;
	top: 40px;
	width: 100%;
	text-align:center;
}

#webapp p{
	font-size: 17px;
	left: 380px;
    text-align: left;
    top: 120px;
    width: 330px;
}

#webapp img{
	left: 0;
    top: 50px;
}


/*----------------------------
	Slide 4 - Hosting
-----------------------------*/


#impress #hosting{
	width: 800px;
}

#hosting h2{
	left: 20px;
    text-align: right;
    top: 50px;
}

#hosting p{
	font-size: 17px;
	left: 20px;
    top: 120px;
    width: 300px;
}

#hosting img{
	right: 20px;
    top: 60px;
}


/*----------------------------
	Slide 5 - Case Study
-----------------------------*/


#impress #casestudy{
	width: 700px;
}

#casestudy h2{
	right: -30px;
    top: 70px;
    width: 350px;
}

#casestudy p{
	font-size: 17px;
    right: -30px;
    top: 140px;
    width: 350px;
}

#casestudy img{
	left: -30px;
    top: 80px;
}



/*----------------------------
	The Footer
-----------------------------*/


#footer{
	position:absolute;
	top: 580px;
	margin:0 auto;
	width: 100%;
	z-index: 1000;
}


#footertext{
	font: normal 12px 'Open Sans', sans-serif;
	color:#27333f;
	padding-bottom:20px;
}


#footer2{
	margin:0 auto;
	width: 100%;
	z-index: 1000;
}

#footertop1{
	width:400px;
	height:275px;
	background:url('/images/footer-top1.png') no-repeat;
}

#footertop1text{
	font: normal 12.5px 'Open Sans', sans-serif;
	color:#27333f;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	top:125px;
}

#footertop2{
	width:190px;
	height:275px;
	background:url('/images/footer-top2.png') no-repeat;
}

#footertop2text{
	font: normal 12.5px 'Open Sans', sans-serif;
	color:#27333f;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	top:125px;
}

#footertop3{
	width:190px;
	height:275px;
	background:url('/images/footer-top3.png') no-repeat;
}

#footertop3text{
	font: normal 12.5px 'Open Sans', sans-serif;
	color:#27333f;
	padding-left:0px;
	padding-right:10px;
	position:relative;
	top:70px;
}

/*-----------------------------
Box Shadow
	box-shadow:0 0 25px rgba(0,0,0,0.3) inset;
------------------------------*/	


.bx_shadow {
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow:2px 2px 2px #CACACA;
    -moz-box-shadow:2px 2px 2px #CACACA;
    box-shadow:2px 2px 2px #CACACA;
}



    .msgc {
        padding: 34px;
        margin-top:50px; 
        margin-bottom:7px;
        border-color: #cccccc;
    }
    
    
    #summary{
/*        padding: 21px;*/
    }
    
    #summary ul{
        margin: 20px;
        margin-left: 30px;
    }
    
    
.orange-border { border:2px solid #f93; }
.red-border { border:1px solid #f93; }






    .cc_table{
        font-size: 12px;
        width: 724px; 
    }
    
    .cc_table input{
        border: 1px solid #777;
      -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px;
width: 150px;
font-size: 12px;
    }
    
    
        .cc_table select{
        border: 1px solid #777;
      -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 158px;
font-size: 12px;
    }
    
 .cards{position: absolute; top: 3px; right: 7px;list-style: none;}
    
 .cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(/images/card_logos.png);
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}


.cards li:last-child {
  margin-right: 0;
}
/*.cards .visa_electron {
  background-position: 204px 0;
}*/
.cards .mastercard {
  background-position: 153px 0;
}
/*.cards .maestro {
  background-position: 102px 0;
}*/
.cards .discover {
  background-position: 51px 0;
}
.cards .visa.off {
  background-position: 0 32px;
}
/*.cards .visa_electron.off {
  background-position: 204px 32px;
}*/
.cards .mastercard.off {
  background-position: 153px 32px;
}
/*.cards .maestro.off {
  background-position: 102px 32px;
}*/
.cards .discover.off {
  background-position: 51px 32px;
}

.valid {
  position: absolute;top: 0px; right: 230px;
    width: 36px;height:34px;
  background-image: url(/images/tick-cross.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.invalid {
  position: absolute;top: 0px; right: 240px;
    width: 30px;height:34px;
  background-image: url(/images/tick-cross.jpg);
  background-position: 30px 0;
  
} 

#ccNmsg{
    position: absolute;
    bottom: -18px;
    color: red;
    display: none;
}


/*add secondary credit card interface ajax error msg box*/
#SCard_eMsgB{
width:440px; 
background-color: rgb(249, 237, 190); 
border-color: rgb(240, 195, 109);
border-width:2px;
text-align:center;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
padding:12px; 
position:absolute; 
left: 50%; 
margin-left: -232px; 
bottom:27px;
display: none;
}

#SCard_eMsg{max-height: 400px;overflow: auto;}

.sBoxClose {
position: absolute;
right: -10px;
top: -12px;
width: 16px;
height: 16px;
background-color: #CCCCCC;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
padding: 3px;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
font-size: 14px;
font-weight: bold;
border: 2px solid #fff;
text-align: center;
cursor: pointer;
color: #999999;
}











.vtab{
	box-shadow: rgb(51, 51, 51) 0px 2px 2px;
}

.vtab h1, .vtab h2{
color: #fff;
padding: 7px;
background-color: #005aaa;
font-weight: 400;
font-size: 18px;
cursor: pointer;
box-shadow: rgb(51, 51, 51) 0px 2px 5px;
margin: 10px 0;
}

.grbar, .grbar h1, .grbar h2{

color: #333;
box-shadow: rgb(51, 51, 51) 0px 2px 2px;

	background: rgb(226,226,226); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 57%, rgba(226,226,226,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(48%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 57%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 57%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 57%,rgba(226,226,226,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 48%,rgba(255,255,255,1) 57%,rgba(226,226,226,1) 100%); /* W3C */


-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8bac6', endColorstr='#edeef2'); /* ie8 */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bac6', endColorstr='#edeef2',GradientType=0); /* IE6-9 */

}
 


.vtab h1:before,.vtab h2:before{
/* 	background-color: aqua; */
  content: "+";
  padding-right: 15px;

}

.vtab.open h1:before,.vtab.open h2:before{
/* 	background-color: aqua; */
  content: "-";
  padding-right: 15px;

}


.vtab > div:first-of-type{
	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 80%, #d2ebf9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#feffff), color-stop(100%,#d2ebf9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffff 80%,#d2ebf9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 80%,#d2ebf9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 80%,#d2ebf9 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 80%,#d2ebf9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-8 */
	
padding:7px;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;	
	
	display:none;
	}

.vtab.open > div:first-of-type{
	display:block;
	}
	


/* ==== vtab2 ===== */

.vtab2{
	box-shadow: rgb(51, 51, 51) 0px 2px 2px;
}

.vtab2 h1, .vtab2 h2{
color: #575151;
padding: 7px;
background: #edeef2; /* Old browsers */
background: -moz-linear-gradient(top, #b8bac6 0%, #eaecf2 8%, #ffffff 49%, #edeef2 76%, #edeef2 76%, #b8bac6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8bac6), color-stop(8%,#eaecf2), color-stop(49%,#ffffff), color-stop(76%,#edeef2), color-stop(76%,#edeef2), color-stop(100%,#b8bac6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b8bac6 0%,#eaecf2 8%,#ffffff 49%,#edeef2 76%,#edeef2 76%,#b8bac6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b8bac6 0%,#eaecf2 8%,#ffffff 49%,#edeef2 76%,#edeef2 76%,#b8bac6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b8bac6 0%,#eaecf2 8%,#ffffff 49%,#edeef2 76%,#edeef2 76%,#b8bac6 100%); /* IE10+ */
background: linear-gradient(to bottom, #b8bac6 0%,#eaecf2 8%,#ffffff 49%,#edeef2 76%,#edeef2 76%,#b8bac6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8bac6', endColorstr='#edeef2',GradientType=0 ); /* IE6-9 */	


font-weight: 600;
font-size: 16px;
cursor: pointer;
box-shadow: rgb(51, 51, 51) 0px 2px 5px;
margin: 20px 0 7px 0;


}


.vtab2 h1:before,.vtab2 h2:before{
/* 	background-color: aqua; */
  content: "+" !important;
  padding-right: 15px;

}

.vtab2.open2 h1:before,.vtab2.open2 h2:before{
/* 	background-color: aqua; */
  content: "-" !important;
  padding-right: 15px;

}


.vtab2 > div:first-of-type{
	
background: #ffffff;
	
padding:0 7px 12px 7px;

-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;	
	
	display:none;
	}

.vtab2.open2 > div:first-of-type{
	display:block;
	}