@charset "UTF-8";
body {
	background: #C9E4A8;
	margin: 0;
	padding: 0;
	color: #93c951;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #b3d985;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin: 0px;
	color: #93c951;
	padding-bottom: 8px;
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D71D7C;
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	padding-bottom: 4px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #D71D7C;
	margin: 0px;
	padding-bottom: 0.5em;
	line-height: 1.2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
	color: #93c951;
	padding-bottom: 8px;
	margin: 0px;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b50938;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	margin-top: 0px;
}
ul.nav li {
	background: #C9E4A8;
}
.sidebar1 ul.nav li a:link, .sidebar1 ul.nav li a:visited {
	padding: 5px 5px 5px 20px;
	display: block;
	width: 135px;
	text-decoration: none;
	background: #fff;
	color: #93c951;
	font-size: 0.75em;
	border-bottom: 1px solid #C9E4A8;
	cursor:pointer;
}
.sidebar1 ul.nav li a:hover, .sidebar1 ul.nav li a:active, .sidebar1 ul.nav li a:focus {
	background: #fff;
	color: #D71D7C;
}

.sidebar1 ul.nav li a.current {
	background:#c9e4a8 url(../buttons/sideUp.gif) no-repeat left top;
	color:#b50938;
	cursor:default;
}	



/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	background: #fff;
	height: 130px;
	position: relative;
}

.header #logo {
	float: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 30px;
	left: 22px;
}

.header #nav img {
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
.header #logo_name   {
	color: #FFF;
	text-decoration: none;
}
.header #headArt  {
	float: right;
	margin: 0px;
	padding: 0px;
}

.header #nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 974px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #93c951;
}
.header #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 160px;
	height: 30px;
}

.header #nav li {
	float: left;
}

.header #nav li a:link, .header #nav li a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 2em;
	margin-right: 1em;
	height: 30px;
	padding: 0em 1.5em 0px;
}
.header #nav li a:hover{
	color:#c9e4a8;
	background:#93c951;
}
.header #nav li a:active{
	color:#fff;
}
.header #nav li a.current, .header #nav li a.current:hover, .header #nav li a.current:active {
	background:#c9e4a8;
	color:#b50938;
	cursor:default;
}	

.header #quote1 {
	float: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 470px;
	top: 38px;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 974px;
	background: #fff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content {
	width: 614px;
	float: left;
	margin: 0px;
	background: #fff;
	padding: 0px 0;
	height: 100%;
}

.content #top {
	width: 574px;
	float: left;
	background: #fff url(../images/indexTop2.jpg) no-repeat;
	margin: 20px 0px 0px 20px;
	padding: 0px 10px 20px 0px;
	height: 300px;
}

.content #top #text {
	margin: 0px 0px 0px 330px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 250px;
}

.content #top h1 {
	color: #ea8443;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 27px;
}

.content #top p {
	color: #571C1F;
	line-height: 1.2em;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.content #top #points {
	float: left;
	padding: 0px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.content #top #points ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content #top #points li{
	color: #4D2E2C;
	line-height: 1.2em;
	font-size: 0.75em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content #premiumTop {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 224px;
	top: 0px;
	right: 0px;
	float: right;
}
.content #premium_box2 {
	background: #fff;
	width: 234px;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 4px;
	float: left;
}

.content #premiumTop #prem {
	background: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}

.content #premiumTop a #Image1 {
	padding-bottom: 50px;
	margin: 0px;
}

.content #premiumTopLeft {
	margin: 0px 0px 20px;
	padding: 10px 20px 0px;
	float: left;
	height: 150px;
	width: 330px;
}

.content #premiumTopLeft h1 {
	margin: 0px;
	padding: 0px;
}

.content #premiumTopLeft p {
	color: #93c951;
	padding: 0px 0px 6px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.content #premium {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	width: 570px;
	float: left;
	height: 360px;
}

