
a.header {
	color: white;
	text-decoration: none;
	vertical-align: middle;
}

a.header:hover {
	color: #cc0000;
}

a.header_active {
	color: #9999ff;
	text-decoration: none;
	vertical-align: middle;
}

a.header_active:hover {
	color: #cc0000;
}

a.menue {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.menue:hover {
	color: #cc0000;
}

a.menue_active {
	font-size: 12px;
	color: #9999ff;
	text-decoration: none;
	font-weight: bold;
}

a.menue_active:hover {
	color: #cc0000;
}

a.submenue {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.submenue:hover {
	color: #cc0000;
}

a.submenue_nosubdir {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.submenue_nosubdir:hover {
	color: #cc0000;
}

a.submenue_nosubdir_active {
	font-size: 11px;
	color: #9999ff;
	text-decoration: none;
	font-weight: bold;
}

a.submenue_active {
	font-size: 11px;
	color: #9999ff;
	text-decoration: none;
	font-weight: bold;
}

a.submenue_active:hover {
	color: #cc0000;
}

a.sub_submenue {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

a.sub_submenue_active {
	font-size: 11px;
	color: #9999ff;
	text-decoration: none;
	font-weight: bold;
}

a.sub_submenue:hover {
	color: #cc0000;
}

h1 {
	font-family: Impact;
  	font-size: 45px;
  	display: inline;
  	color: #3366cc;
	}
	
h2	{
	color: black;
	font-size: 24px;
	}
	
h3	{
	color: black;
	font-size: 16px;
	}
	
h4	{
	color: blue;
	font-size: 16px;
	}

img {
	border: 0px;
}

span.image_preloader {
	display: none;
}

table.menue {
	font-family: Tahoma;
	width: 155px;
}

td.menue_closed {
	background-image: url(nav_button_off.jpg);
	background-repeat: no-repeat;
	height: 28px;
	cursor: pointer;
}

td.menue_closed:hover {
	background-image: url(nav_button_on.jpg);
	cursor: pointer;
}

td.menue_selected {
	background-image: url(nav_button_selected.jpg);
	background-repeat: no-repeat;
	height: 28px;
}

td.submenue_top {
	height: 14px;
	background-image: url(subnav_bg_top.jpg);
}

td.submenue {
	
	background-image: url(subnav_bg_content.jpg);
}

td.submenue_bottom {
	height: 14px;
	background-image: url(subnav_bg_bottom.jpg);
}

ul.sub_submenue {
	vertical-align: middle;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

li {
	background-image: url(subsubnav_dot.gif);
	background-repeat: no-repeat;
}
#couponBox {
  position: absolute;
  top: -100px;
  left: 512px;
  width: 294px;
  height: 92px;
  text-align: left;
  color: #fff;
  padding: 10px 20px;
  font: 12px Tahoma;
  background: url('couponBox.png') no-repeat;
}
#couponBox #title {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#couponBox #info {
  color: #fce171;
  text-align: right;
  width: 135px;
  font-weight: normal;
  margin: 4px 0 0 0;
}
#headerInfo {
  display: none;
}
#phoneBox {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 7px;
  height: 44px;
  cursor: pointer;
  background: url(phoneBox.png) no-repeat;
}
