/* 
  -----------------------------------
  www.seventhsensedesigns.com.au
  Bi-Wize Page Pack
  3 Column Fluid Horizontal Menu
  -----------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 12px 20px;
	padding: 0;
}

/*Pagewrapper serves as a container for all elements on the page.
Min-width is set to 720px. This prevents the box from getting too narrow -
to the point that it would either break the layout or make text
impossible to read. When a user makes the browser window narrow,
pagewrapper will shrink in width until it reaches 720px - then the
browser will spawn a horizontal scrollbar. MSIE 6 does not support
min-width, but we have included a special workaround. See the
readme_first file included with this PagePack for details.*/
#pagewrapper{
	margin: 0 0 0 0;
	min-width: 720px;
}

/*Sets all table cells to align their content to the top.*/
td {vertical-align: top;}

/*The masthead DIV contains the background images that comprise the
layout's upper curve, as well as the logodiv.
Masthead's background image tiles left to right along the X-Axis
creating the masthead's textured backdrop.*/
#masthead {
	background-image: url(../images2008/pageBG.jpg);
	background-repeat: repeat-x;
}

/*The logodiv carries the embedded logo image and a right-aligned
background image that creates the abstract pear scene and the
top right corner of the top curve.*/
#logodiv {
	background-image: url(../images2008/logoright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*The menubar DIV is the container for our menu. Background image
is set to render a textured behind the top-level links that matches
the sub-menu texture. Dark gray borders are set on all sides except
for the top. The lighter-colored top border you see is actually part
of the masthead images. Font-size is set to .85em for the entire menu.*/
#menubar {
	font-size: 0.85em;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(../images2008/menbg.gif);
	background-color: #DED594;
}

/*Sidebar1 is the left sidebar table cell.*/
#sidebar1 {
	font-size: .8em;
	width: 140px;
	padding: 20px;
	border-left: 1px solid #666666;
	background-color: #F4F3E3;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: .9em;
	background-image: url(../images2008/vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 16px 24px;
	background-color: #FFFFFF;
}

/*Maincotent paragraph margins.*/
#maincontent p {
	margin: 8px 0 12px 0;
}

/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 {
	font-size: .8em;
	background-image: url(../images2008/vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px;
	width: 160px;
	border-right: 1px solid #666666;
	background-color: #F4F3E3;
}

/*The copyrightcell carries the textured background along the bottom
edge of the mainbox. Nested inside this cell is the
copyrightnotice DIV.*/
#copyrightcell {
	background-image: url(../images2008/copyBG.jpg);
	background-repeat: repeat-x;
}

/*Copyrighnotice contains the embedded copyright notice, which
also creates the bottom left curve of the main box. We also set
a background image that completes the bottom curve.*/
#copyrightnotice {
	font-size: .75em;
	background-image: url(../images2008/copy_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Footer styles*/
#footer {
	padding: 16px 0 0 18px;
	font-size: .7em;
}
#footer p {
	margin: 0 0 3px 0;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#800308;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	text-align:center;
}
h2, h3 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
	color:#800308;
}
h3 {
	font-size: 1.4em;
	color:#800308;
}
#sidebar h3{
	color: #800308;
}
h4 {font-size: 1.0em;
	color: #800308;}
/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {margin: 0;}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color:#990000;
	text-decoration: none;
	
}
a:visited {
	color:#990000;
	text-decoration: none;
	
}
a:hover, a:active, a:focus {
	color: #A59D6B;
	text-decoration: none;
	
}
#sidecontent a:link {
	color:#8E6648;
	text-decoration: underline;
	font-weight:bold;
}
#sidecontent a:visited {
	color: #8E6648;
	text-decoration:underline;
	font-weight:bold;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #990000;
	text-decoration:underline;
	font-weight:bold;
}
.button {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
	background-color: #ccccb9;
	border: thin solid #800000;
	}
.legend{font-size: 1.2em; color:#800000}
form {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #800000;
	text-decoration: none;
	background-color: #EDE8C5;
	}
.blockquote {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #EDE8C5;
	border: thin solid #800000;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
	.specifications{
	font-family:"Trebuchet MS",Verdana,Arial, sans-serif;
	font-size:9px;
	font-style:normal;
	}
	.imagestext{
	font-family:"Trebuchet MS",Verdana,Arial, sans-serif;
	font-size:10px;
	font-style:normal;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
	.pageblock{
	font-size: .9em;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 210px;
	}
	.table{
	font-family:"Trebuchet MS",Verdana,Arial, sans-serif;
	font-size:.9em;
	font-style:normal;
	border:thin;
	border-color:#990000;
	padding: 3px;
	}
.cell{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	border-color:#990000;
	border:thin;
	padding-left:5px;
	font-size: 10px;
	}
	input.zoom_button {
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 90%;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #f4f3e3;
		text-decoration: none;
		background-color: #990000;
		border: thin solid #ded8a4;  
		}
		.highlight { background: #FFFF40; }
		.searchheading { font-size: 120%; font-weight: bold; }
		.summary { font-size: 90%; font-style: italic; }
		.suggestion { font-size: 90%; }
		.results { font-size: 90%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 90%; }		
		.description { font-size: 90%; color: #008000; }
		.context { font-size: 90%; }
		.infoline { font-size: 90%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 90%; }
		.zoom_results_per_page { font-size: 90%; margin-left: 5px; }
		.zoom_match { font-size: 90%; margin-left: 5px;}				
		.zoom_categories { font-size: 90%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 7px; list-style-type: none; }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 5px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 5px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 90%; }
		.result_pagescount { font-size: 90%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 90%; }
		.recommend_description { font-size: 90%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
		
.subheading
		{
	background: #f4f3e3;
	border-top: 1px dotted #990000;
	border-bottom: 1px dotted #990000;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
		}
		.news{ font-size: 90%; font-style: normal; color: #990000;}