/* CSS Document */
@import url("../webfonts/ftrabk/stylesheet.css");
@import url("../webfonts/ftrahv/stylesheet.css");
#header h3 {
font-family: ftrahv;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:10px;
	margin-right: 10px;
	
	}

#header {
	background-color: #f6f6f6;
	height: auto;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-left-color: none;
}
#header a  {
	text-decoration: none;	
	font-family: ftrahv;
	font-size: 60px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;	
	
}
	
	
#header img {
	margin-top:30px;
	margin-bottom:0px;
	}
#logo {
	height: 200px;
}
#centerHeader {
	height: 200px;
}
#rightHeader {
	height: 200px;
}
#logo {
	height: 200px;
}
#nav {
	height: 60px;
}
#sliderWrapper {
	height: 400px;
}
#templateBody {

}
#templateBodyLeft {
	height: 400px;
}
#templateBodyRight {
	height: 400px;
}
#footer {
		background-color: #000;
		height:60px;
}
#f1,#f2,#f3 {
display:none;	
	
	}
#f1 {
	height: 300px;
}
#f2 {
	height: 300px;
}
#f3 {
	height: 300px;
}
#footer2 {
	height: 30px;
	padding-top: 20px;
	text-align: center;
}
.footerfont {
	color: #CCC;
	font-family: BenguiatReg, "Times New Roman";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}
.copyfont {
	color: #CCC;
	font-family: BenguiatReg, "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
#footer2 a {
	color: #CCC;
	font-family: BenguiatReg, "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
#footer2 a:hover {
	color: #C1D72E;
	font-family: BenguiatReg, "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

#center {
text-align:center;
height:600px;	
	
}

 
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#header h3 {
font-family: ftrahv;
	font-size: 60px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left:10px;
	margin-right: 10px;
	
	}
#header {
}
#logo {
	height: 200px;
}
#centerHeader {
	height: 200px;
}
#rightHeader {
	height: 200px;
}
#logo {
	height: 200px;
}
#nav {
	height: 60px;
}
#sliderWrapper {
	height: 400px;
}
#templateBody {

}
#templateBodyLeft {
	height: 400px;
}
#templateBodyRight {
	height: 400px;
}
#footer {
	height: 60px;
}
#footer2 {
	height: 50px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
#header {
}
#logo {
	height: 200px;
}
#centerHeader {
	height: 200px;
}
#rightHeader {
	height: 200px;
}
#logo {
	height: 200px;
}
#nav {
	height: 60px;
}
#sliderWrapper {
	height: 400px;
}
#templateBody {

}
#templateBodyLeft {
	height: 800px;
}
#templateBodyRight {
	height: 800px;
}
#f1,#f2,#f3 {
display:block;	
	
	}
#footer {
	height: 300px;
	background-color: #000;
}
#footer2 {
	height: 30px;
	padding-top: 20px;
}
#center{
text-align:center;	
height:600px;
	}
	
}
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
