/* CSS Document */
body {
	background-color:#000000;
	padding:0px;
	margin:0px auto;
	border-top:2px solid #EAB649;
}
#mainHolder {
	width:902px;
	margin:auto;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:140px;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
/*
#nav{
background-image:url(images/navBG.jpg);
background-repeat:repeat-x;
height:28px;
width:900px;
border:1px solid #666666;
margin:0px;
padding:0px;
}
*/
/*holder for the nav*/
#navHolder {
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	height:28px;
	width:900px;
	/*border:1px solid #666666;*/
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	margin:0px;
	padding:0px;
	display:block;
}
/*nav*/
#nav {
	/*width:100%;*/
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*line-height:12px;*/
    font-weight:normal;
	list-style-type:none;
	float:left;
}
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	line-height: 1;
	float:left;
}
#nav li {
	/*display:inline;*/
	width:150px;
	list-style-type:none;
	/*padding:5px 0px 5px 0px;*/
	padding:0;
	margin:0px;
	float:left;
}
#nav a {
	width: 149px;
	display: block;
	color: #000000;
	text-decoration: none;
	padding:8px 0 4px 0;
	margin: 0;
	text-align: center;
	border-right: 1px solid #666666;
}
#nav li ul {
	position: absolute;
	width: 149px;
	left: -999px;
	/*padding:28px 0 0 0;*/
	margin:0px 0 0 -1px;
	/*margin:28px 0 0 -151px;*/
	/*_margin:28px 0 0 -151px;*/
	padding:0;
	/*background-image:url(images/navBG.jpg);*/
	background-color:#F0DD41;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	height:auto;/*border-right: 1px solid #666666;*/
}
#nav li ul li {
	border-bottom: 1px solid #666666;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#nav a:hover {
	font-weight: bold;
	background-image:url(images/navBGhover.png);
	background-repeat:repeat-x;
}
#nav .selected {
	font-weight: bold;
	background-image:url(images/navBGhover.png);
	background-repeat:repeat-x;
}
/*.border{
	border-right: 1px solid #666666;}*/
#nav a.last {
	border: none;
	border-right:none;
}
#nav a.lastSelected {
	border: none;
	border-right:none;
	font-weight: bold;
	background-image:url(images/navBGhover.png);
	background-repeat:repeat-x;
}
#navPic {
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:0px;
	margin:0px;
}
.content {
	background-color:#333333;
	border:1px solid #666666;
	width:900px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	clear:left;
}
p {
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:16px;
	font-weight:100;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
a {
	text-decoration:none;
	color:#efe246;
}
a:hover {
	text-decoration:underline;
}
/*header main*/
h1 {
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	color:#EAB649;
	font-size:30px;
	line-height:36px;
	font-weight:lighter;
	padding: 15px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
/*subheadline*/
h2 {
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	color:#EAB649;
	font-size:16px;
	line-height:36px;
	font-weight:lighter;
	padding: 15px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

h3 {
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	color:#EAB649;
	font-size:14px;
	line-height:18px;
	font-weight:lighter;
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

sup {
	font-size:11px;
	line-height:10px;
	vertical-align:text-top;
}
/*green text for made in italy*/
.green {
	color:#006600;
	font-weight: bold;
	font-size:13px;
}
/*red text for made in italy*/
.red {
	color:#CC0000;
	font-weight: bold;
	font-size:13px;
}
/*bullet list*/
.bullet {
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:20px;
	font-weight:100;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	list-style: disc;
	list-style:inside;
}
/*holds image at bottom*/	
#imageHolder {
	text-align: center;
}
/*helps center the images with margins*/
#imageHolder img {
	margin: 10px 5px 10px 5px;
	border:1px solid #666666;
}
.imgBorder{
border:1px solid #666666;
}
/*products images after text aligned left*/	
.products {
	border:1px solid #666666;
	margin: 5px 0px 10px 12px;
	padding: 0;
}
#footer {
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:22px;
	border:1px solid #666666;
	padding:0px;
	margin:0px;
}
#footer p {
	font-family:Helvetica Neu, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:13px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}
#footer a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
}
.imgFloatLT{
float:left;
padding:0 10px 10px 0;
}
.img{
padding:0 0 0 10px;
}