/* Copyright (c) 2007-2008 Renishaw plc. All rights reserved */

html, body {
	font-family: Arial, Helvetica, 'DejaVu Sans', Sans-Serif;
	color: #666666;
	}

body {
	background-color: #fff;
	margin-top: 5px;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 0.8em;
	padding-top: 0;
	}

#wholePage{ /*limit page width*/
	/*width: expression(document.body.clientWidth > 1282? "1280px" : "auto");*/  /* for IE */
	max-width: 1280px; /* for the rest */
	margin: 0 auto;
	}

h1,h2,h3,h4,h5,h6,
h1 strong,h2 strong,h3 strong,
h4 strong,h5 strong,h6 strong {	
	/*font-family: Trebuchet MS, Arial, Helvetica, 'DejaVu Sans', Sans-Serif;
	font-weight: 500;*/
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	margin-left: 0;
	color: #64574a;
	clear: both;
	}
h1 { font-size:2.25em;	margin-top: 0.1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.125em;}
h4 { font-size: 0.875em; font-weight: 700;}
h5 { font-size: 0.875em;font-style: italic;}
	
#colContent h2,
#colContent h3,
#colContent h4 {
	padding: 0.1em 0.1em 0.1em 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	margin-top: 0.6em;	
	border-bottom: solid 1px #dddddd;
	}

#colRight h1, 
#colRight h2,
#colRight h3,
#colRight h4 { 
	font-weight: normal;
	}

#colRight h1 { font-size:1.8em;	}
#colRight h2 { font-size: 1.3em; }
#colRight h3 { font-size: 1.2em; }
#colRight h4 { font-size: 1.1em;}
#colRight h5 { font-size: 1em;}		
	
	
/*reset for table of content - leave rule above for graceful degradation*/
#colContent .tocHeader h2,
#colContent .tocHeader h3,
#colContent .tocHeader h4 {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;	
	}

/*	
h2 span {
	background-color: #dddddd;
	padding-left: 0.3em;
	padding-right: 0.3em;
	}
*/

h2 a, 
h2 a:hover {
	color: #64574a;
	text-decoration: none;
	}
	
.news h2 {
	margin-top: 0.2em; 
	}
	
p {
	margin: 0.7em 0 0.7em 0; 
	}
	
img {
	border-width: 0; 
	}
	
img.content {
	padding: 5px; 
	}
	
a, 
a:link, 
a:visited {
	color: #fa7c00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
td, th {
	vertical-align: top; 
	}
	
hr {
	color: #505050;
	height: 1px;
	}	
	
ol {
	position: relative;
	left: 1.3em;
	margin-right: 1.3em;
	}
	
ul {
	margin: 0 0 0.2em 0.9em;
	padding: 0 0 0 0;
	}
	
ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0.3em;
	margin-left: 0.4em;
	padding: 0 0 0 0;
	}
		
li ul{
	margin-bottom: 0;
	}
	
/* lower level lists*/
li li, li.tocEntryh3 {	list-style-type: circle; 	}
li li li, li.tocEntryh4 {	list-style-type: square;	}
li li li li, li.tocEntryh5{	list-style-type: lower-greek;	}
	
input, 
textarea, 
select {
	background: url(/media/shared/input/inputbox_bg.gif) repeat-x;
	border: solid 1px #444;
	color: #444;
	padding: 1px 2px;
	font-size: 1.2em;
	background-color: #fff;
	}
	
select {
	padding: 0 0 0 0;
	}	
	
input.formField,
textarea.formField {
	width: 97%;
	}

input, 
textarea,
select {
	font-size: 0.9em;
	}
	
input.checkbox {
	border-width: 0;
	}

.formLabel {
	text-align: right; 
	}

.altRow {
	background-color: #fdfbf7;
	}
	
.minorText{
	font-size: 0.85em; 
	}
	
.errorMsg{
	color: #ff0000; 
	}

