/* GENERAL STYLES */
html {
  background-color: #BEC9C2; 
}

html#hosting {
  background-color: #477D94;  
}

html#drift {
  background-color: #759DAF;  
}

html#support {
  background-color: #A3BEC9;  
}

html#smb {
  background-color: #C5C22E;
}

body {
  padding: 0;
  margin: 0;  
  font-size: 62.5%;
  font-family: arial, helvetica, sans-serif;
}

h1 {
  font-size: 1.5em;
  margin-top: 0;
  text-transform: uppercase;
}

th {text-align:left;}
a, a:link {color: #DA5F26}
a: visited {color: #E89165;}
a:hover {text-decoration: none;}
a.umbhostlink:hover {text-decoration: none; color: #FFF;}

a:active {}

#header {
  height: 87px;
  border-bottom: 10px solid #4C6A72;
  position: relative;
  width: 880px;
}

#langselector {
  position: absolute;
  top: 0;
  right: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#langselector li {
  display: inline;
}

a.logo {
  display: block; 
  height: 87px;
  width: 120px;
  background: url(/images/logo.png) no-repeat;
  text-decoration: none;
  float: left;
}

a.logo span {
  display: none;
}

#mainnav {
  list-style: none;
  position: absolute;
  bottom: .5em;
  right: 0;
  margin: 0;
  padding: 0;
}

#mainnav li {
  display: inline;
 /* border-left: 1px solid #A6A4A3;*/
  padding-left: 0.8em;
}

#mainnav li.first {
  border-left: none;
}

#mainnav li a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

#mainnav li a:hover {
  text-decoration: underline;
}

#outercontainer {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #666;
  width: 880px;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #FFF;
  border-left: 1px solid #A6A4A3;
  border-right: 1px solid #A6A4A3;
  border-bottom: 1px solid #A6A4A3;
}

#secondary {
  float: left;
  width: 200px;
  padding: 0;
  list-style: none;
  overflow:hidden;
}

#secnav {
  float: left;
  width: 200px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
  overflow:hidden;
}

#secnav li {
  padding: .3em 0;
  border-bottom: 1px solid #A6A4A3;
  width: 200px;
  float: left;
}

#secnav li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#secnav li.current a {
  color: #DA5F26;
}

#secnav li ul {
  list-style: none;
  padding: .5em 15px;
  margin: 0;
  width: 170px;
}

#secnav li ul li {
  padding: .5em 0;
  border-bottom: none;
}

#secnav li ul li a {
  color: #666 !important;
}

#secnav li ul li.current a {
  color: #DA5F26 !important;
}

#secnav li ul li ul {
  display: block;
  float: left;
  width: 150px;
  padding: .5em 15px 0 15px;
  margin: 0;
  list-style: none;
}

#secnav li ul li ul li {
  padding: .1em 0;
}

#secnav li ul li ul li a {
  color: #666 !important;
}

#secnav li ul li ul li.current a {
  color: #DA5F26 !important;
}

#skype {
  float: left;
  clear: left;
  width: 200px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
  overflow:hidden;
}

#breadcrumb {
  margin-bottom: 1em;
}

#maincontent {
  border-left: 1px solid #A6A4A3;
  width: 650px;
  margin: 20px 10px 0px 0px;
  padding-left: 15px;
  float: right;
  min-height: 300px;
  _height: 300px;
}

#maincontent.columns {
  /* background: url(/images/fauxcolumnsbg.png) repeat-y; */
}

#column1, #topcolumn1 {
  float:left;
  width: 290px;
  margin-right: 15px;
}

#column2, #topcolumn2 {
  float:right;
  width: 290px;
  margin-right: 15px;
}

#footer {
  margin: 0 auto;
  clear: both;
  width: 740px;
  padding: 0 10px;
  _margin-top: 10px;
  _padding-bottom: 4em;
}

#footer p {
  text-align: center;
  color: #4C6A72;
}

