@charset "utf-8";
body {
	background: url(images/template/bg.gif);
}
.top_contact_details {
	padding-left: 220px;
}
.top_contact_details td.blue, .top_contact_details td.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.top_contact_details td.blue {
	color: #3c5071;
}
.top_contact_details td.black, .top_contact_details td.black a {
	color: #2f2b2a;
	text-decoration: none;
}
.top_contact_details td.black a:hover {
	text-decoration: underline;
}
.menu_link {
	background: url(images/template/menu_bg.gif);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu_link a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.main {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	padding-left: 10px;
}
.main td {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main h1 {
	color: #3c5071;
	font-size: 16px;
}
.main h2 {
	color: #3c5071;
	font-size: 14px;
}
.main .price {
	color; #2c427b;
}
.footer {
	text-align: right;
	padding: 4px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/template/menu_bg.gif) #fff;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.error {
	color: #c00;
	font-weight: bold;
}