@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);
body {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;
    min-width: 1000px;
    color: #000000;
    background-color: #ffffff;
	font-size: 16px;
    font-height: 25px;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #00bfd6;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #036773;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	font-height: 25px;
}
h1, h1 a, h1 a:hover {
	color: #923f99;
	font-family: 'Quicksand', sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	color: #95b543;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #923f99;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #00adef;
	font-family: 'Quicksand', sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #923f99;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #00adef;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


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

.le_form {
	color: #555555;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.le_form_name {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	color: #555555;
	margin-bottom: 10px;
}
.wrapper input[type="submit"] {
	background-color: #fdb143;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #fb9705;
}
.le_form input[type="submit"] {
	background-color: #fdb143;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.le_form input[type="submit"]:hover {
	cursor: pointer;
	background-color: #fb9705;
}
.wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #555555;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	border: 1px solid #c6c7c7;
}
.wrapper textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #555555;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	border: 1px solid #c6c7c7;
}
.newsletter input[type="text"], .newsletter input[type="password"], #search_form_value {
    width: 375px !important;
}
.newsletter .le_form {
    padding: 15px 0;
    margin-bottom: 35px;
    
}
/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {}
.box h2 {
    color: #555555;
    line-height: 50px;
}
.yellowbutton {
    background-color: #fcb040;
    padding: 5px;
    color: #ffffff;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	display: inline-block;
	align: center;
}
.yellowbutton:hover, .yellowbutton:hover a {
    background-color: #f19104;
    cursor: pointer;
}
.yellowbutton a {
    color: #ffffff !important;
    text-decoration: none;
}
.yellowbutton2 {
    background-color: #fcb040;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	color: #ffffff !important;
	align: center;
	margin-bottom: 15px;
}
.yellowbutton2:hover, .yellowbutton2:hover a {
    background-color: #f19104;
    cursor: pointer;
}
.yellowbutton2 p a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 30px;
}
.purplebutton {
    background: #a561aa; /* Old browsers */
    background: -moz-linear-gradient(top,  #a561aa 0%, #703177 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a561aa), color-stop(100%,#703177)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a561aa 0%,#703177 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a561aa 0%,#703177 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a561aa 0%,#703177 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a561aa 0%,#703177 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a561aa', endColorstr='#703177',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 7px;
	color: #ffffff !important;
	font-size: 10px !important;
	text-align: center;
	margin-top: 10px;
	height: 15px;
	font-size: 11px !important;
}
.purplebutton a {
    color: #ffffff;
    font-size: 11px !important;
}
.purplebutton2 {
    background: #a561aa; /* Old browsers */
    background: -moz-linear-gradient(top,  #a561aa 0%, #703177 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a561aa), color-stop(100%,#703177)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a561aa 0%,#703177 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a561aa 0%,#703177 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a561aa 0%,#703177 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a561aa 0%,#703177 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a561aa', endColorstr='#703177',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 7px;
	color: #ffffff !important;
	font-size: 10px !important;
	text-align: center;
	margin-top: 10px;
}
.purplebutton2 a {
    color: #ffffff;
    font-size: 11px !important;
}
.purplebutton3 {
    background: #a561aa; /* Old browsers */
    background: -moz-linear-gradient(top,  #a561aa 0%, #703177 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a561aa), color-stop(100%,#703177)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a561aa 0%,#703177 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a561aa 0%,#703177 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a561aa 0%,#703177 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a561aa 0%,#703177 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a561aa', endColorstr='#703177',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	color: #ffffff !important;
	font-size: 10px !important;
	text-align: center;
	margin: 20px 0;
}
.purplebutton3 a {
    color: #ffffff;
    font-size: 24px !important;
    line-height: 28px;
}
.purplebutton4 {
    background: #c8ecfb; /* Old browsers */
    background-color: #c8ecfb;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	color: #ffffff !important;
	font-size: 10px !important;
	text-align: center;
	margin: 20px 0;
}
.purplebutton4 a {
    color: #ffffff;
    font-size: 24px !important;
    line-height: 28px;
}
.purplebutton4:hover {
]
}
.products {
    border: 8px solid #e3dfdf;
    padding: 10px;
    margin-bottom: 25px;
}
.products h2 {
    color: #923f99 !important;
    font-size: 23px;
}
.expand {
    margin-bottom: 15px;
}
.expand h3 {
    position: relative; 
    margin-bottom: 5px;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #504b4f;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #33a9a7;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #33a9a7;
}
.#le_plugin_gallery_5493502517ba7 .le_plugin_gallery_squarethumb {
    width: 300 !important;
    height: 300 !important;
}
div.div {
    height: 243px;
    width: 200px;
    overflow: hidden;
}

div.div:hover {
   height: auto;
}
.tablebox {
    border: 1px solid #c9cbcb;
    background-color: #f8f8f8;
    padding: 5px;
    margin-bottom: 20px;
}
.tablebox p a {
    color: #555555;
}
.tablebox a:hover {
    color: #00adef;
}
.greenbox {
    background-color: #33cccc;
    padding: 10px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin-bottom: 15px;
}
.greenbox p {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
}
.le_plugin_gallery_squarethumb img {
    width: 180px !important;
    height: 180px !important;
}
.le_plugin_gallery_squarethumb {
    width: 180px !important;
    height: 180px !important;
}
.bluebutton {
    background-color: #00adef;
    padding: 3px 8px;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
}
.bluebutton:hover, .bluebutton:hover a {
    background-color: #028ec4;
    cursor: pointer;
}
.bluebutton a {
    color: #ffffff !important;
    text-decoration: none;
}
.details a {
    color: #000000 !important;
}
.details a:hover {
    color: #00bfd6 !important;
}
.public-review {
    margin: 15px 0;
    border-bottom: 1px solid #4bb1c1;
    background-color: #ffffff;
    padding: 8px 10px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 4px #787878;        
}
.blog_sidebar_tag {
    display: block;
    border-bottom: 1px solid #b0b1b1;
    color: #000000;
    margin: 15px 0;
}
.blog_sidebar_tag_cloud {
    background-color: #f5f4f4;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cacaca;
	padding: 10px;
}
.blog_sidebar_tag p a:hover {
    color: #923f99 !important;
}
.feature_blog_text img {
    float: left !important;
    margin-right: 20px;
}
.graybox {
    background-color: #e8e8e8;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}

/*-------------------------SITE CLASSES END------------------------*/

.wrapper {
	width: 100%;
}

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

.headerwide {
	width: 100%;
}
.header {
	margin: auto;
	width: 960px;
}
.headerleft {
	float: left;
	width: 480px;
}
.logo {
	padding: 0 10px;
}
.headerright {
	float: right;
	width: 480px;
	text-align: right;
}
.header1 {
	padding: 0 10px;
}

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


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

.navigationwide {
	width: 100%;
}
.navigation {
	margin: auto;
	width: 960px;
	background-color: #00adef;
}
.MainMenu {
	padding: 0 10px;
	text-align: center !important;
}
.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: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #fcb040;
}
/*--------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: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	padding: 5px 20px;
	text-decoration: none;
	background: rgba(146,63,153,0.9);
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #fcb040;
}
/*----------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: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	background: rgba(0,173,239,0.9);
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #fcb040;
}
.LastMenu a {
    background-color: #fcb040 !important;
    border-radius: 0px;
    padding: 10px 15px !important;
    color: #ffffff !important;
}
.LastMenu a:hover {
    background-color: #f19104 !important;
    color: #ffffff !important;
}

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


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

.contentwide {
	width: 100%;
}
.content {
	margin: auto;
	width: 960px;
	margin-top: 25px;
}
.content1 {
	padding: 0 10px;
	float: left;
	width: 620px;
}
.content2 {
	padding: 0 10px;
	float: left;
	width: 300px;
}
.contentmiddle {
	margin: auto;
	width: 960px;
    background-color: #c7edfa;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 8px 0;
}
.content3 {
	padding: 0 10px;
	width: 940px;
}
.content4 {
	padding: 0 10px;
	width: 139px;
	float: left;
}
.content5 {
	padding: 0 10px;
	width: 139px;
	float: left;
}
.content6 {
	padding: 0 10px;
	width: 139px;
	float: left;
}
.content7 {
	padding: 0 10px;
	width: 139px;
	float: left;
}
.content8 {
	padding: 0 10px;
	width: 139px;
	float: left;
}
.content9 {
	padding: 0 10px;
	width: 139px;
	float: left;
}
.contentbottom {
	margin: auto;
	width: 960px;
}
.content10 {
	padding: 0 10px;
	width: 460px;
	float: left;
}
.content11 {
	padding: 0 10px;
	width: 460px;
	float: left;
}

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

.subcontentwide {
	width: 100%;
}
.subcontent {
	margin: auto;
	width: 960px;
	padding: 40px 0;
}
.subcontent1 {
	padding: 0 10px;
}
.subcontentleft {
    float: left;
    width: 720px;
}
.subcontent2 {
    float: left;
    width: 140px;
	padding: 0 10px;
}
.subcontent3 {
    float: left;
    width: 540px;
	padding: 0 10px;
}
.subcontent4 {
	padding: 0 10px;
}
.subcontentright {
    float: left;
    width: 240px;
}
.subcontent5 {
	padding: 0 10px;
}
.subcontent6 {
    float: left;
    width: 220px;
	padding: 0 10px;
}
.subcontent7 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent8 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent9 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent10 {
	padding: 0 10px;
}
.subcontent11 {
    float: left;
    width: 220px;
	padding: 0 10px;
}
.subcontent12 {
    float: left;
    width: 700px;
    padding: 0 10px;
}
.subcontent13 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent14 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent15 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent16 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subcontent17 {
	padding: 0 10px;
}
.subcontent18 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subcontent19 {
    float: left;
    width: 460px;
    padding: 0 10px;
}


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

.pwrapperwide {
	width: 100%;
}
.pwrapper {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.pwrapper1 {
    padding: 0 10px;
}

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


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

.footerwide {
	width: 100%;
}
.footer {
	margin: auto;
	width: 960px;
	background-color: #00adef;
	padding: 15px 0;
}
.footer p {
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.footer p a {
    color: #ffffff;
}
.footer2 {
	padding: 0 10px;
	text-align: center;
}
.le_view_mobile {
    padding: 0 10px;
    text-align: center !important;
}
.le_view_mobile a {
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	text-decoration: none;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}
.footerright {
	float: left;
	width: 480px;
	text-align: right;
}
.footer2 {
	padding: 0 10px;
}

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


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


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


/*-------------------------RESETS START------------------*/

table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

/*-------------------------RESETS 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-------------------------------*/