body {

	background-color: #efefef;
	background-image: url(../gfx/background-fade.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial;

}

body, td, div, p, span {
	font-size: 12px;
	color: #5c5c67;
}

img {
	border: 0;
}

h1 {
	
	font-size: 18px;
	margin: 0 0 15 0;
	padding: 0;

}

h2.pitchtitle {
	
	font-size: 28px;
	margin: 10 0 10 0;
	padding: 0;
	color: #d49768;

}

h2 {
	font-size: 14px;
	margin: 0 0 15 0;
	padding: 0;
}

li {
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

ul {
	padding: 0 0 0 15;
}

a, a:visited {
	color: #f06600;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


#container {
	width:804px;
	margin-top:45px;
    left: 50%;
    margin-left:-402px;
    position:absolute;
	
}

#logodiv {
	width:184px;
	height:217px;
	background-image: url(../gfx/zenlogo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	top: 4px;
	left:40px;
}

#menudiv {
	width:700px;
	height:32px;
	position: absolute;
	z-index: 10;
	top: 280px;
	left:2px;
}

#bgdiv {
	position: relative;
	z-index: 1;
	background-image: url(../gfx/page-white.png);
	background-repeat: repeat-y;

}

#bannerdiv {
	width: 800px;
	margin: 0 2 0 2;
	position: relative;
	z-index: 2;
	background-image: none;
	background-repeat: no-repeat;

}

#bannershade {
	background-image: url(../gfx/banner-fade.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	width: 800px;
	height:135;
	top: 218px;
	left:2px;
}

#topbg {
	
	background-image: url(../gfx/top-stripe.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 804px;
	position: relative;
	z-index: 9;
	top: 12px

}

#footbg {
	background-image: url(../gfx/footer.png);
	background-repeat: no-repeat;
	height: 53px;
}

#footerText {
	float: left;
	width:555px;
	height: 53px;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 27px;
}

#footerSpacer {
	float: left;
	width:31px;
	height: 53px;
}

#footerLinks {
	float: left;
	width:218px;
	height: 53px;
}

a.footerMail, a.footerMail:visited {
	color: white;
	text-decoration: none;
}


a.footerMail:hover {
	color: white;
	text-decoration: underline;
}

#content {
	padding: 0 30 20 30;
	position: relative;
	z-index: 5;
}

a.menulink {
	background-image: url(../gfx/menu/bg.png);
	background-repeat: repeat-x;
	line-height: 32px;
	font-size:14px;
	padding:9 12 9 12;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.menulink:hover, a.menuactive:hover {
	text-decoration: none;
}

a.menulink:visited {
	color: white;
}

a.menuactive {
	background-image: url(../gfx/menu/selected.png);
	background-repeat: repeat-x;
	line-height: 32px;
	font-size:14px;
	padding:9 12 9 12;
	font-weight: bold;
	text-decoration: none;
	color: #de6026;
}


.serviceHeader {
	color: #585c3c;
	font-size: 18px;
	font-weight: bold;
	margin:0;
}

.serviceSubTxt {
	color: #999;
	font-size: 12px;
	margin: 0 0 5 0;
}

.priceTitle {
	font-weight: bold;
}
.priceTag {
	color: #f06600;
	padding:0 0 0 20;
	font-weight: bold;
}
.priceTxt {
	color: #a8b746;
	font-size: 12px;
	padding: 0 0 10 0;
}

.orange, .tlftid {
	color: #f06600;
}

.tlftid, .tlfgray {
	font-size: 10px;
	padding-bottom: 3px;
}

.tlfgray {
	color: #676767;
}

.tlfday {
	font-weight: bold;
}

