﻿/* Stylesheet for Webfactor August 2011. Copyright Webfactor NZ*/
body {
	background: #000000 url('images/backgrounds/background-4.jpg') no-repeat fixed center top;
	color: #ffffff;
	font-family: Callibri, Geneva, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

html {
	height:101%;

}
	
#container {
	width: 924px;
	margin:auto;
}

#banner {
	width:100%;
	height:246px;
	border:1px #233 solid;
	border-radius:9px;

}

#banner img {
	margin:30px 0 0 25px;
	border:0;
}

.bannertxt {
	text-align:right;
	font-size:large;
	margin:90px 35px 0 0;
}
.wf1 {
	text-align:left;
	margin:0 0 0 25px;
	letter-spacing:2px;
	font-size:36px;
}

.wf2 {
	text-align:left;
	margin:0 0 0 35px;
	letter-spacing:2px;
	font-size:14px;
}

#navigation {
	overflow: hidden;
	width: 100%;
	height: 65px;
	margin-top: 10px;
	border-radius:9px;
	background-image: url('images/backgrounds/nav-bg-6.png');
	background-repeat: no-repeat;
}

#navigationbottom {	
	margin:auto;
	margin-bottom:15px;
	width:924px;
}

a:link {
	color: #2bd;
}

a:visited {
	color: #2bd;
}

a:hover {
	color: #3df;
}

/*a:link img {
	border:1px solid #488ccc;
}

a:visited img {
	border:1px solid #265988;
}

a:hover img {
	border:1px solid #fff;
}*/
a img {border:0;}
#navigation ul {
	list-style-type: none;
	margin-top:10px;
	margin-left:10px;
	padding-left:0px;
	width:920px;
}

#navigation li {
	float: left;
	padding-right:4px;
}

#navigation a {
	color: #eee;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 10px 10px 10px 10px;
	background-color: #151515;
	background-image: url('images/backgrounds/dn.png');
	background-repeat: repeat-x;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #151515;
	background-image: url('images/backgrounds/up.png');
	background-repeat: repeat-x;
}


#navigationbottom a:link {
	color: #3a908f;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

#navigationbottom a:visited {
	color: #3a908f;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

#navigationbottom a:hover {
	color: #c0c0c0;
	text-decoration:underline;
}

#content {
	width:924px;
	font-weight:normal;
	background-image: url('images/backgrounds/panel-bg3.png');
	margin:auto;
	/*margin-top:10px;*/
	margin-bottom:25px;
	border:1px #233 solid;
	border-radius:9px;
}

.contenttable {
	width:920px;
	margin: 0 auto;
}

.leftpanel {
	width:300px;
	border-radius:9px;
	border:1px #122 solid;
	text-align:center;
	background-image: url('images/backgrounds/td-bg2.png');
}
.rightpanel {
	padding:0 25px 0 25px;
	border:1px #122 solid;
	border-radius:9px;
	text-align:justify;
	background-image: url('images/backgrounds/td-bg2.png');
}


#slideshow {
	margin:auto;
	margin-top:50px;
	width:250px;
	height:204px;
	/*border:1px #233 solid;*/
}

#pic-right {
	width:200px;
	float:right;
	text-align:center;
	
}

#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;
	color: #999;
	background-image: url('images/backgrounds/panel-bg3.png');
	margin:auto;
	/*margin-top:10px;
	padding-top:7px;*/
	border:1px #233 solid;
	border-radius:9px;
	}

#footer td {
	padding-left:15px;
	width:230px;height:150px;
	background-image: url('images/backgrounds/panel-bg3.png');
	border:1px #122 solid;
	border-radius:9px;
}

h1 {
	font-size: 14px;
	color: #eee;
	margin:7px 0 0 -10px;
}

h2 {
	font-size:13px;
	color: #fff;
	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 #667;
	border-radius:4px;
}
#clients ul {
	line-height:150%;
	list-style:circle;
}
.success {
	font-weight:bold;
	color: green;
	text-align:center;
}

.fail{
	font-weight:bold;
	color: red;
	text-align:center;
}

#wf {
		width: 924px; 
		margin: auto;
		font-size:.7em;
		text-align: right;
		padding-bottom:25px;
}

#wf a {
		color: #fff; 
		text-decoration: none;
}

#wf a:hover {
		text-decoration: underline;
}
.copyright {
	font-size:10px;
	color:#777;
	text-align:center;
	
}

/* End of stylesheet for Webfactor August 2011. Copyright Webfactor NZ */




