body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* no-navigation pages: order form etc. */
.plaintextpage
{
margin: 5px;
padding: 5px;
}

/* this includes both logo on left and topnav */		
#header	{
	height: 50px;
	background-color: #fff;
	padding: 6px;
}

/* this is a span with home, French side etc. */				
#topnav {
	float: right;
	clear: right;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 20px 0 0;
}

/* main menu bar */		
#mainnav {
	height: 30px;
	background-color: #F26522;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-top: solid 1px #005952;
	border-bottom: solid 1px #005952;
}

#firstnav {
	position: absolute;
	top:10px;
	left:0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url(english/images/tabs/75tabspacer2.gif);
	background-repeat: repeat-x;
}

#secondnav {
	position: absolute;
	top:70px;
	left:30px;
	z-index: 1;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
}

#secondnav a {color:#666666; text-decoration:none; font-weight:700;}
#secondnav a:link {color:#666666;}
#secondnav a:visited {color:#666666;}
#secondnav a:hover {color:#666666; text-decoration:underline;}

		
#leftnav {
	position: absolute;
	top: 111px;
	left: -16px;
	margin: 0 0 0 10px;
	padding: 0px;
	border: 0px;
	background: white;
	font-size: 100%;
	width: 170px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	}
html>body #leftnav {
	width: 170px; /* ie5win fudge ends */
	}
#text {
	padding: 0px;
	border: 0px;
	background: white;
	/* ie5win fudge begins */
	margin: 90px 20px 10px 180px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 90px 20px 10px 180px;
	position: relative;
}
html>body #text {
	margin: 90px 20px 10px 180px; /* ie5win fudge ends */
}

#textnoleftnav {
	padding: 0px;
	border: 0px;
	background: white;
	/* ie5win fudge begins */
	margin: -10px 20px 10px 20px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: -10px;
}
html>body #textnoleftnav {
	margin-top: -10px; /* ie5win fudge ends */
}

/* right column not used in current Dansanna layout */
#rightnav {
	position: absolute;
	top: 110px;
	right: 0px; /* Opera5.02 will show a space at right 
	when there is no scroll bar */
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: 0px;
	background: white;
	width: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
}
html>body #rightnav {
	width: 120px; /* ie5win fudge ends */
}		
						
#footer
{
	clear: both;
	height: 50px;
	background-color: #666;
}

/* title */
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:larger;
	line-height:28px;
	font-weight:700;
	color:#F26522;
	}
 
 /* subtitle */
h2 {
	font-size: medium;
	color: #F26522;
	margin: 1em 0 1em 0;
	padding: 0.3em 0 0em 0;
	border-top: 1px solid #F26522;
 } 
 
 /* sub-subtitle */
h3 {
	font-size: 13px;
	color: #F26522;
	margin: 0em;
	padding: 1em 0 1em 0;
 } 

/* paragraph text */
p {
	font-size: 13px;
	margin: 0em;
	padding: 0 0 1em 0;
	line-height: 1.4em;
	text-align: justify;
}

/* formatting */
td, dl {
	font-size: 13px;
	line-height: 1.4em;
}
li {
	font-size: 13px;
	line-height: 1.4em;
	padding: 0 0 0.3em 0;
}

ul, ol {
	margin: 0em;
	padding: 0 0 1em 2em;
}

/* links */
a {
	color:#C13700;
	text-decoration:none;
	font-weight:bold;
	}
