@charset "utf-8";
/* by Mandimby Harinas */

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}

/* =================================================================================================================
			MOBILE LAYOUT: 480px and below.
			======================================================================================================== */
body {
	background-image: url('../images/labradorite-tiles-mob-bg.jpg?v=<?=time();?>');
	background-position: center top;
	background-repeat: no-repeat;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#Wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	padding: 15px 0 0 0;
	width: 150px;
	margin: 0 auto;
}
#header {position: relative; clear: both;}

#middle {
	clear: both;
	margin: 10px 0;
	background-color: #fff;
}
#middle h2 { 
	text-align: center; padding: 2em 2em 0em 2em; letter-spacing: -0.03em; margin: 0;
}


/* =================================================================================================================
			TABLET LAYOUT: 481px to 800px. Inherits styles from: Mobile Layout.
			======================================================================================================== */

@media only screen and (min-width: 481px) {
body {
	background-image: url('../images/labradorite-tiles-tab-bg.jpg?v=<?=time();?>');
	background-position: center top;
	background-repeat: no-repeat;
}
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
#Wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	padding: 15px 0 0 0;
	width: 150px;
	margin: 0 auto;
}
}

/* =================================================================================================================
			DESKTOP LAYOUT: 800px (to a max of 1800px).  Inherits styles from: Mobile Layout and Tablet Layout.
			======================================================================================================== */

@media only screen and (min-width: 800px) {
body {
	background-image: url('../images/header-nav-bg.jpg?v=<?=time();?>');
	background-position: center top;
	background-repeat: no-repeat;
}
.gridContainer {
	max-width: 1800px;
	width: 90%;
}
#Wrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	padding: 15px 0 0 0;
	width: 200px;
	float: left;
}
#header {
	position: relative; height: 142px;
}

#middle {
	position: relative; margin: 5% 0 4% 0; height: auto; background-color: #fff; clear: both; padding: 0;
}
#middle h2 { 
		font-size: 24px; text-align: center; padding: 0 0 1.2em 0; margin: 0;
		color: #333; position: relative; font-weight: 100; letter-spacing: -0.03em;
		clear: both;
}
	/** Back to top CSS**/
	
#back-top {
	position: fixed;
	bottom: 1%;
	right: 2%;
}
#back-top a {
	width: 42px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 42px;
	height: 42px;
	display: block;
	margin-bottom: 7px;
	background: transparent url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {

	background: #006987 url(../images/up-arrow-blk.png) no-repeat center center;	
}
}

