@charset "utf-8";


/* -- HTML Elements -- */

body {
	margin: 0;
	padding: 0;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #660000 url();
	}

a:link,a:visited {
	color: #;
	}

}

#header h1 {
	margin: 0;
	text-indent: -9999px;
	}

#tag-line {
	position: absolute;
	top: 194px;
	right: 30px;
	width: 290px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;  font-weight; bold:
	}


/* Navigation */

#nav {
	position: relative;
	margin: 0;
	padding: 8px 0 0 60px;
	height: 30px;
	list-style: none;
	font-size: 1em; 
	background-image: url(http://www.hdsanta.com/imgs/bd_nav_bg.jpg);
	z-index: 2;
	}
/* seperators */
#nav li {
	position: relative;
	float: left;
	padding: 0 19px;
	height: 23px;
	line-height: 23px;
	border-left: 1px solid #330000;
	}

li#nav-home {
	border: none;
	}
/* Link txt */
#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;}

#nav li:hover,#nav li.over {
	background-image: url();
}

#nav ul {
	display: none;
	position: absolute;
	top: 23px;
	left: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #660000;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	opacity: .9;
	z-index: 2;
	}

#nav li:hover ul,#nav li.over ul {
	display: block;
	}

#nav li li {
	float: none;
	padding: 0;
	height: 23px;
	line-height: 23px;
	border-left: none;
	border-bottom: 1px solid #666666;
	}

#nav li li a {
	padding-left: 2.3em;
	height: 23px;
	font-weight: normal;
	background: transparent url(http://www.hdsanta.com/imgs/Rudolph.png) 2px 2px no-repeat;
	}

#nav li li.alt-1 a {
	background-image: url(http://www.hdsanta.com/imgs/Rudolph.png);
	}

#nav li li.alt-2 a {
	background-image: url(http://www.hdsanta.com/imgs/Rudolph.png);
	}

#nav li li.alt-3 a {
	background-image: url(http://www.hdsanta.com/imgs/Rudolph.png);
	}

#nav li li a:hover {
	font-weight: bold;
	background-color: #330000;
	background-image: url(http://www.hdsanta.com/imgs/Santa_Hat.gif);
	}

#nav-about {
	width: 10em;
	}

#nav-network {
	width: 14em;
	}
#nav-reindeer {
	width: 10em;
	}
#nav-links {
	width: 12em;
	}

#nav-resources {
	width: 12em;
	}

#nav-contact {
	width: 12em;
	}

#nav abbr {
	border-bottom: none;
	}
	

/* end nav */






