@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(images/background.jpg) #E8E8E8 no-repeat center top;
	text-align: left;
}
body#sub {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(images/subbackground.jpg) #fff repeat-x;
}
p {
	line-height: 20px;
}
a {
	color: #565A05;
}
a:hover {
	color: #B0B408;
}
h1 {
	font-size: 180%;
	text-shadow: 0 1px 0 #fff;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 115%;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#login {
	float: right;
	width: 500px;
	height: 32px;
	margin: 10px 25px 0 0;
	font-size: 95%;
	font-weight: bold;
	text-align: right;
}
#login a {
	margin: 0 10px 0 0;
	text-decoration: none;
}
.logged_user {
	font-size: 90%;
	color: #666;
	margin: 0 10px 0 0;
}
.logged_user a {
	color: #666;
}
.logo {
	margin: 10px 0 0 0;
	border: none;
	height: 50px;
	padding: 4px 0 8px 0;
}
#navigation {
	height: 50px;
	margin: 5px 0 0 0;
	width: 1000px;
	background: url(images/navbg.jpg) left no-repeat;
}
/* Navigation */
ul.nav {
	padding: 0px;
	list-style-type:none;
	width: 1000px;
	margin: 0;
}
ul.nav li a {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0 30px;
	border-bottom: none;
}
ul.nav li {
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background: url(images/navbg.jpg) right no-repeat;
}
ul.nav li:hover {
	background: url(images/hover.png) right repeat-x;
}
ul.nav li.current {
	background: url(images/hover.png) right repeat-x;
}
#banner {
	background:url(images/banner_background.jpg) no-repeat;
	height: 240px;
	width: 1000px;
	margin: 15px 0 5px 0;
}
#domainsearch {
	float: right;
	width: 360px;
	height:195px;
	margin: 20px 65px 0 0;
}
#domainsearch p {
	font-weight: bold;
	color: #8C8F07;
	margin: 0;
	padding: 0;
}
#domainsearch a {
	color: #fff;
	margin: -15px 0 0 5px;
	float: left;
}
.form {
	width: 290px;
	padding: 5px;
	margin: 0;
}
.button_front {
	float: right;
	padding: 0 40px 0 0;
}
.domainform {
	width: 300px;
	padding: 4px;
	margin: 0;
	font-weight: bold;
	color:#333333;
}
dl.form dt {
	float: left;
	line-height: 16px;
	margin: 2px 10px 2px 0;
	width: 80px;
	display: block;
	font-size: 90%;
	color: #fff;
}
.pricebox {
	width: 185px;
	height: 153px;
	background: url(images/pricebox.png) no-repeat;
	float: left;
	margin: 20px 20px 0 0;
	text-align: center;
	color: #fff;
}
.pricebox h2 {
	font-size: 340%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 0;
	padding: 0;
}
.pricebox p {
	margin:8px 0;
}
.pricebox strong {
	font-weight: bold;
	font-size: 120%;
}
#layoutsub {
	float: left;
	width: 590px;
	border-right: 1px dotted #999999;
	padding: 0 35px 0 0;
	margin: 20px 20px 0 0;
}
#layoutsubright {
	float: left;
	width: 300px;
	padding: 0 5px 0 0;
	margin: 20px 0 0 0;
}
#layoutsubright h3 {
	margin: 10px 0 10px 0;
}
#widelayoutsub {
	float: left;
	width: 900px;
	padding: 0 5px 0 0;
	margin: 20px 50px 0 0;
}
#layouthomeleft {
	float: left;
	width: 470px;
	padding: 0 10px 0 5px;
	margin: 10px 20px 0 0;
}
#layout {
	float: right;
	width: 440px;
	padding: 0 5px 0 5px;
	margin: 10px 0 0 0;
}
ul.info, ul.tick {
	margin: 0;
	padding: 0;
}
.info li, .tick li {
	list-style: none;
	padding: 3px 0 3px 25px;
	margin:0;
	line-height: 16px;
}
ul.info li {
	background: url(images/question.png) 2px no-repeat;
}
ul.tick li {
	background: url(images/li.jpg) 2px no-repeat;
}
.box {
	background:url(images/boxbg.jpg) #fff repeat-x top;
	padding: 0 0 5px 0;
	width: 425px;
	height: auto;
	margin: 10px 0 15px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.box h3 {
	line-height: 35px;
	margin: 0 0 10px 10px;
	color: #FFFFFF;
}
.existing_customer {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #666;
	background: #eee;
	padding: 6px;
	text-align: center;
	width: 100%;
	display:block;
	font-weight: bold;
}
.support_box {
float: left;
border: 1px solid #ccc;
padding: 5px;
width: 300px;
margin: 4px;
}
.support_box img, .support_box_wide img{
	float: left;
	margin: 0 10px 0 0;
}
.support_box_wide{
border: 1px solid #ccc;
padding: 5px;
width: 618px;
margin: 0 4px 4px 4px;
height: 60px;
clear:both;
}

.ipodbox {
	margin: 0 0 5px 0;
}
h2.homeright {
	margin: 10px 0 10px 30px;
}
dl {
	clear: both;
	margin: 0 0 0 10px;
}
dl.top dt {
	float: left;
	line-height: 35px;
	margin: 0 28px 0 0;
	width: 70px;
	display: block;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
dl.specs dt {
	float: left;
	line-height: 35px;
	padding: 0 28px 0 0;
	width: 70px;
	display: block;
	font-size: 90%;
	font-weight: bold;
}
dl.features dt {
	float: left;
	line-height: 25px;
	padding: 0 10px 0 20px;
	width: 160px;
	display: block;
	font-size: 90%;
	font-weight: bold;
	background: url(images/li.jpg) 2px no-repeat;
}
dt.buynow {
	border-bottom: none;
}
a.buynow {
	margin: 0 auto;
	display:block;
	width: 87px;
	height: 22px;
	background: url(images/buynow.png) 0 0 no-repeat;
}
a.buynow:hover {
	background-position: 0 -22px;
}
.quote {
	width: 424px;
	height: 72px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(images/quotebg.png) no-repeat;
	font-size: 110%;
}
.quote img {
	padding: 1px;
	border: 4px solid #666666;
}
.quote a {
	color: #696B06;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.quote p {
	float: right;
	font-size: 90%;
	width: 300px;
	line-height: 15px;
	color: #333333;
	margin: 5px 0;
}
h4.terms {
	text-align: center;
}
#footer {
	clear: both;
	margin: 40px 0 0 0;
	height: 60px;
	padding: 10px 0;
	text-align: center;
	font-size: 85%;
}
#footer a {
	color: #000;
	margin: 10px 10px 0 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.domainbox {
	background:url(images/domainboxbg.jpg) no-repeat;
	width: 420px;
	height: 300px;
	margin: 10px 0 15px 0px;
}
dl {
	clear: both;
	margin: 0 0 0 10px;
}
dl.domainpricetitle dt {
	float: left;
	line-height: 35px;
	margin: 0 30px 10px 0;
	width: 150px;
	display: block;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
dl.domainprice dt {
	float: left;
	line-height: 20px;
	padding: 0 30px 0 0;
	width: 150px;
	display: block;
	font-size: 90%;
	font-weight: bold;
}
.code {
	line-heigh: 40px;
	font-size: 85%;
	width: 80%;
	height: auto;
	padding: 10px;
	margin: 5px 0;
	background: #FFFFCC;
}
a.transfer {
	margin: 7px 0;
	display:block;
	width: 158px;
	height: 33px;
	background: url(images/transfer.jpg) 0 0 no-repeat;
}
a.transfer:hover {
	background-position: 0 -33px;
}
.hosting {
	border-bottom: 1px dotted #999999;
}
#one-column-emphasis {
	margin: 20px 0;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	color:  #565A05;
}
#one-column-emphasis td {
	padding: 10px 15px;
	color: #000;
	border-top: 1px dotted #f1f1f1;
}
.oce-first {
	background: #f1f1f1;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.special {
	margin: 15px 0 0 30px;
}
.transfer {
	padding: 1px;
	border: 3px solid #CCCCCC;
}
.searchbox {
	border: 1px dotted #999999;
	height: auto;
	width: 240px;
	padding: 5px;
	margin: 8px 0;
}
.searchbox img {
	border:none;	
}
.searchbox strong {
	color: #565A05;
}
#rounded-corner {
	width: 465px;
	text-align: left;
	border-collapse: collapse;
	margin: 10px 0 0 0;
}
#rounded-corner thead th.rounded-company {
	background: #A4A907 url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4 {
	background: #A4A907 url('images/right.png') right -1px no-repeat;
}
#rounded-corner th {
	padding: 8px;
	font-weight: normal;
	font-weight: bold;
	color: #fff;
	background: #A4A907;
	text-align: left;
}
#rounded-corner td {
	padding: 8px;
	background: #D3D3D3;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tfoot td.rounded-foot-left {
	background: #D3D3D3 url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right {
	background: #D3D3D3 url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td {
	background: #D3D3D3;
}
.twitter_thumb {
	float:left;
	margin-right:20px;
	margin-bottom:0px;
}
.user {
	background-color:#efefef;
	margin-bottom:10px;
border-bottom:;
	padding:10px;
}