#footer.hosting p {
  color: #FFF;
}

#footer.drift p {
  color: #FFF;
}
#footer.support p {
  color: #4C6A72;
}

#footer.smb p {
  color: #FFF;
}

.alertbox, ,.notifier {
  padding: .5em 1em;
  color: #FFF;
  margin-bottom: 2em;
  font-weight: bold;
}

.alertbox {
  background: red;
}

.notifier {
  background: #E17516;
}

div .produtcheets {
  border-bottom: 1px solid #A6A4A3;
}

.productsheets {
  display: block;
  width: 650px;
  list-style: none;
  background: url(/media/426c7b76-5d12-4572-b953-a71a26bf143f-prodsheet-bg.png) repeat-x bottom;
  padding: 0;
  margin: 1.5em 0;
  float: left;
}

.productsheets li {
  display: inline;
  float: left;
  margin-right: 5px;
}

.productsheets li a {
  display: block;
  padding: .2em 1em;
  margin: 0;
  border: 1px solid #A6A4A3;
  text-decoration: none;
  background-color: #F5F5F5;
}

.productsheets li a.current {
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}

.productsheets li a:hover {
  text-decoration: underline;
}

.spectable {
  display: block;
  width: 100%;
}

.spectable th {
  text-align: left; 
  padding: 3px 5px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
}

.spectable td {
  text-align: left; 
  padding: 2px 2px;
  font-size: 1em;
  width: 110px;
}

.spectable tr.topheader th, .spectable tr.topheader td {
  background-color: #DA5F26;
  color: #FFF;
  padding: 3px 8px !important;
}

.spectable tr.odd td, .spectable tr.odd th {
  background: #F3F3F3;
}

caption {
  font-weight: bold; 
  text-align: left; 
  text-transform: uppercase; 
  font-size: 13px; 
  padding: 3px;
  line-height: 1.7em;
}

.umbhost {
  display: block;

	font-size: 10px;
}

.umbhost caption {
font-size: 15px;
color: #da5f26;
font-weight: bold;
text-align: left;
margin-left: 4px;
}

.umbhost th {
  text-align: left; 
  padding: 3px 5px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
}

.umbhost td {
  text-align: left; 
  padding: 2px 4px;
  font-size: 1em;
  width: 110px;
}

.umbhost tr:hover {
background-color: #e57e45;
color: #FFF;
/*cursor: pointer;*/
}

.umbhost tr.topheader th, .umbhost tr.topheader td {
  background-color: #DA5F26;
  color: #FFF;
  padding: 3px 4px !important;
}

.umbhost tr.odd td, .spectable tr.odd th {
  background: #F3F3F3;
}

.umbhost .comparePriceBlack {
  font-size: 1.5em;
}

.featurebox img {
  padding: 2px;
  border: 1px solid #DA5F26;
  float: left;
}

.fordele {
  border: 1px solid #CCC;
  float: right;
  width: 290px;
  height: 129px;
  background: url(/media/38d4cb2d-b7f8-4747-b8a9-cbd35f9ccb6a-fordele-bg.gif) repeat-x;
}

.fordele h2 {
  display: block;
  background: #666;
  padding: .2em 15px;
  color: #FFF;
  text-transform: uppercase;
}

.fordele ul {
  padding: 0;
  margin: 15px 30px;
}

fieldset {
/*border: none;*/
padding:10px;
margin: 10px;
/*width: 100%;*/

}
.wizardbutton a{

font-size: 100%
}

#form label {clear:both;}
#form input {width: 300px;clear:both;}
#form #submitbutton {width: 80px;}

#form textarea {width: 300px;height: 100px;}

.comparePrice {font-size: 1.5em; color: #DA5F26}
	

/* EDITOR PROPERTIES */
h2 {
font-size: 1.2em; 
color: #DA5F26;
margin: 0;
padding: 0;
}

