.footer {/*To convert pixels to em: divide by 16*/
/*For font point conversion approximations, see http://www.reeddesign.co.uk/test/points-pixels.html*/
}

body
{
        margin:0px auto;
        width:960px;
    	/*want body to stretch across entire page!*/
        background: #FFFFFF;
}

.main_frame
{
	position: relative;

	/*align main_frame to entire page*/
	width: 960px;
	margin: auto;
	height: 100%;
			
	min-width: 800px;
	
	padding-bottom: 20px; /*footer*/
}

.header
{
	background-color:#FFFFFF;
	/*background-image: url('../images/template/Saiheader.jpg');*/
	background-repeat: repeat-x;
	
	position: relative;
	
	/*width: 1280px;*/
	
	/*height: 126px;

	text-align: center;	
	width: 100%*/
}

.header_banner
{
	background-color: #FFFFFF;	
	background-image: url('../images/template/NewH.jpg');
	background-repeat: no-repeat;
	background-size:100% 100%;
	
	position: relative;
	text-align: center;
	top: 0px;
	
	/*margin-left: auto;
	margin-right: auto;*/
	height: 126px;
}
/*.site_clock_text
{
	color: #ffffff;
	
    font-family: Arial; 
    font-style: italic;
    font-weight: bold;
    font-size: 8pt;

	position: absolute;
	
	top: 15px;
	right: 149px;
	width: 140px;
	height: 17px;
	
	z-index: 6;	
}/*

.site_body
{
	/*background-color: #C6C6D0;*/
	background-color: #FFFFFF;
	position: relative;
	width: 100%;	
	height: 100%;
	float: left;
	
}

.sidebar
{
	background-color: #FFA07A;
	/*position: absolute;*/
	/*float: left;*/
	left: 0px;
	
	
	z-index: 99;
	height: 39px;
}

.sidebar_category
{
	background-color: #FFA07A;
	
	background-image: url('../images/template/sidebarcategory.jpg');
	/*background-repeat: no-repeat;*/
	
	color: #fff;
    font-family: Arial; 
    font-size: 14pt;

	text-indent: 5px;	
	line-height: 29px; /*ensures that text is vertically centred*/
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	/*height: 29px;*/
	width: 149px;
}



/* this is for the menu*/

.sidebar ul {
  text-align: left;
  display: inline;
  margin-top: 20px;
  
  padding: 15px 4px 17px 0;
  list-style: none;
 /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
  z-index:109;
  border-spacing: 1px 1px;
  width: 100%;
  height: 50px;
  /*background-color: #FFA07A;*/
}
.sidebar ul li {
  font: bold 12px/18px sans-serif;
  display: inline;
  margin-right: -4px;
  position: relative;
  padding: 15px 10px;
  background: #8fb6d5;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100px;
}
.sidebar ul a:link {
	text-decoration: none;
	color: #000;
}
.sidebar ul li:hover {
  background: #8fb6d5;
  color: #000;
}
.sidebar ul li ul {
  padding: 2px;
  position: absolute;
  background-color: #8FB6D5;
  top: 20px;
  left: 0;
  width: 180px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  
  
}
.sidebar ul li ul li { 
  background: #8FB6D5; 
  display: block; 
  color: #fff;
  padding: 16px;
  width: 220px;
}
.sidebar ul li ul li:hover { background: #fff; }
.sidebar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.page_content
{
	position: relative;
	
	padding: 0px;
	
	text-align: center;
	background-color: #FFFFFF;
	/*visibility: hidden;*/
}

.page_inner_content
{
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
}

.header_spacer
{
	background-color: #FFFFFF;
	height: 29px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	
}

.header_spacer_text
{
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	font-family:  cursive;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	padding: 10px;
	line-height: 29px;
	height:40px;	
}

.header_spacer_left
{
	float: left;
	position: relative;
	background-color: #FFFFFF;
	width: 149px;
	height: 30px;	
	text-indent: 2px;
	z-index: 1;
}

.header_spacer_left a:link, .header_spacer_left a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	
	line-height: 29px;
}

