@charset "iso-8859-1";
/*GLOBAL STYLES*/
body 
{
	background-color : #FAEBD7;
	color : #336633;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

hr
{
		height : 1px;
}

img
{
 border : none;
}

a:hover 
{
	text-decoration : none;
	color : #990033;
	background : transparent;
}

a.navigation
{
	text-decoration : none;
	background : transparent;
	color : #336633;
	font-weight : bold;
	font-size : medium;
}

a.navigation:hover
{
	color : #990033;
	background : transparent;
}

.downloadpdf
{
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 font-family: arial, helvetica, sans serif;
}

/*headings - all pages*/
h1,h2,h3,h4 
{
	background : transparent;
	color : #336633;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}

h1
 {
	padding : 0px;
	margin : 0px;
	font-size : 25px;
	background : #336633;
	color : #FAEBD7;
	border : medium groove #CC0033;
	text-align: center;
}

h2
 {
	font-size : 25px;
	text-align : left;
}

h3 
{
	font-size : 16px;
}

h4
 {
	font-size : 14px;
}


/*paragraphs*/
p {
	background : transparent;
	color : #336633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	text-align : left;
}

p.intro
{
	font-weight : bold;
	font-style : italic;
}

p.img
{
	text-align : center;
}

p.center
{
	text-align : center;
}

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

.strapline
{
	text-align : center;
    background-color : transparent;
	color : #993333;
	font-weight : bold;
	font-style : italic;
	font-size : medium;
}

table,td,th
{
	font-family : Arial, Helvetica, sans-serif;
}


.footnote
{
	font-size : x-small;
}

/*Lists*/
ul {
	background : transparent;
	color : #336633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
}

ol {
	background : transparent;
	color : #336633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
}


/*TABLES AND STRUCTURE*/

table.header
{
	width :90%;
	text-align : center;
}

td.header_images
{
	text-align : center;
	padding : 5px;
}
table.container
{
	width : 90%;
	text-align : center;
}

td.container
{
	width : 80%;
	text-align : center;
}

td.navcontainer
{
	width : 20%;
	text-align : center;
}

table.navigation
{
	width : 100%;
}

td.navigation
{
	text-align : center;
	border : 1px solid #990033;
	padding : 2px;
}

table.maincontent
{
    width : 90%;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

td.maincontent
{
	padding : 10px 10px 10px 10px;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
}

table.products
{
	width : 100%;
	text-align : center;
}

td.img_product
{
	text-align : center;
}
table.menu
{
	width : 90%;
	text-align : center;
	border-top : 1px solid #336633;
	border-bottom : 1px solid #336633;
}

td.menu
{
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : medium;
}

table.footer
{
	width : 90%;
	text-align : center;
	text-align : left;
	color : #336633;
	border-top : 1px solid #336633;
	border-bottom : 1px solid #336633;
}

td.footer
{
	font-size : small;
	padding : 5px;
	text-align : center;
}

table.underfooter
{
	width : 90%;
	text-align : center;
}

td.underfooter
{
	text-align : center;
}

/*IMAGES*/
img.img_page
{
	text-align : center;
	border : thin solid black;
	margin : 5px;
}

img.img_product
{
	text-align : center;
	border : 1px solid #336633;
}

img.img_logo
{
		text-align : center;
}


img.title
{
	padding-right : 20px;
	padding-bottom : 10px;
}






























img.img_header
{
	border : none;
}








