body {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #291709;
	background-color: #2b1c0f;
	background-image: url(images/chocolate_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

a:link, a:visited {
	text-decoration: none;
	color: #069;
} 
a:hover, a:active { color: #F00; text-decoration: underline}

h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 25px;
	color: #291709;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: normal;
	color: #3a210a;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #06A;
}

p{
	margin: 0px;
	word-spacing: 0.1em;
	font-size: 13px;
	line-height: 16px;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;;
}

/* ----- Form ----- */
form{
	margin: 35px 0 0 0;
	padding: 0px;
	text-align: right;	
}

label {
	margin: 0 10px;
}

input{
	width: 75px;
	height: 15px;
	color: #aabdd0;
	border: 1px solid #686f76;
}

.button{
	margin: 0px;
	width: 50px;
	height: 20px;
	border: 0px;
	color: #333333;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}
/* End of Form */

.more_button a {
	clear: both;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #09C;
	border: 1px solid #FFF;
	font-size: 11px;
}


#container {
	margin: auto;
	width: 850px;
	padding: 0px;
	background-image: url(Images/mainBG.png);
	background-repeat: repeat-y;
}

#header {
	float: left;
	height: 153px;
	width: 850px;
	padding: 0;
	margin: 0px;
}

#logo {
	height: 153px;
	width: 305px;
	padding: 0px;
	margin: 0px;
}

#logo img {
	float: left;
	border: none;
	padding-right: 10px;
}

#menubar {
	float: left;
	width: 850px;
	height: 40px;
	padding: 0px;
	background-image: url(images/top-menu-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#menu_center {
	width: 800px;
	margin-right: 25px;
	margin-left: 45px;
}
ul#menu {
	color: #fbecc7;
	height: 30px;
	padding-top: 12px;
	width: 100%;
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul#menu li {
	display: inline;
	position: relative;
	margin-top: 0.1em;
	margin-right: 12px;
	margin-bottom: 0.1em;
	margin-left: 12px;
}

ul#menu h2 {
	font-size: 14px;
	display: inline;
	word-spacing: 1px;
}

ul#menu h3 {
	font-size: 13px;
	display: inline;
	word-spacing: 1px;
	font-weight: bold;
}
ul#menu li a {
	color: #fbecc7;
	text-decoration: none;
	padding: 0 0.4em;
}

ul#menu li a:hover {
text-decoration: underline;
}

/*------------- Ends Menu ------------------*/
#banner {
	clear: both;
	float: left;
	width: 850px;
	height: 330px;
	margin: 0px;
	background-color: #FFF;
}
#banner1 {
	overflow: hidden;
}


#banner h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}
#content {
	clear: both;
	float: left;
	width: 850px;
	height: auto;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #FFF;
}
#home_left_column {
	width: 525px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
#home_right_column {
	width: 220px;
	float: left;
}
.home_left_services {
	width: 525px;
	text-align: center;
}
.home_left_services h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 22px;
	color: #291709;
	font-weight: normal;
}

.service_box {
	float: left;
	width: 150px;
	height: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #200e03;
	background-image: url(images/home_service_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.service_box h1 {
	font-size: 15px;
	color: #fbecc7;
	line-height: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 45px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing: 0.03em;
}
.service_box a {
	color: #fbecc7;
	text-decoration: none;
}
.service_box a:hover {
text-decoration: underline;
}

.service_box img{

}
.newssection {
	background-image: url(images/chocolate.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 525px;
	height: 120px;
}
.newssection p {
	font-size: 20px;
	color: #84550c;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	margin-top: 40px;
	line-height: 26px;
	word-spacing: 1px;
}



.newsbox {
	float: left;
	width: 250px;
	margin-right: 50px;
}

.home_our_locations {
	background-image: url(Images/home_right_bg.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 240px;
	padding-top: 30px;
}
.home_our_locations p {
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-top: 10px;
}

.home_our_locations h1 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #9bba3c;
}
#contentA_banner {
	height: 300px;
	width: 850px;
	clear: both;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/chocolate_corporate_bg.jpg);
}
#contentA_banner2 {
	height: 300px;
	width: 850px;
	clear: both;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/content_bg2.jpg);
}
#contentA_banner3 {
	height: 300px;
	width: 850px;
	clear: both;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/content_bg.jpg);
}
#contentA_banner4 {
	height: 300px;
	width: 850px;
	clear: both;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/content_bg.jpg);
}
#contentA_banner5 {
	height: 300px;
	width: 850px;
	clear: both;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/content_bg3.jpg);
}




#contentA_left {
	float: left;
	width: 750px;
	padding: 0px;
	margin-top: -200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#contentA_right_column {
	width: 560px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 310px;
}
#contentA_right_column ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentA_right_column ul li {
	list-style: square;
}




#contentA_left_Nav h2 {
	background-color: #9bba3c;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentA_left_Nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.leftNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9bba3c;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 15px;
	display: block;
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
}
.leftNav_Selected {
	color: #839633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9bba3c;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	list-style-type: none;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #E0EDA9;
}

.leftNav_sub {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 2px;
	margin-right: 5px;
	line-height: 10px;
	font-size: 12px;
	list-style-type: none;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}
.leftNav_sub_selected {
	margin-left: 2px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 10px;
	list-style-type: none;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 3px;
	color: #839633;
	padding-left: 3px;
	background-color: #E0EDA9;
}

.leftNav_sub a {
	color: #333333;
}

.leftNav a:link, .leftNav a:visited {
	color: #000;
	text-decoration: none;
} 
.leftNav a:active, .leftNav a:hover {
	text-decoration: underline;
	background-color: #FBFFDC;
}
#contentB_left {
	float: left;
	width: 425px;
	margin-top: -175px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#contentB_right_column {
	width: 320px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}

#footer {
	clear: both;
	width: 850px;
	height: 50px;
	background-color: #c6b38a;
	padding-top: 15px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	background-position: center;
	text-align: center;
}


#footer a{
	font-weight: normal;
	padding-right: 7px;
	padding-left: 7px;
	color: #333;
}
.space5px {
	height: 10px;
}
/* ----- New Feb7 ----- */
.small_text {
	font-size: 12px;
}
.text-address {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

.price_table {

}
.price_table_brown {
	background-color: #c6b38a;
	color: #3a210a;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3a210a;
}
.blue_text {
	color: #399;
}
.pink_text {
	color: #C06;
}
.red {
	color: #1C88C9;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #231004;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