.share {
	float: right;
	width: 67px;
	height: 65px;
	margin: 0;
	padding: 0;
}

#link_box {
	background: #ECEFA2;
	padding: 5px;
	margin: 5px 5px 10px 5px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 24px;
}

h1.headcount {
	float: right;
	font-size: 120%;
	margin: 10px 30px 0 0;
	padding:0;
	clear: right;
	color: #666;
}
table#plan {
	width:100%;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
#plan th {
	padding: 8px;
	color: #FFF;
	font-size: 120%;
	height: 65px;
	width: 100px;
	background: url(images/th_bg.gif) repeat-x left bottom;
	font-size: 130%;
	color: #333;
}
#plan th.highlight {
	background: url(images/tr_heading_highlight.gif) no-repeat center bottom;
	width: 135px;
}
#plan th.blue {
	background: url(images/th_bg_blue.gif) no-repeat right bottom;
}
#plan h3 {
	padding: 25px 0 0 0;
	margin:0;
	height: 40px;
	line-height: 45px;
	font-size: 130%;
}
#plan td {
	padding: 5px;
	height: 40px;
	background: url(images/tr_grey.jpg) repeat-x center bottom;
	font-size: 120%;
	font-weight: bold;
}
#plan td.title {
	text-align: right;
	padding: 5px 10px 5px 5px;
	font-size: 100%;
	color: #666;
	background:url(images/td_title.jpg) no-repeat right bottom;
}
#plan td.highlight {
	background: url(images/tr_highlight.jpg) no-repeat center bottom;
}
#plan td.footer {
	background: url(images/tf_bg.gif) repeat-x left top;
	height: 65px;
}
#plan td.footerblue {
	background: url(images/tf_bg_blue.gif) no-repeat right top;
}
#plan td.footer_highlight {
	background: url(images/tf_highlight.gif) no-repeat center top;
	height: 65px;
}
a.helptip span {
	display:none;
	padding:2px 4px;
	margin-left:8px;
	width:150px;
	z-index: 100;
	
}
a.helptip:hover span {
	display:inline;
	position:absolute;
	background:#eee;
	border:1px solid #666;
	color:#000;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.review_us {
	background-color:#FFFBCC;
	background-image:url("images/info.png");
	border:1px solid #FFF35E;
	background-position:10px center;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin: 0 0 10px 0;
	padding:7px 10px 7px 60px;
}
.review_us a{
	color:#A68500;
}
.home_review {
	background: url(images/home_review_bg.png) #fff no-repeat bottom;
	padding: 5px 10px 15px 10px;
	width: 410px;
	height: auto;
	margin: 0 0 10px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
}	
.sm_review_text {
	font-size: 90%;
	color: #666;
	font-style:italic;
	padding:0;
	margin:0;
}
.sm_reviewer {
	font-size: 85%;
	color: #666;
}
.sm_stars {
	margin: 5px 0;
}

