/* CSS Document */

body{
	background-color:#a30300;
	background-image:url(images/blRedBg.gif);
	background-repeat:repeat;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 0 0;
	color:#000;

}

:active, :focus { outline-style: none; -moz-outline-style:none; }

img, div, h1, h2, p, form, label, input, textarea, span li{
	margin:0 auto;
	padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/* To make sure float images stay within a wrapper (from:http://themergency.com/css-clearfix-demystified/ */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.centered{
	text-align:center;
	}
	
.leftAligned {
	text-align:left;
	}
	
.bold{
	font-weight:bold;
	}
	
.divider {
	height: 12px;
	clear: both;
	background-image: url(images/divider.gif); 
	background-repeat: repeat-x;
    }
	
.indented	{
	text-align:left;
	padding: 10px;
}

.descriptHead {
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	}
	
.announce {
	padding:0 10px;
	font-size: 14px
	}
	
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header {		/* Words in header section */
	width: 940px;
	height: 117px;
	background-color:#ffffff;
	background-image:url('images/headBannerBlack.jpg');
	color: #ffffff;
	letter-spacing:.1em;
	margin:0 auto;
	padding:0;
	}
	
#header a img {
	border:none;
	margin-top:10px;
	}
	
#nameTitle {
	width:155px;
	float:left;
	position:relative;
	top:10px;
	text-align:center;
	font:22px "Papyrus", Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#nameTitle img {
	vertical-align:middle;
	}
	
#addressTitle {
	width:155px;
	font:14px "Papyrus", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
	}
#addressTitle .bigger {
	font-size:16px;
}

.subTitle {
	margin-left:175px;
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:.2em;
	line-height:20px;
}	

.headerPic{
	display:block;
	float: left;
	color:#FFFFFF;
	width: 175px;
	height:95px;
	vertical-align:middle;
}

	
.dashedLine{
	width:940px;
	height:3px;
	background-color: #FFBB58;  /* color for space between header and main content */
	background-image: url('images/dashed_line.gif');
	background-repeat: repeat-x;
	border:none;
	}

.divLine{
	width:940px;
	height:3px;
	background-color: #9d9b8c;  
	}

	
#nav_menu{
	width: 940px;
	height: 25px;
	/*background-color: #a30300;   color for space between header and main content */
	 /*background-color:#bdcbd4; /* nice blue sample color */
	background-image:url(images/blRedBgVer.gif);  
	background-repeat:repeat;
	border:none;
	}
	
#nav_menu ul{
	font: 14px/24px "Times New Roman", Times, serif;
	padding-left: 275px;
}

#nav_menu .sampleNav {
	padding-left: 100px;
}

#nav_menu ul li{
	background:url(images/nav_div.gif) right center no-repeat;
	background-color: #a30300;  /* color for space between header and main content */
	float: left;
	color:#000;
	height:25px;
}


#nav_menu ul li.last {
	background-image:none;
}


#nav_menu ul li a {
	display:block;
	font: 14px/24px "Minion Pro", "Times New Roman", Times, serif;
	font-weight:bold;
	color: #c1ce8c;
	height:25px;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#nav_menu ul li a:hover {
	color:#ffff00;  
	font-weight:bold;
}

#nav_menu ul li a img {
	padding: 4px 0;
}

#nav_menu ul li a.activeItem {
	color: #ffffff;
	font-style:normal;
	font-weight:bold;
	cursor:text;
}


#gallr_menu{
	width: 80px;
	background-color: #FFFFFF;  /* color for space between header and main content */
	border:none;
	}
	
#gallr_menu ul{
	font: 12px/24px "Times New Roman", Times, serif;
	font-style:italic;
}

#gallr_menu ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	color:#000;
	height:25px;
}


#gallr_menu ul li.last {
	background-image:none;
}


#gallr_menu ul li a {
	display:block;
	font: italic 14px/24px "Times New Roman", Times, serif;
	color:#60345a;  /*dark purple*/
	height:25px;
	text-decoration:underline;
}

#gallr_menu ul li a:hover {
	color: #cbaac9;
}


#gallr_menu ul li a.activeItem {
	color: #333333;
	font-style:normal;
	cursor:text;
}
	
#leftSection {
	float:left;
	width:175px;
	color:#666666;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image:url(images/leftSectBgBlue.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding:10px 5px 0px 5px;
}

#leftSection .pageHeader {
	color:#000000;
	font-size:14px;
	}
	
#leftSection .centeredHeader {
	text-align:center;
	color:#000000;
	font-size:14px;
	}
	
#leftSection .heading {
	color:#000000;
	font-style:italic;
	}
	
#leftSection .normalProse {
	color:#333333;
	line-height:12px;
	}
	
#leftSection .normalProse a {
	color:#333333;
	}

#leftSection a:hover {
	color:#999999;
	}
	
#leftSection a img {
	border:none;
	}


