﻿/* Stylesheet for Waitomo IT Solutions. */
body {
	background: #abb947 url('../images/site/limestone_bg.jpg') no-repeat fixed center top;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:13px;
}

html {
	height:101%;
}

#container {
	width: 924px;
	margin: auto;
}

#banner {
	width:924px;
	height:185px;
	background-image: url('../images/site/witsbanner.jpg'); 
	margin:auto;
	border:1px #333 solid;
}
.bannertxt {
	text-align: right;
	font-size: large;
	margin-right: 35px;
}

#navigation {	
	width:920px;
	height:40px;
	margin:auto;
	padding-top:0px;
	cursor: hand;
	margin-top:0px;
}
#navigation img {border: 0;}
#navigation table {margin-left:10px;}

#navigationbottom {	
	margin:auto;
	margin-bottom:15px;
	width: 780px;
}

a:link {
	color: #39f;
}

a:visited {
	color: #39f;
}

a:hover {
	color: #fff;
}

a:link img {
	border:1px solid #488ccc;
}

a:visited img {
	border:1px solid #265988;
}

a:hover img {
	border:1px solid #b00;
}

#navigation ul {
	list-style-type: none;
	width: 922px;
	margin: 0 auto;
	padding-top:5px;
	padding-left: 270px;
}

#navigation li {
	float: left;
	padding-right:4px;
}

#navigation a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px outset #83bb14;
	background-color: #436621;
	background-image: url('../images/site/panel-bg.png');
	background-repeat: repeat-x;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px outset #c6df1b;
	background-color: #557628;
/*	background-image: url('../images/site/menu-bg.png');  
	background-repeat: repeat-x; */
}

#navigationbottom a:link {
	color: #69f;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

#navigationbottom a:visited {
	color: #69f;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

#navigationbottom a:hover {
	color: #fff;
	text-decoration:underline;
}

#content {
	width:924px;
	background-image: url('../images/site/panel-bg.png');
	margin:auto;
	margin-bottom:15px;
	border:1px #333 solid;
}

.contenttable {
	width:920px;
	margin: 0 auto;
}

.leftpanel {
	width:240px;
	text-align:center;
	background-image: url('../images/site/td-bg.png');}

.rightpanel {
	padding:0 35px 0 35px;
	text-align:justify;
	background-image: url('../images/site/td-bg.png');}
}

#list li {
	list-style-type:circle;
}

#links li {
	list-style:circle;
	border-bottom: 1px dashed #ddd;
	padding-top:5px;
	
}

#links a{
	text-decoration:none;
}
	
#footer {
	width:924px;
	height:60px;
	color: #999;
	background-image: url('../images/site/footer-bg.png');
	margin:auto;
	margin-top:10px;
	padding-top:7px;
	border:1px #333 solid;
}

h1 {
	font-size: 18px;
	color: #fff;
	margin-left:-10px;
}

h2 {
	font-size:13px;
	color: #ffff;
	margin-left: -10px;
}

h3 {
	font-size:13px;
	color:#fff;
	margin-left:5px;
}

.floatimgright {
	float:right;
	margin-left:12px;
}

.floatimgleft {
	float:left;
	margin-right:12px;
}
.floattxtright: {
	float:right;
}

.center {
	text-align:center;
}

.small {
	font-size:11px;
}

.picbox {
	border: 1px solid #889;
}


#sig {
		width: 924px; 
		margin: auto;
		font-size:.7em;
		text-align: right;
		padding-bottom:25px;
}

#sig a {
		color: #fff; 
		text-decoration: none;
}

#sig a:hover {
		text-decoration: underline;
}

/* End of stylesheet for Waitomo IT Solutions */



