@font-face {
	font-family: "Knockout";
	src: url("../fonts/Knockout.ttf"), url("../fonts/Knockout.woff"), url("../fonts/Knockout.otf");
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	min-height: 550px;
	background-color: #000000;
}

#mainDiv {
	width: 100%;
	
	margin: 0px auto;
	float: none;
}

#headerDiv {
	/*display: table;*/
	width: 100%;
	height: 170px;
	background-image: url("../images/texture_bg.png");
	background-repeat: repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#phoneDiv {
	right: 0px;
}
#logoImg {
    position: absolute;
    margin: auto;
    margin-left: 158px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.smIcons {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#fbIcon {
	margin-right: 279px;
}

#twitterIcon {
	margin-right: 209px;
}

#blogIcon {
	margin-right: 155px;
}

#menuDiv {
	width: 100%;
	height: 60px;
	background-image: url("../images/menu_bg.gif");
	background-repeat: repeat-x;
}

#menuContainer {
	width: 572px;
	text-align: center;
	margin: 0px auto;
}

#menuContainer div {
	font-family: "Knockout";
	width: 143px;
	height: 60px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	float: left;
	line-height: 60px;
	vertical-align: middle;
}

#menuContainer div:hover {
	color: rgb(255,209,64);
	background-image: url("../images/menu_over.gif");
	cursor: pointer;
}

#footerDiv {
	width: 100%;
	height: 122px;
	background-image: url("../images/gray_texture.gif");
	background-repeat: repeat;
}

#footerDiv a {
	color: #FFFFFF;
	font-family: "Knockout";
	font-size: 10pt;
	text-decoration: none;
	margin-left: 25px;
	display: inline-block;
	line-height: 122px;
}

#footerDiv a:hover {
	color: rgb(255,206,59);
}

#footerDiv hr {
	max-width: 80%;
	margin-left: 10%;
	position: relative;
	margin-top: -50px;
}

#homeA {
	margin-left: 10% !important;
}

#copyrightDiv {
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 8pt;
	text-decoration: none;
	margin-right: 10%;
	text-align: right;
}