.content #premium h1 {
	font-size: 0.85em;
	color: #fff;
	text-align: center;
	background: #d71d7c;
	margin: 0px 25px 10px 0px;
	padding: 2px 0px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
}

.content #premium h4 {
	font-weight: normal;
	color: #D71D7C;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 8px 0px 0px;
	text-transform: uppercase;
}
.content #imgblock  {
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 600px;
	float: left;
}

.brown {
	color: #4D2E2C;
}

.content #how_top {
	margin: 20px 0px 0px 20px;
	padding: 0px;
	width: 570px;
	float: left;
}

.content #how_top p {
	padding-left: 0px;
}

.content #how_top h1 {
	font-size: 24px;
	color: #D71D7C;
	padding-bottom: 2px;
	padding-left: 0px;
}

.content #how_top img {
	border: 1px solid #93c951;
	margin: 10px 0px 0px;
	padding: 0px;
}

.content #gift_top {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 500px;
	float: left;
}
.content #gift {
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 420px;
	width: 590px;
	position: relative;
}
.content #gift #giftbox1 {
	margin: 0px 10px 0px;
	padding: 20px 0px 0px 5px;
	float: left;
	height: 360px;
	width: 240px;
}

.content #gift #giftbox1 h3 {
	background: #f66;
	margin: 14px 0px 4px;
	padding: 2px 2px 2px 6px;
	color: #FFF;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 12px;
}
.content #gift #giftbox1 h4  {
	color: #4D2E2C;
	font-size: .85em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content #gift #giftbox1 p {
	font-size: 0.8em;
	color: #93c951;
	line-height: 1.3em;
}
.content #gift #giftbox1 ul  {
	margin: 0px;
	padding: 0px;
	list-style: disc;
}
.content #gift #giftbox1 ul li {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.content #gift #giftbox2 h4  {
	color: #4D2E2C;
	font-size: .85em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.content #gift #giftbox2 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	height: 400px;
	width: 300px;
}
.content #gift #giftbox2 p {
	font-size: 0.8em;
	color: #93c951;
	line-height: 1.3em;
}
.content #gift #giftbox2 h3 {
	background: #f66;
	margin: 14px 0px 4px;
	padding: 2px 2px 2px 6px;
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}

.content #contact_top {
	margin: 20px 0px 0px;
	padding: 0px;
	width: 300px;
	float: left;
	background: #fff;
	height: 40px;
}

.content #contact_top h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 24px;
}
.content #contactBox {
	background: #fff;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	float: left;
	height: 340px;
	width: 330px;
	position: relative;
}
.content #contactBox h1 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #93c951;
}
.content #contactBox h2 {
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 50px 0px 0px;
	margin: 0px;
	color: #b50938;
}

.content #contactBox a:link, .content #contactBox a:visited {
	font-size: .9em;
	color: #93c951;
	text-decoration: none;
}
.content #contactBox a:hover, .content #contactBox a:active {
	font-size: 0.9em;
	color: #b50938;
	text-decoration: none;
}

.content #contactBox p {
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px 0px;
}

.content #about_top {
	margin: 20px 0px 0px;
	padding: 0px 0px 6px 20px;
	width: 570px;
	float: left;
	background: #fff;
}

.content #about_top h1 {
	color: #ea8443;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
.content #about_mid {
	background: #FFf;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 610px;
	width: 590px;
	position: relative;
}

.content #about_mid p {
	line-height: 1.4em;
	font-size: 0.75em;
	color: #4D2E2C;
}

.content #about_mid #chef {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.content #basic_top {
	margin: 20px 0px;
	padding: 0px;
	width: 280px;
	float: left;
	height: 230px;
}

.content #basic_top h1 {
	font-size: 30px;
	color: #ea8443;
	padding: 0px 0px 10px 13px;
	margin: 0px;
}

.content #basic_top2 {
	padding: 0px;
	float: left;
	height: 150px;
	width: 320px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.content #basic_topButton {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 224px;
	float: right;
	height: 85px;
}

