/* FFT CSS V6.4.4*/
/* VALID CSS 2.1 */

/* REMOVE HYPERLINK BORDER FROM IMAGES */
img
{
	border-style: none;
}

/* GENERAL BODY FORMATTING */

body {
background-image : url(fft.jpg);
		text-align: center; /* for IE */
}

h2 {
color : #383d44;
font-family : Georgia, serif;
font-weight : normal;
line-height : 22px;
text-align : center;
}

#wrapper {
width : 90%;
margin : 0 auto;
border : 1px solid gray;
line-height : 130%;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}

#header {
text-align : center;
color : black;
font-size : small;
font-family : arial, helvetica, sans-serif;
border : 1px dotted;
padding : 0.5em;
background-color : #dce; /* HEADERCOLOUR - DO NOT CHANGE THIS COMMENT */
}

#leftcol {
float : left;
width : 130px;
margin : 0;
padding : 1em;
border : 1px dotted;
text-align : center;
font-size : 0.9em;
font-family : helvetica, arial, geneva, sans-serif;
}

#rightcol {
border : 1px dotted;
float : right;
width : 160px;
margin : 0;
padding : 1em;
}

#content {
margin-left : 200px;
margin-right : 200px;
padding : 1em;
max-width : 36em;
text-align : center;
border : 1px dotted;
}

#footer {
clear : both;
margin : 0;
padding : 0.5em;
text-align : center;
color : black;
font-size : small;
font-family : arial, helvetica, sans-serif;
border : 1px dotted;
}

#leftnav p, #rightnav p {
margin : 0 0 1em 0;
}

#content h2 {
margin : 0 0 0.5em 0;
}

table {
margin : 0 auto;
}

.product-table {
border : 1px solid #000;
background : #bcd0e4;
}

.product-table caption {
caption-side : bottom;
font-size : 8px;
font-style : italic;
text-align : right;
}

.product-table th, .product-table td {
border : 1px dotted #666;
padding : 0.5em;
text-align : left;
color : #632a39;
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}

.product-table th, .product-table a {
text-transform : uppercase;
font-size : 12px;
}
.product-table tr:hover td, .product-table a:hover {
background-color : #632a2a;
color : #fff;
}

.popular-table td {
border : 1px dotted #666;
padding : 0.5em;
color : #f00;
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
text-align : center;
}

.offers-table {
color : #000;
}

.offers-table td {
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
border : 1px dotted #666;
padding : 0.5em;
color : #f00;
text-align : center;
}

.promotions-table {
color : #000;
}

.promotions-table td {
font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
border : 1px dotted #666;
padding : 0.5em;
color : #f00;
text-align : center;
}

/* END SPECIAL OFFERS TABLE FORMATTING */
