@charset "utf-8";
/* CSS Document */


/* 
font-family: 'Bree Serif', serif;
font-family: 'Montserrat', sans-serif;
*/

body {
	margin: 0px;
}

p {font-family: 'Bree Serif', serif;}

h1, h2, h3, h4 {font-family: 'Montserrat', sans-serif;}

h1 {font-size: 24pt;}

h2 {
	font-weight: 300;
	font-size: 20pt;
}

.centerDiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.VSpacer {height: 40px; float: none;}

.main {}

#masterBody {
	position: static;
	margin-top:-10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	width: 1366px;
	min-height: 100vh;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
/* 	background-color: aquamarine  */
	
}

.topMost {
	width: 1005;
	clear: both;
	float: none;
}

.topLogoPart {
	position: relative;
	width: 1366px;
	margin-left: auto;
	margin-right: auto;
		
}


.topLogo {
	position: relative;
	background-image: url(../images/s-Logo.png);
	width: 160px;
	height: 126px;
	margin-left: auto;
	margin-right: auto;
	float: left;

}

.topHorlineHalf {
	position: relative;
	background: url(../images/gfx-HorLine-3px.png) repeat-x bottom;
	width: 450px;
	height: 120px;
	float: left;
}

.topHorlineFull {
	position: relative;
	background: url(../images/gfx-HorLine-3px.png) repeat-x;
	width: 1060px;
	height: 5px;
	top: 10px;
}


#topMostMenu1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	
	position: relative;
	float: none;
	clear: both;
	margin-top: -30px;
	margin-left: 153px;
	margin-right: auto;
}

.pageContetnts {
	position: static;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	width: 1366px;
	height: auto;
}


#thePage {
	position: static;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	width: 1060px;
	height: auto;
	min-height: 100vh;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
}


.newArrivalBlock {
	width: 250px;
	height:300px;
	background-size: cover;
	float: left;
	margin: 0px 7px 0px 8px;
}

.specialsBlockSmall {
	width: 250px;
	height:300px;
	background-size: cover;
	float: left;
	margin: 0px 7px 0px 8px;
}


.specialsBlockBig {
	width: 515px;
	height:300px;
	background-size: cover;
	float: left;
	margin: 0px 7px 0px 8px;
}


.discoverBlock {
	width: 250px;
	height:300px;
	background-size: cover;
	float: left;
	margin: 0px 7px 0px 8px;
}







footer {
	width: 100%; 
	min-height: 200px;
	background-color: #787878;
	color: black;
	font-size: 11pt;
}