/* CSS Document */

body {
	background: #fff;
	color: #505050;
	margin: 0px;
	padding: 0;
	font-family : Geneva, Arial, Helvetica, sans-serif; 
	font-size:70%;
}

h1 {
	font-size: 1.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 0;
	color: #333;
	clear: both;
}

h2 {
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 0.5em 0 0 0;
	color: #333;
	clear: both;
}

h3 {
	font-size: 1.3em;
	font-weight: 500;
	padding: 0.2em 0 0.2em 0;
	color: #333;
	margin:  0.2em 0 0 0;
}

h4 {
	color: #922646;
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


cite{
	font-size: 0.7em;
}

SUB, SUP { line-height: 0; font-size: 0.8em; font-weight: bold} 

em { font-style: italic; color: #333;}
strong {font-weight: bold; color: #333;}

p {
	margin: 0.5em 0.5em 0 0;
	padding: 0px;
	line-height: 1.6em; 
}

hr {
margin: 0.5em 0;
margin: 0.5em 0;
border: 1px #CCC dotted;
clear: both;
}

ol.faq {
	font-size: 1.5em;
}
ol.faq p{
	font-size: 0.7em;
}

.faq h3{
	font-size: 1em;
}

.faqback{
background: url("/images/design/top.gif") transparent right 13px no-repeat;
font-size: 0.5em;
margin: 0;
padding: 0 15px 0 0;
text-align: right;
}

.faqback a{
text-decoration:none;
}

.eventdetails {
	background: #fff;
	border: 1px solid #922646;
	display: block;
	padding: 0px;
	margin-bottom: 12px;
	text-align: center;
	width: 100%;
}

.eventdetails h2{

background: #922646;
font-weight: 600;
color: #FFFFFF;
font-size: 0.9em;
padding: 2px 2px 2px 2px;
margin: 0px;
clear: none;
text-align: center;

}
/* Bullets for content box */
#content ul {
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ol li {
	margin: 0.2em;
	width: auto;
	line-height: 1.6em; 
}

#content ul li {
	background: url("/images/design/bullet.gif") TOP left no-repeat transparent;
	padding:  0.2em  0.2em  0.2em 25px;
	margin:  0.2em  0.2em  0.2em 12px;
	width: auto;
	line-height: 1.6em; 
}

#content ul li.pdf, .pdf {
	background: url("/images/design/pdficon.gif") 0.4em left no-repeat transparent;
	padding:  0.2em  0.2em  0.2em 25px;
	margin:  0.2em  0.2em  0.2em 12px;
	width: auto;
	line-height: 1.6em; 
}  

span.freelite{
display:block;
background: url("/images/design/freelitelogo.jpg") 0 0 no-repeat transparent;
width:153px;
height:0px;
float:left;
padding-top:56px;
overflow:hidden;
}


div.boxheading {
	font-size: 1.2em;
	font-weight: 500;
	padding: 0.4em;
	margin: 0;
	color: #fff;
	background: #922646;
	border: 1px #922646 solid;
	text-align: center;
	font-style: italic;
	margin-bottom: 0em;
	font-weight: bolder;
}

div.boxheading a {
	color: #fff;
}

.date {
margin: 0.4em 0 0 0;
padding: 0;
font-size: 0.9em;
font-style: italic; 
display: block;
}

form{
	margin-top: 1em;
	padding: 0;
}
textarea {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	height: 100px;
	margin-bottom: 2px;
}

fieldset { 
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}

legend {
  padding: 0.2em 0.5em;
  color:#666666;
  font-size:1.1em;
  font-weight: bold;
 }
  
table {
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}


caption {
	color: #922646;
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 1em 0 0 0;
}

th {
	background: #922646;
	color: #FFFFFF;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 500;
	padding: 0.3em;
	
	  text-align:left;
}
  
th strong{
	color: #FFFFFF;
}

th a, th a:hover, th a:active, th a:visited{
color: #FFFFFF;
}

td {
vertical-align:top;
	border: 1px solid #E6E6E6;
	padding: 0.3em;
	color: #333;
	white-space: no-wrap;
	margin: 0.3em;
	border-spacing: 0px;
}

td h3 {padding: 0;font-size:1.3em;}
td.narrowcol { width: 80px; }
td.mediumcol { width: 160px; }
td.widecol, th.widecol  { width: 240px; }
tr.selected { background: #D0D0D0; }
td.selected { background: #C6C6C6;}
td.selectedlight {background: #E6E6E6;}
td.notes { 
background: #fff; 
font-size: 0.8em;
padding: 5px 5px 5px 5px;
color: #333;
font-style: italic;
}

td.tablelabel {
background: #c0c0c0;
white-space: no-wrap;
font-weight: 600;
font-size: 0.7em;
width: 120px;
}

table.noborders {
width:450px
}

table.noborders td{
border: 0px;
}

td p {
padding: 0;
margin: 0;
}

dfn, abbr, acronym, .help {
cursor:help; 
border-top: 1px dotted;
}

.small {
	font-size: 9px;
}
  
.copyright a, .copyright a:visited, .copyright a:hover {
color: #fff;
text-decoration: none;
font-size: 10px;
}

/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background: #666666;
	border: 1px solid #666666;
	color: #FFFFFF;
	font: bold 11px Verdana, sans-serif;
	padding: 3px 8px;
	text-transform: uppercase;
	width: auto;
}

.sidepanel {
	right: 10px;
	position: absolute;
	top: 76px;
	width: 168px;
}

.centeralign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.labelwrapper{
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 120px;
}
label.formlabel{	
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 120px;
	line-height: 10px;
}
label.inline{
		font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
}

.checkbox {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

.thumbnail {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 14px 14px 0px 0px;
	width: inherit;
}



.white{
	color: #FFFFFF;
	background-color: inherit;
}

/* These styles define default link behaviors */
a{
color: #000099;
}

a:hover {
	text-decoration: none;
	color: #3366ff;
}

a:active {
	color: #0033cc;
}

a .hilite {
color: #ddd;
}

.right {
	float: right;
}


/* Image Styles */
img {
	border: none;
}

img.right {
	background: #FFFFFF;
	margin-left: 0.5em;
	color: inherit;
	float: right;
}

img.left {
	background: #FFFFFF;
	margin-right: 0.5em;
	color: inherit;
	float: left;
}

img.center{
	margin: 0px;
}

/* Index Page Styles */

.splashbox {
	border: 1px solid #000000;
	margin: 25px 25% 25% 25%;
	text-align: center;
	width: 50%;
}

.splashbox h1{
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 14px;
	width: 100%;
	background: #000;

}

.splashbox p{
	padding: 5px;
}

.splashbox a{
	font-size: 18px;
	text-decoration: none;
color: #666666;
}

.splashbox .keywords{
	font-size: 9px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

div#subnav h1{
	/*background: url("images/design/buttonback.gif") #333;*/
	color: #fff;
	margin: 0px 0px 0px 1px;
	padding: 2px 2px 2px 4px;
	border: 1px solid #F0EDDC;
	width: auto;
	font-size: 13px;
	font-weight: 500;
	background: transparent;
}
/* These are the wrappers */
#wrapper {
	margin-top : 115px;
}

/* This style defines the logo area. */
#banner
{
	display: block;
	background: #fff url("/images/design/header.jpg") no-repeat;
	height: 110px;
}

#logo
{
	position: absolute;
	z-index:5;
	width:156px;
	top : 85px;
	left : 30px;
	height: 68px;
}


div#strap{
	width:auto;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-size:19px;		
	font-weight: 600;
}

div#strap a{

	background: transparent;
	color: #000;
	text-decoration: none;

}

/* These styles define the columns that appear within the body of the page */
div#content {
	margin: 0 5px 0 215px;
	display: block;
	width: auto;
	font-size:1.2em;
	height: 700px;
}

