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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006;
	background-color: #FFF;
	background-image: url(images/Flour-Plus-Logo.jpg);
	background-repeat: repeat;
}
.main_content {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C7B199;
	border-left-color: #C7B199;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.header_home {
	color: #FFF;
	background-image: url(images/Flour-Plus_01.jpg);
	background-repeat: no-repeat;
}
.supplier_header {
	color: #FFF;
	background-image: url(images/flour_supplies_01.jpg);
	background-repeat: no-repeat;
}
.contact_header {
	color: #FFF;
	background-image: url(images/Flour-Plus-contact-us_01.jpg);
	background-repeat: no-repeat;
}
.menu_backing {
	line-height: 30px;
	background-image: url(images/Flour-Plus_02.jpg);
}
.menu_supplier_backing {
	line-height: 30px;
	background-image: url(images/flour_supplies_02.jpg);
}
.menu_contact_backing {
	line-height: 30px;
	background-image: url(images/Flour-Plus-contact-us_02.jpg);
}

.footer_backing {
	line-height: 43px;
	background-image: url(images/Flour-Plus_06.jpg);
}
.text_content_home {
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.nav_bar {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
a.menu:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
}
a.menu:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
a.menu:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	margin-right: 20px;
	margin-left: 20px;
}
a.menu:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	margin-right: 20px;
	margin-left: 20px;
}
.heading_title {
	float: right;
	width: 300px;
	margin-top: 40px;
	margin-right: 300px;
	color: #00C;
}
.image_right {
	float: right;
}
a.footer:link {
	font-size: 11px;
	font-weight: bold;
	color: #960;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	font-weight: bold;
	color: #960;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
a.footer:hover {
	font-size: 11px;
	font-weight: bold;
	color: #960;
	text-decoration: underline;
	margin-right: 20px;
	margin-left: 20px;
}
a.footer:active {
	font-size: 11px;
	font-weight: bold;
	color: #960;
	text-decoration: underline;
	margin-right: 20px;
	margin-left: 20px;
}