#rightSection {
	float:left;
	width:360px;
	color:#666666;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	text-align:center;
}



#mainSection {
	width: 940px;
	margin: 0 auto;
	background-color: #ffffff;	
	border: none;
}

#imgOfDay {
	width: 340px;
	height:360px;
	text-align:center;
	color:#c1ce8c;
	padding-left:10px;
	padding-right:10px;
	}
	
#imgOfDay a img{
	border-style:inset;
	border-color:#c1ce8c;
	}

#imgOfDay  a:link img{
	border-style:inset;
	border-color:#c1ce8c;
	}
#imgOfDay  a:visited img{
	border-style:inset;
	border-color:#c1ce8c;
	}
#imgOfDay  a:hover img{
	border-style:inset;
	border-color:#ffffff;
	}
#imgOfDay  a:focus img{
	border-style:inset;
	border-color:#c1ce8c;
	}

#imgOfDay  a:active img{
	border-style:inset;
	border-color:#c1ce8c;
}

#pictures {
	padding-top:10px;
	clear:both;
}

#leftmenu {
	float:left;
	width:180px; /* 185px;*/
	height:450px;
	text-align:left;
	background-image:url(images/bgGallMenu.jpg);
	background-repeat:repeat-y;
	padding:50px 0 0 0;
	color:#ffffff;
	/* border-top:6px solid #FFFFFF; /* color above Home menu block */
	}
#leftmenu ul{
	font: 17px/27px Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position:outside;
	padding:0;
	maring:0;
	}
	
#leftmenu ul li{
	text-align:left;
	padding:0;
	margin:0;
	margin-left:-10px;

}

#leftmenu ul li a{
	display:block;
	width:124px;
	height:29px;
	padding-left:24px;
	/*background-color:#000;*/
	text-decoration:none;
	color:#c1ce8c;				/* color of the word on the menu items of non-active pages originally*/
	/*border-bottom:4px solid #FFFFFF;   color in between menu blocks */
}

#leftmenu ul li a:hover{
	background-color:#9d9b8c;
	color:#ffff00;  /* color of word on the menu items when cursor is over it */
}

#leftmenu ul li a.activeItem{
	color:#ffffff;   /* color of word on menu item of the currently active page */
	cursor:text;
	background-color:#000000;
	background-image:url(images/navMarker.gif);
	background-repeat:no-repeat;
}

#leftmenu img {
	border-bottom:4px solid #FFFFFF;
	display:block;
	}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#mainContent {
	width: 940px;
	background-color:#000;
	margin: 0 auto;
	text-align:center;
	background-color:#000;
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	overflow:hidden;
}

#mainContent a {
	color: #c1ce8c;		/* color of words in main content with a reference (or link) attached to them */
	}
	
#mainContent a:hover {
	color: #ffff00;		/* color of words in main content when hovered */
	}
	
#mainContent h2 {
	font-size:20px;
	font-weight:bold;
}
#mainContent h3 {
	font-size:18px;
	font-weight:bold;
}
#mainContent h4 {
	font-size:15px;
	font-weight:bold;
}

#mainContent ul {
	list-style-type:disc;
	list-style-image:url('images/circle.gif');
	text-align: left;
/*	line-height:12px; */
	margin-left:10px;
	}
	
#mainContent ul.thumbs {
	margin-left: 0;
}
	
#mainContent ul li {
	display:block;
	}
	

#mainContent p {
	text-align: left;
	}
	
#welcomeGeneric {
	width:755px;
	margin:0;
	background-color:#000;
	float:left;
	text-align:center;
	}
	

#welcome {
	width:390px;
	float:left;
	background-color:#000;
	/*background-image:url(homePics/hangerBg.jpg);
	backgroun-repeat:no-repeat; */
	color:#ffffff;
	padding:0 0px 0 0px;
	line-height:20px;
	}
	
#welcome .jbHeading {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}
	
#welcomePhotos {
	width:355px;
	float:left;
	background-color:#000;
	color:#ffffff;
	text-align:left;
	}
	
#warrenartspot {
	width:755px;
	float:left;
	background-color:#000;
	text-align:center;
}
	
#about {
	width:355px;
	float:left;
	background-color:#000;
	color:#ffffff;
	padding:0 20px 0 20px;
	line-height:20px;
	}
	
#storeTable {
	text-align:left;
	padding:10px;
	}
	
#storeTable td {
	text-align:left;
	}

#copyRight {
	color: #999999;  /* color of words in bottom copyRight section */
	width: 940px;
	margin:0 auto;
	float:left;
	background-color:#000;
	font-size:11px;
	line-height:12px;
	text-align:center;
	vertical-align:bottom;
	border-top: 3px solid #9d9b8c;
}
#copyRight p {
	text-align: center;
	margin: 0 50px 0 50px;
	}
	
#copyRight a {
		color:#666666;
		text-decoration:none;
		}
		
#copyRight a:hover {
		color:#333333;
		}
