/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(images/store_fixture_backe.jpg);
	background-repeat: repeat;
	background-position:center;
	line-height: 13pt;
	}
	

/* titles */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B31015;
	}
	

	
/* padding */

.padding {
	padding: 5px 5px 5px 5px
	}

.paddinglr {
	padding: 0px 5px 0px 5px
	}

.paddingtb {
	padding: 5px 0px 5px 0px
	}
	
.paddingt {
	padding: 5px 0px 0px 0px
	}


/* links */

a:link{
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	
a:hover{
	color:#990000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:visited{
	color:#990000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.linkw:link {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

.linkw:visited {
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.linkw:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
}



/* colours */
	
.red {
	color:#990000;
}
	
.white {
	color:#FFFFFF;
}

.black {
	color:#000000;
}

#main {
width: 467px;
height: 324px;
position: static;
margin-top:-10px;
margin-left: 1px;
}