.content #basic_topButton #prem {
	margin: 0px;
	padding: 0px;
	float: left;
}

.content #b_Choices   {
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	background: #fff;
	width: 590px;
}

.content #b_Choices table {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	padding: 0px;
	width: 575px;
}

.content #b_Choices table caption {
	text-align: center;
	color: #FFF;
	background: #ea8443;
	padding-top: 2px;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.1em;
}
.content #b_Choices table thead th{
	padding: 4px 0px 0px;
	margin: 0px;
	background: #4D2E2C;
	text-align: center;
	height: 20px;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	width: 115px;
}
.content #b_Choices table tbody td{
	vertical-align: text-top;
	padding: 0px;
	margin: 0px;
	width: 115px;
	border-bottom: 1px solid #4D2E2C;
}
.content #b_Choices table td h3{
	padding: 2px 4px 3px 6px;
	margin: 0px;
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: normal;
	color: #cc3333;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
}
.content #b_Choices table td p{
	padding: 0px 4px 4px 6px;
	margin: 0px;
	font-size: 0.75em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4D2E2C;
	text-align: center;
}
.content #b_More   {
	float: left;
	padding: 0px 0px 30px 15px;
	margin: 0px;
	background: #fff;
	width: 590px;
}
.content #b_More table {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	padding: 0px;
	width: 575px;
}
.content #b_More table caption {
	text-align: center;
	color: #FFF;
	background: #ea8443;
	padding-top: 2px;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.1em;
}
.content #b_More table thead th{
	padding: 4px 0px 0px;
	margin: 0px;
	background: #4D2E2C;
	text-align: center;
	height: 20px;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	width: 115px;
}
.content #b_More table tbody td{
	vertical-align: text-top;
	padding: 0px;
	margin: 0px;
	width: 115px;
	border-bottom: 1px solid #4D2E2C;
}
.content #b_More table td h3{
	padding: 2px 4px 3px 6px;
	margin: 0px;
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: normal;
	color: #cc3333;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
}
.content #b_More table td p{
	padding: 0px 4px 4px 6px;
	margin: 0px;
	font-size: 0.75em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4D2E2C;
	text-align: center;
}

.container .content #b_More table thead tr th.brown {
	color: #4D2E2C;
}

.content #main2 {
	background: #ef9f4b;
	float: left;
	width: 300px;
	height: 160px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

.content #main2 h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin: 0px;
	background-color: #cc3333;
	text-transform: uppercase;
}

.content #main2 p {
	color: #FFF;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.content #main2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	list-style-type: disc;
}
.content #main2 li {
	margin: 0px;
	color: #fff;
	line-height: 12px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
}
.content #main2 a:link, .content #main2 a:visited {
	color: #b50938;
}
.content #main2 a:hover, .content #main2 a:active {
	color: #fff;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content #main4 #uspca2   {
	padding: 0 15px 0px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	margin: 0px 0px 20px;
	float: left;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content #main4 #cba2   {
	float: right;
	clear: left;
	margin: 0px;
	padding: 10 0px 0px 10px;
}

.content #main3 {
	float: left;
	background: #fff;
	width: 260px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-bottom-color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.content #main3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #ea8443;
}
.content #main3 img{
	padding-left: 15px;
	padding-top: 0px;
	margin: 0px;
}

.content #main4 {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 160px;
}

.content #main4 #uspca {
	padding: 0px 0px 0px 10px;
	float: left;
	margin: 0px;
	clear: both;
}

.content #main4 #cba {
	margin: 0px;
	padding: 30px 0px 0px;
	float: left;
}

.content h2 {
	color: #ea8443;
	font-size: 18px;
	font-weight: normal;
}


.column a:link, .column a:visited{
	color: #cc3333;
	text-decoration: none;
}
.column a:hover, .column a:active{
	color: #b3d985;
	text-decoration: none;
}
.content #consult, .content #description{
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #f0a97b;
}

.content p {
	font-size: 0.75em;
	line-height: 1.3em;
}

