@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFFFFF;
	font-family:Helvetica;
  font-size: 1.6em;
}

.home-img-1 {background-image:url(siteImages/what_do_we_do_hd.jpg);}
.home-img-2 {background-image:url(siteImages/shop_main_hd.jpg);}
.home-img-3 {background-image:url(siteImages/latest_news_hd.jpg); color: black;}
.home-img-4 {background-image:url(siteImages/training_hd.jpg);}
.siteColour {background: none;}
.siteColourImg {background-color: #FFFFFF;}

h3
{
	margin-bottom:0px;
	margin-top: 10px;
}

.buyLink a:link, .buyLink a:visited
{
	color: #4f9aff;
	font-weight:bold;
	font-size:18px;
}

.wishLink a:link, .wishLink a:visited
{
	font-weight:bold;
	font-size:18px;
}

.rrp
{
	text-decoration:line-through;
}

form
{
	margin: 0 0 0 0;
}

.inputButton
{
	border: 1px solid #333333;
	cursor:pointer;
}


#headerLogo
{
	float:left;
	width: 185px;
	height:95px;
}

#headerImage
{
	background-repeat:no-repeat;
	height:71px;
}

#fontSizeLinkSmall
{
	font-size: 14px;
}

#fontSizeLinkMedium
{
	font-size: 16px;
}

#fontSizeLinkBig
{
	font-size: 18px;
}

#header a:link, #header a:visited, #header a:hover, #header a:active
{

}

.searchButton
{
	color: #FFFFFF;
	background-color:#4d4c4d;
	border:0px;
	cursor:pointer;
}

/* MENU */

.menuItemText a:link, .menuItemText a:hover, .menuItemText a:visited, .menuItemText a:active
{
	text-decoration: none;
	color: #333333;
}

.menuItemTextSelected
{
	background-color: #E6E6E6;
}

/* CONTENT */
#content
{
	background-color:#FFFFFF;
	color: #666666;
}

.error
{
	color: #FF0000;
	text-align:center;
	margin: 20px 20px 20px 20px;
}

.middleBoxImage
{
	float:left;
	width:40px;
}

.middleBoxText
{
	float:left;
	width: 145px;
	line-height:23px;
	font-size:16px;
	color:#666666;
}

.middleBoxText a:link, .middleBoxText a:visited, .middleBoxText a:hover, .middleBoxText a:active
{
	text-decoration: none;
	color:#666666;
}

/* FOOTER */
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active
{
	color: #666666;
	text-decoration:none;
}