/* ------- Menu ------- */
.menu_text { color: #FFFFFF; font-size: 15px; }

a.menu_link:link { color: #FFFFFF; text-decoration: none; }
a.menu_link:visited { color: #FFFFFF; text-decoration: none; }
a.menu_link:hover { color: #FFFFFF; text-decoration: underline; }

/* ------- Link: Grey ------- */
a.grey_link:link { color: #666666; text-decoration: none; font-size: 18px; }
a.grey_link:visited { color: #666666; text-decoration: none; font-size: 18px; }
a.grey_link:hover { color: #666666; text-decoration: underline; font-size: 18px; }

/* ------- Heading: Gery ------- */
.grey_heading { font-family: Tahoma, Verdana, Arial, sans-serif; color: #666666; font-size: 26px; font-weight: bold; }

h1 { font-family: Tahoma, Verdana, Arial, sans-serif; color: #666666; font-size: 26px; font-weight: bold; }


/* ------- product link ------- */
#product_link_holder {
	/*height: 40px;
	width: 120px;*/
	font-size: 18px;
	display: none;
	z-index: 10;
	position: absolute;
}

#product_link {
	height: 30px;
	background: #666666;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	display: none;
	z-index: 11;
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

#product_link a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#product_link a:hover {
  text-decoration: none;
  background-color: #333333;
}


/* ------- site naviation ------- */
#site_naviation {
	padding: 10px 0;
	background:#FFFFF2;
	font-size: 12px;
}

/* ------- footer ------- */
#footer {
	padding: 10px 0;
	background:#353535;
	color: #FFFFFF;
	font-size: 12px;
}

.footer_link { color: #FFFFFF; text-decoration: none; font-size: 12px; }
