﻿body{
	margin:0;
	padding:0;
	background: #3B1A0B url('../images/DerGral-bg.jpg') no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#container {
	
	position: relative;
	width:1060px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}
h1{
	position: relative;
	color:white;
	font-size:55px;
	width:650px;
	font-family:Calibri, Arial Narrow, Arial, serif;
	letter-spacing:-3px;
	margin-top:90px;
	margin-left:0px;
	margin-bottom:0px;
}
#menuBar {
	position: relative; 
	width: 600px; 
	height: 30px; 
	margin-top:-40px;
	float:right;
	z-index:2;
}
#menuBar2 {
	position: relative; 
	width: 600px; 
	height: 30px; 
	margin-top:-40px;
	float:right;
	z-index:2;
}

#menuBar a:link {
	color: white;
	font-family:Calibri, Arial Narrow, Arial, serif;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}
#menuBar a:visited {
	color: white;
	font-family:Calibri, Arial Narrow, Arial, serif;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}
#menuBar a:hover {
	color: rgb(234,195,65);
	font-family:Calibri, Arial Narrow, Arial, serif;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}
#menuBar a:active {
	color:silver;
	font-family:Calibri, Arial Narrow, Arial, serif;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}
#menu {
	position: relative; 
	width: 1060px; 
	height:80px; 
	margin-left:auto;
	margin-right:auto;
}
#header {
	position: relative;
	width: 1060px;
	height: 260px;
	background-color: rgb(49, 18, 2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px;	
}
#headerPara {
	position: relative; 
	width: 500px; 
	height: 255px;
}

#video {
	position: absolute;
	width: 500px;
	height: 250px;
	background-color:black;
	left: 500px;
	top: -25px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#videoHeader {
	position: relative;
	float:left;
	width: 100px;
	height: 250px;
	background-image: url(../images/wooden-flooring-drk.jpg);
	-moz-border-radius: 0px;
	-webkit-border-radius: 8px 0px 0px 8px;
	border-radius: 8px 0px 0px 8px;
}
#videoPanel {
	position: relative; 
	width: 340px; 
	float:left;
	height:191px;
	margin-top: 30px;
	margin-left: 30px;

}
#contentPanel {
	position: relative;
	width: 1000px;
	background:rgba(204,204,204,.3);
	padding: 30px;
	overflow: hidden;  
	margin-bottom:0px;
	
}
#footer {
	position: relative; 
	height: 100px; 
	margin-top:-15px;
	background-image: url(../images/Wood-planks-drk.png);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px;
	}
#bottomSpacer {
	position: relative; 
	height: 75px;
}
p.headerTitle {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	margin-bottom:5px;
	font-family: Calibri, Arial Narrow, Arial, serif;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
p.headerText {
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
	font-family:Calibri, Arial Narrow, Arial, serif;
	font-size:15px;
	color:white;

}
#leftContent1 {
	position: relative; 
	width: 700px; 
	float:left;
	background-color: white;
	opacity=1;
}
#rightContent1 {
	position:relative ; 
	width: 270px; 
	float:left;
	margin-left:30px;
	background-color: white;

}
#rightContent2 {
	position:relative ; 
	width: 270px; 
	float:left;
	margin-left:30px;
	background-color: white;
}
#centerContent1 {
	position: relative; 
	width: 1000px; 
	float:left;
	background-color: white;
}
#centerContent2 {
	position: relative; 
	width: 1000px; 
	margin-top:30px;
	float:left;
	background-color: white;
}

#centerContent3 {
	position: relative; 
	width: 485px; 
	margin-top:30px;
	float:left;
	background-color: white;
}



h2{

	color:#C4093C;

	font-size:28px;

	font-family:Calibri, Arial Narrow, Arial, serif;

	margin-top:45px;

	margin-left:45px;

	margin-right:45px;

	margin-bottom:0px;

}

h3{

	color:#C4093C;

	font-size:20px;

	font-family:Calibri, Arial Narrow, Arial, serif;

	margin-top:45px;

	margin-left:45px;

	margin-right:45px;

	margin-bottom:0px;

}

h4{
	color:#C4093C;
	font-size:15px;
	font-family:Calibri, Arial Narrow, Arial, serif;
	margin-top:45px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:0px;
}
p.black {
	color:black;
	font-size:15px;
	font-family:Calibri, Arial Narrow, Arial, serif;
	margin-top:20px;
	margin-left:45px;
	margin-right:45px;
	margin-bottom:45px;
}
p.footer {
	color:white;
	font-size:15px;
	font-family:Calibri, Arial Narrow, Arial, serif;
	margin-top:15px;
		
}
#fadeshow1 {
	
	position: relative;
	float:right;
	width:475px;
	height:356px;
	border:1;
	margin-left:25px;
	margin-right:45px;
	margin-bottom:25px;
}
#fadeshow2 {
	
	position: relative;
	float:right;
	width:475px;
	height:356px;
	border:1;
	margin-left:25px;
	margin-right:45px;
	margin-bottom:25px;
}
#ataGlance {
	width:250px;
	background-color:black;
	margin-top:15px;
	margin-right:45px;
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}
p.ataGlance {
	color:white;
	font-size:12px;
	font-family:Calibri, Arial Narrow, Arial, serif;
	margin:15px;

}