a:link {color:#C13700;}
a:visited {color:#C13700;}
a:hover {color:#FFA64C; text-decoration:underline;}

/* print and comment links */
.controlbox { 
	text-align: right; 
	font-size: 12px;
	text-transform: uppercase;
	margin: 1.5em 0em 0em 0em;
	padding: 0.5em;
}

/* centered images */
.image {
	text-align: center;
	border: 0;
	padding: 1em;
	font-size: xx-small;
	vertical-align: middle;
} 

.image img {
border: 0;
}

/* image captions in small text */
.caption { 
	text-align: center;
	font-size: x-small; 
	border-top: 1px solid #ccc;
	padding: 1em 0 0 0;
	margin: 1em 0 1em 0;
}

/* adds margins to main text */
.itembox {
	padding: 0;
	margin: 0em 1.5em 0em 0.2em;
}

/* section navigation at bottom of text */
.navibox { 
	text-align: center;
	font-size: xx-small; 
	margin: 0em 2.4em 1.5em 0em;
	padding: 0.5em;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

/* disclaimer paragraph text etc. */
.highlightbox {
	font-size: xx-small;
	text-align: left;
	line-height: 1.1em;
	margin-top: 0.2em;
}

/* leftside menu */
#leftnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
}

#leftnav li { margin: 0 0 1px 5px; font-size: 11px; }

#leftnav a
{
display: block;
padding: 5px 10px;
margin: 0;
width: 130px;
color: #fff;
background-color: #C13700;
text-decoration: none;
}

#leftnav a:hover
{
color: #fff;
background-color: #FFA64C;
padding: 5px 5px 5px 10px;
text-decoration: none;
border-right: 5px solid #FF9933; 
}

#leftnav ul ul li { margin: 0 0 1px 0; }

#leftnav ul ul a
{
display: block;
padding: 5px 20px 5px 15px;
width: 125px;
color: #666666;
background-color: #ffffff;
text-decoration: none;
}

#leftnav ul ul a:hover
{
color: #fff;
background-color: #FFA64C;
padding: 5px 5px 5px 15px;
text-decoration: none;
border-right: 5px solid #FF9933; 
}

#leftnav ul ul ul
{
margin: 0;
padding: 0;
list-style-type: square;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#leftnav ul ul ul a {
	display: list-item;
	color: #C13700;
	background-color: white;
	padding: 1px 1px 1px 25px;
}

#leftnav ul ul ul a:hover {
	display: list-item;
	color: #FFA64C;
	background-color: white;
	padding: 1px 1px 1px 20px;
	text-decoration: underline;
	border-left: 5px solid #FF9933;
	border-right: none;
}

/* list of names, links, etc. */
.namelist dt {
	margin-top: 1.5em;
	font-weight: bold;
}

/* large-sized inline text */
em.largesized {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

/* centered text only */
.center {
	text-align: center;
}

/* thumbnail image caption etc. */
.item p {
	margin: none;
	padding: none;
	text-align: center;
	line-height: 1.1em;
}

/* thumbnails: use p.image unless captions are needed! */
div.item {
	float: left;
	padding: 5px 20px 5px 15px;
	text-align: center;
}

/* centered table */
table.center {
	margin-left: auto; 
	margin-right: auto;
}

/* colourchart - remember to do chairtex */
table.colourchart {
width: 75%;
border: none;
cellpadding: 8px;
cellspacing: 10px;
margin-left: auto;
margin-right: auto;
}

table.colourchart td {
	width: 25%;
	text-align: center;
	vertical-align: top;
}

table.colourchart tr.five td {
	width: 20%;
	text-align: center;
	vertical-align: top;
}

table.colourchart td p {
	margin: 0;
	padding: 0;
}

table.itemchart {
width: auto;
border: none;
cellpadding: 8px;
cellspacing: 10px;
margin-left: auto;
margin-right: auto;
}

table.itemchart td {
	text-align: center;
	vertical-align: top;
}

table.itemchart td p {
	text-align: center;
}

table.itemchart tr.three td {
	width: 33%;
}

table.itemchart tr.four td {
	width: 25%;
}

table.itemchart tr.five td {
	width: 20%;
}

table.itemchart tr.highlight td p {
	background-color: #FFF799;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
}

/* pricechart */
table.pricechart {
	width: 100%;
	border: none;
	cellspacing: 5px;
}
.pricechart thead {
}
.pricechart th {
	background-color: #C13700;
	color: white;
	font-size: small;
	text-align: center;
}

.pricechart th.rightalign {
	text-align: right;
}

.pricechart td.subheader {
	background-color: #ccc;
	font-weight: bold;
}
.pricechart tr.alt {
	background-color: #eee;
}

.pricechart td.image {
	text-align: center;
}
.pricechart td {
	border: 1px solid #ccc;
	font-size: small;
	text-align: left;
	padding: 2px;
}

/* Right-align contents of price cells. */
.pricechart td.price { text-align: right; font-weight: bold; }
.pricechart td.alt-price { text-align: right; background-color: #ddd; }


/* highlight table */
td.highlight {
	background-color: #C13700;
	color: white;
	border: 1px #000000;
	text-align: left;
}
td.highlight2 {
	background-color: #FFF799;
	text-align: center;
}

/* featured product */
td.featured {
	background-color: #C13700;
	color: white;
	font-weight: bold;
	text-align: center;
}

.featured2 {
	background-color: #FFF799;
	padding: 2px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center;
}

p.leftlink {
	text-align :right;
	font-size: x-small;
	font-weight: bold;
}

p.price {
	background-color: #FFF799;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	width: 100px;
	font-weight: bold;
	text-align: center;
}

.foot{ 
	text-align: center;
	font-size: x-small;
}

strong.red
	{
	color: red;
}

ul.itemlist li {
	font-size: x-small;
}

ul.itemlist li a {
	margin: 0px;
	padding: 0px;
}

.indexpage {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}