body{
	background:white;

	line-height: 150%;
	font-size:12px;
	font-family: Verdana;
	color: #808080;
}

a {
	color:#f29400;
	text-decoration: underline;
}
a:hover {
	color:#808080;
}
.btn {
	font-weight: bold;
	color:#FFFFFF;
	background-color: #f39600;
	background-image: linear-gradient(#ffc800,#f39600);
	border-color: #b16d00;
	text-decoration: none;
}
.btn:hover {
	color:#FFFFFF;
	background-color: #ffc800;
	background-image: linear-gradient(#f39600,#ffc800);
	border-color: #b16d00;
}

h1 {
	font-size: 30px;
	margin-top: 40px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px #B3B3B3 solid;
}

table {
	margin:0px 20px;
}
table td {
	border:1px #808080 solid;
	padding:3px 10px;
	width: 200px;
}
table .header td {
	font-weight: bold;
}

.container.grey {
	background: #e6e6e6;
}

.header {
	margin-top: 30px;
	margin-bottom: 20px;
}
.header div.navigation {
	margin-top:70px;
}
.header div.navigation a{
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 20px;
	background: none;
	border-left: 1px #808080 solid;
}
.header div.navigation li:first-child a {
	border-left: 0;
}
.header div.navigation a:hover {
	color:#f29400;
}

.banner {
	border-top: 5px #808080 solid;
	border-bottom: 5px #74b727 solid;
	background: #e6e6e6 url(/img/banner.jpg) no-repeat center center;
	height: 360px;
}
.banner .slogan {
	padding-top: 30px;
	text-align: right;
	font-size: 24px;
	line-height: 150%;
	text-shadow: 1px 2px 10px #B3B3B3;
}
.nobanner {
	border-bottom: 5px #74b727 solid;
}

.services {
	background:#f2f2f2;
}
.services .row.textcenter > div {
	text-align: center;
	padding: 30px 20px;
}
.services a.btn {
	margin-top:10px;
}

.service_icon {
	width:120px;
	height:90px;
	background:url(/img/services.png) 0 0 no-repeat;
	margin:0px auto;
}
.service_icon.hosting {
	background-position: 0 0;
}
.service_icon.domain {
	background-position: 0 -90px;
}
.service_icon.exchange {
	background-position: 0 -180px;
}
.service_icon.email {
	background-position: 0 -270px;
}

.register {
	background: #74b727;
	padding:20px 0px;
	color:#FFFFFF;
}
.register h3 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 0px;
}
.register .field {
	position:relative;
	background: #FFFFFF;
	padding:5px 10px;
	margin:10px 25px;
	border:1px #808080 solid;
	overflow:hidden;
}
.register .field input[type=text] {
	width: 100%;
	position:absolute;
	height:35px;
	background: none;
	left:0px;
	margin:0 10px;
	border:0px;
	color:#808080;
}
.register .field input[type=submit] {
	float:right;
	z-index:10;
}

.footer {
	margin-top: 20px;
}
.footer ul {
	list-style: none;
	padding:0px;
}
.footer ul li a {
	color:#808080;
	text-decoration: none;
}
.footer ul li a:hover {
	color:#f29400;
}

.prices {
	padding:20px 0px 0px;
	width:760px;
	margin:0px auto 50px;
	position: relative;
}
.prices .price {
	padding:20px 0px 10px;
	font-size: 42px;
	text-align: center;
}
.prices .price span {
	font-size: 12px;
}
.prices .excl {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 9px;
}
.prices a.btn {
	width:100%;
}
.prices ul {
	padding: 0px 0px 0px 30px;
}
.prices > div {
	background:#FFFFFF;
	display:inline-block;
	padding:20px;
	width:240px;
	margin-left:10px;
	border:1px #808080 solid;
	box-shadow: 0px 0px 2px #808080;
}
.prices > div.zoom {
	padding:35px 23px 55px 23px;
}
.prices > div h2 {
	padding:10px;
	margin:-10px -25px 10px;
	background-color: #f39600;
	background-image: linear-gradient(#ffc800,#f39600);
	text-align: center;
	font-size: 14px;
	color:#FFFFFF;
	box-shadow: 0px 0px 4px #808080;
}
.prices > div.green h2 {
	background-color: #328712;
	background-image: linear-gradient(#bde346,#328712);
}
.prices > div.blue h2 {
	background-color: #1b42b7;
	background-image: linear-gradient(#57c8ea,#1b42b7);
}
.prices > div.purple h2 {
	background-color: #e83382;
	background-image: linear-gradient(#ff73b0,#e83382);
}
.prices > div.zoom h2 {
	margin:-10px -30px 10px;
	font-size: 19px;
}