.noJavaScript {
	margin: 0.3em 0 0.5em 0;
	padding: 0.2em;
	border: solid 2px red;
	}

/* Page top bar */
.orangeBar td {
	background-image: url(/media/shared/generic/orange_grad2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ff9933;
	border-bottom: solid 3px #dddddd; 
	border-top: solid 0px #888;
	text-align: left; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	}
	
.menuBreadcrumb {
	font-size:1em;
	width:100%;
	border-bottom: solid 1px #B28C66;
	background-color: #FBF8F4;
	background-repeat: repeat-x;
	padding-left: 0.3em;
	}
	
.orangeBar td.menuBreadcrumb a { 
	color: #fff; 
	}

.menuBreadcrumb .currentPageBreadcrumb { 
	color: #666; 
	}

#pageTop {
	color: #64574a; /*return anchor to looking normal*/
	font-weight: bold;
	text-decoration: none;
	}
/* End page top bar */


/* Site Search */
.searchBox {
	width: 199px; 
	text-align: right; 
	padding: 0;
	margin: 0;
	}
		
#terms {
	width: 170px;	
	height: 15px;
	padding: 0;
	margin: 0 0 0 0;
	}	
	
#siteSearchButton {
	background-image: url(/resources/images/icons/search_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	height: 17px;
	width: 17px;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 1px 0 0 4px;
	border-width: 1px;
	}
/*End site search*/

#colLeft, 
#colRight {
	width: 185px;
	background-color: #faf9f6;
	border-color: #e1dccb;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 3px;
	}

	
#colLeft  div.contentbox,
#colRight  div.contentbox {
	width: 170px;
	padding: 0;
	margin: 0;
	}
	
#colRight  div{
	width: 98%;
	}
	
#colRight img {
	border: solid 1px #E1DCCB;
	}
	
#colRight img.mediaListIcon {
	border-width: 0;
	}
	
/* LHS nav menu */
#colLeft table {
table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-width: 0;
	}
	
#colLeft table td {
	padding: 0.1em 0.2em;
	}
	
