body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif, Geneva;
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
}

a {
	color: #0069FF;
}

div#main_container {
	margin: auto;
}

div#header {
	margin: auto;
}

div#footer {
	padding: 15px;
	font-size: 80%;
	background-color: #0055A5;
	color: white;
}

p.subtext {
	padding: 0 20px;
}

table.trading_hours {
	margin: auto;
	text-align: left;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #7a7a7a;
}

table.trading_hours th {
	text-align: center;
	color: #3A3A3A;
	background-color: #EEEEEE;
}

table.trading_hours td.day_of_week {
	color: #0055A5;
	font-weight:bold;
	padding-right: 15px;
}

table.trading_hours td.hour_range {
	color: #080740;
}

p.home_address {
	padding: 4px;
	font-size: 130%;
	font-weight: bold;
	color: #3A3A3A;
	background-color: #EEEEEE;
}

p.contact_details {
	color: #777777;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
}

p.contact_details span.contact_number a {
	color: #77BC27;
	font-size: 260%;
	text-decoration: none;	
}

p.contact_details span.call_now a {
	color: #77BC27;
	font-size: 150%;
	text-decoration: none;
}

p.contact_details span.after_hours {
	color: #0055A5;
	font-size: 150%;
}

p.contact_details span.after_hours_number a {
	color: #0055A5;
	font-size: 220%;
	text-decoration: none;	
}

p.contact_details span.after_hours_call_now a {
	color: #0055A5;
	font-size: 150%;
	text-decoration: none;
}

p.contact_details span.fax_number {
	font-size: 160%;
}

p.contact_details span.contact_email {
	font-size: 110%;
}

div.contact_map {
	margin: auto;
	margin-bottom: 40px;
	height: 320px;
	width: 320px;
	border: 2px solid #00AFF0;
}

p.moved_text {
	color: red;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
