/**
  * Cascading Style Sheet (CSS)
  * for www.equipbiz.co.nz
  * equipbiz LTD NZ web design & computer repairs
  * Andy Moore 28/June/2007
  * contact@equipbiz.co.nz
  * 
  * GUL: feel free to use this CSS
  */
body {
	background-color: #fff;
	font-family: arial;
}
div.head1 {
	left: 0px;
	width: 700px;
	height: 101px;
	text-align: center;
	vertical-align: text-bottom;
	background-image: url('../img/head_fill2.jpg');
	background-repeat: repeat-x;
}
div.menu_top {
	left: 8px;
	width: 210px;
	height: 40px;
	top: 154px;
	text-align: left;
	background-image: url('../img/menu_top1.gif');
	background-repeat: no-repeat;
	position: absolute;
}
div.menu {
	left: 8px;
	width: 210px;
	top: 194px;
	height: 670px;
	text-align: left;
	background-image: url('../img/menu_fill1.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	color: #fff;
	position: absolute;
}
div.menu_bottom {
	left: 8px;
	width: 210px;
	height: 40px;
	background-image: url('../img/menu_bottom1.gif');
	background-repeat: no-repeat;
	position: absolute;
	top: 864px;
}
	div.menu a:link {
		color: #ffffff;
		text-decoration: underline;
	}
	div.menu a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	div.menu a:hover {
		color: #333333;
		text-decoration: underline;
	}
	div.menu a:active {
		color: #333333;
		text-decoration: underline;
	}

div.topmenu {		
	margin-top: 0px;		
	width: 700px;	
	height: 21px;
	text-align: left;
	padding-top: 4px;
	text-indent: 3px;
	background: url('../img/topmenufill.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-indent: 70px;
	color: #ffffff;
}
	div.topmenu a:link {
		color: #ffffff;
		text-decoration: underline;
	}
	div.topmenu a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	div.topmenu a:hover {
		color: #000000;
		text-decoration: underline;
		background: #ffffff;
	}
	div.topmenu a:active {
		color: #333333;
		text-decoration: underline;
	}

div.container {
	left: 218px;
	width: 470px;
	position: relative;
	border-color: #cccccc;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	font-size: 14px;
}
div.footerLong {
	left: 0px;
	bottom: 0px;
	width: 700px;
	height: 25px;
	background-image: url('../img/footer_fill.jpg');
	vertical-align: middle;
}
div.footer {
	left: 8px;
	top: 927px;
	width: 700px;
	height: 25px;
	background-image: url('../img/footer_fill.jpg');
	vertical-align: middle;
	position: absolute;
}
div.bottom {
	left: 8px;
	top: 957px;
	width: 700px;
	height: inherit;
	vertical-align: middle;
	position: absolute;
	text-align: center;
}
div.smiley {
	left: 650px;
	top: 80px;
	width: 116px;
	height: 116px;
	position: absolute;
	z-index: 1;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
h2 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	background-image: url('../img/head_back.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

/* Drop down Menu CSS begins */

#dropmenudiv{
position:absolute;
border:1px solid #000000;
border-bottom-width: 0;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: underline;
background-color: #1c77ff;
color: #ffffff;
}

#dropmenudiv a:hover{
	background-color: #ffffff;
	color: #000000;
}
.style10 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }