@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'neuzeit_groteskbold';
    src: url('fonts/urw_-_neuzeitgro-bol-webfont.eot');
    src: url('fonts/urw_-_neuzeitgro-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urw_-_neuzeitgro-bol-webfont.woff2') format('woff2'),
         url('fonts/urw_-_neuzeitgro-bol-webfont.woff') format('woff'),
         url('fonts/urw_-_neuzeitgro-bol-webfont.ttf') format('truetype'),
         url('fonts/urw_-_neuzeitgro-bol-webfont.svg#neuzeit_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neuzeit_groteskregular';
    src: url('fonts/urw_-_neuzeitgro-reg-webfont.eot');
    src: url('fonts/urw_-_neuzeitgro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urw_-_neuzeitgro-reg-webfont.woff2') format('woff2'),
         url('fonts/urw_-_neuzeitgro-reg-webfont.woff') format('woff'),
         url('fonts/urw_-_neuzeitgro-reg-webfont.ttf') format('truetype'),
         url('fonts/urw_-_neuzeitgro-reg-webfont.svg#neuzeit_groteskregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
	display: block;
}

body {
	margin: 0 auto;
}

.beatsLanding .container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
}

header {
	height: 100px;
	line-height: 100px;
	text-align: right;
}

.beatsLogo{
	float:left;
	margin: 35px 0;
	margin-left: 30px;
}

.menu li {
	font-family: 'neuzeit_groteskbold';
	text-transform: uppercase;
	list-style-type:none;
	display: inline-block;
	margin: 0 15px;
	color: #949699;
	font-size: 18px;
}

.beatsProd {
	height: 290px;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

.headphones,.earsphones, .speakers{
	height: 290px;
	width: 317px;
	float: left;
	text-align: center;
	border-right: solid 4px #cccccc;
}

.earsphones {
	height: 290px;
	width: 328px !important;
	float: left;
	text-align: center;
	border-right: solid 4px #cccccc;
}

.title {
	display: block;
	font-family: 'neuzeit_groteskregular';
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
}