/**************** General Classes *****************/
body	{
	font-size: 0.75em;
	color: #000066;
}
a {
 color: #2170BD; /* Link */
 text-decoration: underline;
}
p {
	margin: 0 0 7px 0;
	background-repeat: no-repeat;
	padding: 0 25px;
	line-height: 1.4em;
	font-weight: bold;
}
p.noSpace {
	margin: 0px;
}
#globalContainer {
	width: 760px;
	margin: 15px auto 0px auto;
	background-image: url(../images/global/border_middle.jpg);
	text-align: center;
	padding: 0;
	background-color: #FFFBF7;
	position: relative;
}
#globalContainer #subGlobalContainer {
	background-color: #FFFBF7;
	background-image: url(../images/global/border_middle.jpg);
	position: relative;
}
#globalContainer #lowerBorder {
	background-image: url(../images/global/lower-border-slice.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 58px;
	margin: 0 6px 0 7px;
}
#subGlobalContainer #logo {
	background-image: url(../images/global/churchkneelers-header.jpg);
	height: 99px;
	margin: 0 6px 0 7px;
}
#innerContainerWrapper {
	margin: 0 6px 0 7px;
	background-color: #FFFBF7;
	position: relative;
	z-index: 0;
}
#innerContainerWrapper #innerContainer {
	padding: 10px 0 0 0;
	position: relative;
	background: #FFFBF7;
}
#borderTop {
	background-image: url(../images/global/border_top.jpg);
	height: 7px;
}
/** html #lowerBorder { height: 1%;}*/
/**************** Header Classes *****************/
#topBar {
	height: 4px;
	position: relative;
	z-index: 10;
	left: -2px;
	top: -10px;
}
#topNav {  /* Sets background position and colour*/
	background: url(../images/global/top_nav_bg.gif) repeat-x;
	position: relative;
	margin: 0 6px 0 7px;
	padding: 0 2px;
	height: 20px;
	z-index: 21;
}
#lowerBar {
	position: relative;
	height: 4px;
	top: -9px;
	left: 1px;
}
#borderBottom {
	background-image: url(../images/global/border_bottom.jpg);
	background-repeat: no-repeat;
	height: 7px;
}
#footer {
	width: 760px;
	margin: 0 auto;
	color: #666;
	position: relative;
	line-height: 1.4em;
}
#footer a {
	color: #666;
}
/**************** Navigation Classes *****************/
ul.nav {
  width: auto;
}
ul.nav li{  /* Sets top level li*/
	text-align: center;
	text-decoration:none;
	list-style: none;
	height: 1.5em;
	float: left;
	position: relative;
	width: 123px;
	display:block;
	padding-top: 3px;
}
ul.sub1, ul.sub2 {
	background-color:#F8F0B4;
	border-top: 1px solid #D6D3CE;
	z-index:2000;
	color:#666;
}
ul.nav ul.sub1{
  top:17px;
}
ul.nav li ul.sub2{
  left: 144px;
	top: -1px;
}
ul.nav a{
	display:block;
	height: 1.5em;
	color: #000099;
}
ul.nav li > ul.sub1, ul.nav li > ul.sub2{
  position:absolute;
	display: none;
}
ul.nav li ul.sub1 li, ul.nav li ul.sub2 li{
	border: solid 1px #D6D3CE;
	border-top:none;
	width: 145px;
}
ul.nav li ul.sub1 li ul.sub2 li.new a{
  color:#FF0000;
}
ul.nav a:hover{
	text-decoration: none;
	}
ul.sub1 li:hover,
ul.sub2 li:hover,
ul.sub1 li.CSStoHighlight,
ul.sub1 li.CSStoHighlight{
	background-color:#FFFFEE;
}
ul.nav ul.CSStoShow { /* must not be combined with the next rule or IE gets confused */
  display: block;     /*specially to go with the className changes in the behaviour file */     
}
ul.nav li:hover > ul { /* one of the most important declarations - the browser must detect hovering over arbitrary elements the > targets only the*/
	display: block; 		/* child ul, not any child uls of that child ul makes the child block visible - one of the most important declarations */
}
#subPage .contentHeaderContainer {
	padding-left: 15px;
	padding-right: 15px;
}
#subPage .contentBodyContainer {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
#pagebody .clearfix{
	position: relative;
	padding: 0 10px 10px 10px;
}
#pageBody .innerLeftCopy ul {
	list-style-image: none;
	list-style-type: circle;
	list-style-position: inside;
	text-align: left;
	margin-left: 10px;
}
#pageBody .innerRightCopy ul {
	list-style-image: none;
	list-style-type: circle;
	list-style-position: inside;
}
#pageBody .innerLeftCopy {
	width: 320px;
	top: 650px;
}
#pageBody .innerRightImg {
	float: right;
	padding: 20px;
}
#pageHeader .headerBackgroundImage {
	margin-right: auto;
	margin-left: auto;
}
#pageBody .innerCentreImg {
	text-align: center;
}
.tableContainer { /* Keep large tables inside page */
	float: left;
	width: 700px;
	margin-left: 7px;
}
#innerRight #contactInfo {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#innerRight .contentBodyContainer {
	padding: 20px;
}
.contentBodyContainer #about h1 {
	margin-bottom: 3px;
}
#pageBody .innerCentreImg td {

}
#pageBody .innerCentreImg table {
	text-align: center;
	width: 100%;
}
#innerContainer .innerCentreImg {
	text-align: center;
	margin: 5px auto;
	position: relative;
	height: 330px;
	z-index: 100;
}
#pageBody .innerRightImg {
	float: right;
	padding: 0px;
}

#innerContainer #pageBody .pcCopy {
	padding: 10px;
	float: right;
	margin-top: 10px;
}
#innerRight .innerRightCopy {
	float: right;
	clear: left;
	width: 350px;
	margin: 20px 5px;
}
#innerRight .imageHeader {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#innerContainer .pageHeader {
	background-color: #FFFBF7;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#pageBody .innerLeftImg {
	width: 200px;
	text-align: center;
	margin: 30px 0;
}
#pageBody .contentBodyContainer h1, 
#pageBody .contentBodyContainer h2 {
	text-align: center;
}
.productTableLg {
	width: 90%;
	margin: 5px auto;
}
.productTableLg th {
  padding-bottom: 15px;
	}
.productTableSml {
	width: 90%;
	margin: 5px auto;
}
.productTableSml th {
  padding-bottom: 25px;
	}