html>body div#content {
  height: auto; 
  min-height: 700px;
 }
 
 
#newscontent {
	margin: 0 210px 0 215px;
	display: block;
	width: auto;
	font-size:1.2em;
	height: 700px;
}

#newscontent h2{
margin: 0px;
}

div#subnav {
/* float: left;
	width: 195px;
	margin: 60px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	*/
	position: absolute;
	width: 169px;
	left: 15px;
	top: 175px;
}

div#nav {
margin: 8px 0px 0px 214px;
}

.topofpage {
position: relative;
top: 15px;
margin-left: 230px;
height: 60px;
}

.topofpage a, .topofpage a:visited, .topofpage a:hover {
background: url("/images/design/top.gif") transparent 0px 3px no-repeat;
font-size: 10px;
text-decoration:none;
padding: 0 0 0 15px;
margin: 0 0 0 0;
}

#footer {
	background: #000000 url("/images/design/footer.jpg") no-repeat;
	padding: 0 5px 0 0;
	margin: 15px 0 0 0;
	display: block;
	height: 100px;
	clear:both;
}

/* Navigation Styles */
/* Footer Style */
div#footer ul
{
list-style-type: none;
margin: 0 0 0 0;
padding: 0;	
background-color: #000000;
display: block;
}

div#footer ul li  { background-color: #000000; display: inline; padding: 0;	margin: 0;}

