/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background: #5c4714 url(images/bg_body_alt_color.jpg) 50% 3px no-repeat;
	margin:0;
	padding: 0;
	font-family:   Verdana, Arial,Helvetica, sans-serif;
}


/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{	
	width: 60.625em;
	min-width: 970px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}



/* ************************************----------- MENUBAR -----------************************************ */
div#Menu {	
	background: #000000 url(images/bg_menu.jpg) 0px 0px repeat-y;
	margin: 0px;
	padding: 5px 0 6px 420px;
	text-align: center;
	margin-left: 0px;
}

/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	padding-right: 2px;
	padding-left: 2px;
	font-style:italic;
	/*margin: 13px 0;
	
	display: block;
} */
}
div#Menu a:hover {
	color: #ccb08f;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
#Container {	
	width: 60.625em;
	min-width: 970px;	
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #000000;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
#LeftColumn {
	width: 427px;
	position:absolute;
	background: #ffffff url(images/border.gif) 0 0 repeat-y;
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
#MainColumn {
	background: #ffffff url(images/border.gif) 100% 0 repeat-y;
}
div#MainColTop {
	background-color: #5c4714;
	position:relative;
	left:427px;
	width:543px;
}
div#Content {
	padding: 10px 20px;
	background: #ffffff url(images/bg_content.gif) 427px 0px no-repeat;
	border-right: solid 1px #000000;
}
div#Content p, div#Content ul, div#Content ol {
	color: #000000;
	font-size: 0.75em;
	line-height: 1.45em;
}
div#LogoWatermark {
	background: url(images/bg_logo_watermark.jpg) 100% 100% no-repeat;
	min-height: 580px;
}
/*   the admin menu  */
div#AdminMenu {
	margin-top: 15px;
	text-align: right;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	color:#5c4714;
	font-size: 1.5em;
	margin-left: 70px;
	font-weight: bold;
	font-style: italic;
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif!important;
	margin-bottom: 45px;
	margin-top: 35px;
}
H2 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
	text-align: center;
	font-style: italic;
}
H3 {
	color:#5c4714;
	font-size: 0.85em;
	font-weight:bold;
	font-style: italic;
}

div#Content a, div#Content a:visited {
	color:#5c4714;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}

/* ************************************----------- FOOTER -----------************************************ */
div#ContactInfo {
	text-align:center;
	font-weight: bold;
	font-size: 0.95em;
	margin-top: 25px;
}
/* *******----- Copyright -----************** */
div#copyright {	
	width: 60.625em;
	min-width: 970px;
	margin-left: auto;
	margin-right: auto;

}
div#copyright p {	
	font-size: 0.65em;
	color:#ffffff;
	text-align:right;
	margin-right: 0.25em;
}
div#copyright a, div#copyright a:active, div#copyright a:visited {	
	color:#ffffff;
}
div#copyright a:hover {	
	text-decoration: none;
}
.FontSize {
	margin-bottom: 15px;
	font-size: 0.75em;
}
/* *******----- Catalogue -----************** */
.CatalogueAddEdit td {
	font-size: 12px;
}
p.MarginBottom {
	margin-bottom: 15px;
}