@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #302d23;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}

a {
	color:#FFFFFF
	
	}

#wrapper {
	margin:250px auto 0px auto;
	width: 356px;
}

#icon-wrapper {
	margin:100px auto 0px auto;
	width: 900px;
}

#under-construction {
	background-image: url(_img/PolatzoHeadShop-Holding-01.jpg);
	width: 356px;
	height: 113px;
}

#icons {
	background-image: url(_img/PolatzoHeadShop_Icons.jpg);
	width: 900px;
	height: 612px;
}

.sub-nav {
	width: 900px;
	height: 60px;
	text-align: center;
	float: left;
	font-size: 14px;
	padding-top: 50px;
	color: #FF0000;
	}

.sub-nav a {
	color: #302d23;
}

.sub-nav a:hover {
	color: #FF0000;
}

ul.sub-nav {
	list-style: none;
	float: left;
	width: 900px;
}

li.sub-nav {
	list-style: none;
	width: 150px;
	float: left;
	text-align: left;
	color: #FF0000;
}

li.sub-nav a {
	display: block;
	float: left;
	color: #FF0000;
}


.sub-nav-link {
	width: 890px;
	height: 120px;
	text-align: center;
	float: left;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 20px;
}

.sub-nav-link a {
	color:#FF2B1F;
}

.sub-nav-link a:hover {
	color:#302d23;
}

.footer {
	margin-top:20px;
	}
