body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', arial, serif;
	font-size:14px;
	color: #000;
	background: #faf7f5;
}

html{ 
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
	color: #636363;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.clear_left{
	clear: both;
}

.article_title_area {
	background: none !important;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/

* {
	-webkit-font-smoothing: antialiased;
}

img { border: 0;}

.article_title h4,
.row.position,
.feature_product h2 a  {
	color: #a35481;
	font-size: 44px !important;
	font-family: 'Oleo Script', cursive;
	padding: 0 !important;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted;
	font-weight: normal !important;
}

h1, h2, h3, h4, h5, h6 { 
	font: 175%;
  	color: #363636;
}

h2{ 
	font: 175%;
	color: #959595;
}

h3{ 
	font:140%;
	color: #959595;
}

h4 { 
  	font: 120%;
  	color: #8a5363;
	font-weight: normal;
	border-bottom: 1px dotted;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

h5, h6{ 
	font: italic 95%;
  	color: #000;
}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	text-decoration: none;
}

ul li, ol, ol li, ul, p { 
	list-style-type: square;
	padding: 0;
	margin: 0;
}

.oleofont {
	font-family: 'Oleo Script', cursive;
}

/**
* Layout Specific
*/

/*#global-container {
	min-width: 100%;
}*/

#content-container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}

#main {
	overflow:hidden;
	padding-bottom: 200px;
}  /* must be same height as the footer */


header {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.header-column-one {
	width:auto;
	float:left;
	width:30%;
	padding:10px 0;
}

.header-column-two {
	width:auto;
	float:right;
	width:69%;
	padding:10px 0;
}

.navigation {
	display:block;
	width: 1200px;
	float:left;
	background: #dbceea;
}

.banner {
	display:block;
	float:left;
	width: inherit;
}

section {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width: auto;
	overflow:auto;
	white-space: nowrap;
}

#component {
	display:block;
	margin: 20px 0;
	float: left;
	width: 1180px;
	padding: 0 10px;
	
}

.partial-component {
	display:block;
	margin: 20px 0;
	float: left;
	width: 66%;
	padding: 0 10px;
	
}

.left-component {
	display:block;
	margin: 20px 0;
	float: right;
	width: 32%;
}

footer {
	background: #ccbbdf;
	min-width: 100%;
	
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 200px;
	clear:both
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	text-align:center;
	width: 1200px;
	margin:0 auto;
	padding-top:20px;
}

.footertop {
	color: #a070a1;
	font: 16px bold 'Open Sans', arial, serif;
	margin: 15px 0;
	text-align: left;
}

.bottombar {
	min-width: 100%;
	height:20px;
	float:left;
	background: #ccbbdf;
	text-align:center;
	padding:5px 0;
}

.component-column img {
	float:left;
}

.widget.product-category {
	width: 100%;
	float:left;
}

.widget.product-category h3 {
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
	border:0;
}

.product-category li {
	padding:10px 0;
	list-style:none;
	border-bottom: 1px solid #333;
}

.product-category li a:hover {
	color:lightgrey;
}

.mbpgallery-category-box-file-first {
	padding: 5px 6px;
	background: #FCFCFC;
	border: 1px solid lightgrey;
}

.mbpgallery-category-box-file {
	background: none;
	border: 0;
	float: left;
	margin: 5px;
	overflow: visible;
	height: 20% !important;
	text-align: center;
}

.gallery_category_title {
	display:none;
}

.mbpgallery-category-box-file:hover{
    border: 0;
    background: none;
	opacity:0.6;
}

.article_title h2 {
color: #959595;
}

.feature_product h2 a {
	color:#a35481;
	font-size:18px;
	font-weight: 400;
	border-bottom: 1px dotted;
	padding: 0 10px;
	margin: 0;
}

.feature_product h2 {
	padding: 0;
	margin:15px 12px;
}

.welcometext {
	background: url(images/welcometext.png) center right no-repeat;
	width: 1200px;
	height: 91px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #b16c7b;
	margin-top:10px;
}


/** user login**/
.userlog {
	width: 450px;
	font-size: 13px;
	margin-left: 200px;
}

.userlog a { color: #a1a1a1; }

.button_user {
	text-transform : uppercase;
	color: #666;
	margin-top: 3%;
}

.button_setting,
.button_logout {
	width: 20%;
	float: left;
	margin-top: 3%;
	margin-left: 20px;
}

.button_setting button,
.button_logout input[type="submit"] {
	background: #c05984;
	border-radius: 5px;
	border: 0;
	color: white;
	text-shadow: none;
	padding: 2px 10px;
	font: 12px 'Open Sans', arial, serif;
}

.button_setting button:hover {
	text-shadow: none;
}

.button_logout input[type="submit"] {
	font-weight: normal;
	padding: 2px 10px;
}

.button_setting button:hover,
.button_logout input[type="submit"]:hover {
	background: #f58ab8;
}

.button_login,
.button_register,
.login_reset {
	width: 25%;
	float: left;
	margin-top: 3%;
}

/**banner nav**/
#cs-next-coin-slider5675 {
	color: transparent;
	background: url(images/b-right.png) center right no-repeat;
	width: 50px;
	height: 50px;
}

#cs-prev-coin-slider5675 {
	color: transparent;
	background: url(images/b-left.png) center right no-repeat;
	width: 50px;
	height: 50px;
}

#cs-buttons-coin-slider5675 {
	display: none;
}

/**contact form**/
.row.state,
.row.email {
	display: none;
}

.map {
	width: 1170px;
	height: 330px;
	border: 1px solid #C0C0C0;
	position: relative;
	margin: 0;
	padding: 5px;
}

.gmap3 {
	width: 100%;
	height: 330px;
	margin: 0;
}

.light {
	background: #fff;
	color:rgb(101, 84, 122);
}

.purple {
	background: #dbceea;
	color: rgb(101, 84, 122);
	font-weight: 400;
	border-bottom: 1px dotted #fff;
	text-shadow: 1px 1px 1px #fff;
}

.row.contact_desc {
	width: 500px;
	float: left;
	margin-top: 10px;
	position: absolute;
	margin-left:50px;
}

.contact_form,
.contact_block form {
	font-weight: bold;
	padding: 10px 0 10px 0;
	float: right;
	width: 530px;
	margin-top: 0;
	margin-left: 100px;
}

.contact_label {
	font-weight: normal;
	padding: 20px 0 5px 0;
}

.contact_field input[type="text"],
.contact_field textarea {
	display: block;
    border: none;
    border-radius: 20px;
    padding: 5px 8px;
    color: #333;
    box-shadow: 
        inset 0 2px 0 rgba(0,0,0,.2), 
        0 0 4px rgba(0,0,0,0.1);
}

.contact_field textarea {
	border-radius: 5px;
}

.contact_field input[type="text"]:focus, 
.contact_field textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 2px 0 #d7a5b0, 
        0 0 4px #d7a5b0, 
        0 0 5px 1px #d7a5b0;
}

.contact_label input[type="submit"],
.coupon_div input[type="submit"] {
	background: #d7a5b0;
	width: auto;
	padding: 5px 15px;
	border: 0;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}

.contact_label input[type="submit"]:hover,
.coupon_div input[type="submit"]:hover {
	background: #c05984;
}

.recaptcha_r7_c1, .recaptcha_r8_c1 {
	display: none;
}

.each_child{
float: left;
padding: 10px !important;
margin-right: 10px;
width: 275px !important; 
border: 1px solid #EFEFEF;
/* width: 200px; */
font-weight: bold;
text-align: center;
}