body {
	background: #3f4952;
    margin: 10px 0 0 0;
	color: #3f4952;
    padding: 0;
	font-family: "Segoe UI", "Arial";
}

a, a:visited, a:active {
	color: #3f4952;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	text-decoration: none;
}


#logocontainer {
	max-width: 1200px;
	margin: 0 auto;
	overflow: auto;
	display: flex;
	align-items: center;
}

#logo {
	float: left;
	background: url('images/floorshowweblogo.png') no-repeat;
	image-rendering: -webkit-optimize-contrast;
	height: 75px;
	width: 250px;
	background-size: 250px;
	background-position-y: center;
}

#logotext {
	font-size: 18px;
	text-align: right;
	color: white;
	margin-left: auto;
}

#logotext a, #logotext a:visited {
	color: white;
	text-decoration: none;
}

#logotext a:hover {
	text-decoration: underline;
}

#nav {
	display: block;
	width: auto;
	min-height: 46px;
	background: #55626E;
    margin-top: 10px;
}

#nav .textcontainer {
	margin: 0 auto;
	max-width: 1200px;
}

#nav .textcontainer .text {
	word-spacing: 15px;
	line-height: 46px;
	color: white;
	font-size: 18px;
	font-family: "Segoe UI", "Arial";
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}

#nav .textcontainer .text a {
	color: white;
}

#nav .textcontainer .text a, .textcontainer .text a:visited {
	color: white;
	text-decoration: none;
}

#nav .textcontainer .text a:hover {
	text-decoration: underline;
}

#center {
	max-width: 1200px;
	margin: 0 auto;
}

#content {
	overflow: auto;
	width: auto;
	background: white;
}

#content .left {
	float: left;
	max-width: 825px;
	border-right: 1px dotted grey;
}

.left .text {
	font-family: "Segoe UI", "Arial";
	padding: 25px 25px 25px 25px;
	overflow: auto;
}

.left .text p {
	line-height: 150%;
}

.redNotice {
	font-weight: bold;
	padding: 10px;
	background-color: red;
	color: white;
}

.greenNotice {
	font-weight: bold;
	border: 1px solid green;
	padding: 10px;
	color: green;
}

.left .text h1 {
	font-size: 32px;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted grey;
}

.left .text h2 {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 20px;
}

#content .right {
	float: left;
}

.right .content {
	text-align: center;
	padding: 25px 0 0 25px;
}

.right .content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	border-bottom: 1px dotted grey;
}

#footer {
	width: auto;
	min-height: 36px;
	background: #55626E;
	background-size: 100% 36px;
}

#footer .text {
	line-height: 36px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Segoe UI", "Arial";
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}

.offerbox {
	display: inline-block;
	margin: 5px;
	text-align: center;
	font-size: 14px;
	color: white;
	padding: 10px;
	width: 200px;
	background: #114423;
	vertical-align: middle;
}

.offerbox img {
	border: 1px solid #fff;
}

.browsebutton {
	border: 1px solid #114423;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	max-width: 550px;
}

.browsebutton .text {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

ul {
	padding-left: 20px;
}

li {
	padding-bottom: 5px;
	line-height: 150%;
	margin: 0;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	line-height: 200%;
	background-color: #60707D;
	border-top: 1px solid white;
	border-bottom: 0;
	min-width: 165px;
	z-index: 1;
}

.dropdown-content a {
	word-spacing: 0;
	color: white;
	border-bottom: 1px solid white;
	padding: 2px 8px 2px 8px;
	display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

#gmap_canvas img {
	max-width: none !important;
	background: none !important
}

.desktop-tablet {
	width: 95%;
}

.mobile {
	width: 95%;
	display: none;
}

.slick-prev {
	left: 10px !important;
	z-index:1000000000000;
}

.slick-next {
	right: 10px !important;
}

/* Responsive media queries */
@media screen and (max-width:480px)
{
	#logocontainer {
		flex-direction: column;
	}

	#logotext {
		text-align: center;
	}

	.mobile {
		display: inline;
	}

	.desktop-tablet {
		display: none;
	}

	#content .left {
		max-width: 100%;
		border-right: 0px;
	}

	.rugImage {
		max-width: 100% !important;
	}

	#nav .textcontainer, #logocontainer {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:1200px)
{
	#content .right {
		float: none;
	}

	#content .right .content {
		padding: 25px;
	}
}

@media screen and (min-width: 480px) and (max-width:1200px)
{
	#content .left {
		max-width: 100%;
		border-right: 0;
	}

	#nav .textcontainer, #logocontainer {
		padding-left: 10px;
		padding-right: 10px;
	}

	#content .right {
		width: 100%;
	}

	.mobile {
		display: none;
	}

	.desktop-tablet {
		display: inline;
	}
}
