/*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: 0 0 0 0;
	/*want body to stretch across entire page!*/

}

.main_frame
{
	position: relative;

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

.header
{
	background-color: #C9A38C;
	background-image: url('../images/template/headerbackground.jpg');
	background-repeat: repeat-x;
	
	position: relative;
	
	width: 100%;
	
	height: 126px;

	text-align: center;	
}

.header_banner
{
	background-color: #C9A38C;
	background-image: url('../images/template/headerbanner.jpg');
	background-repeat: no-repeat;
	
	position: relative;
	
	top: 0px;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 576px;
	height: 126px;
}

.site_clock_text
{
	color: #ADE0C3;
	
    font-family: Arial; 
    font-style: italic;
    font-size: 9pt;

	position: absolute;
	
	top: 106px;
	right: 0px;
	width: 140px;
	height: 15px;
	
	z-index: 3;	
}

.site_body
{
	/*background-color: #C6C6D0;*/
	background-color: #4E6C74;
	position: relative;
	width: 100%;	
	height: 100%;
}

.sidebar
{
	background-color: #4E6C74;
	position: absolute;
	/*float: left;*/
	left: 0px;
	top: 29px;
	width: 149px;
}

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

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

.sidebar ul
{
	background-color: #6DABB8;
	
    font-family: Arial, sans-serif, Optima, Tahoma, Times New Roman; 
    /*font-weight: bold;*/
    font-size: 9pt;

	list-style-type: none;
	text-indent: 1px;
	line-height: 23px; /*ensures that text is vertically centred*/

	margin: 0px; 
	padding: 0px;
}

.sidebar ul a
{
	display: block;
	width: 149px;
	height: 23px;
}

.sidebar ul a:link, .sidebar ul a:visited
{
	color: #F4F4B4;
	text-decoration: none; 	
}

.sidebar ul a:hover
{
	text-decoration: none; 	
}

.page_content
{
	position: relative;
	margin-left: 149px;
	padding: 0px;
	
	text-align: center;
	background-color: #C6C6D0;
	/*visibility: hidden;*/
}

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

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

.header_spacer_text
{
	position: relative;
	text-align: center;
	
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 29px;	
}

.header_spacer_left
{
	float: left;
	position: relative;
	background-color: #4E6C74;
	width: 149px;
	height: 29px;	
	text-indent: 5px;
	z-index: 2;
}

.header_spacer_left a:link, .header_spacer_left a:visited
{
	color: #F4F4B4;
	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;

	width: 100%;
	height: 20px;

	background-color: #9B5E59;
	
    font-family: sans-serif; 
    font-size: 9pt;
	line-height: 20px;
	
	text-indent: 149px;
	text-align: center;
	
	visibility: hidden;
	
	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
{

}