/* Giacomos CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: auto;
	margin-top: 0px;
}
#masthead {
	background-repeat: no-repeat;
	width: 700px;
	margin-top: 0px;
}

#topnav {
	height: 22px;
	width: 700px;
	float:left;
	}
	
body {
	background-color: #000000;
}
/* Menu */

#menu {
	float: left;
	height: 22px;
	width: 700px;
	display: inline;
	background-repeat: no-repeat;
	margin-top: 0px;
	}

#menu ul {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#menu li {
	float: left;
	height: 22px;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	background-image: url(/images/default-bg.jpg);
	background-repeat: no-repeat;
	}

#menu a {
	height: 22px;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 4.5px;
	}

#menu a:hover {
	height: 22px;
	width: 100px;
	background-image: url(/images/prod-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#menu .active a {
	background-image: url(/images/prod-bg.jpg);
	background-repeat: no-repeat;
}

#content {
	background-color: #FFFFFF;
	float: left;
	height: 600px;
	width: 700px;
}
#footer {
	float: left;
	height: 217px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	clear: left;
	background-image: url(/images/footer-bg.png);
	background-repeat: no-repeat;
	background-color: #000000;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	text-align: left;
	padding-top: 15px;
	padding-left: 35px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:1px;
	border-bottom:thin #FFFFFF solid;
}
#footer p .copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding: 5px 0px 0px;
}
#footer_info {
	color: #FFF;
	float: left;
	height: 100px;
	width: 250px;
	padding-top: 35px;
	text-align: left;
	padding-left: 30px;
}
#footer_info h3 {
	font: bold 12pt Verdana, Geneva, sans-serif;
	margin-top: 0px;
	color: #000;
}
#footer_info p {
	margin: -25px 0px 0px -30px;
	font-size: 9px;
}