#colLeft table tr:hover, 
.menuSideHover {
	background-image: url(/resources/images/homepage/homeProdLineTabBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
		
.menuLHS {
	table-layout: fixed;
	width: 180px;
	}

.menuItem a .notYetPublished,
.menuItem a:visited .notYetPublished{
	color: #888;
	}
	
.menuSpacer {
	width: 8px;
	}
	
.menuIcon{
	width: 8px;
	}
/* end LHS nav menu */


.htmlTitle {
	background-color: #eee;
	border-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

.htmlInner {
	border: 0px solid #eee;
	margin: 0 0 10px 0;
	/*overflow: hidden;*/
	padding: 2px 1px;
	width: 99.7%;
	}

/* Media Lists */
h2.mediaListTitle {
	font-size: 1.4em;
	}
	
table.mediaListInner,
table.mediaListInner tr.MediaListRow,
table.mediaListInner tr td,
table.mediaListInner tr td p{	
	margin: 0 0 0.2em 0;
	padding: 0 0 0 0;
	}

table.mediaListInner {
	border-collapse: collapse;
	margin-bottom: 0.6em;
	width: 99%;
	}

table.mediaListInner tr.MediaListRow {
	border-top: solid 1px #eee;
	}

.mediaListIcon {
	margin-right: 4px;
	}

.mediaListFileSize {
	color: #888;
	text-align: right;
	font-size: 0.7em;
	vertical-align: top;
	}
/*End MediaLists*/

.formTitle {
	font-weight: bold;
	}

.formInner {
	border: 0 solid #eee;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 99.7%;
	}

.formInner th {	text-align: right; }
.formInner td {	text-align: left;}

.formInner th, 
.formInner td {
	padding: 0.2em 0.2em 0.2em 0;
	}

.formInner th p,
.formInner td p {
	margin: 0 0 0 0;
	}

.legal p {
	border-top: solid 1px #B28C66;
	padding: 0.3em;
	text-align: center;
	}
	
#legal a { 
	color: #fa7C00; 
	}

/* TOC items*/	
.TOC {
	border: solid 1px #E1DCCB;
	padding: 0;
	margin: 0;
	width: 25em;
	clear:both;
	}
	
.TOCTitle {
	background-color: #FAF9F6;
	padding: 0.2em;
	text-align: left;
	}
	
.TOCTitle {
	font-weight: normal;
	display:block;
	border-bottom: solid 1px #E1DCCB;
	margin-bottom: 0.2em;
	}

.TOCContent {
	padding: 0.2em;
	border-top: solid 1px #E1DCCB;
	margin-bottom: 0.4em;
	}
	
.TOC ul {
	padding: 0;
	margin: 0.4em auto 0.4em 1.2em;
	margin-right: 0;/*overriding main stylesheet*/
	}

.tocHeader {
	margin-top: 18px;
	border-bottom: solid 1px #ccc;
	vertical-align: bottom;
	margin-bottom: 0.4em;
	clear:both;
	}
	
.tocHeader h2,
.tocHeader h3,
.tocHeader h4,
.tocHeader h5{
	display:inline;
	border-width: 0;
	}
	
.tocHeader a {
	float:right;
	clear:both;
	position: relative;
	top: 0;
	}
	
.tocHeader h2 a,
.tocHeader h3 a,
.tocHeader h4 a,
.tocHeader h5 a {
	float: none;
	top: 0;
	}

.tocEntryh3 { margin-left: 1.2em; }
.tocEntryh4 { margin-left: 2.4em; }
/* End TOC items*/

.btnAddToBasket, 
.orangeButton,
.button {
	background-color: #faf9f6;
	background-image: url(/resources/images/homepage/grad_pale_vert.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fa9000;
	border: solid 1px #b28c66;
	padding: 0;
	cursor: pointer;
	font-size: 0.9em;
	}
	
a.basketDelete {
	color: red;
	cursor: pointer;
	}
	
.basket {
	border: solid 1px #b28c66;
	width: 170px;
	}
	
.basketContentTitle{
	display: block;
	background-color: transparent;
	border-bottom: solid 1px #b28c66;
	}
	
.basketContents{
	display: block;
	background: url(/media/shared/input/inputbox_bg.gif) repeat-x;
	background-color: #fff;
	padding: 2px;
	border-bottom: solid 1px #b28c66;
	}
	
.basketContentAltRow {
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	
.basketButtons {
	padding: 2px;
	}

	
/*Override main stylesheet for 404 page sitemap only*/
.ProdBoxSiteMap {
	width: 18em;
	float:left;
	margin-right: 2em;
	margin-top: 0.8em;
	}

.ProdBoxSiteMap ul {
	margin-left: 1.2em;
	}
/*End 404 override*/	
	
	
/* styli search */
#styliSearch {
	padding: 0.2em;
	}
	
#styliSearch select {
	font-size: 0.9em;
	}
	
.tdLabel {
	text-align: right;
	}
	
.validatorClass {
	font-size: 0.9em;
	}
/* styli search */


/* Contact Styles */
.contactDetails {
	border-collapse: collapse;
	border-width:0;
	white-space:nowrap;
	padding: 0;
	border-spacing: 0;
	}

.contactDetails td{
	padding: 0;
	}

#colContent h3.org,
#colContent h4.org {
	font-size: 1.2em;	
	margin: 0;
	border-width: 0;
	padding: 0.2em;
	background-color: #faf9f6;
	border-top: solid 0px #e1dccb;
	background-image: url(/media/shared/generic/grad_contentTable.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

td.tdContactLocation {
	padding: 0.4em;
	background-color: #faf9f6;
	border-width: 0;
	background-image: url(/media/shared/generic/grad_contentTable.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: solid 1px #e6e2d3;
	width: 15em;
	}
	
.vcard span,
.vcard h4,
.vcard h3 {
	padding-left: 3px;
	}
/* End contact styles */