@charset "utf-8";

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

.gridContainer {
	width: 1000px;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	margin: auto
}

.shadow {
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
#header {
	clear: both;
	float: left;
	width: 100.8%;
}

#header img {
	float: left;
	width: 25%;
	padding: 5px;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	height: 678px;
	border-radius: 15px;
	border: 4px solid white;
	background-image: url(../images/brownbackground.jpg);
	background-size: 100% auto;
	padding-bottom: 20px;
	
}

.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

.contact {
	clear: none;
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-top: 1%;
}

.about {
	clear: none;
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-top: 1%;
}

.productsRow {
	clear: both;
	float: left;
	width: 100%;
}

.products {
	clear: none;
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-top: 1%;
	
}

.products ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.products li {
	font: 200 16px 'Raleway', sans-serif;
}

.products li:last-child {
	border: none;
}

.products li a {
	text-decoration: none;
	color: white;
	display: block;
	width: 200px;
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}

.products li a:hover {
	font-size: 24px;
}

.header {
	color: white;
	font-family:  'Raleway', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

.content {
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	margin-left: 1%;
	margin-top: 1%;
}

.slideshow { 
	position: relative;
	clear: none;
	float: left;
	width: 22.5%;
	margin-left: 2%;
	margin-top: 226px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

h5 {
	position: absolute;
	z-index: 100;
	top: 135px;
	left: 0;
	width: 100%;
}

h5 span {
	color: white;
	font: normal 24px 'Raleway', sans-serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
}

h1 {
	position: absolute;
	z-index: 100;
	width: 100%;
}

h1 span {
	color: rbga(0, 0, 0, 0.8);
	font: normal 12px 'Raleway', sans-serif;
	padding: 19px;
}

.slideshow > div { 
    position: absolute; 
	display: none;
}

.slideshow > div:first-of-type {  
	display: block;
}

.slideshow > div > img {
	height: 206px;
	width: 219px;
	border-radius: 5px;
	border: 3px solid white;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.slideshow:first-of-type, .slideshow:nth-of-type(2), .slideshow:nth-of-type(3), .slideshow:nth-of-type(4) {
	margin-top: 20px;
}
.slideshow:first-of-type, .slideshow:nth-of-type(5), .slideshow:nth-of-type(9) {
	margin-left: 2%;
}

#footer {
	clear: both;
	margin-top: 860px;
	width: 100.8%;
	height: 50px;
	border-radius: 15px;
	
	background:rgb(255, 255, 255);
}



