/* layout/layout.css */

/* ----- content ----

- logo
- container 
- mainmenu
- footer

--- END OF content --- */


/* logo */
#logo {
	padding: 30px;
	width: 1000px;
	height: 100px;
	margin: 0 auto;	
	position: relative;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /* Firefox */	
	box-sizing: border-box;
}

#logo h1 a {
	left: 0;
	bottom: 0;
	width: 286px;
	height: 65px;
	margin-bottom: 0;
	position: absolute;
}

#logo span {
	display: none;
}
/* END OF logo */


#container {
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box;	
}

#mainContent {
	float: right;
}

#sideContent {
	float: left;
}

/* mainMenu */
#mainMenu {
	overflow: hidden;
	width: 955px;
}

#mainMenu  ul li {
	float: left;
}

#mainMenu  ul li a {
	display: block;
	font-size: 14px;	
	font-weight: bold;
	padding: 10px 30px;	
	text-transform: uppercase;
	font-family: Arial, Geneva, sans-serif;
}
/* END OF mainMenu */


/* footer */
#footer .logos {
	width: 940px;
	height: 60px;
	position: relative;
}

#footer .logos a {
	bottom: 8px;
	height: 30px;
	display: block;
	position: absolute;	
}

#footer .logos #ed1 {	
	left: 10px;
	width: 60px;
}

#footer .logos #CarpetDeck {	
	left: 80px;
	width: 65px;
	height: 50px;
}

#footer .logos #UltraDeck {	
	left: 170px;
	width: 130px;
}

#footer .logos #EventDeckIce {
	width: 90px;
	left: 330px;
	height: 50px;		
}

#footer .logos #HexaDeck {	
	left: 440px;
	width: 110px;
}

#footer .logos #ArmorDeck {	
	left: 580px;
	width: 130px;
}

#footer .logos #DuraDeck {	
	left: 740px;
	width: 90px;
}

#footer .logos #DanceDeck {
	right: 10px;
	width: 70px;	
}

#footer #footerBottom {
	height: 125px;
}

#footer #footerBottom .footerLinks {
	width: 104px;	
	overflow: hidden;
	margin: 20px auto;
}

#footer #footerBottom .facebook,
#footer #footerBottom .skype {	
	float: left;
	margin: 5px;
	width: 42px;
	height: 42px;
	display: block;
}

#footer p {
	text-align: center;
}
/* END OF footer */







