@charset "utf-8";
body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}

#wrapper {
	padding: 0px;
	width: 705px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
}
#wrapper ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#wrapper li {
	margin: 0px;
	padding: 0px;
}
#wrapper li a {
	display: block;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	background-color: #003366;
}
#wrapper li a:hover, #wrapper li a:focus, #wrapper li a:active {
	background-color: #006699;
}
#header {
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 120px;
}
#startHere {
	margin-top: 5px;
	background-image: url(../images/bgBottomBig.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 14px;
}
#startHere h1 {
	background-image: url(../images/starth1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#columns {
	width: 705px;
	overflow: hidden;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subTuts {
	display: block;
	padding: 5px;
	background-color: #009999;
	color: #FFFFFF;
	font-weight: bold;
}
.col {
	float: left;
	width: 231px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/bgBottomCol.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.titleGral, .titleMail, .titleFtp, .titleServ, .titleDb, .titleWhm1, .titleWhm2, .titleZen, .titleWbuild {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0px;
	height: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.titleGral {
	background-image: url(../images/titleGral.jpg);
}
.titleMail {
	background-image: url(../images/titleMail.jpg);
}
.titleFtp {
	background-image: url(../images/titleFtp.jpg);
}
.titleServ {
	background-image: url(../images/titleServ.jpg);
}
.titleDb {
	background-image: url(../images/titleDb.jpg);
}
.titleWhm1 {
	background-image: url(../images/titleWhm1.jpg);
}
.titleWhm2 {
	background-image: url(../images/titleWhm2.jpg);
}
.titleZen {
	background-image: url(../images/titleZen.jpg);
}
.titleWbuild {
	background-image: url(../images/titleWbuild.jpg);
}