.footelement {
	white-space:nowrap;
	float:right;
}  
	
.footelement a {
	float:left;
	padding: 10px;
	margin: 0;
	font-size: 10px;
	text-decoration:none;
	color:#ddd;
}  
	
.footelement a:hover {
	color:#fff;
}

/* Navigation Style */
div#subnav ul
{
list-style-type: none;
margin: 0;
padding: 0; 
}

div#subnav ul li  { display: inline; line-height: 12px;}

div#subnav .pagelevel1 a, div#subnav .folderlevel1 a {	
	color: #606060;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
	text-align : right;
	border-top : 1px solid #ddd;
}  

div#subnav .pagelevel1 a:hover, div#subnav .folderlevel1 a:hover {
	color: #000;
	background-color: #e0e0e0;
}
	
div#subnav .selected1 a, div#subnav .selected1 a:hover{
	color: #FFF;
	background-color: #922646;
	font-weight: 600;
}

div#subnav .pagelevel2 a, div#subnav .folderlevel2 a {	
	color: #555;
	display: block;
	font-size: 10px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	text-align : right;
	background-color: #f0f0f0;
	border-top : 1px solid #fff;
}  

div#subnav .pagelevel2 a:hover, div#subnav .folderlevel2 a:hover {
	color: #000;
	font-weight: 500;
	background-color: #e0e0e0;
}
	
div#subnav .selected2 a, div#subnav .selected2 a:hover{
	color: #000;
	background-color: #d0d0d0;
	font-weight: 500;
}

/* E-commerce Styles */
.shopbuy {
	width: 100px;
	padding: 0px;
	float: right;
}

#shopheader {
background: #303030;
font-weight: 800;
color: #e0e0e0;	
}

/* used on continue pages */
div.shopform {
	float: left;
	width: 340px;
}

div.shopinstructions {
	margin-top: 20px;
	padding: 5px;
	width: auto;

}

div.halfcolumn {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
}

/* E-commerce quantity buttons */


.input {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 1px;
}

.inputsubmit {
	background: #666666;
	border: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	padding:2px;
	margin: 1px
}

.tablewrapper {
width: 95%;
}

table.shopbaskettable {
width: 95%;
}

