@font-face {
  font-family: Century_Gothic;
  src: url('/fonts/Century_Gothic.ttf');
}
@font-face {
  font-family: Kabel;
  src: url('/fonts/Kabel_Bk.ttf');
}
@font-face {
  font-family: GillSans;
  src: url('/fonts/gillsans.ttf');
}

root {
  display: block;
}
img{
  border:0;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: Century_Gothic;
  color:#333;
}
#container{
  position:relative;
  width:900px;
  margin:20px auto;
}

#headerbox {
  width:100%;
  height:80px;
  position:relative;
  padding: 20px;
}

#contentHome{
  width:898px;
  position:relative;
  overflow: hidden;
  border-left: 1px solid #bfcc95;
  border-right: 1px solid #bfcc95;
}
#contentHome img{
  display: block;
}
#contentHome div.bringsitetolife{
  font-family: 'Orbitron', sans-serif;
  position: absolute;
  top:50px;
  left:400px;
}
#contentHome div.bringsitetolife p.head{
  font-family: 'Orbitron', sans-serif;
  font-weight:400;
  color:white;
  font-size: 2.3em;
}
#contentHome div.bringsitetolife ul{
  margin-left: 20px;
  padding-top: 20px;
}
#contentHome div.bringsitetolife ul li{
  color:white;
  font-size: 1.1em;
  font-weight:300;
}

.siteBody{
  /*  background-repeat:repeat;*/
  padding-top:20px;
  padding-bottom:30px;
  width:100%;
  float:left;
  /*  overflow:hidden;*/
}
#homeBody{
  background-image:url("images/bg-green.png");
}

.colboxes{
  font-family: Kabel;
  font-size:0.8em;
  height:100%;
  float:left;
  background-image: url('images/box-bg.png');
  border: 1px solid #bfcc95;
  position:relative;
}
.colboxes h1{
  padding:5px;
  font-size:1.3em;
  font-family: Kabel;
  font-weight: bold;
  color: #809931;
}
.colboxes h1 a{
  text-decoration: none;
  font-size:1em;
  font-family: Kabel;
  font-weight: bold;
  color: #809931;
}
.colboxes h2{
  padding:5px;
  font-size:1em;
  font-family: Kabel;
  font-weight: bold;
}

.colboxes ul{
}
.colboxes ul li{
  margin-left: 24px;
}
.colboxes p{
  padding:10px 10px 0 10px;
}
.colboxes a{
  /*  text-decoration: none;
    color: #990000;*/
}

.col1Home{
  margin-left:2.3%;
  width:30%;
  cursor:pointer;
  height:375px;
}
.col2Home{
  margin-left:2.4%;
  width:30%;
  cursor:pointer;
  height:375px;
}
.col3Home{
  margin-left:2.4%;
  width:30%;
  cursor:pointer;
  height:225px;
}
.col3Home2{
  margin-top:20px;
  margin-left:2.4%;
  width:30%;
  cursor:pointer;
  height:128px;
}
dl dt{
  margin-left:10px;
  float:left;
  width:160px;
}
dl dd{
  float:left;
  width:70px;
}
div.infobox{
  margin-left: 2.4%;
  margin-right: 2.4%;
  margin-top:20px;
}

.u{
  text-decoration:underline;
}
#alianhead{
  position:absolute;
  top:188px;
  right:154px;
  height:90px;
  overflow:hidden;
  width:100px;
/*  background-color: #ccc;*/
}
#alianhead img{
  float:right;
}
#rocket_hype_container{
  top:-80px;
  left:205px;
}
/*#alianballoon{
  display:none;
  height:100px;
  width:100px;
  position:absolute;
  top:130px;
  left:600px;
  border:1px solid #999;
  padding:1em;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  -opera-border-radius:25px;
  -khtml-border-radius:25px;
  border-radius:25px;
  background:#fff;
  -moz-box-shadow: 6px 6px 8px #666;
  -webkit-box-shadow: 6px 6px 8px #666;
  box-shadow: 6px 6px 8px #666;
   For IE 8
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
   For IE 5.5 - 7
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

      opacity:0.5

  z-index:100;
}*/
.iebox{
  position:absolute;
  top:20px;
  left:410px;
  color:red;
  font-size:1.4em;
  z-index: 110;
}

.tippage p{
  margin-bottom:20px;
}








/* Footer Defaults */
div#foot1 {
  width: 898px;
  height:50px;
  float:left;
  position:relative;
}
div.phn{
  font-family: Kabel;
  font-weight: bold;
  font-size: 1.2em;
  float:left;
  line-height:48px;
  padding-left:20px;
}
div.wemake{
  font-family: Kabel;
  font-weight: bold;
  font-size: 1.2em;
  float:right;
  line-height:48px;
  padding-right:20px;
}
div.foot2{
  clear:both;
}
p.copyright{
  font-family: Century_Gothic;
  font-size: 0.8em;
  text-align: center;
  padding-top:10px;
}