.content .columnServ {
	float: left;
	width: 175px;
	height: 130px;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}

.content #faq_mid {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	height: 100%;
	width: 570px;
	position: relative;
}

.content #faq_mid h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
	background: #f66;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 4px;
	font-weight: bold;
	text-transform: none;
}

.content #faq_mid p {
	color: #4D2E2C;
	background: #DCEDC5;
	padding: 2px 4px 4px;
	margin: 0px 0px 10px;
	font-size: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content #pricing_top {
	margin: 20px 0px 20px 20px;
	padding: 0px;
	width: 570px;
	float: left;
}
.content #pricing_top p {
	padding-left: 0px;
	color: #4D2E2C;
}
.content #pricing_top h1 {
	font-size: 24px;
	color: #D71D7C;
	padding-bottom: 2px;
	padding-left: 0px;
}

.content #basic_data {
	width: 590px;
	float: left;
	clear: both;
}

.content #basic_data table {
	margin: 0px 0px 20px 20px;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D2E2C;
	font-size: 0.9em;
	background: #FFF;
	height: 200px;
	float: left;
	padding: 0px;
}

.content #basic_data table thead tr td {
	background: #ea8443;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: .9em;
	height: 20px;
	line-height: 1.2em;
	margin: 0px;
	padding: 2px 0px;
}
.content #basic_data table td  {
	color: #3c6500;
	font-size: 0.85em;
	padding: 0px 10px;
	line-height: 1.2em;
	border: 1px solid #ef9f4b;
}

.content #basic_data table caption {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ea8443;
	letter-spacing: .1em;
	padding-top: 10px;
	padding-bottom: 4px;
}
/*delete this after the test*/
.content #premier_data {
	width: 590px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.content #premier_data table {
	margin: 0px 0px 20px 20px;
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D2E2C;
	font-size: 0.9em;
	background: #FFF;
	height: 60px;
	float: left;
	padding: 0px;
}
.content #premier_data table thead tr th {
	background: #b50938;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
	height: 20px;
	line-height: 1.1em;
	margin: 0px;
	padding: 2px 0px;
}
.content #premier_data table td  {
	color: #3c6500;
	font-size: 0.85em;
	padding: 0px 10px;
	line-height: 1.2em;
	border: 1px solid #ef9f4b;
}

.content #premier_data table caption {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #b50938;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
	padding-top: 10px;
}

/*delete this after the test*/


.content #pricing {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	height: 400px;
	width: 570px;
	position: relative;
}
.content #pricing p {
	padding: 0px 0px 0px 0px;
	color: #4D2E2C;
}
.content #pricing li    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.1em;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #3c6500;
}
.content #pricing #bt_basic {
	position: absolute;
	top: 10px;
	left: 20px;
	margin-bottom: 0px;
}
.content #pricing #basic {
	margin: 70px 20px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	height: 330px;
	width: 270px;
}

.content #pricing #basic p {
	line-height: 1.5em;
}

.content #pricing #basic h3 {
	color: #4D2E2C;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: .9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
}
.content #pricing     ul{
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
.content #pricing #bt_pr {
	position: absolute;
	top: 10px;
	left: 350px;
	margin: 0px 0px 0px;
	padding: 0px;
}
.content #pricing #premier {
	margin: 70px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 310px;
	width: 270px;
}
.content #pricing #premier h3 {
	color: #4D2E2C;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: .9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
}

.content #question_top {
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 570px;
	float: left;
	height: 60px;
}

.content #question {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	height: 370px;
	width: 590px;
	position: relative;
}

.content #question_top h1 {
	font-size: 24px;
}

.content #question p {
	line-height: 1.5em;
}

.content #question #foodForm {
	margin: 0px 0px 20px;
	padding: 0px 10px 0px 0px;
	height: 360px;
	width: 300px;
	border-right: 2px dotted #93C951;
	float: left;
}

