BODY {
    background: #080352 url('../images/main_background_logo.gif') no-repeat fixed center;
	font-family: Arial, Verdana, Helvetica;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px
}

H1 {
	font-size: 18px;
	}

A.menu:link {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.menu:visited {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.menu:active {
	color: #FF0000;
}
A.menu:hover {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none; /* text-decoration: underline overline; */
}

/* td.menu {
	color: #FF00FF;
	} */

/* LEFT MENU */
.leftmenucolour {
	background-color: "#ffcee7";
	}
A.leftmenu {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #ac055a;
	font-weight: bold;
	text-decoration: none;
}
A.leftmenu:visited {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #ac055a;
	font-weight: bold;
	text-decoration: none;
}
A.leftmenu:active {
}
A.leftmenu:hover {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

/* PAGE HEADER IMAGE */
#image {
	background-image: url('../images/header.gif'); 
	width: 780px;
	height: 74px
}


/*
The main top heading picture with the pink background " UK Based ... etc".  If I made some of the other changes below then I might need to change this picture.
Adjust the type size and colour of the "About us" top line.
Change the title and subject of the "non shopping cart essential" pages in the "About Us" line: e.g. Security, Delivery, Overseas Delivery, Free Condoms, Intro Offer.  For instance I might want to combine the two pages "Delivery" and Overseas Delivery" into one page and create a new page for "Competition".
Change the default background image/colour.
Change the background colour (currently pink) of the section buttons and the colour of the copy on them. 
*/

.display {
	display: none;	
}

/* DEFAULT HYPERLINKS */
A
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none
}
A:VISITED
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}
A:active
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
}
A:HOVER
{
    COLOR: #ff0000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: underline;
}

/* SPECIAL OFFER MENU */
A.offerlink
{
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.offerlink:visited
{
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.offerlink:active
{
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
A.offerlink:hover
{
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

.offerprice
{
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

/*  FROM ORIGINAL stylesheet  */
TABLE
{
	font-family: Arial, Verdana, Helvetica;
	color: rgb(255,255,255);
	font-size: 12px;
}
.other
{
	font-family: Arial, Verdana, Helvetica;
	color: rgb(255,255,255);
	background-color: rgb(245,245,245);
	font-size: 12px;
}

TD
{
	font-family:  Arial, Verdana, Helvetica;
	bgcolor: #000000;
	color: rgb(255,255,255);
	font-size: 12px;
}
P
{
	 LINE-HEIGHT: 150%;
    FONT-FAMILY:  Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}
INPUT
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 11px
}
SELECT
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px
}
UL
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 11px
}
OL
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px
}
LI
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    LIST-STYLE: disc
}
H2
{
	color: #ff0000;
	FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
	FONT-SIZE: 20px;
}