body {
    margin: 0 auto;
	min-width: 1000px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	background-color: #daedf0;
}
a {
	color: #26587c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h1 a {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,.6);
}
h2, h2 a {
	color: #26587c;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
h3, h3 a {
	color: #83b441;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
h4, h4 a {
	color: #83b441;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a {
	color: #26587c;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a {
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
p, ul, ol {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}
hr {}
.button {
    display: inline-block;
    padding: 4px 10px;
    background-color: #26587c;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.button:hover {
    background-color: #36688d;
    cursor: pointer;
}
.button a, .button a:hover, a:hover.button {
    color: #ffffff;
    text-decoration: none;
}
.button1 {
    display: inline-block;
    padding: 4px 10px;
    color: #ffffff;
    background-color: #26587c;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.button1:hover {
    background-color: #36688d;
    cursor: pointer;
}
.button1 a, .button a:hover, a:hover.button {
    color: #ffffff !important;
    text-decoration: none;
}
.bluebox {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
	background-color: #26587c;
	border: 2px solid #cfcfcf;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.bluebox:after {
    position: absolute;
    content: '';
    width: 358px;
    height: 10px;
    bottom: -12px;
    right: 0;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/klarityskincare/site_shadow_lg.png');
    background-repeat: no-repeat;
}
.bluebox a, .bluebox a:hover .bluebox h2 {
    color: #ffffff;
    text-decoration: none;
}
.bluebox2 {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #26587c;
	border: 2px solid #cfcfcf;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.bluebox2:after {
    position: absolute;
    content: '';
    width: 358px;
    height: 10px;
    bottom: -12px;
    right: 0;
}
.bluebox2 a, .bluebox a:hover .bluebox h2 {
    color: #ffffff;
    text-decoration: none;   
}
img.polaroid {
	position: relative;
    border: 8px solid #ffffff;
    outline: 1px solid #dddddd;
    -webkit-backface-visibility: hidden;
}
img.polaroid:after {
    position: absolute;
    content: '';
	background-color: #ffffff;
	width: 100%;
	height: 100%;
    top: -10px;
    left: -10px;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg); /* IE 9 */
	-webkit-transform:rotate(3deg); /* Safari and Chrome */
}
.whitebox {
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
	background-color: #ffffff;
	background: rgba(255,255,255,.8);
	border: 2px solid #cfcfcf;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.whitebox:after {
    position: absolute;
    content: '';
    width: 172px;
    height: 7px;
    bottom: -9px;
    right: 0;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/klarityskincare/site_shadow_sm.png');
    background-repeat: no-repeat;
}
.wrapper {
	width: 100%;
}

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

.le_form, .le_form p {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}
.le_form_name {
	color: #26587c;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	background-color: #e1ed7c;
	padding: 5px 20px 5px 20px;
	border: 1px solid #333333;
	text-align: center;
	color: #26587c;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
	background-color: #cad759;
}
.le_form input[type="text"] {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.le_form textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.footerform .le_form_name {
    font-size: 24px;
}

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


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

.headerwide {
	width: 100%;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/klarityskincare/site_headerpattern.png');
	background-position: 50% 0%;
}
.header {
	position: relative;
	margin: auto;
	width: 960px;
}
.headerleft {
	position: absolute;
	width: 332px;
	height: 133px;
	top: 0;
	left: -60px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/klarityskincare/site_whitebehindlogo.png');
	background-repeat: no-repeat;
}
.logo {
	padding: 10px 10px;
	text-align: center;
}
.headerright {
	float: right;
	width: 680px;
	text-align: right;
}
.header1 {
	padding: 0 10px;
}

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


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

.MainMenu {
	padding: 0 10px;
}
.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 li.le_menuitem_level_0 a {
	display: block;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 15px;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #26587c;
}
/*--------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;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 15px;
	text-decoration: none;
	min-width: 180px;
	background-color: #daedf0;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
	background-color: #26587c;
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	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;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 15px;
	text-decoration: none;
	min-width: 180px;
	background-color: #daedf0;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #ffffff;
	background-color: #26587c;
}

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


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

.contentwide {
	width: 100%;
	min-height: 664px;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/klarityskincare/site_backgroundphoto.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.content {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.content1 {
	float: right;
	width: 660px;
	padding: 0 10px;
}
.contentleft {
	float: left;
	width: 400px;
}
.content2 {
	padding: 0 10px;
}
.contentleft1 {
    float: left;
    width: 200px;
}
.content3 {
	padding: 0 10px;
}
.global1 {
    padding: 0 10px;
}
.contentleft2 {
    float: left;
    width: 200px;
}
.content4 {
	padding: 0 10px;
}
.global2 {
    padding: 0 10px;
}
.content5 {
	padding: 0 10px;
}
.contentright {
	float: left;
	width: 560px;
}
.content6 {
	padding: 0 10px;
}
.content7 {
	padding: 0 10px;
}
.content8 {
	float: left;
	width: 700px;
	padding: 0 10px;
}
.content9 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.content10 {
	padding: 0 10px;
}

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

.subcontentwide {
    width: 100%;
    padding: 10px 0 0 0;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/klarityskincare/site_backgroundphoto.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.subcontent {
	margin: auto;
	width: 960px;
    min-height: 664px;
    padding: 40px 10px 20px 10px;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.subcontent1 {
	padding: 0 10px;
}
.subcontentbig {
    float: left;
    width: 720px;
}
.subcontent2 {
	padding: 0 10px;
}
.subcontent3 {
    float: left;
    width: 340px;
	padding: 0 10px;
}
.subcontent4 {
    float: left;
    width: 340px;
    padding: 0 10px;
}
.subcontent5 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent6 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent7 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent8 {
	padding: 0 10px;
}
.subcontentsm {
    float: left;
    width: 240px;
}
.subcontent9 {
	padding: 0 10px;
}
.subcontent10 {
	padding: 0 10px;
}
.subcontent11 {
	padding: 0 10px;
}
.subglobal1 {
    padding: 0 10px;
}
.subglobal2 {
    padding: 0 10px;
}
.subcontent12 {
	padding: 0 10px;
}
.subcontent13 {
    padding: 0 10px;
}
.subcontent14 {
    float: left;
    width: 340px;
    padding: 0 10px;
}
.subcontent15 {
    float: left;
    width: 340px;
    padding: 0 10px;
}
.subcontent16 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent17 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent18 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent19 {
	padding: 0 10px;
}
.subcontent20 {
	padding: 0 10px;
}

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

.pwrapperwide {
	width: 100%;
}
.pwrapper {
	margin: auto;
    width: 960px;
    min-height: 664px;
    padding: 60px 10px 20px 10px;
}
.pwrapper1 {
    padding: 0 10px;
}

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


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

.footer {
	margin: auto;
	width: 960px;
	padding: 10px 0;
}
.footer p {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}
.footer1 {
	padding: 0 10px;
}
.le_view_mobile {
	padding: 0 10px;
}
.le_view_mobile a {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
}
.le_view_mobile a:hover {
	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-------------------------------*/