.content #question #foodForm img {
	margin: 20px 0px 10px 16px;
	padding: 0px;
}

.content #question #pots {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 260px;
}

.content #question #pots img {
	margin: 20px 0px 10px 40px;
	padding: 0px;
}

.content #options {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	height: 420px;
	width: 570px;
	position: relative;
}

.content #options p {
	padding: 0px 0px 0px 30px;
}
.content #options     ul{
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
.content #options li    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #4D2E2C;
}

.content #options #basic {
	margin: 100px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	height: 300px;
	width: 240px;
}

.content #options #premier {
	margin: 100px 10px 0px 0px;
	padding: 0px;
	float: right;
	height: 200px;
	width: 230px;
}

.content #options #premier img {
	margin-top: 40px;
	padding: 0px;
	margin-left: 0px;
}
.content #options a:link , .content #options a:visited{
	color: #ea8443;
	text-decoration: none;
}
.content #options a:hover , .content #options a:active{
	color: #D71D7C;
	text-decoration: none;
}

.content #options #bt_basic {
	position: absolute;
	top: 30px;
	left: 90px;
}

.content #options #bt_pr {
	position: absolute;
	top: 30px;
	left: 400px;
	margin: 0px 0px 30px;
	padding: 0px;
}

.content #options #herb {
	position: absolute;
	bottom: 0px;
	right: 245px;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 160px;
	background: #fff;
	margin: 0px;
	position: relative;
	padding: 0px;
}

.sidebar1 #promo {
	background: #b3d985 url(../images/sideCurry.jpg) no-repeat;
	padding: 0px;
	height: 380px;
	width: 160px;
	margin: 34px 0px 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	bottom: 0px;
}

.sidebar1 #promo p {
	color: #cc3333;
	font-size: .8em;
	line-height: 1.2em;
	padding: 10px;
}

.sidebar1 #promo h5 {
	background: #cc3333;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sidebar1 #star {
	padding: 0px;
	margin-left: 20px;
	margin-top: 100px;
}

.galleryImage {
	padding: 0px;
	clear: both;
	float: left;
	margin-bottom: 5px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #C9E4A8;
	border-bottom: 1px solid #C9E4A8;
	border-left: 1px solid #C9E4A8;
	margin-right: 5px;
	margin-left: 5px;
}
.sidebar2 {
	float: right;
	width: 200px;
	background: #b50938;
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10;
	height: 100%;
}
.sidebar2 #gift_Right {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
}
.sidebar2 giftBox1 #topPic{
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.sidebar2 #giftBox2 #bot{
	background: #fff;
	padding: 0px;
	height: 170px;
	width: 200px;
	margin: 20px 0px 0px;
	float: left;
}
.sidebar2 #contact{
	float: left;
	margin: 0px 0px 40px;
	padding: 0px 0;
	clear: both;
}
.sidebar2 #contact #con_1{
	float: left;
	margin: 0px;
	padding: 0px 0;
	clear: left;
	background: #CCC;
	height: 300px;
	width: 200px;
}
.sidebar2 #box1 {
	width: 160px;
	background: #fff;
	height: 100%;
	margin: 20px 0px 10px 20px;
	padding: 0px;
	float: left;
}
.sidebar2 #box1 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #93C951;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0px 8px 5px;
}
.sidebar2 #box1 img {
	padding: 0px 5px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.sidebar2 #box1 p {
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	color: #4D2E2C;
}
.sidebar2 #box1 .season {
	float: left;
	height: 90px;
	width: 76px;
	margin: 0px 0px 20px;
	background: #fff;
	padding: 0px 0px 0px 4px;
}
.sidebar2 #box2 {
	background: url(../images/amaranth.jpg);
	padding: 0px;
	width: 160px;
	margin: 10px 0px 24px 20px;
	float: left;
	height: 270px;
}

