body
{
	background-color: #FFFEE6;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
	color: #333;	
}

/* Area above main table, with menu and logo */

#headertable
{
	width: 60em;
	font-size: small;
}

#mainnav
{
	padding-top: 40px;	
	font-size: small;
	font-family: times new roman, serif;
	color: #250A67;
}

#mainnav a
{
	color: #250A67;
	text-decoration: none;
}

/* Main table with sidebar and content */

#maintable
{
	width: 60em;
	font-size: small;
	border: 1px solid #250A67;
}

#topstrip
{
	background-color: #89193D;
	height: 8px;
}

#sidenav
{
	padding-top: 15px;
	width: 12em;	
	font-size: small;
	background-color: #250A67;
	background-image: url(images/menu_background.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	font-family: arial, sans serif;
	color: #fff;
}

#sidenav a
{
	font-family: arial, sans serif;
	color: #fff;
	text-decoration: none;
	
}

#sidenav h2
{
	font-family: times new roman, serif;
	font-size: small;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

#content
{
	padding-top: 15px;
	width: 48em;	
	font-size: small;
	background-color: #fff;
	color: #333;
	padding-left: 8px;
	font-family: arial, sans serif;
	padding-bottom: 8px;
	padding-right: 8px;
}

#productrange
{
	width: 270px;
	height: 40px;
	color: #fff;
	background-color: #250A67;
	display: block;
	text-align: center;
	padding-top: 5px;
	margin-top: 0;
}

/* Area underneath main table with extra menu items */

#footertable
{
	width: 60em;
	font-size: small;
}

#footernav
{
	font-size: x-small;
	padding-top: 5px;
}

#footertel
{
	font-size: x-small;
	padding-top: 5px;
}

#footernav a
{
	color: #250A67;
	text-decoration: none;
}
/* General styles */

h1
{
	font-family: times new roman, serif;
	font-size: medium;
	font-weight: normal;
	color: #250A67;
	text-transform: uppercase;
}

h2
{
	font-family: times new roman, serif;
	font-size: small;
	font-weight: normal;
	color: #250A67;
	text-transform: uppercase;
}

h3
{
	font-size: small;
	font-weight: bold;
	color: #333;
}

.border
{
	border: 1px solid #250A67;
}

#farrow
{
	margin-top: 10px;
}

label.enquiry
{
	width: 220px;
	float: left;
} 

.right
{
	float: right;
	margin-left: 10px;
}

#orderbasket
{
	border: 1px solid #250A67;
	border-collapse: collapse;
}

#orderbasket th
{
	font-weight: bold;
	text-align: left;
	color: #250A67;
}

.dotted
{
	border-bottom: 1px dotted #250A67;
}

.productcell
{
	border: 1px dotted #250A67;
	padding: 2px;
	border-collapse: collapse;
}