/* CSS Document */

body {
	background-color: #aab2a5;
	margin: 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	text-align: center;
	background-image:url(/_gfx/design/bg.gif);
	background-repeat:repeat-x;
}
a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:0 0 0 0;
}
h4 {
	font-size:8px;
	font-weight:bold;
	color:#333;
}
p {
	font-size:12px;
	font-weight:normal;
}
/* LAYOUT */
#mainframe{
	width: 930px;
	margin: 0px auto;
	background-image:url(/_gfx/design/repeat.gif);
	background-repeat:repeat-y;
	text-align: left;
	margin-bottom: 35px;
	}
	#top{
		background-image:url(/_gfx/design/top.gif);
		background-repeat:no-repeat;
		height: 135px;
		}
		#topLogoDiv{
			float: left;
			width: 200px;
			height: 75px;
			margin-top: 35px;
			cursor: pointer;
			}
		#topmenu{
			height: 20px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-right: 26px;
			float: right;
			}
	#center{
		width: 930px;
		}
	#left{
		width: 360px;
		float: left;
		}
		#leftTop{
			background-image:url(/_gfx/design/left_top.gif);
			background-repeat: no-repeat;
			width: 360px;
			height: 105px;
			}
		#leftCenter{
			background-image:url(/_gfx/design/left_center.gif);
			background-repeat: no-repeat;
			width: 340px;
			min-height: 300px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 45px;
			}
	#content{
		width: 570px;
		float: left;
		background-image:url(/_gfx/design/content_repeat.gif);
		background-repeat: repeat-y;
		}
		#contentTop{
			background-image:url(/_gfx/design/content_top.gif);
			background-repeat: no-repeat;
			width: 570px;
			min-height: 220px;
			}
			#contentTitle{
				padding-top: 55px;
				padding-left: 45px;
				padding-right: 65px;
				height: 50px;
				}
			#contentInner{
				padding-left: 45px;
				padding-right: 65px;
				padding-bottom: 45px;
				}
		#contentBottom{
			background-image:url(/_gfx/design/content_bottom.gif);
			background-repeat: no-repeat;
			width: 570px;
			height: 21px;
			}
	#bottom{
		background-image:url(/_gfx/design/bottom.gif);
		background-repeat: no-repeat;
		height: 50px;
		}
	/* LINKS */
	.topmenuItem{
		float: left;
		width: auto;
		padding: 5px;
		padding-left: 4px;
		padding-right: 4px;
		text-align: center;
		}
	.topmenuItemSelected{
		float: left;
		width: auto;
		padding: 5px;
		padding-left: 4px;
		padding-right: 4px;
		text-align: center;
		}
	.topmenuItem a{
		font-size: 16px;
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		}
	.topmenuItem a:hover{
		text-decoration:underline;
		}
	.topmenuItemSelected a{
		font-size: 16px;
		color:#658b46;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		}
	.topmenuItemSelected a:hover{
		text-decoration:underline;
		}
	.submenuItem{
		width: auto;
		padding: 5px;
		padding-left: 13px;
		text-align: left;
		}
	.submenuItem:hover{
		cursor: pointer;
		}
	.submenuItem a{
		font-size: 14px;
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		}
	.submenuItem a:hover{
		text-decoration:underline;
		}
	.submenuItemSelected{
		width: auto;
		padding: 5px;
		padding-left: 13px;
		text-align: left;
		background-color: #678d48;
		}
	.submenuItemSelected:hover{
		background-color: #678d48;
		cursor: pointer;
		}
	.submenuItemSelected a{
		font-size: 14px;
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		}
	.submenuItemSelected a:hover, .submenuItemSelected:hover a{
		text-decoration:underline;
		color:#FFF;
		}
	
	.subsubmenuSpacer{
		height: 15px;
	}
	
	
	.subsubmenuItem{
		width: auto;
		padding: 5px;
		padding-left: 45px;
		text-align: left;
		}
	.subsubmenuItem:hover{
		cursor: pointer;
		}
	.subsubmenuItem a{
		font-size: 12px;
		color:#FFF;
		text-decoration:none;
		font-weight:bold;
		/*text-transform:uppercase;*/
		}
	.subsubmenuItem a:hover{
		text-decoration:underline;
		}
	.subsubmenuItemSelected{
		width: auto;
		padding: 5px;
		padding-left: 45px;
		text-align: left;
		}
	.subsubmenuItemSelected:hover{
		cursor: pointer;
		}
	.subsubmenuItemSelected a{
		font-size: 12px;
		color:#658b46;
		text-decoration:none;
		font-weight:bold;
		/*text-transform:uppercase;*/
		}
	.subsubmenuItemSelected a:hover, .subsubmenuItemSelected:hover a{
		text-decoration:none;
		color:#FFF;
		}
		
	/* BLOG: */
	#blogMainFrame{
		float: left;
		width: 300px;
	}
		#blogMainFrame a{
			color:#000;
			text-decoration:none;
		}
		#blogMainFrame a:hover{
			text-decoration:underline;
		}
		#blogPostList{}
			#blogPostItemNone{}
			#blogPostItem{
				padding-bottom: 25px;
				margin-bottom: 15px;
				}
				#blogPostItemHeader{}
				#blogPostItemHeader h2, h3{
					margin: 0px;
					padding: 0px;
					}
				#blogPostItemDate{
					font-size: 14px;
					}
				#blogPostItemTeaser{}
				#blogPostItemAuthor{
					font-style:italic;
					margin-bottom: 5px;
					}
					#blogPostItemAuthorName{
					color: #333;
					}
				#blogPostItemCategories{}
					#blogPostItemCat{}
				#blogPostItemTags{}
					#blogPostItemTag{}
		#blogLatestPost{}
		#blogLatestPost h2{
			font-size: 20px;
			font-weight: bold;
			text-transform:uppercase;
			}
		#blogLatestPost h3{
			margin: 0px;
			padding: 0px;
			}
			#blogPostItemTeaser{
				padding-top: 4px;
				padding-bottom: 4px;
				font-size: 11px;
				}

	#blogMenuFrame{
		float: right;
		width: 155px;
		}
		#blogMenuFrame a{
			color:#333;
			text-decoration:none;
		}
		#blogMenuFrame a:hover{
			text-decoration:underline;
		}
		#feedMenu{
			margin-bottom: 15px;
			float: right;
			}
		#feedMenu a{
			font-size: 16px;
			}
		#feedMenu a:hover{
			text-decoration: none;
			}
		#blogCategory{
			margin-bottom: 15px;
			}
			#blogCategoryHeader{
				font-weight: bold;
				font-size: 16px;
				}
			#blogCategoryItem{}
			#blogCategoryNoItem{}
		#blogArchive{}
			#blogArchiveHeader{
				font-weight: bold;
				font-size: 16px;
				}
			#blogArchiveYear{}
			#blogArchiveMonth{}
			#blogArchiveNoYear{}
	/* BOGSHOP */
	#BookItem{
		margin-bottom: 25px;
		}
		#BookItemImage{float: left; width: 90px; margin-top: 15px;}
			#BookItemBuy{margin-top: 10px;}
		#BookItemInfo{margin-left: 15px;float: left; width: 350px;}
			#BookItemTitle{}
			#BookItemISBN{}
			#BookItemPublisher{}
			#BookItemPrice{}
			#BookItemTeaser{}
			#BookItemDescription{}
	#BookView{
		margin-bottom: 25px;
		}
		#BookViewImage{float: left; width: 90px; margin-top: 15px;}
			#BookViewBuy{margin-top: 10px;}
		#BookViewInfo{margin-left: 15px;float: left; width: 350px; margin-top: 12px;}
			#BookViewTitle{}
			#BookViewISBN{}
			#BookViewPublisher{}
			#BookViewPrice{}
			#BookViewTeaser{}
			#BookViewDescription{}