.sidebar2 #box3 {
	background: #b50938;
	padding: 0px 0px 10px;
	width: 160px;
	margin: 10px 0px 24px 20px;
	float: left;
	height: 60px;
}
.sidebar2 #box2 h2 {
	color: #93C951;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 4px 0px 4px 5px;
	text-transform: uppercase;
}
.sidebar2 #box2 h3 {
	font-weight: bold;
	background: #EF9F4B;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #B50938;
	margin: 0px 0px 4px;
	padding: 2px 0px 2px 5px;
}
.sidebar2 #box2 p{
	color: #B50938;
	line-height: 1.2em;
	font-size: 0.7em;
	margin: 0px;
	padding: 4px 10px 0px 5px;
	font-weight: bold;
}
.sidebar2 #box2 ul {
	margin: 4px 0px 0px 14px;
	padding: 0px;
}
.sidebar2 #box2 li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	margin: 0px 0px 0px 10px;
	padding-bottom: 4px;
	color: #b50938;
	padding-left: 0px;
	font-weight: normal;
	padding-right: 10px;
}

.sidebar2 #how_box1 {
	background: #fff;
	padding: 0px 0px 10px;
	height: 100%;
	width: 160px;
	margin: 20px 0px 20px 20px;
}

.sidebar2 #how_box1 h4 {
	margin: 0px;
	padding: 2px 0px 2px 6px;
	background: #93c951;
	color: #FFF;
}

.sidebar2 #how_box1 li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #4D2E2C;
}

.sidebar2 #how_box1 ul {
	margin: 4px 0px 0px 20px;
	padding: 0px;
}

.sidebar2 #how_box1 p {
	color: #93c951;
	line-height: 1.2em;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

.sidebar2 #how_box2 {
	margin: 0px 20px 15px;
	padding: 0px;
	width: 160px;
	height: 100%;
	background: #b50938;
}

.sidebar2 #how_box2 h2 {
	font-size: 0.7em;
	padding: 10px 0px 8px 10px;
	color: #b50938;
}

.sidebar2 #how_box2 p {
	color: #b50938;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-bottom: 1px;
	background: #b50938;
	width: 40px;
	padding-top: 10px;
	margin-top: 80px;
	margin-left: 50px;
}

.sidebar2 #prem_box1 {
	padding: 0px 0px 0px;
	height: 240px;
	width: 200px;
	margin: 0px 0px 0px 0px;
}

.sidebar2 #prem_box2 {
	height: 100%;
	border-bottom-width: 3px;
	margin: 0px 0px 146px;
	padding: 0px 0px 10px;
}
.sidebar2 #prem_box2 ul{
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
}
.sidebar2 #prem_box2 li{
	margin:0;
	padding:0;
	font-size: 0.75em;
	text-transform: uppercase;
	list-style: none;
	text-decoration: none;
}
.sidebar2 #prem_box2 a, .sidebar2 #prem_box2 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#d56c1c;
	display:block;
	text-decoration:none;
	line-height: 26px;
	margin:0
	display:block;
	width: 190px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.sidebar2 #prem_box2 ul a:hover, .sidebar2 #prem_box2 ul a:active, .sidebar2 #prem_box2 ul a:focus{
	color:#fff;
	cursor:default;
	background-color:#b3d985;
}
.sidebar2 #prem_box2 ul a.current{
	color:#fff;
	background-color:#D71D7C ;
}
.sidebar2 #prem_box2 ul a.last{
	border-bottom:none;
}
.sidebar2 #service {
	float: right;
	width: 200px;
	background: #FFF left top;
	padding: 20px 0 0px;
	border-left: 3px dotted #b6dcf3;
	margin: 0px;
	position: relative;
}

.sidebar2 #serveBox1 {
	background: #fff;
	padding: 0px 0px 10px;
	height: 220px;
	width: 160px;
	margin: 20px 0px 82px 20px;
}
.sidebar2 #serveBox p {
	color: #93c951;
	line-height: 1.2em;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
.sidebar3 #priceBox1 {
	background: url(../images/priceRgt.jpg) no-repeat right top;
	padding: 0px 0px 0px 30px;
	height: 930px;
	width: 170px;
	margin: 0px;
}

