@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bgfadealt.jpg);
	background-repeat:repeat-y;

}
#flashcontent{
	Z-INDEX: 1;  
	WIDTH: 165px; 
	background: url(../images/indiecrest.gif) no-repeat; 
	HEIGHT: 203px; 
	display: block; 
	TOP: 0px; 
	margin-bottom: 10px;
}

#flashcontentb{
	Z-INDEX: 1;  
	WIDTH: 500px; 
	 background: url(../images/image4.jpg) no-repeat;
	HEIGHT: 300px; 
	 
	TOP: 0px; 
	
}

 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	 padding: 0 0px 0 0px;
	 width:580px;
	 height: 140px;
	 background-image:url(../images/header.gif);
	 background-repeat:no-repeat;
	 background-position:bottom left;
	
	 

} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#lowernav ul{
	Z-INDEX: 1;  
	WIDTH: 130px; 
	 padding-top: 11px;
	float:right;
	}
	
#lowernav li {  
 
font-family:"Courier New", Courier, monospace;
font-size: 12px; 
list-style-type: none;
font-weight: bold;
text-align:right;
line-height:20px;
word-spacing: -2px;
padding-left: 0px;
text-indent: -40px;

}
#lowernav a { 
text-decoration:none; 
color: #555  }

#lowernav a:hover{
	color:#fff;
	background-color:#000;
}

#lowernav a span{color:#ed1d8f}



#navcontainer ul{
	width: 430px;
	height: 45px;
	padding-left: 0px;
	padding-top: 88px;
	position:absolute;
	
}


#navcontainer li { 
display: inline; 
float: left;
padding-right: 13px;
padding-left:6px;

}

#navhome {
	 WIDTH: 85px; 
	 HEIGHT: 41px; 
	  
	 display: block; 
	 background-image: url(../images/homed.jpg); 
	 background-repeat:no-repeat;
	 
}
#navhome span {
	display:none}
	
	#navhome:hover {background-position:  -105px; }

#navshop {
	  WIDTH: 84px; 
	  HEIGHT: 40px;  
	 
	 
	  display: block; 
	  background-image: url(../images/shopd.jpg); 
	  background-repeat:no-repeat;
}

#navshop:hover {background-position:  -105px; }

#navshop span {
	display:none}

#navabout {
	  WIDTH: 94px; 
	  HEIGHT: 40px;  
	  
	  display: block; 
	  background-image: url(../images/aboutd.jpg); 
	  background-repeat:no-repeat;
	
}

#navabout span {
	display:none}
	
	#navabout:hover {background-position:  -105px; }

	
#navinfo {
	  WIDTH: 78px; 
	  HEIGHT: 41px;  
	  
	  display: block; 
	  background-image: url(../images/infod.jpg); 
	  background-repeat:no-repeat;
	  }
#navinfo span {
	display:none}
	
	#navinfo:hover {background-position:  -105px; }
	

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 8px 10px 5px 0px;
}
#sidebar1 P, #sidebar2 P, #sidebar3 P, #sidebar4 P, #sidebar5 P {
	TEXT-ALIGN: justify; 
	MARGIN: 0px; 
	FONT: 9px Verdana; 
	
}
#sidebar1 a, #sidebar2 a, #sidebar3 a, #sidebar4 a,#sidebar5 a {
	TEXT-ALIGN: justify; 
	MARGIN: 0px;
	padding: 0;
	FONT: 9px Verdana; 
	COLOR: #555
}
#sidebar1 span{ float:right; color: #ed1d8f; margin-top: -11px; font-size:11px}
#sidebar2 span{ float:right; color: #ed1d8f;margin-top: -11px; font-size:11px}
#sidebar3 span{ float:right; color: #ed1d8f; margin-top: -11px; font-size:11px}
#sidebar4 span{ float:right; color: #ed1d8f; margin-top: -11px; font-size:11px}

	
#sidebar1head h2, #sidebar2head h2, #sidebar3head h2, #sidebar4head h2, #sidebar5head { 
font-weight:bold;  
font-family:"Courier New", Courier, monospace; 
font-size:12px; 
line-height: 12px; 
width: 160px; 
border-top:dotted 1px #555; 

