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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 20px;
	color: #000000;
	margin: 0;
	background-repeat: repeat-x;
}
body#content {
	background: url(http://www.openhost.co.nz/images/backgroundcontent.jpg) repeat-x #E1E1E1;
	}
h2 {font-size: 160%;}
h3 {font-size: 150%;}
h4 {font-size: 140%;}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	}
#contentwrapper {
	width: 980px;
	margin: 20px auto;
	padding: 10px;
	background:#FFFFFF;
	}
#headerwrapper{
	height: 105px;
	width: 100%;
	}

.topbutton a{
	width: 110px;
	height: 32px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0 0 0px;
	background:url(../images/topbuttons.jpg) no-repeat;
	display:block;
	color: #FFFFFF;
	float: right;
	}
.topbutton a:hover { 
	background-position: -110px 0 ;
}
.topbutton_buy a{
	width: 110px;
	height: 32px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	margin: 0px 0 0 0px;
	background:url(../images/topbuttons_buy.jpg) no-repeat;
	display:block;
	color: #FFFFFF;
	float: right;
	}
.topbutton_buy a:hover { 
	background-position: -110px 0 ;
}		
.logo {
	margin: 25px 0 0 0;
		}
/* Navigation */

#footer {
	width: 100%;
	height: 85px;
	font-size: 80%;
	color: #fff;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 5px 0 0 0;
	background:url(../images/backgroundfooter.jpg) repeat-x;
	}
#footer a {
	color: #fff;
	margin: 0 2px;
	}
.application_installer {
	float: left;
	border: 2px solid #CCC;
	margin: 0 5px 10px 0;
	padding: 4px;
}
