body {
    margin: 0 auto;
	min-width: 1000px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #715549;
	background-color: #ffeb98;
}
a {
	color: #f1636e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h1 a {
	font-family: 'Lustria', serif;
	font-size: 30px;
	color: #0d80c5;
	font-weight: normal;
	margin: 0;
}
h2, h2 a {
	font-family: 'Lustria', serif;
	font-size: 23px;
	color: #0d80c5;
	font-weight: normal;
	margin: 0;
}
h3, h3 a {
	font-family: 'Lustria', serif;
	font-size: 18px;
	color: #f1636e;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	font-family: 'Lustria', serif;
	font-size: 18px;
	color: #856456;
	font-weight: normal;
	margin: 0;
}
h5, h5 a {
	font-family: 'Lustria', serif;
	font-size: 16px;
	color: #f1636e;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	font-family: 'Lustria', serif;
	font-size: 16px;
	color: #856456;
	font-weight: normal;
	margin: 0;
}
p, ul, ol {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #715549;
	margin: 0;
}
hr {
    border-top: 2px dotted #715549;
    height: 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ribbon {
    position: relative;
    padding: 10px;
    margin-left: -20px;
    background-color: #9cd7cc;
}
.ribbon:after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: 20px;
    height: 11px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buttercupscooltreats/site_ribbon_fold.png');
    background-repeat: no-repeat;
}
.yellowbox {
    padding: 20px;
    background-color: #ffda66;
}
.wrapper {
	width: 100%;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buttercupscooltreats/site_orange_bg.png'), url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buttercupscooltreats/site_header_bg.png');
	background-repeat: no-repeat, repeat-x;
	background-position: 50% 0%, 50% 0%;
}

/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #715549;
	margin: 0;
}
.le_form_name {
	font-family: 'Lustria', serif;
	font-size: 18px;
	color: #f1636e;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	background-color: #987262;
	padding: 5px 20px 5px 20px;
	border: none;
	text-align: center;
	box-shadow: inset 0 5px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 5px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 5px 2px rgba(0,0,0,.05);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.le_form input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #c7c5c5;
	padding: 7px;
	box-shadow: inset 0 5px 13px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 5px 13px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 5px 13px rgba(0,0,0,.1);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
}
.le_form textarea {
	background-color: #ffffff;
	border: 1px solid #c7c5c5;
	padding: 7px;
	box-shadow: inset 0 5px 13px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 5px 13px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 5px 13px rgba(0,0,0,.1);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------HEADER START----------------------------*/

.header {
	margin: auto;
	width: 940px;
	padding: 15px 0;
	position: relative;
	background-color: #fffae5;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.headerleft {
	float: left;
	width: 670px;
}
.logo {
	padding: 0 10px 30px 10px;
}
.headerright {
	float: right;
	width: 270px;
    position: absolute;
    z-index: 100;
    top: 40px;
    right: 0;
    text-align: center;
}
.header1 {
	padding: 0 10px;
}
.header2 {
	padding: 20px 10px 0 30px;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MENU START------------------------------*/

.MainMenu {
    position: relative;
	padding: 0 20px;
    margin-left: -20px;
	background-color: #9cd7cc;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buttercupscooltreats/site_navigation_top.jpg');
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
.MainMenu:after {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 0;
    width: 20px;
    height: 11px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buttercupscooltreats/site_ribbon_fold.png');
    background-repeat: no-repeat;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
    font-family: 'Lustria', serif;
	font-size: 17px;
	color: #856456;
	padding: 25px 12px 10px 12px;
	text-decoration: none;
    text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buttercupscooltreats/site_strawberry_roll.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
    display: block;
    font-family: 'Lustria', serif;
	font-size: 15px;
	color: #856456;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
    text-transform: uppercase;
	min-width: 140px;
    background-color: #dadcc7;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
    background-image: none;
	background-color: #715549;
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -37px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
    display: block;
    font-family: 'Lustria', serif;
    font-size: 15px;
	color: #856456;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
    text-transform: uppercase;
	min-width: 140px;
    background-color: #715549;
}
.MainMenu li.le_menuitem_level_2 a:hover {
    color: #ffffff;
    background-image: none;
	background-color: #c7a9a7;
}

/*-------------------------MENU END--------------------------------*/


/*-------------------------CONTENT START---------------------------*/

.content {
	margin: auto;
	width: 960px;
	padding: 10px 0;
}
.contentleft {
	float: left;
	width: 640px;
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float: left;
	width: 120px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 480px;
	padding: 0 10px;
}
.contentmid {
    padding: 20px;
    margin: 11px 20px;
    background-color: #ffffff;
    border: 1px solid #9cd7cc;
    outline: 10px solid rgba(255,255,255,0.2);
}
.content4 {
	padding: 0 10px;
}
.content5 {
	float: left;
	width: 259px;
	padding: 0 10px;
}
.content6 {
	float: left;
	width: 259px;
	padding: 0 10px;
}
.content7 {
	padding: 0 10px;
}
.content8 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content9 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content10 {
	padding: 0 10px;
}
.contentright {
	float: left;
	width: 320px;
}
.content11 {
	padding: 0 10px;
}

/*-------------------------INSIDE CONTENT START--------------------*/

.subcontent {
    margin: auto;
	width: 960px;
	padding: 10px 0;
}
.subcontent1 {
	padding: 0px 10px;
}
.subcontent2 {
	float: left;
	width: 460px;
	padding: 0px 10px;
}
.subcontent3 {
	float: left;
	width: 460px;
	padding: 0px 10px;
}
.subcontentleft {
	float: left;
	width: 640px;
}
.subcontent4 {
	padding: 0px 10px;
}
.subcontent5 {
    float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontent6 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontentright {
	float: left;
	width: 320px;
}
.subcontent7 {
    padding: 0px 10px;
}
.subcontentleft2 {
    float: left;
	width: 320px;
}
.subcontent8 {
    padding: 0px 10px;    
}
.subcontentright2 {
    float: left;
	width: 640px;
}
.subcontent9 {
    padding: 0px 10px;
}
.subcontent10 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontent11 {
	float: left;
	width: 300px;
	padding: 0px 10px;
}
.subcontent12 {
	padding: 0px 10px;
}

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapper {
    margin: auto;
    width: 960px;
	padding: 10px 0;
}
.pwrapper1 {
    padding: 0 10px;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footer {
	margin: auto;
	width: 960px;
	padding: 10px 0 30px 0;
}
.footer p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #715549;
	margin: 0;
}
.footer1 {
	padding: 0 10px;
}
.le_view_mobile {
	padding: 0 10px;
}
.le_view_mobile a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #715549;
	margin: 0;
	text-decoration: none;
}
.le_view_mobile a:hover {
	color: #f1636e;
	text-decoration: underline;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/