/* GLOBAL STYLES & SETTINGS */

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
   font: 13px/20px Constantia, "Palatino Linotype", Palatino, "Book Antiqua", serif;
   margin: 0px;
   color: #969385;
   
}

a:link { 
	color: #b13a1f;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
}

a:visited { 
	color: #64604d;
	text-decoration:none;

}

#container  {
   margin: auto;
   margin-top:0px;
   width: 585px;
   position: relative;
}

#navigation  {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 136px;
   z-index: 4;
   width: 300px;
   height: 37px;
   line-height:6px;

}

#content  {
   margin-top: 30px;
   visibility: visible;
   padding: 0px;

}
		#content p  {
		   padding-left: 55px;
		   text-align: justify;
		}
	
	
#shopwidget {
	background:url(images/shop/shopwidget-bg.jpg);
	background-repeat:no-repeat;
	width:530px;
	height:377px;
	padding-left:55px;
}

#footer  {
   position: relative;
   visibility:visible;
   left: 3px;
   top: 6px;
   z-index: 3;
   left: 0px;
   top: 0px;
   width: 100%;
   float: left;
   text-align:center;
}

.headlneorange {
	font-size:15px;
	color:#b13a1f;
}
.headlinedark {
	font-size:15px;
	color:#64604d;
}
		
		
		
		
		
/* INDEX.HTML SPECIFIC STYLES & SETTINGS */

#container-index  {
   margin: auto;
   padding-top:35px;
   width: 585px;
   position: relative;
}


#content-index  {
   margin-top: 30px;
   visibility: visible;
   padding: 0px;
}
		#content-index p  {
  		 padding-left: 55px;
	     text-align: justify;
		}

#navigation-index  {
	visibility: visible;
	position: absolute;
	left: 1px;
	top: 596px;
	z-index: 4;
	width: 300px;
	height: 37px;
	padding:0px;
	margin:0px;
	line-height:6px;
}

#contactform {
	width:500px;
	left: 56px;
	position: absolute;
	top: 328px;
	z-index: 4;
}




/* SHOWS.HTML SPECIFIC STYLES & SETTINGS - Used primarily for DIV and SPAN. */

.show-listing {
	line-height:16px;
	padding-left:100px;
}

.show-detail {
	font-variant:small-caps;
}

