* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/template_background.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #8E0F0F;	
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	color: #002979;
	text-decoration: none;
}
a:hover {
	color: #002979;
	text-decoration: underline;
}
a:visited {
	color: #002979;
	text-decoration: none;
}
#TemplateContainer {
	position: relative;
	margin: 0px auto;
	overflow: visible;
	width: 759px;
}

#TemplateLogo {
	position:absolute;
	left:36px;
	top:25px;
	width:93px;
	height:74px;
	border: none;
}

#TemplateNavbar {
	position: absolute;
	left: 196px;
	margin-top: 82px;
	width: 550px;
	height: 23px;
	line-height: 23px;
}
#TemplateNavbar a {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #fefefe;
}
#TemplateNavbar a:visted {
	color: #fefefe;
}
#TemplateNavbar a:hover {
	text-decoration: underline;
}

#TemplateNavbarHome {
	position:absolute;
	width: 92px;
	text-align:center;
}
#TemplateNavbarServices {
	position:absolute;
	width: 94px;
	left: 92px;
	text-align:center;
}
#TemplateNavbarAbout {
	position:absolute;
	width: 94px;
	left: 188px;
	text-align:center;
}
#TemplateNavbarContact {
	position:absolute;
	width: 104px;
	left: 446px;
	text-align:center;
}

#TemplateValue {
	position:absolute;
	left:0px;
	top:115px;
	width:187px;
	height:392px;
	background-image: url(images/template_value.png);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	color: #282828;
}
.TemplateValueButtons {
	margin-bottom: -1px;
	border: none;
}
.TemplateValueHeading {
	font-size: 12px;
	color: #cc0000;
}
.TemplateValuePhone {
	color: #002979;
}
.TemplateValueGrey {
	color: #666666;
}
.TemplateValueRed {
	color: #cc0000;
}
.TemplateHeading {
	font-size: 18px;
	color: #cc0000;
}


#TemplateShadowTween1 {
	position:absolute;
	left:182px;
	top:507px;
	width:5px;
	bottom: 185px;
	/* Stupid IE7 and below PNG hack, ignored by other browsers */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/template_shadow_tween1.png', sizingMethod='scale');
}
/* IE7 and below ignores this so other browsers live in CSS glory */
html>/**/body>#TemplateContainer #TemplateShadowTween1 {
	background-image: url(images/template_shadow_tween1.png);
}

#TemplateQuicklinks {
	position: absolute;
	left: 0px;
	bottom: -103px;
	width: 187px;
	height: 332px;
}
/* Yet another IE hack for PNGs */
#TemplateQuicklinksPNG {
	width: 163px;
	height: 290px;
	padding-top: 42px;
	padding-left: 24px;
	line-height: 13px;
	/* Stupid IE7 and below PNG hack, ignored by other browsers */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/template_quicklinks.png', sizingMethod='scale');
}
/* IE7 and below ignores this so other browsers live in CSS glory */
html>/**/body>#TemplateContainer #TemplateQuicklinksPNG {
	background-image: url(images/template_quicklinks.png);
}
#TemplateQuicklinks a {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #fefefe;
}
#TemplateQuicklinks a:visted {
	color: #fefefe;
}
#TemplateQuicklinks a:hover {
	text-decoration: underline;
}

#TemplateShadowLeft {
	position: absolute;
	left: -34px;
	bottom: 28px;
	width: 34px;
	height: 28px;
	background-image: url(images/template_shadow_left.png);
}

#TemplateCopyright {
	position: absolute;
	bottom: 15px;
	right: 25px;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
	color: #ebc4c4;
}

#TemplateShadowRight {
	position: absolute;
	left: 759px;
	bottom: 28px;
	width: 34px;
	height: 28px;
	background-image: url(images/template_shadow_right.png);
}

#TemplateMetro {
	position: relative;
	float: right;
	width: 62px;
	height: 12px;
	margin-right: 38px;
	margin-top:8px;
	border: none;
}