.clear_float
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0; /*Needed for IE*/
}

.footer
{
	/*position: absolute;*/
	bottom: 0px;
	clear:both;

	width: 100%;
	height: 20px;

	background-color: #585858;
	
    font-family: sans-serif; 
    font-size: 9pt;
	line-height: 20px;
	
	text-indent: 149px;
	text-align: center;
	
	visibility: visible;
	
	border-top: 1px solid #FFFFFF;
	z-index: 2;
}

.footer a:link, .footer a:visited 
{
	color: #EFF00C;

	text-decoration: none;
}

.bold_text
{
	font-weight: bold;
}

.clear_left_float
{
	clear: left;
	height: 0px;
	line-height: 0px;
	font-size: 0; /*Needed for IE*/
}

.shopping_item_container
{
	position: relative;
	background-color: #ace5d6;	
	font-family: Arial;
	
	border-top: 1px dashed #000000;
	padding-bottom: 10px;
	text-align: left;
}

.shopping_item_container a:link, .shopping_item_container a:visited
{
	text-decoration: underline;
	color: #003399;
}

.shopping_item_picture_container
{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 235px;

	text-align: center;
	z-index: 1;
	/*border: 1px solid #000000;*/
}

.shopping_item_number
{
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	width: 15px;
}

.shopping_item_picture
{
	border: 1px solid #000000;
	margin: 15px 15px 10px 0px;
}

.shopping_item_picture_desc
{
	/*background-color: #c4739c;*/
	color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
	padding: 5px;
	
	margin: 0px 0px 0px 0px;
}

.shopping_item_desc
{
	position: relative;
	text-align: left;	
	margin-left: 235px;
	padding: 0px;
	font-size: 10pt;
}

.shopping_item_title
{
	background-color: #108163;
	color: #FFFFFF;
	
	font-size: 14pt;
	
	padding: 10px;
	/*margin-right: 170px;*/
}

.shopping_item_number
{
	font-weight: bold;
}

.shopping_item_author
{
	font-style: italic;
	font-size: 14pt;
	padding: 10px 10px 20px 10px;
}

.shopping_item_summary
{
	padding: 0px 10px 20px 10px;
	margin: 0px;
	font-size: 9pt;
}

.shopping_item_footnote
{
	padding: 0px 10px 0px 10px;
	font-size: 9pt;
}

.shopping_purchase_container
{
	position: relative;
	padding: 10px 10px 0px 10px;
	height: 24px;
}

.shopping_purchase_container a:link, .shopping_purchase_container a:visited
{
	text-decoration: underline;
	color: #108163;	
	font-size: 12pt;
}


.shopping_purchase_text
{
	float: left;
	line-height: 24px;
	
	font-weight: bold;
}

.list_price_text
{
	text-decoration: line-through;
	color: #000000;
}

.sale_price_text
{
	color: #FF0000;
	font-weight: bold;
}

.shopping_purchase_picture
{
	width: 32px;
	height: 24px;
	border-width: 0px;
}

.page_text
{
	text-align: left;
	padding: 10px 10px 0px 10px;
	
	font-family: Arial;
	font-size: 10pt;	
}

.page_text a:link, .page_text a:visited
{
	text-decoration: underline;
	color: #003399;
}

.page_text p
{
	margin-top: 0px;
}

.page_title
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 10px 10px;	
}

.page_title2
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-top: -10px;
	padding: 0px 5px 5px 5px;	
}

.news_author
{
	font-weight: bold;
	font-size: 10pt;
}

.news_title
{	
	font-family: Arial;
	font-size: 10pt;
	padding: 0px 0px 5px 0px;
	
}

.news_date
{
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
}

.section_title
{
	font-family: Arial;
	font-size: 14pt;
	padding: 10px 0px 10px 0px;	
}

.center_picture_container
{
	text-align: center;
}

.center_picture
{

}