@charset "UTF-8";
body {
	font-family: 'Oswald', sans-serif;
	color:rgb(81,55,41);
	height:100%;
	margin:35px;
}
.containerindex {
  	width:100%;
	background-color:#FFF;
	text-align:center;
	margin-bottom:150px;
}
.containerindex2 {
  	width:100%;
	background-color:#FFF;
	text-align:center;
	margin-bottom:150px;
}
.containerindex3 {
  	width:100%;
	background-color:#FFF;
	text-align:center;
	margin-bottom:150px;
}
#banner {
	display:none;
  	position:relative; 
}
#logobanner {
  	display:block;
	position:relative;
	text-align:center;
	width:100%;
	background-image:url('../images/bg_main_gru.jpg');
	background-attachment: fixed;
	background-position:top;
	background-repeat:repeat-x;
}
#TMKDtitle {
  	position:relative; 
  	background-color:#FFF;
	margin-top:15px;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	letter-spacing: 12px;
	color:rgb(39,35,31);
}
#description {
  	position:relative; 
  	background-color:#FFF;
	margin-top:-8px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	letter-spacing:10px;
	color:rgb(112,103,95);
}
.navigator {
	position:relative; 
  	width:100%;
	margin-top:30px;
	text-align:center;
	background-color:rgb(39,35,31);
	font-size:22px;
	border-radius:8px;
	color:rgb(221,216,210); 
}
.maintext {
	position:relative;
	width:100%;
	margin-top:40px;
	text-align:justify;
	font-weight:300;
	font-size:20px;
	line-height:22px;
}
.product {
	text-align:center;
	width:100%;
}	
.productdescription {
	position:relative;
	width:100%;
	margin-top:45px;
	font-size:20px;
	line-height:22px;
	font-weight:300;
	text-align:justify;
}
.samplescontainer {
	position:relative;
	width:100%;
	margin-top:40px;	
}
.soundcloudsample {
	height:200px;	
}
.specifications {
	position:relative;
	width:100%;
	margin-top:40px;
	text-align:justify;
	font-size:18px;
}
.boldtext {
	font-size:16px;
	font-weight:400;
}
.getitnow {
	width:100%;
	margin-top:10px;
	text-align:center;
}
.blackbutton {
	position:relative;
	background-color:rgb(39,35,31); 
	border-color:rgb(39,35,31); 
	width:40%;
	height:50px; 
	font-size:40px;
	cursor:pointer; 
	border-radius:10px; 
	color:#FFFFFF; 
	text-align:center;
}
.orangebutton {
	position:relative;
	background-color:#F30; 
	border-color:rgb(28,26,24); 
	width:40%; 
	height:50px; 
	font-size:35px;
	cursor:pointer; 
	border-radius:10px; 
	color:#FFFFFF; 
	text-align:center;
}
.footer {
	position:fixed;
	bottom:0px;
	width:100%;
	margin-left:-35px;
	margin-right:-35px;
	height:80px;
	background-color:rgb(15,10,6);
}
.footercontainer {
	width:auto;
	margin-top:5px;
	margin-bottom:5px;
}
.copyright {
	font-size:18px;
	text-align:center;
	color: #C60;
	line-height:18px;
}
.imagescontainer {
	position:relative;
	width:100%;
	text-align:center;
	margin-top:40px;
	margin-bottom:60px;
}
a:link {
	font-size: 20px;
	color:rgb(255,80,0);
	text-decoration:none;
}
a:visited {
	font-size: 20px;
	text-decoration:none;
	color:rgb(255,80,0);
	text-decoration:none;
}
a:hover {
	font-size: 20px;
	text-decoration:none;
	color:rgb(255,80,0);
	text-decoration:none;
}
a:active {
	font-size: 20px;
	text-decoration:none;
	color:rgb(255,80,0);
	text-decoration:none;
}
a.nav:link {
	font-size:22px;
	color:rgb(126,88,56);
	text-decoration:none;
}
a.nav:visited {
	font-size:22px;
	color:rgb(126,88,56);
	text-decoration:none;
}
a.nav:hover {
	font-size:22px;
	color:rgb(221,216,210);
	text-decoration:none;
}
a.nav:active {
	font-size:22px;
	color:rgb(221,216,210);
	text-decoration:none;
}