.sidebar3 #priceBox1 p {
	font-size: 0.8em;
	text-align: right;
	padding: 160px 100px 0px 0px;
	line-height: 1.6em;
	margin: 0px;
}

.sidebar2 #serveBox1 h4 {
	margin: 0px 0px 10px;
	padding: 2px 0px 2px 10px;
	background: #93c951;
	color: #FFF;
}

.sidebar2 #serveBox1 p {
	border-bottom: #B50938;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px;
	color: #4D2E2C;
}

.sidebar3 {
	float: right;
	width: 200px;
	background: #fff;
	margin: 0px;
	position: relative;
	height: 100%;
	padding: 0px 0;
}

.sidebar3 #faq {
	float: right;
	width: 200px;
	background: #fff;
	margin: 0px;
	position: relative;
	height: 100%;
	padding: 0px 0;
}
.sidebar3 #aboutBox1 {
	background: #fff;
	padding: 0px;
	height: 240px;
	width: 80px;
	margin: 30px 0px 20px 50px;
	float: left;
	clear: both;
}
.sidebar3 #aboutBox1 #uspca {
	margin: 0px;
	padding: 10px 0px 0px 13px;
	clear: both;
	float: left;
}

.sidebar3 #aboutBox1 #cba {
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 6px;
	clear: both;
}
.sidebar3 #aboutBox2 {
	background: #fff;
	padding: 0px 0px 0px 0px;
	height: 300px;
	width: 180px;
	margin: 10px 0px 0px;
	float: left;
}

.sidebar3 #aboutBox2 img {
	margin: 2px 0px 0px;
	padding: 0px;
}
.sidebar3 #aboutBox2 p{
	background: #fff;
	padding: 2px 0px 10px;
	margin: 0px;
	font-size: 0.75em;
	color: #93C951;
	line-height: 1.2em;
	text-align: center;
}
.sidebar3 #basicBox1 {
	background: #fff;
	padding: 0px;
	height: 840px;
	width: 200px;
	margin: 0px 0px 260px;
	float: left;
	display: block;
}
.sidebar3 #basicBox1 p {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #4D2E2C;
	margin: 0px;
	padding: 18px 0px 18px 30px;
	border-bottom: 2px dotted #93c951;
}
.sidebar3 #basicBox1 img {
}
.sidebar3 #basicBox1 h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 20px 0px 0px;
	padding: 6px 0px 6px 0px;
	background: #93c951;
	color: #FFF;
	text-align: center;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 8px 0;
	background: #93c951 url(../images/footer.jpg) no-repeat;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer p {
	font-size: .7em;
	color: #FFF;
	text-align: center;
}
.footer a:link , .footer a:visited{
	color: #fff;
	text-decoration: none;
}
.footer a:hover , .footer a:active{
	color: #D71D7C;
	text-decoration: none;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bold {
	font-weight: bold;
}

.imgLeft {
	float: left;
	margin: 0px;
	padding: 0px 20px 15px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.magenta {
	color: #D71D7C;
}

.orange {
	color: #ea8443;
}

.green {
	color: #93c951;
}

.italBold {
	font-style: italic;
	font-weight: bold;
}

.column {
	height: 330px;
	width: 190px;
	margin: 10px 0px 0px;
	padding: 0px 7px 0px 0px;
	float: left;
}
.container #sidebar2 #parsley {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.backgdGreen {
	background: #edf6e2;
}

.dishName {
	font-variant: small-caps;
	color: #4D2E2C;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 2px;
}

.category {
	font-weight: normal;
	text-transform: uppercase;
	color: #4D2E2C;
	letter-spacing: 0.3em;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 10px;
	font-size: 0.9em;
}

.dishDes {
	text-align: center;
	padding: 0px 0px 10px;
	margin: 0px;
	color: #93c951;
}

.brown {
	color: #4D2E2C;
}

