body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;

}
#frame {
	width:768px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border: 1px solid #000;
	background-image: url(images/background_main.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	}
	

	
#contentleft {
	width:184px;
	padding:0px;
	float:left;
	}

#contentcenter {
	width:583px;
	padding:0px;
	float:left;
	}

#contentright {
	width:160px;
	padding:0px;
	float:left;
	background:#fff;
	}

#contentheader {
	background-image: url(images/background_header.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	height: 114px;
	background-color: #fff;
	}
	
#footer {
	background:#000;
	height: 20px;
	position: relative;

	}
	
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 0px 8px 20px;
	line-height: 10px;
	text-align:center;
}
.footertext a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 250px;
	text-decoration: none; /* */

}

.authorised {
	position: absolute;
	bottom: 25px;
	left: 0px;
	padding-left: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 15px 0px 15px;
	margin: 8px 0px 8px 0px;
}
.imageblock {
	padding-top: 20px;
	padding-left: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #82212b;
	font-weight: normal;
	margin: 0px 0px 5px 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0px 10px 5px 10px;
	padding: 5px;
	background-color: #aaaaaa;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
}
.contact td, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.salecontainer {
	margin: 0px 10px 5px 10px;
	padding: 3px;
	border: thin #aaaaaa solid;
}

.saleimage {
	float: left;
}
.saletext {
	margin-left: 220px;
}
.saletext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #eeeeee;
	padding: 5px;
	margin: 0px 0px 5px 15px;
}
.saletext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #82212b;
	font-weight: normal;
	margin: 0px 0px 5px 15px;
}
.saletext h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #82212b;
	font-weight: normal;
	margin: 0px 0px 5px 15px;
	background-color: #fff;
	padding: 0px;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 3.2; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 25px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 15px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 1px 0 1px 20px;
	display: block;
	background-image: url(images/background_button.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #fff;
}
#p7TMnav div a:hover {
	color: #fff;
	background-color: #333333 !important;
	background-image: none;

}



/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 30px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 1px 0 1px 30px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 30px !important;
}
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #333 !important;
	padding: 1px 0 1px 30px !important;
	background-color: transparent !important;
}
