/* CSS Document */
body {
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {
	font: bold large;
	font-size: 16px;
	font-weight: 600;
}
.style5 {	font-family: Verdana;
	font-size: xx-small;
}
p{
	font-family: Verdana;
	font-size: 80%;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	list-style-position: outside;
}
.bold {
	font-family: Verdana;
	font-size: 80%;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	text-align: left;
	margin-right: 20px;
	padding-top: 10px;
}
.bold2 {
	font-family: Verdana;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: groove;
	border-bottom-width: thin;
}
.navigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFFF00;
	text-indent: 10px;
}

.leftbox {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-align: left;
}
.leftbodyimg {
	float: left;
	height: auto;
	width: auto;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.rightbodyimg {
	float: right;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.shop {
	font-family: Verdana;
	font-size: 100%;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	text-align: left;
}	
#shop a { 
color: #ff6600; 
} 
#shop a:hover { 
color: #000000; 
}
#shop a:link {
color: #FF6600;
}
 
a.nav:link {color: FF6600; text-decoration: none; }
a.nav:visited {color: black; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; } 
 
body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:0px;
	}
	#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */
	}	
	#previewPane{
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 550px;	/* IE 5.x */
	height/* */:/**/550px;	/* Other browsers */
	height: /**/550px;
	width: 500px;
	border-color: #FF6600;				
	}
	#previewPane img{
		line-height:550px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
	border-color: #FF6600;				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;	
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#theImages .imageCaption{
		display:none;
	}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	left: 30%;
	right: 30%;
	letter-spacing: .2em;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.gif) 0px -30px no-repeat;
	background-image: url(images/nav2_bg.gif);
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

