
body {
	background-color: #DEDEF1;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*	MAIN TEXT */

.text {
	font: 12px/16px "Trebuchet MS", Verdana, sans-serif;
	width: 435px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}

h2 {
	font: 12px/16px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p {
	padding-top: 0;
	margin-top: 0;
}

.ProductTable {
	width: 435px;
	padding-right: 10px;
	padding-left: 10px;
}
.ProductTable a:link {
	font-weight: normal;
}
.ProductTable td {
	font: 12px/16px "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
.textPopups {
	font: 12px/16px "Trebuchet MS", Verdana, sans-serif;
	padding: 0 10px;
	color: #000000;
}

.textPopups h1 {
	font: 12px/16px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

.textPopups p {
	padding-top: 0;
	margin-top: 0;
}

/*	GLOBOL LINKS */

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}

/* 	MAIN NAV LINKS	*/

.navLinksOn {
	font: bold 11px/24px "Trebuchet MS", Verdana, sans-serif;
	color: #000066;
	display:block;
	background-color: #E2E2EC;
	width: 180px;
	height: 24px;
	border-top: 1px solid #8B8BB5;
	text-decoration: none;
}

.navLinks {
	display:block;
	width: 180px;
}
.navLinks a{
	font: bold 11px/24px "Trebuchet MS", Verdana, sans-serif;
	color: #000066;
	display:block;
	background-color: #FFFFFF;
	width: 180px;
	height: 24px;
	border-top: 1px solid #8B8BB5;
	text-decoration: none;
}
.navLinks a:visited{
	text-decoration: none;
}
.navLinks a:hover{
	background: #E2E2EC;
	text-decoration: none;
}
.navLinks a:active{
	text-decoration: none;
}

/* SUB NAV LINKS*/

.subnav {
	display:block;
	width: 180px;
}
.subnav a{
	font: bold 10px/24px "Trebuchet MS", Verdana, sans-serif;
	color: #000066;
	display:block;
	background-color: #FFFFFF;
	width: 180px;
	height: 24px;
	border-top: 1px solid #8B8BB5;
	text-decoration: none;
	text-indent: 4px;
}
.subnav a:visited{
	text-decoration: none;
}
.subnav a:hover{
	background: #E2E2EC;
	text-decoration: none;
}
.subnav a:active{
	text-decoration: none;
}

/* CORYRIGHT FOOTER */

.copyright {
	font: 12px/14px "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	width: 660px;
	text-align: center;
	height: 50px;
	border-top: 1px solid #D1D1D1;
	padding-top: 10px;
}
.copyright a:link {
	color: #333366;
	text-decoration: none;
}
.copyright a:visited {
	color: #333366;
	text-decoration: none;
}
.copyright a:hover {	
	color: #333366;
	text-decoration: underline;
}
.copyright a:active {	
	color: #333366;
	text-decoration: none;
}

/*  froms  */

.input_txt {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	width: 230px;
	background: #E2E2EC;
	height: 16px;
	border: 1px solid #8B8BB5;
}
.input_postcode {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	width: 100px;
	background: #E2E2EC;
	height: 16px;
	border: 1px solid #8B8BB5;
}
.input_comment {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	width: 230px;
	background: #E2E2EC;
	border: 1px solid #8B8BB5;
}

.input_button {
	font: bold 10px/24px "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	background-color: #E2E2EC;
	width: 90px;
	height: 24px;
	text-decoration: none;
	text-align: center;
	border: 0px;
}

/* Spacers */

.Spacer480{
	height: 10px;
	width: 480px;
	display: block;
}
.Spacer10{
	height: 20px;
	width: 10px;
	display: block;
}
.Spacer5{
	height: 20px;
	width: 5px;
	display: block;
}
.ButtonSpacer{
	background-color: #E2E2EC;
	height: 20px;
	width: 175px;
	display: block;
}

/* Button */
.button {
	width: 90px;
}
.button a{
	font: bold 10px/20px "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	background-color: #E2E2EC;
	height: 20px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 90px;
}
.button a:visited{
	color: #333366;
	text-decoration: none;
}
.button a:hover{
	font: bold 10px/20px "Trebuchet MS", Verdana, sans-serif;
	color: #E2E2EC;
	background-color: #333366;
	text-decoration: none;
}
.button a:active{
	text-decoration: none;
}


hr {
	color: #D1D1D1;
	height: 1px;
}