.shopbaskettable td {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.shopbaskettable th {

}
td.shoplight {
	background: #e0e0e0;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
}

td.shopclear {
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
	text-align: right;
}

td.shopdark{
	background: #303030;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 400;
	padding: 4px 4px 4px 4px;
	border-right: 0;
}

p.trade {
	font-size: 9px;
	font-weight: bold;
	color: #000;
}


/* Box Styles */
.visitormessage {
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.4em;
	margin: 0;
	color: #922646;
	background: #fff;
	border: 1px #922646 solid;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bolder;
}

.visitormessage a{
	color: #922646;
}


div.searchbox {
border: 1px solid #E6E6E6;
padding: 0px;
margin: 10px 0px 0px 0px;
display: block;
width: 175px;
}

div.searchbox h2
{
display: block;
background: #E6E6E6;
margin: 0px;
padding: 0.3em; 
font-size: 1em;
}

div.searchbox h3
{
margin: 0px;
padding: 0px; 
font-size: 1em;
font-weight: bold;
}

div.searchbox label
{
margin: 0.5em 0 0 0; 
padding: 0.2em 0 0.2em 0.2em; 
line-height: 1em;
float: left;
width: 45px;
}

div.searchbox input.button
{
margin: 0;
padding: 0.1em; 
font-size: 0.8em;
}

div.searchbox form
{
margin: 0px;
padding: 0.5em; 
line-height: 1em
}


div.summary {
clear: both;
margin: 0.5em 0.5em 0 0;
border-left: 1px solid #922646;
border-right: 1px solid #922646;
border-bottom: 1px solid #922646;
padding: 0px;
}

div.summary h3{
background: #922646;
font-weight: 600;
margin: 0px;
color: #FFFFFF;
font-size: 0.9em;
font-weight: 600;
padding: 2px 2px 2px 2px;
}

div.summary p {
padding: 0.5em;
}

div.references {
clear: both;
margin: 0.5em 0.5em 0 0;
border-left: 1px solid #922646;
border-right: 1px solid #922646;
border-bottom: 1px solid #922646;
padding: 0px;
}

div.references h3{
background: #922646;
font-weight: 600;
margin: 0px;
color: #FFFFFF;
font-size: 0.9em;
font-weight: 600;
padding: 2px 2px 2px 2px;
}

div.references p{
padding: 0 0 0 0;
margin: 0;
}

div.references form{
padding: 0;
margin: 0;
}

.ref{
font-size: 0.7em;
padding: 0;
margin: 0;
font-weight: 600;
}

div.references ol {
	font-size: 0.8em;
	margin-right: 2em;
}

div.references ol li {
	padding:  0;
	margin:  0;
	border-bottom: 1px #CCC dotted;
}

div.references ol li p {
padding: 0 0 0.3em 0;
margin: 0;
}

.leftimage {
float: left;
width: 350px;
margin-right: 5px;
}

.rightimage {
float: right;
width: 350px;
margin-left: 5px;
}

.rightimage p, .leftimage p, .notes, .centeralign p
{
margin: 0;
width:100%;
text-align: center;
font-size: 0.8em;
color: #111;
font-style: oblique;
}

ul#errorlist li, p#errormsg {text-align:left;}
#shoppingbag {
	background: url("/images/order.gif") top left no-repeat transparent;
height: 30px;
	width: 145px;
	margin: 0;
	padding-top:20px;
	position: absolute;
	top: 30px;
	right:40px;
	z-index: 5;
	text-align: center;
}

#shoppingbag a{
color: #fff;
}
.adbox {

border: 1px solid #E6E6E6;
padding: 0px;
margin: 5px 0px 5px 0px;
width: 175px;
background-color: #fff;
text-align: right;
}
.adbox img {
}

.required {
font-weight: 600;
color: #000;
}


div.rightcolumn {
position: relative;
top: -40px;
	float:right;
	width: 175px;
	margin: 0 0 0 30px;
	padding:0;
	font-size: 0.9em;
}
div.rightcolumn a{
	text-decoration: none;
}

div.rightcolumn h2{
font-size: 1em;
font-weight: 600;
}

div.rightcolumn h1{
	font-size: 1.1em;
	font-weight: 500;
	padding: 0.4em;
	margin: 0;
	color: #fff;
	background: #922646;
	border: 1px #922646 solid;
	text-align: center;
	font-style: italic;
	margin-bottom: 0em;
	font-weight: bolder;
}

div#content div.rightcolumn ul
{
list-style-type: none;
margin: 0;
padding: 0; 
}

div#content div.rightcolumn ul li {
background: transparent url("/images/design/bullet2.gif") 2px 4px no-repeat;
display: block;
line-height: 12px;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 15px;
width: auto;
font-size: 0.9em;
font-weight: 500;
border-top : 1px solid #ddd;
}

div#content div.rightcolumn ul li  a {	
	color: #000;
	text-decoration: none;
}  

div#content div.rightcolumn ul li a:hover, #content div.rightcolumn ul li a:active, {
	color: #922646;
}

div#content div.rightcolumn ul li.current a {
	color: #922646;
}

div#content div.rightcolumn .homelinks {
margin: 0;
padding: 0;
text-align: center;
font-size: 0.9em;
color: #111;
}

div.shopbox {
	float: left;
	width: 49%;
	height:200px;
	margin: 2px;
	padding: 0px;
	border:1px solid #922646;
}

div.enquirybox{	float: left;
	padding: 0;
	border:1px solid #922646;}
	
div.shopbox h3,div.enquirybox h3,div.datasheet h3{
display:block;
	background: #922646;
	color: #fff;
	margin: 0px;
	padding: 4px;
}

div.shopbox p,div.enquirybox p{
	padding: 8px;
}
.clear {clear: both;}
table { font-size: 100%; /* IE hack */ }
html { font-size: 100%; /* IE hack */ }