/* footer colors */
#footerHome #foot1 {
  background: #f3f5ea;
  border: 1px solid #bfcc95;
}
#footerHome #foot1 phn{
  color: #666;
}
#footerHome #foot1 wemake{
  color: #666;
}
#footerHome #foot1 wemake{
  color: #666;
}



/* Contact Page */
div#contentContact{
  width:898px;
  position:relative;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
div#Body div.colboxes{
  border: 1px solid #ccc;
}
div#contactBody{
  background-image: url('images/web-design-portfolio-background.png');
}
#footerContact #foot1 {
  background: #f3f4f2;
  border: 1px solid #ccc;
}
#footerContact #foot1 phn{
  color: #666;
}
#footerContact #foot1 wemake{
  color: #666;
}
#footerContact #foot1 wemake{
  color: #666;
}


/* About */
div#aboutBody{
  background-image:url('images/bg-about-absolute-networks.jpg');
}
div.clients{
  width:150px;
  float:left;
}
.recomendations{
  position:relative;
  top:-100px;
}

div.aboutinfo{
  width:500px;
  margin-left:20px;
  background-image: none;
  border:none;
  float:left;
}
div.recomendations div.colboxes{
  border: 1px solid #CCCCCC;
  float:left;
  margin:20px;
  width:500px;
}
img.great{
  margin:15px;
}
div.recomendations h1{
  margin-left:25px;
  font-size:1.3em;
  font-family: Kabel;
  font-weight: bold;
  color: #1ea3db;
}


/* Portfolio Page */
div#contentDefault{
  width:898px;
  position:relative;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
div#bodyDefault div.colboxes{
  border: 1px solid #ccc;
}
div#bodyDefault{
  background-image: url('images/web-design-portfolio-background.png');
}
div#bodyDefault div.info{
  margin-top:70px;
  margin-left:3%;
  width:30%;
}
div#bodyDefault div.display{
  float:left;
  position:relative;
  left:-30px;
  top:30px;
}
div#bodyDefault div.screenshot{
  position:absolute;
  left:155px;
  top:37px;
}

div#bodyDefault p.blueHeadding{
  font-family: Kabel;
  color:#1ea3db;
  font-weight:bold;
  font-size:1.5em;
}
div#bodyDefault p.title{
  color:#666;
  font-weight:600;
  font-size:1.1em;
}
div#bodyDefault #portfolioLinks{
  position:absolute;
  top:-20px;
  right:0px;
  text-align:center;
  width:473px;
  float:right;
}
div#bodyDefault #portfolioLinks div.wrapper{
  display: inline-block;
}
div#bodyDefault #portfolioLinks div.plink{
  float:left;
  cursor: pointer;
  color:#1EA3DB;
  font-family: Kabel;
  font-weight: bold;
}
div#bodyDefault #portfolioLinks div.deadlink{
  cursor: default;
  color:#333;
  font-family: Kabel;
  font-weight: bold;
  font-size: 1.2em;
}

div#bodyDefault #portfolioLinks div.wrapper div{
  float: left;
}
div#bodyDefault #portfolioLinks div#loadnext, div#bodyDefault #portfolioLinks div#loadprev{
  float:left;
  cursor: pointer;
  color:#1EA3DB;
  font-family: Kabel;
  font-weight: bold;
}
#footerDefault #foot1 {
  background: #f3f4f2;
  border: 1px solid #ccc;
}
#footerDefault #foot1 phn{
  color: #666;
}
#footerDefault #foot1 wemake{
  color: #666;
}
#footerDefault #foot1 wemake{
  color: #666;
}





/* My Account page */
div.col1MyAcct{
  margin-left:1.4%;
  z-index:10;
}
div.col2MyAcct{
  margin-left:1.5%;
  z-index:10;
}
div.col3MyAcct{
  margin-left:1.5%;
}
div.col4MyAcct{
  margin-left:1.5%;
}
div.acctboxes{
  font-family: Kabel;
  font-size:0.9em;
  width:30%;
  height:180px;;
  float:left;
  background-image: url('images/box-bg.png');
  border: 1px solid #bfcc95;
  position:relative;
  cursor:pointer;
}
div.acctbottom{
  margin: 1.4% 1.4% -45px;
  width:97%;
  position:relative;
  top:-35px;
  z-index:1;
  float:left;
}
div.acctboxes h1{
  padding:5px;
  font-size:1.1em;
  font-family: Kabel;
  font-weight: bold;
  color: #809931;
}
div.acctboxes h1 a{
  text-decoration: none;
  font-size:1em;
  font-family: Kabel;
  font-weight: bold;
  color: #990000;
}
div.acctboxes p{
  padding:5px;
  font-family: Kabel;
}
div.acctboxes a{
  text-decoration: none;
  color: #990000;
}
p.cntr{
  position:absolute;
  bottom:15px;
  left:15px;
}


