* {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;

}

body{
	margin: 0;
	background: #231f20;
}

a{
	text-decoration: none;
}
#container{
	width: 1000px;
	margin: 0 auto;
}
#logo{
	float: left;
}



/* Navigation stuff*/

#header{
	position: relative;
	margin-bottom: 15px;
}

nav {
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
}

nav > ul > li {
	padding: 10px 0;
	background: none		!important;
}
nav ul li:hover > ul {
	display: block;
}

nav ul {
	list-style: none;
	padding: 0px;
	position: relative;
	display: inline-table;
	z-index: 10;
}

nav ul:after{
	content: "";
	clear: both;
	display: block;
}


nav ul li{
	float: left;
	background: #00b1b0;
	width: 125px;
	text-align: center;
	line-height: 100%;
	color: white;
	
}

nav ul li a{
	display: block;
	padding: 10px 0;
	width: 100%;
	height: 100%;
	border-bottom: 3px #015dab solid;
}

nav ul li a:visited{
	color: black;
}

nav ul li:hover{
	background: #00c3c2;
}

nav ul ul {
	display: none;
	position: absolute; 
	top: 100%;
}
nav ul ul li {
	float: none;
	position: relative;
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

/* Slideshow JS */

.slider {
	width: 1000px;
	height: 750px;
	position: relative;
}

.slide {
	width: 1000px;
	height: 750px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	display: none;
}

.slide img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide .text{
	position: absolute;
	width: 980px;
	padding: 10px 10px 20px 10px;
	bottom: 0px;
	background: rgba(100, 100, 100, 0.5);
	color: white;
}

.slide .text h1 {
	margin-top: 0px;
}

.active {
	z-index: 2;
	display: block 		!important;
}
.transitioning{
	z-index: 1;
	opacity: 0;
	display: block		!important;
}

.selector {
	margin-top: 30px;
}

.selector div{
	border: 1px white solid;
	float: left;
	cursor: pointer;
	margin: 0 19px 10px 19px;
}

.selector div.selected{
	background: rgba(255, 255, 255, 1);
}

.selector div img{
	display: block;
}

/* product */
.product-row {
	border: 1px black solid;
	margin-bottom: 10px;
	background: white;
}

.product-row:after, #header:after, #content:after {
	content: "";
	clear: both;
	display: block;
}

.product-row div{
	float: left;
}

.product-row span{
	font-weight: bold;
	color: #00b1b0;
}

.product-thumb {
	width: 172px;
	height: 129px;
	border: 1px black solid;
	margin: 3px;
	cursor: pointer;
}

.product-thumb img{
	width: 172px;
	height: 129px;
}

.description{
	width: 402px;
	margin-left: 10px;
	padding-top: 10px;
}

.materials{
	width: 240px;
	margin-left: 10px;
	padding-top: 10px;
}

.size{
	width: 128px;
	margin: 0 10px;
	padding-top: 10px;
}

/*Gallery */

.gallery-item {
	background: white;
	border: 1px black solid;
	float: left;
	margin: 2px;
	height: 120px;
}

.gallery-thumb {
	cursor: pointer;
}

.gallery-caption {
	text-align: center;
}

.gallery-thumb img{
	display: block;
}

/* Lightbox */

#backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(200, 200, 200, 0.7);
	z-index: 100;
	cursor: pointer;
}

#lightbox {
	position: fixed;
	left: 0;
	top: 0;
	padding: 5px;
	background: white;
	border: 1px black solid;
	z-index: 101;
	display: none;
}

.spinner {
	width: 32px;
	height: 32px;
	padding: 10px;
	position: absolute;
	z-index: 102;
	background-image: url('assets/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #444444;
	border-radius: 10px;
}

footer {
	margin-top: 30px;
}

footer #name{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	color: white;
}

footer #contactinfo {
	float: right;
	color: white;
	font-size: 20px;
}

footer #contactinfo span {
	color: #00b1b0;
	font-weight: bold;
}

label {
	display: block;
	width: 200px;
	float: left;
}

.footer-image{
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px black solid;
	cursor: pointer;
}
.footer-image img{
	display: block;
}

.footer-image-bar{
	margin-top: 15px;
}

/* Static page */
.static-container{
	background-color: white;
	border: 1px black solid;
	padding: 0 20px;
}

.static-container:after {
	content: "";
	clear: both;
	display: block;
}

.static-container h1{
	color: #015dab;
}

.column-half{
	width: 50%;
	float: left;
}
.column-third{
	width: 33%;
	float: left;
	margin-top:10px;
}

.padded-box{
	width: auto;
	padding: 12px;
	overflow: 
}

img.border{
	width: 446px;
	border: 8px #015dab solid;
}

.client-sec-header span{
	color: #00b1b0;
	font-weight: bold;
	margin: 5px 0;
}

.client-sec-list{
	border-bottom: 8px #015dab solid;
	border-left: 8px #015dab solid;
	margin-bottom: 15px;
}

.client-sec-list ul{
	padding-left: 0;
	padding-top: 5px;
	margin: 0 0 10px 10px;
	list-style-type: none;
	font-weight: bold;
}

.client-image{
	text-align: center;
	margin-bottom: 15px;
}

.client-image img{
	border: 8px #015dab solid;
}

.contact-header{
	font-weight: normal;
	color: #00b1b0;
}

.contact-email{
	border-left: 8px #00b1b0 solid;
	border-bottom: 8px #00b1b0 solid;
	padding-left: 10px;
}

.contact-number{
	border-bottom: 8px #015dab solid;
	border-right: 8px #015dab solid;
	padding-left: 18px;
}

.contact-info{
	text-align: center;
	font-size: 1.5em;
	margin: 10px 0px;
}

.contact-info-left{
	text-align: left;
	font-size: 1.5em;
	margin: 10px 0px;
	padding-left: 10px;
}
.contact-us{
	margin: 16px 0;
}

.contact-us-left{
	width: 300px;
	float: left;
	border-left: 8px #00b1b0 solid;
	border-bottom: 8px #00b1b0 solid;
	margin-top: 50px;
}

.contact-us-right{
	float: right;
	width: 634px;
	border: 8px #00b1b0 solid;
	margin-bottom: 20px;
}
.contact-us-right img{
	display: block;
}
