#AutoNumber1 {
	background: url(http://www.crystallewis.com/2008/images/design/title_background.jpg) repeat-x;
	width: 100%;
	text-align: center;
}
table#AutoNumber1.prodviewodd {
	background: url(none);
}
table#AutoNumber1.prodvieweven {
	background: url(none);

}
/*.sitewide{
	display:none;
}*/

.visible {
	display:block;
	background-color: #30221B;
	background-image: url(none);
	text-align: center;
	color: #E7DABE;
	padding-top: 40px;
}

.visible a {
	color:#FFFFFF;
}

#titledisplay {
	margin-right: auto;
	margin-left: auto;
}

#headingdisplay {
	background: url(http://www.crystallewis.com/2008/images/design/title.jpg) no-repeat;
}

/*****************************
*
*	Navigation
*
*****************************/

#nav {
	margin: 0px auto;
	width: 1000px;
	clear: both;
	text-align: center;
}
#nav ul {
	position: relative;
	width: 670px;
	height: 63px;
	margin: 0 auto;
	padding:0;
}

#nav li {
	display:inline;
	list-style-type:none;
}

#nav  a{
	display: block;
	height: 63px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}


#nav1 a {
	position: absolute;
	left: 0px;
	width: 84px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/news.jpg) no-repeat 0px 0px;
}

#nav2 a {
	position: absolute;
	left: 84px;
	width: 90px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/music.jpg) no-repeat 0px 0px;
}

#nav3 a {
	position: absolute;
	left: 174px;
	width: 103px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/photos.jpg) no-repeat 0px 0px;
	}

#nav4 a {
	position: absolute;
	left: 277px;
	width: 130px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/bio.jpg) no-repeat 0px 0px;
	}

#nav5 a {
	position: absolute;
	left: 407px;
	width: 81px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/blog.jpg) no-repeat 0px 0px;
	}

#nav6 a {
	position: absolute;
	left: 488px;
	width: 94px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/forum.jpg) no-repeat 0px 0px;
	}

#nav7 a {
	position: absolute;
	left: 582px;
	width: 88px;
/*	height: 63px;
*/	background: url(http://www.crystallewis.com/2008/images/design/nav/store.jpg) no-repeat 0px 0px;
	}
/*#nav a.current {
	background-position: 0px 0px;
	cursor: default;
}
*/
#nav  a:hover {
	background-position: 0 -63px;
}


/*
#nav {
	margin: 0px auto;
	width: 1000px;
}
#nav ul {
	list-style-type: none;
	position: relative;
	width: 670px;
	height: 63px;
	margin: 0 auto;
	padding:0;
}
#nav  a{
	display: block;
	height: 63px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}


#nav1 a {
	position: absolute;
	left: 0px;
	width: 84px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/news.jpg) no-repeat 0px 0px;
}

#nav2 a {
	position: absolute;
	left: 84px;
	width: 90px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/music.jpg) no-repeat 0px 0px;
}

#nav3 a {
	position: absolute;
	left: 174px;
	width: 103px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/photos.jpg) no-repeat 0px 0px;
	}

#nav4 a {
	position: absolute;
	left: 277px;
	width: 130px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/bio.jpg) no-repeat 0px 0px;
	}

#nav5 a {
	position: absolute;
	left: 407px;
	width: 81px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/blog.jpg) no-repeat 0px 0px;
	}

#nav6 a {
	position: absolute;
	left: 488px;
	width: 94px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/forum.jpg) no-repeat 0px 0px;
	}

#nav7 a {
	position: absolute;
	left: 582px;
	width: 88px;
	height: 63px;
	background:  url(http://www.crystallewis.com/2008/images/design/nav/store.jpg) no-repeat 0px 0px;
	}
#nav  a:hover {
	background-position: 0 -63px;
}
#nav a.current {
	background-position: 0px 0px;
	cursor: default;
}
*/

/*****************************
*
*	Content - Sub Navigation
*
*****************************/

#sub_nav {
	text-align: center;
	display: block;
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;

}
#sub_nav   li  {
	font-size: 14px;
	color: #FFFFFF;
	display: inline;
	list-style: none;
	border-right: 1px solid #F56324;
	padding: 0 20px;
	letter-spacing: 0.2em;
	text-align: center;
	margin:0;
}
#sub_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#sub_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
#sub_nav li.last {
	border-right-style: none;
}

body {
	background-color: #30221B;
}
#subnavdisplay {
	background: url(http://www.crystallewis.com/2008/images/design/content_background.jpg) no-repeat 50%;
}
#crystaldisplay {
	background: url(http://www.crystallewis.com/2008/images/design/backgrounds/rotate.php) no-repeat fixed right bottom;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 100%;
	position: fixed;
	z-index: -999;
	bottom: 0px;
	right: 0px;
}
/*****************************
*
*	Site Information
*
*****************************/

#site_info {
	clear:both;
	width: 800px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #E7DABE;
	margin: 0 auto;
}
#site_info  li {
	display: inline;
	list-style-type: none;
	border-right: 1px dotted #E7DABE;
	padding: 0px 7px;
	font-size: 10px;
}
#site_info a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#site_info a:hover {
	text-decoration: underline;
}
#site_info li.last  {
	border-right-style: none;
}

