html, body	{
	margin: 0px;
	padding:0px;
	height:100%;
	}

body {
	/*background-color:#d9dbda;*/
	font-family: Arial,Helvetica,sans-serif;
	/*font-size: 87.5%; /* Base font size: 14px */
	color: #506482;
}

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
}
h2, h3, h4 {
	margin-top: 0;
	}

h3, h4 {
	margin-bottom: 0.5em;
	font-family: 'Khand',Arial,Helvetica,sans-serif;
}

#page p, #page ul, main p, main ul {
	font-size: 0.8125em;
	line-height: 1.5;
	margin: 0 0 1.5em;
	text-align:justify;
}

/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}


#container {
   min-height:100%;
   position:relative;
}
.lt-ie9 #container{	
	height:100%;
}

main {
    display: block;
	margin: 0 auto;
	padding-bottom:400px; /*for the footer */
	max-width: 80em;
}

footer {
	position:absolute;
	bottom:0px;
	min-height:350px;
	background-color:#354a5f;
	width:100%;

}

#footer {
	position:relative;
	padding:10px 0px;
	max-width: 80rem;
	margin: 0 auto;
	font-size:0.8em;
	color:#fff;

}

.width-40-percent {
	width:40%;
	margin: 0 auto !important;
}

.width-50-percent {
	width:50%;
	margin: 0 auto !important;
}


.width-80-percent {
	width:80%;
	margin: 0 auto !important;
}

.width-85-percent {
	width:85%;
	margin: 0 auto !important;
}

.width-90-percent {
	width:90%;
	margin: 0 auto !important;
}

.centered {
	margin: 0 auto;
	text-align:center;
}

.cta-buttons form, .cta-buttons a{
	margin:30px 30px 0px 0px;
	display:inline-block;
}

.footer-column h2 {
	color: #3598dc;
	font-family: "Khand",Arial,Helvetica,sans-serif;
}	

.footer-column-content {
	max-width: 16rem;
	margin: 0 auto;
}

#footer-column-1, #footer-column-2 {
	display:none;
}

@media only screen and (min-width: 40em) {
	
	#footer-column-1, #footer-column-2 {
	display:inline;
	}

	.footer-column { 
		width: 33.33%;
	}

}

.red {
	color:#f00;
}

.green {
	color:#3f0;
}

.mini-cart-item {
	margin-bottom:15px !important;
}

.mini-cart-item-img {
	width:70px;
	vertical-align:top;
	border:0;
	padding:0;
	padding-right:20px;
	float:left;
}

.mini-cart-item-title {
	font-size:0.8rem;
	line-height:0.8rem;
}

.nowrap {
	white-space:nowrap;
}

.bg-beige {
	background: #fdf6c6;
}

.bg-light-blue {
	background: #e3f0ff;
}


.bg-blue {
	background-image: url(../img/bg-blue.jpg);
	}

.small-hint {
	font-size:0.7rem;
	font-weight:bold;
	color: #f00;
}	

.big-hint {
	font-size:1.0rem;
	font-weight:bold;
	color: #f00;
}	


.afx-text-center {
	text-align:center;
}