/* -----[ Go Cyber Style Sheet ]-- */
/* -----[   www.gocyber.co.nz ]--- */

html, body, div, p, dl, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #77787b;
	text-align: left;
	background-image: url(../images/general/bg.jpg);
	background-repeat: repeat-x;
}
td {
	vertical-align: top;
}
p {
	padding-bottom: 6px;
	line-height: 14px;
}
em {
 font-style: italic;
	color: #000000;
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 14px;
}

/* -----[ top nav ]------------------------- */

.navhome {
	background-image: url(../images/general/home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
 display: block;
	padding: 6px 0 0 0;
 width: 76px;
	height: 28px;
	float: left;
	text-align: center;
	font-size: 10px;
}
.navbutton {
	display: block;
 background-image: url(../images/general/divider.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 6px 22px 0 15px;
	height: 28px;
	float: left;
	text-align: center;
 font-size: 10px;
}
.navbutton_last {
	display: block;
	padding: 6px 0 0 15px;
	height: 28px;
	float: left;
	text-align: center;
	font-size: 10px;
}

/* -----[ Images ]------------------------- */

img {
	border: 0;
}
.img_main {
	border: solid white 4px;
	height: 248px;
}
.img_more {
	padding-top: 8px;
}
.img_space {
	padding-top: 8px;
 padding-bottom: 6px;
}
.img_right {
	padding-right: 12px;
	padding-bottom: 6px;
}
.img_pricing {
	padding-left: 191px;
	padding-bottom: 6px;
}
 
/* -----[ Nav Bar ]------------------------- */

.navbar {
	display:inline;
}
.navbar img {
	margin-left: 20px;
}

/* -----[ Colours ]------------------------- */

.white {
	color: #ffffff;
	padding-bottom: 6px;
}
.green {
 color: #8fb63e;
}
.blue {
	color: #367389;
	line-height: 19px;
}
.ltblue {
	color: #00a7d0;
}
.dkblue {
	color: #407788;
}

/* -----[ RH Panel ]------------------------- */

.rh_black {
	color: #000000;
	padding: 0 10px 4px 15px;
}
.rh_white {
	color: #ffffff;
	padding: 0 10px 4px 15px;
}
.rh_quick {
	color: #c2c2c2;
	padding-bottom: 12px;
	padding: 0 0 6px 3px;
}
.icon {
	float: right;
	display: inline;
 width: 50px;
	height: 50px;
}

/* -----[ Links ]------------------------- */

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #8fb63e;
	text-decoration: none;
}
a.alt {
	color: #77787b;
	text-decoration: underline;
}
a.alt:hover {
	color: #8fb63e;
	text-decoration: none;
}
a.blue {
	color: #367389;
	text-decoration: none;
}
a.blue:hover {
	color: #367389;
	text-decoration: underline;
}
a.jump {
	color: #367389;
	text-decoration: underline;
}
a.jump:hover {
	color: #367389;
	text-decoration: none;
}
a.gcl {
	color: #aeafb4;
	text-decoration: none;
}
a.gcl:hover {
	color: #aeafb4;
	text-decoration: underline;
}

/* -----[ Headers ]------------------------ */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #231f20;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8fb63e;
	padding-top: 6px;
	padding-bottom: 4px;
}
h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	color: #008ac8;
	padding-bottom: 6px;
}

/* -----[ Form ]------------------------ */

.mid_bg_form {
	background-color: #1f383e;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
}
.light_bg_form {
	background-color: #f2fdfd;
	padding: 3px 5px 3px 5px;
	color: #333333;
}
.white_bg {
	background-color: #ffffff;
}
.asterix {
 color: #ae0a0a;
}

/* -----[ Footer ]------------------------ */

.copyright {
	padding: 5px 0 0 10px;
	font-size: 11px;
	color: #aeafb4;
}

/* -----[ Misc ]------------------------- */

.wof_head {
	font-size: 16px;
	color: #8fb63e;
	padding-bottom: 6px;
}
.wof_black {
	font-size: 15px;
	color: #173037;
}
.repair_head {
	font-size: 20px;
	color: #407788;
	line-height: 25px;
	padding-bottom: 12px;
}

/* -----[ Clear Fixes ]------------------------- */

.clearfix {
	clear: both;
}
.clear_left {
	clear: left;
	margin-bottom: 12px;
}

