@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#container
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#navigation
{
	background-color: #D1011B;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/navBg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}

#navigation a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover
{
	color: #666;
	text-decoration: none;
}

#mainBody
{
	min-height: 400px;
	clear: left;
}

#leftMenu
{
	width: 200px;
	padding: 5px;
	float: left;
	background-color: #666;
	color: #FFF;
	min-height: 400px;
}

#leftMenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#leftMenu a:hover
{
	color: #D1011B;
}

#content
{
	padding: 5px;
	width: 730px;
	float: left;
}

#contentHome
{
	width: 740px;
	float: left;
}

#bespoke
{
	background-image: url(../images/home-bespokereg.jpg);
	width: 365px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #96BB9A;
	background-repeat: no-repeat;
}

#regional
{
	background-image: url(../images/home-bespoke.jpg);
	width: 365px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #8FA8C6;
	background-repeat: no-repeat;
}

#rightMenu
{
	width: 200px;
	padding: 5px;
	float: right;
	color: #000;
	min-height: 400px;
}

#rightMenuContent1
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/thomas-&-friends.jpg);
	background-repeat: no-repeat;
	height: 123px;
	padding-bottom: 5px;
}

#rightMenuContent2
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/ballpens.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#rightMenuContent3
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(../images/Die-cast.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#rightMenuContent4
{
	background-image: url(../images/Keyring.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#rightMenuContent5
{
	background-image: url(../images/postcard-&-calendars.jpg);
	height: 93px;
}

#footer
{
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	clear: left;
}

#footer a
{
	color: #000000;
	font-weight: bold;
}

#footer a:hover
{
	color: #D1011B;
	font-weight: bold;
}

h1
{
	font-size: 14px;
}

a
{
	color: #000000;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img
{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -2000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 430px; /*position where enlarged image should offset horizontally */
z-index: 200;
}

.imageBorder
{
	border: 1px solid #000000;
}

.labelProducts 
{	
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
	padding: 0px;
}

.img
{
	border: 1px solid #000;
}