padding-top: 5px;
}

#sidebar1head h2 a, #sidebar2head h2 a, #sidebar3head h2 a, #sidebar4head h2 a, #sidebar5head h2 a { 
font-weight:bold; 
color: #ed1d8f;
padding-top: 5px;
text-align:justify; 
font-family: "Courier New", Courier, monospace;  
font-size:12px; 
line-height: 12px; 
padding-top: 5px;
}
#sidebar1 {
	Z-INDEX: 1;  
	WIDTH: 160px; 
	VISIBILITY: visible; 
	height: auto;  
	text-align: justify; 
	padding-bottom: 5px;
	margin-top:-5px;
}

#sidebar2 {
	Z-INDEX: 1;  
	WIDTH: 160px; 
	VISIBILITY: visible; 
	height: auto;  
	text-align: justify;
	padding-bottom: 5px;
	 margin-top: -5px;  
}
#sidebar3 {
	Z-INDEX: 1;  
	WIDTH: 160px; 
	VISIBILITY: visible;  
	height: auto; 
	text-align: justify;
	padding-bottom: 5px;
	 margin-top: -5px;  
}
#sidebar4 {
	Z-INDEX: 1;  
	WIDTH: 160px; 
	VISIBILITY: visible; 
	height: auto;  
	text-align: justify; 
	 padding-bottom: 5px;
	 
	 
	margin-top: -5px;   
	border-bottom:dotted 1px #555; 
}

#sidebar5 {
	Z-INDEX: 1;  
	WIDTH: 160px;
	VISIBILITY: visible; 
	height: 150px;  
	text-align: justify; 
	 
	padding-top: 5px; 
	    
	border-bottom:dotted 1px #555; 
	border-top:dotted 1px #555;
}

#sidebar5 span{
	font-weight:bold; 
	color:#009;}

#paypal {  
WIDTH: 160px;  
height: 174px;  
padding-left:5px;  
padding-bottom: 5px;

}
A {
	 TEXT-DECORATION: none
}
A INS {
	TEXT-DECORATION: none}

#mainContent { 
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Geneva, sans-serif; 
font-size:11px; 
color:#003; 
text-align:justify; 
padding-left: 20px;

}

h1 {font-family:"Courier New", Courier, monospace;
color:#440000;
padding-top:10px;
font-size:20px}

#content1{background: url(../images/border.gif) top right no-repeat;
padding-left: 5px;
margin-top: -8px;

}
#content1 img { 
      margin-left: 10px;
	  border:#555 2px ridge;
}

.list a, .list li {
font-family: "Courier New", Courier, monospace;
font-size: 12px; 
list-style-type: none;
font-weight: bold;
color:#F09;
text-indent: -38px;
}

.list li a:hover{ color:#000}

h3 {font-family:"Courier New", Courier, monospace;
color:#440000;
font-size:16px}

#content1 a span{ font-family:"Courier New", Courier, monospace;
color:#F09;
font-size:16px;
font-weight:bold; }
	
#imageviewer {
	margin-top: 0px;
	margin-left: 40px;
    height: 300px;
	width: 545px;
	
	
	
}

#news {
	background: url(../images/border.gif) top right no-repeat;
	padding-left: 10px;
	border-left: 1px #555 dotted}
	
	#news span {color: #F09;
	             font-weight:bold;}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footernav ul { 
    
    margin: 0px 0 5px 180px;
	WIDTH: 570px;
	height:20px;
}

#footernav li {
	 
	font-family: Verdana, Geneva, sans-serif; 
	font-size:9px ; 
    display: inline; 
	float: left;
	padding-right:8px;

}



 #footernav a { 
 text-decoration:none; 
 color: #440000  
 } 

#ampsfooter {
	Z-INDEX: 1;  
	WIDTH: 760px; 
	BACKGROUND: url(../images/ampsbottom.gif) no-repeat; 
	HEIGHT: 219px; 
	VISIBILITY: visible;  
	margin-left: 20px;
	
}

pre {
	font-size: 1.1em;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
	a {
outline: none;
}