#help {
background: #ECEFA2;
border: 1px solid #D9DD42;
padding: 5px 10px;	
}
#help h3{
	padding: 10px 0 5px 0;	
}
#help p{
	padding: 0 0 10px 0;
}
	#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 175px;
width: 175px;
background: url(http://www.webdrive.co.nz/images/cnr_banner.png);
text-indent: -999em;
text-decoration: none;
}

.homebox  {
	width: 	225px;
	padding: 10px 10px 10px 0;
	height: 80px;
	color: #333;
	font-size: 95%;
}
.homebox h3 {
	margin:0;
	padding: 0 0 5px 0;
	color: #565A05;
}
.homebox img {
	float:left;
	padding: 4px;
}	

.left {float:left;}
.right {float:right;}

.apps_box {
	width: 45%; 
	margin: 10px 0;
}
.apps_box img {
	margin: 0 10px 30px 0;	
	float:left;
}
.apps_box h2 {
	margin: 0;
	padding:0;
}	
.apps_box p {
	margin: 0;
	padding:0;	
}
.social {
	padding: 5px; 
	background: #FFC;
	margin: 10px auto;
	border: 1px solid #FC9;	
	text-align:center;
	width: 500px;
}
.social p {
	padding: 0 0 4px 0;	
	font-size: 95%;
}
.specials {
	background: #900;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 2px;
}
.iphone {
	float:left;
	padding: 60px;
	margin: 0 0 0 390px;
}
a.bulk {
	font-size: 80%;
}
