body{
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #660000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #330000;
}

a:hover {
	text-decoration: underline;
	color: #330000;
}

a:active {
	text-decoration: none;
}

#header {
	height: 80px;
	width: 100%;
	position: relative;
	float: left;
}

#container {
	height: 100%;
	width: 820px;
	background-image: url(../images/contentBG.gif);
	position: relative;
}

#navColumn {
	height: 600px;
	width: 150px;
	position: relative;
	float: left;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-y;
}

#mainImage {
	height: 600px;
	width: 520px;
	position: relative;
	float: left;
}

#footer {
	height: 20px;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 8px;
}

#content {
	margin-top: 20px;
	height: 100%;
	width: 740px;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.7em;
}

/* Content Columns */

#colOne {
	margin-left: 50px;
	margin-top: 20px;
	height: 100%;
	width: 75px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	margin-bottom: 20px;
	line-height: 1.7em;
}

#colTwo {
	margin-top: 20px;
	height: 100%;
	position: relative;
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	padding: 0 20px;
	line-height: 1.7em;
	background-image: url(images/1x1_bg.jpg);
}

#colThree {
	margin-top: 20px;
	height: 100%;
	position: relative;
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	padding: 0 20px;
	line-height: 1.7em;
}

#mainHeader {
	height: 164px;
	width: 820px;
	background-image: url(../images/sac_mainHeader.gif);
	background-repeat: no-repeat;
}

#navContainer {
	width: 100%;
	height: auto;
}

#subNav {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 400px;
	height: 20px;
	margin-top: 4px; 
}

#mainNav {
	width: 820px;
	height: 16px;
	/* background-image: url(../images/navBG.gif); */
	background-color: #CC0000;
}

#shopDescription {
	height: auto;
	width: 450px;
	position: relative;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.1em;
}

.subHeading {
	font-family:  "Times New Roman", Georgia, Times, serif;
	font-weight: bold;
	color: #660000;
	font-size: 14pt;
}

.date {
	font-family:  "Times New Roman", Georgia, Times, serif;
	font-size: 9pt;
	color: #ffffff;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.regular {
	font-family:  "Times New Roman", Georgia, Times, serif;
	font-size: 9pt;
	color: #000000;

}

.returnTop {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.mainContent {
	line-height: 115%;
	font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.footer {
	color: #ffffff;
	font-family: "Arial", Arial, Helvetica,k sans-serif;
	font-size: 9pt;
}

.subHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
	line-height: 1.4em;
}

.navBody {
	font-family: "Arial", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
	line-height: 1.8em;
}

.navHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #ffffff;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	font-weight: bold;
	 z-index:200;
}

/* CSS Drop Down */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
  
li {
	float: right;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
	/* background-image: url(../images/navBG.gif); */
	
}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  top: 100%;
  
  font-weight: normal;
	padding: 0.5em 0 1em 0;
	border: solid 1px #7d6340;
	background-image: url(../images/navBG.gif);
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
