/* CSS Document */

body{
	background-color:#cccccc;
	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;

}

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


a img {
	border:none;
	}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.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;
	}
	
.redColor {
	color:#990000;
	}
	
.underlined {
	text-decoration:underline;
	}
	
.topAligned {
	vertical-align:top;
	}

	
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header {		/* Words in header section */
	width: 800px;
	height: 110px;
	background-color:#cbaac9;
	background-image:url('images/headBanner.jpg');
	color: #000000;
	letter-spacing:.1em;
	margin:0 auto;
	padding:0;
	}
	
#nameTitle {
	width:380px;
	float:left;
	position:relative;
	top:30px;
	text-align:right;
	font:22px "Times New Roman", Times, serif;
	}
	
#nameTitle img {
	vertical-align:middle;
	}
	
#addressTitle {
	float:left;
	position:relative;
	top:20px;
	padding-left:100px;
	font:12px Arial, Helvetica, sans-serif;
	font-style:italic;
	}

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

.caption {
	font:10px Arial, Helvetica, sans-serif;
	line-height:12px;
	text-align:center;
}

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

#nav_menu{
	width: 800px;
	height: 25px;
	background-color: #FFFFFF;  /* color for space between header and main content */
	border:none;
	}
	
#nav_menu ul{
	font: 14px/24px "Times New Roman", Times, serif;
	font-style:italic;
	padding:0 0px 0 210px;
}

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


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

#nav_menu ul li.facebook {
	float:right;
	background-image:none;
	}

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

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


#nav_menu ul li a.activeItem {
	color: #333333;
	font-style:normal;
	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;
}
	
.dashedLine{
	width:800px;
	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;
	}

#mainSection {
	width: 800px;
	margin: 0 auto;
	background-image:url(images/bgMainSection.jpg);
	background-repeat: repeat;
	background-color: #C51100;	/* color for bottom part of menu - should be same as leftmenu blocks */
	border: none;
}

#leftmenu {
	float:left;
	width:150px;
	position:relative;
	padding:0 0 0 0;
	color:#000;
	/* border-top:6px solid #FFFFFF; /* color above Home menu block */
	}
#leftmenu ul{
	font: 17px/27px "Times New Roman", Times, serif;
	font-style:italic;
	}
	
#leftmenu ul li{
	text-align:center;
	padding:0 0 0 0;
}

#leftmenu ul li a{
	display:block;
	width:150px;
	height:29px;
	background-color:#FFFFFF;
	background-image: url('images/btnRndYlwRed.jpg');
	background-repeat: no-repeat;
	text-decoration:none;
	color:#FFB200;				/* 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{
	color:#FFFFFF;  /* color of word on the menu items when cursor is over it */
}

#leftmenu ul li a.activeItem{
	color:#444444;   /* color of word on menu item of the currently active page */
	cursor:text;
}

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

/*------------------------------------------------body--------------------*/
#mainContent {
	width: 800px;
	margin: 0 auto;
	text-align:center;
	background-color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:22px;
	letter-spacing:.1em;
}

#mainContent .descr {
	text-align:left;
	font-size:12px;
	line-height:14px;
	letter-spacing:normal;
	padding-left:5px;
	}


#mainContent a {
	color: #444444;		/* color of words in main content with a reference (or link) attached to them */
	}
	
#mainContent a:hover {
	text-decoration:none;
	}
	
#mainContent h2 {
	font-size:20px;
	font-weight:bold;
}
#mainContent h3 {
	font-size:18px;
	font-weight:normal;
}

#mainContent h4 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}

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

#welcome {
	width:300px;
	float:left;
	padding:0 5px 0 5px;
	}
	
#welcomePhotos {
	width:250px;
	float:left;
	text-align:center;
	}
	
#bookPlug {
	width:480px;
	float:right;
	padding:0 5px 0 5px;
	}


#about {
	width:760px;
	float:right;
	padding:0 20px 0 20px;
	}
	
#about img {
	float:left;
	padding:0px 20px 20px 0px;
	}
	
	
#aboutLeft {
	width:370px;
	float:left;
	}
#aboutLeft p {
	padding:0px 10px 0px 30px;
	}
	
#aboutRight {
	width:355px;
	float:right
	}
	
#storeTable {
	text-align:left;
	padding:10px;
	}
	
#storeTable td {
	text-align:left;
	}
	
#storeTable a {
	color:#ff0000;
	}

#copyRight {
	color: #999999;  /* color of words in bottom copyRight section */
	width: 600px;
	font-size:11px;
	line-height:12px;
	text-align:center;
	vertical-align:bottom;
	clear:both;
}
#copyRight p {
	text-align: center;
	margin: 0 50px 0 50px;
	}
	
#copyRight a {
		color:#666666;
		text-decoration:none;
		}
		
#copyRight a:hover {
		color:#333333;
		}