/* Managed Hosting */
div.managed{
  margin-left: 2.4%;
  margin-right: 2.4%;
}
form#lookup{
  margin:20px;
  width:300px;
}
form#lookup input{
  margin:10px;
}


/* Services */
img.serviceimg{
  float:right;
  margin:10px 20px 10px 10px ;
  clear:both;
}
#servicesBody{
  background-color:#F7F7F7;
}
div.services{
  background-image: none;
  background-color: #fff;
  width:265px;
  margin-left:24px;
  margin-bottom:20px;
  cursor:pointer;
  height:200px;
  border: 1px solid #BFCC95;
}
div.cityscape{
  background-repeat:no-repeat;
  margin-right:auto;
  margin-left:auto;
  height:300px;
  position:relative;
  width:850px;
}
div.infobox{
  margin-left: 3.3%;
  margin-right: 2.4%;
  margin-top:120px;
  position:absolute;
  width:430px;
  font-size:0.8em;
}
div.infobox p{
  margin-bottom: 2.4%;
}
img.domannames{
  position:absolute;
  bottom:10px;
  margin-left:20px;
}
img.hosting{
  float:right;
  margin:20px 20px 20px 10px ;
  clear:both;
}
.pushdown{
  height:90px;
  display:block;
  float:right;
}
.pushdownDesign{
  height:125px;
  display:block;
  float:right;
}
.pushdownMonitization{
  height:115px;
  display:block;
  float:right;
}


/* Design */
div.design{
  width:858px;
  margin-left:20px;
  margin-bottom:20px;
}

/* Hosting */
div.hosting{
  width:858px;
  margin-left:20px;
  margin-bottom:20px;
}

/* eCommerce */
div.ecommerce{
  width:858px;
  margin-left:20px;
  margin-bottom:20px;
}

/* Monetization */
div.monetization{
  width:858px;
  margin-left:20px;
  margin-bottom:20px;
}

/* Contact */
div#contactBody{
  background-image:url("images/bg-contact-absolute-networks.png");
}
div.contactform{
  border: 1px solid #CCCCCC;
  width:400px;
  margin-left:20px;
  margin-bottom:20px;
  float:left;
}
div.contact{
  color:#1EA3DB;
  width:200px;
  margin-left:60px;
  padding-top:20px;
  float:left;
  width:300px;
  height:100px;
}
div.contact div, div.contact div a{
  color:#1EA3DB;
}
div.leftcol{
  float:left;
  height:600px;
  width:450px;
}
div.contact div.lbl{
  float:left;
  clear:left;
  width:70px;
  text-align:right;
  margin-right:10px;
}
div.contact div.content{
  float:left;
  clear:right;
}
#recaptcha_widget_div{
  margin-left:40px;
}

.contactimg{
  /*  float:left;*/
}
#contactform label{
  float:left;
  width:120px;
  text-align: right;
  margin-right:10px;
}
#contactform input{
  width:200px;
  margin-bottom:5px;
}
input#submitit{
  float:right;
  margin-right:15%;
}
#contactform textarea{
  width: 205px;
  height: 150px;
}
#contactform br{
  clear: left;
}
#contactform p{
  margin-left:20px;
}


/*=========================  MENU  =========================*/
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

ul.dropdown {
  position: absolute;
  right:0;
  bottom:0;
  z-index: 597;
  float: right;
  padding-bottom: 20px;
}

ul.dropdown li {
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

ul.dropdown ul li {
  float: none;
}

ul.dropdown ul ul {
  top: 1px;
  left: 99%;
}

ul.dropdown li:hover > ul {
  visibility: visible;
}

/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
*/


ul.dropdown {
  /*  font-weight: bold;*/
}

ul.dropdown li {
  padding: 7px 10px;
  /*  border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #fff #d9d9d9 #d9d9d9;*/
  /*  background-color: #f6f6f6;*/
  color: #000;
}
ul.dropdown li ul li{
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff #d9d9d9 #d9d9d9;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
  /*  background-color: #eee;*/
  color: #000;
}
ul.dropdown li:hover ul li:hover{
  background-color: #EDF1DF;
  color: #000;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #000; text-decoration: none; }
ul.dropdown a:hover		{ color: #990000; }
ul.dropdown li ul li a:hover		{ color: #000; }

ul.dropdown a:active	{ color: #ffa500; }


/* -- level mark -- */

ul.dropdown ul {
  width: 180px;
  /*  margin-top: 1px;*/
}

ul.dropdown ul li {
  font-weight: normal;
}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
*/


ul.dropdown *.dir {
  padding-right: 20px;
  background-image: url(/images/menu/nav-arrow-down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
  padding-right: 15px;
  background-image: url(/images/menu/nav-arrow-right.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
  background-image: url(/images/menu/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
  background-image: url(/images/menu/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
  padding-right: 10px;
  padding-left: 15px;
  background-image: url(/images/menu/nav-arrow-left.png);
  background-position: 0 50%;
}