@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body{
	background-color: #131313;
}

h1{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 44pt;
	text-align: center;
}

h3 {
	text-align: center;
	font-family: 'Droid Serif';
	color: #fff;
	font-size: 12pt;
	font-weight:400;
}

.ourproducts {
	padding-bottom: 10px;
}

header {
	width: 100%;
}

.logo{
	width: 324px;
	padding: 20px;
}

.content {
	width: 800px;
	margin: 0 auto;
}

h4 {
	text-align: center;
	font-family: 'Roboto';
	color: #fff;
	font-size: 10pt;
	font-weight:400;
}

a {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #999;
}

a:visited {
	text-decoration: underline;
	color: #fff;
}

footer {
	position: absolute;
	width: 100%;
	
	text-align: center;
	font-family: 'Droid Serif';
	color: #fff;
	background-color: transparent;
	font-size: 10pt;
}

footer p {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
}

hr {
	width: 800px;
	padding-top: 40px;
	border: 1px dotted #fff;
    border-style: none none dotted; 
    color: #fff;
}

.productlist {
	
}

.onerow {
	height: 250px;
	padding-bottom: 100px;
}

.tworows {
	height: 450px;
	padding-bottom: 200px;
}

.threerows {
	height: 650px;
	padding-bottom: 300px;
}

.fourrows {
	height: 850px;
	padding-bottom: 400px;
}