@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#nav-wrapper #contact-number {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: .05em;
	text-align: center;
	
}
#content, #promotion-message  {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: left;
}
#promotion-message  {
	color: #888;
}
#content h1 {
	font-size: inherit;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: inherit;
}
#footer {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	letter-spacing: .1em;
	line-height: 1.4em;
}
#sub-footer {
	letter-spacing: 0;
}
a, a:link, a:visited {
	color: #656566;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
#sub-footer a, #sub-footer a:link, #sub-footer a:visited {
	color: #888;
	text-decoration: none;
}
#sub-footer a:hover, #sub-footer a:active {
	text-decoration: underline;
}
