/* Amaral's Bakery CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #620000;
	font-size: 90%;
	line-height: 1.3;
	margin: 0;
}

h1, h2, h3 {
	color: #891401;
}

a {
	color: #6C0501;
}	

.imgLeft {
	float: left;
	margin: 0 10px 0 0;
}
.imgRight {
	float: right;
	margin: 0 0px 0 10px;
}

.clear {
	clear: both;
}

#header {
	height: 197px;
	background: url(images/header.jpg) no-repeat;
	
}

#header a {
	display: block;
	text-indent: -9999px;
	height: 190px; width: 410px;
}

#container {
	width: 915px;
	margin: 0 auto;
	background: url(images/background.png) repeat-y center;
}

#nav {
	height: 45px;
	margin-bottom: 20px;
	background: url(images/nav.jpg) no-repeat;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
}
#nav li a {
	text-indent: -9999px;
	float: left;
}

#navHome a {
	outline: none;
	width: 103px;
	height: 45px;
}
#navProducts a {
	outline: none;
	width: 95px;
	height: 45px;
}
#navStory a {
	outline: none;
	width: 186px;
	height: 45px;
} 
#navFaq a {
	outline: none;
	width: 50px;
	height: 45px;
}
#navLocal_Fav a {
	outline: none;
	width: 140px;
	height: 45px;
}

/* Content styles */

#content {
	padding: 0 41px;
}

.rightBox {
	width: 265px;
	margin-left: 25px;
	float: right;
	background: #D8E7DE;
}

.rightBox .top {
	height: 11px;
	background: url(images/rounded-top.gif) no-repeat;
}

.rightBox .bottom {
	height: 11px;
	background: url(images/rounded-bottom.gif) no-repeat;
}

.rightBox .container {
	padding: 0 11px;
}

.rightBox .content {
	border-bottom: 1px solid #A57C70;
	margin-bottom: 20px;
}

.rightBox .title {
	background: url(images/right-title.jpg) repeat-y;
	color: #E39F18;
	font-size: 26px;
	font-weight: bold;
	height: 34px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.rightBox p {
	margin-top: 0;
	padding-top: 0;
}

.rightBox img {
	border: 1px solid #A57C70;
}

.rightBox .imgLeft {
	float: left;
	margin-right: 10px;
}

.left550px {
	border-right: 265px solid #F4F9F6 ;
	padding-right: 20px;
	padding-bottom: 20px;
}


.testimonial {
	border: 1px solid #EACB9C;
	background: #FCFCDA;
	margin:  20px 40px;
	padding: 10px 15px;
}

.testimonial .name {
	font-style: italic;
	text-align: right;
	color: #444;
}

.testimonial p {
	margin-top: 0;
}

#productList {
	border: 0;
	border-collapse: collapse;
}

#productList th {
	padding: 5px 40px 5px 5px;
	font-size: 1.2em;
	text-align: left;
}

#productList td {
	border-top: 1px solid #9F807B;
	padding: 10px 40px 10px 5px;
}
#productList tr.odd {
	background: #ffffda;
}

/* Footer styles */

#footer {
	background: url(images/footer.png) no-repeat;
	height: 90px;
	padding: 60px 41px 0 41px;
	font-size: 0.9em;
	color: #6C0501;
}

#footer a {
	color: #6C0501;
	text-decoration: none;
}

#footer ul {
	float: right;
}

#footer li {
	display: inline;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #6C0501;
}
#footer li.first {
	border: 0;
}

.ordernow {
	border:1px solid #FFCC00; 
	background:#FFFEEA; 
	padding:10px;
}
.ordernow_discount {
	border:1px solid #FF9F9F;
	background:#FFE6E6;
	padding:10px;
}

.red {
	color:#CC0000;
}