@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}

:focus {
	outline: 0;
}

html {
	background: url(images/bgHtml.png) repeat-x #fff4d1;
}

body {
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	padding-top: 20px;
}

p {
	margin-bottom: 6px;
}

.strong {
	font-weight: bold;
	margin-top: 5px;
}

a {
	color: #406880;
}

a:hover {
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	border-color: #406880;
}

ol, ul {
	list-style: none;
}


/* Real CSS Begins */

.globalCont {
	width: 960px;
}

.wrapper {
	clear: both;
}

.sidebar {
	float: left;
	width: 250px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 250px;
	height: 100px;
	text-indent: -9999px;
}

/* Navigation */

.sidebar ul {
	margin: 45px 0 0 0;
}

.sidebar ul li {
	margin-bottom: 5px;
}

.sidebar ul li a {
	text-indent: -9999px;
	border: none;
	left: -15px;
}

#nHome {
	background: url(images/nHome.png) no-repeat -15px -80px;
	width: 245px;
	height: 40px;
	display: block;
}

#nAbout {
	background: url(images/nAbout.png) no-repeat -15px -80px;
	width: 245px;
	height: 40px;
	display: block;
}

#nProducts {
	background: url(images/nProducts.png) no-repeat -15px -80px;
	width: 245px;
	height: 40px;
	display: block;
}

#nProducts {
	background: url(images/nProducts.png) no-repeat -15px -80px;
	width: 245px;
	height: 40px;
	display: block;
}

#nNews {
	background: url(images/nNews.png) no-repeat -15px -80px;
	width: 245px;
	height: 40px;
	display: block;
}

#nContact {
	background: url(images/nContact.png) no-repeat -15px -80px;
	width: 245px;
	height: 40px;
	display: block;
}

/* Active state */

#nHomeA {
	background: url(images/nHome.png) no-repeat;
	width: 245px;
	height: 40px;
	display: block;
}

#nAboutA {
	background: url(images/nAbout.png) no-repeat;
	width: 245px;
	height: 40px;
	display: block;
}

#nProductsA {
	background: url(images/nProducts.png) no-repeat;
	width: 245px;
	height: 40px;
	display: block;
}

#nProductsA {
	background: url(images/nProducts.png) no-repeat;
	width: 245px;
	height: 40px;
	display: block;
}

#nNewsA {
	background: url(images/nNews.png) no-repeat;
	width: 245px;
	height: 40px;
	display: block;
}

#nContactA {
	background: url(images/nContact.png) no-repeat;
	width: 245px;
	height: 40px;
	display: block;
}

/* Hover State */

#nHome:hover, #nAbout:hover, #nProducts:hover, #nNews:hover, #nContact:hover {
	background-position: 0 -40px;
}


/* Loaves of Bread ;) */

.loaves {
	background: url(images/loaves.jpg);
	width: 230px;
	height: 106px;
	margin-top: -12px;
}


/* Main Content */

.mainCont {
	float: right;
	margin: 5px 0 0 25px;
	width: 685px;
}

.container {
	background-color: #FFD35E;
	padding: 1px;
	margin-bottom: 35px;
	margin-top: 10px;
	float: left;
}

.containerlet {
	width: 330px;
	float: left;
}

.box {
	padding: 14px;
	background-color: #fff;
	margin: 10px 0;
}

.boxie {
	padding: 14px 14px 8px 14px;
	background-color: #fff;
	width: 328px;
	margin: 10px 0;
}

.right {
	margin-left: 24px;
}

.titleH2 {
	background: url(images/bgH2.jpg) no-repeat;
	height: 29px;
	width: 640px;
	margin-bottom: 12px;
	padding: 7px 0 0 15px;
}

.titleH3 {
	background: url(images/bgH3.jpg) no-repeat;
	height: 29px;
	width: 285px;
	margin-bottom: 12px;
	padding: 7px 0 0 15px;
}

h2, h3 {
	height: 22px;
	text-indent: -9999px;
}

h4 {
	font-size: 18px;
	color: #B9451C;
	line-height: 22px;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #B9451C;
}

.about {
	background: url(images/hAbout.jpg) no-repeat;
	width: 110px;
}

.products {
	background: url(images/hProducts.jpg) no-repeat;
	width: 103px;
}

.info {
	background: url(images/hInfo.jpg) no-repeat;
	width: 144px;
}

.form {
	background: url(images/hForm.jpg) no-repeat;
	widows: 155px;
}

p img {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	margin: 0 0 10px 10px;
}

.more {
	text-align: right;
}

/* FOOTER */

#footer {
	clear: both;
	text-align: center;
}

#footer ul {
	background: url(images/bgFooter.jpg) no-repeat;
	width: 685px;
	height: 46px;
}

#footer ul li {
	display: inline;
}

#footer ul li {
	line-height: 46px;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer ul li a {
	color: #5e88a1;
	line-height: 46px;
}

#footer ul li a:hover {
	border-bottom: 1px solid #5e88a1;
}

.sep {
	margin: 0 10px;
	color: #404e60;
}

.copyright {
	margin: 20px 0;
	color: #966322;
	font-size: 16px;
}

/* Contact Form */

#form {
	margin-top: 2px;
}

.note {
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	display: block;
	margin-bottom: 10px;
	color: #555;
}

p.note img {
	margin-top: 22px;
}

.label {
	display: inline;
	text-align: right;
	width: 60px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 0;
	margin: 0 0 5px 0;
	float: left;
}

.inputBox {
	display: block;
	margin-bottom: 5px;
}

#msgField {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 320px;
}

#msgField label, .inputBox label {
	width: 60px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: right;
	padding-right: 10px;
}

.inputBox .field {
	display: inline;
	height: 25px;
	width: 238px;
	padding: 0 5px;
	border: 1px solid #999;
	vertical-align: middle;
}

#msgField .textField {
	width: 238px;
	height: 152px;
	border: 1px solid #999;
	padding: 2px 5px;
	float: right;
	margin-top: -15px;
}

/* Target Firefox and fix formfield padding bug. */

@-moz-document url-prefix() {
	.inputBox .field {
		padding: 4px 5px 0 5px;
		height: 21px;
	}
}

.field:focus, #msgField .textField:focus {
	border-color: #1476ca;
}

.button_container {
	margin: 10px 0 0 70px;
	clear: left;
}

.button {
	width:65px;
	margin-right: 5px;
}