﻿/*	Used for changing the spot colours for different promotional versions of the site	*/

.spotcolor
{
	color:#00aeef;	
}

.spotborder
{
	border-color:#898077;	/*	used to change border colour on form fields (searchbox)	*/
}

body
{
	background-image:url(../gfx/outerbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#topnav	/*	background of top navigation bar	*/
{
	background-color:#898077;
	color:#FFFFFF;
	height:25px;
	margin-bottom:5px;
}

.h1size
{
	font-size:28px;
	margin-bottom:10px;
	font-weight:normal;
}

.h2size
{
	margin-bottom:5px;
	font-size:22px;
	font-weight:normal;
}

.h3size
{
	margin-bottom:5px;
	font-size:16px;
	font-weight:normal;
}

.h4size, .h5size, .h6size
{
	margin-bottom:5px;
	font-size:14px;
	font-weight:normal;
}


/*	Block Panels	*/

.block1
{
	width:210px;
	height:128px;
	background-image:url(../images/autumnsale.gif);
	margin:10px 0px;
}

.block2
{
	width:210px;
	min-height:190px;
	background-image:url(../images/lastviewedback.gif);
	margin:10px 0px;
	padding-bottom:10px;
}

.block3
{
	width:210px;
	margin:10px 0px;
}

.block4
{
	width:210px;
	margin:10px 0px;
}

.block5
{
	width:210px;
	margin:10px 0px;
}

/*	Three boxes at bottom of each page	*/

.leftfooterblock
{
	background-color:#fff87f;
}

.middlefooterblock
{
	background-color:#98e2f9;
}

.rightfooterblock
{
	background-color:#fff87f;
}

table.maincopy
{
	width:100%;
		margin-top:10px;
}

table.maincopy td
{
	text-align:left;
	margin:0px;
	padding:2px;
}

table.maincopy th
{
	text-align:center;
	padding:2px;
	margin:0px;
	background-color:#898077;
	color:#666666;
	border-bottom: 10px solid #ffffff;
}

#inner
{
	background-color:#ffffff;
	background-image: url(../gfx/innerbg.jpg);
	background-repeat:repeat-x;
}

#menucontainer
{
	background-color:White;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	width:200px;
	height:142px;
	position: absolute;
	z-index: 20;
	top:180px;
	margin-left:680px;
	padding:10px;
}

#menuactual
{
	width:200px;
	height:230px;
	position: absolute;
	z-index: 20;
	top:180px;
	margin:0px;
	margin-left:680px;
	padding:10px;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

#menuactual li
{
	border-bottom: 1px solid #cccccc;
	padding:9px;
	padding-left:25px;
	background-color:White;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	background-image: url(../gfx/miniarrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	cursor:pointer;
}

.menupopup
{
	background-color:White;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
	width:410px;
	height:260px;
	position: absolute;
	z-index: 20;
	top:180px;
	margin-left:250px;
	padding:10px;
}

.menupopupactual
{
	background-color:White;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	width:390px;
	height:240px;
	position: absolute;
	z-index: 20;
	top:180px;
	margin-left:260px;
	margin-top:10px;
	padding:10px;
}

.menupopupactual li
{
	padding:3px;
	padding-left:25px;
	background-color:White;
	background-image: url(../gfx/miniarrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	cursor:pointer;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

