/* Body Styles */
* {
margin: 0;
padding: 0;
}
img {
	border: none;
}
html, body {
	background-color: white;
	background-image: url(images/bgnd.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;;
	text-align: center;
	width: 100%;
	line-height: 1.5;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}

/* Top Bar */
#milano {
	background-color: #424743;
	background-image: url(images/top-bgnd.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
}
#milano_fixed {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: inherit;
}
#milano .logo {
	float: left;
	margin-left: 5px;
}
#milano .phone {
	float: right;
	margin-right: 5px;
	padding-top: 18px;
	text-align: right;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}
/* Navigation */
#nav {
	background-image: url(images/nav-bgnd.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	height: 24px;
}
#nav_fixed {
	background-color: inherit;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	background-color: inherit;
	width: inherit;
	list-style-type: none;
	padding-top: 1px;
} 
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: inherit;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
}
#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CF3149;
	background-color: inherit;
	font-size: 11px;
	padding: 0px 8px 0px 8px;
}
#nav li { /* all list items */
	position: relative;
	float: left;
	display: inline;
}
#nav .line {
	color: #AA1F34;
}
#nav li li a:link, #nav li li a:visited, #nav li li a:active {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	background-color: #FFFFFF;
	line-height: 1;
	font-weight: normal;
	padding: 5px;
	width: 150px;
	display: block;
	margin-bottom: -2px;
	text-align: left;
}
#nav li li a:hover {
	color: white;
	background-color: #AA1F34;
	text-decoration: none;
	border: 1px solid black;
	line-height: 1;
	font-weight: normal;
	padding: 5px;
	display: block;
	width: 150px;
	margin-bottom: -2px;
	text-align: left;
}
html>body #nav li ul { /* second-level lists */
	position: absolute;
	color: black;
	border-bottom: 1px solid black;
	text-decoration: none;
	background-color: inherit;
	width: 150px;
	margin-left: 0px;
	padding-top: 1px;
	text-align: center;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul { /* second-level lists */
	position: absolute;
	color: black;
	border-bottom: 1px solid black;
	text-decoration: none;
	background-color: inherit;
	width: 150px;
	margin-left: -100px;
	padding-top: 19px;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li {
	background-color: inherit;
	width: 100%;
	padding-left: 0px;
	float: left;
}	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Content */
#content {
	width: 100%;
	background-color: white;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content_fixed {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main {
	margin-top: 10px;
	margin-bottom: 15px;
}
html>body .catlink {
	width: 168px;
	height: 60px;
	margin-left: 7px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
.catlink {
	width: 169px;
	height: 60px;
	margin-left: 7px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
html>body .catlink2 {
	width: 168px;
	height: 60px;
	margin-left: 6px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
.catlink2 {
	width: 170px;
	height: 60px;
	margin-left: 6px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
html>body .catlink3 {
	width: 168px;
	height: 60px;
	margin-left: 5px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
.catlink3 {
	width: 170px;
	height: 60px;
	margin-left: 5px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
html>body .catlink4 {
	width: 168px;
	height: 60px;
	margin-left: 4px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
.catlink4 {
	width: 170px;
	height: 60px;
	margin-left: 4px;
	text-align: center;
	background-color: white;
	border: 1px solid #CDCBCB;
}
html>body .catlink_in {
	width: 148px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	padding-top: 4px;
	margin-bottom: 10px;
	background-color: #ECEAEA;
	border: 1px solid #CDCBCB;
}
.catlink_in {
	width: 148px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	padding-top: 4px;
	margin-bottom: 10px;
	background-color: #ECEAEA;
	border: 1px solid #CDCBCB;
}
.catlink_in a:link, .catlink_in a:active, .catlink_in a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.catlink_in a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#text {
	width: 690px;
	line-height: 1.85;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	margin-bottom: 25px;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
	margin: 0;
	padding: 0;
}
/* Footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background-color: white;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer .copyright {
	position: relative;
	float: left;
	padding-left: 10px;
	text-align: left;
	width: 300px;
	margin-top: 4px;
	color: #999999;
	background-color: inherit;
	font-size: 10px;
}
#footer .credit {
	position: relative;
	text-align: right;
	padding-right: 10px;
	float: right;
	width: 300px;
	margin-top: 4px;
	color: #999999;
	background-color: inherit;
	font-size: 10px;
}
#footer .credit a:link, #footer .credit a:active, #footer .credit a:visited {
	color: #999999;
	background-color: inherit;
	font-size: 10px;
	text-decoration: underline;
}
#footer .credit a:hover {
	color: #999999;
	background-color: inherit;
	font-size: 10px;
	text-decoration: none;
}
.shipping {
	font-size: 15px;
	color: black;
	font-weight: bold;
}
.shipping a:link, .shipping a:visited, .shipping a:active {
	text-decoration: underline;
	font-weight: bold;
	color: CF3149;
	background-color: inherit;
}
.shipping a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CF3149;
	background-color: inherit;
}
.email {
	color: black;
	font-weight: normal;
}
.email a:link, .email a:visited, .email a:active {
	text-decoration: underline;
	font-weight: bold;
	color: CF3149;
	background-color: inherit;
}
.email a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CF3149;
	background-color: inherit;
}