/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */


body {
	text-align: center;
	background-color: #dcdddd;
	color: #757576;
}

#container {
	/*display: block;*/
	width: 960px;
	/*background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color:#ffffff;
	margin: 0 auto;
	padding: 0px 5px 0px 5px;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	background-color:#ffffff;
}



/* --- Header section ------------------------------------------------ */

#header  {
	height: 97px;
}


#topHeaderContainer
{

width:100%;
background-image: url(../templateimages/Grey_menu_bar.gif);
background-repeat: no-repeat;
height:26px;
padding:0px;
}

#header2
{
position:relative;
	/*border-top: solid 1px black;*/
float:left;
color: white;
margin: 5px 0px 0px -375px;
}
/* Top links */


#header2  a:link, #header2  a:visited, #header2  a:hover
	{
	
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	}


#rightMenu
{
position:relative;
float:right;
width:500px;
text-align:right;
padding:0px;
margin:0px;
color: white;
margin: 5px 5px 0px 0px;
}

#rightMenu  a:link, #rightMenu  a:visited, #rightMenu  a:hover
	{
	
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	}

#headerSpacer {clear:both; height: 10px; width:100%}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 10px 0px 30px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 170px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 575px;
	float: left;
	padding: 0;
	background-color:#FFFFFF;
}

#pagecontent_pad {
	padding: 0px 15px 5px 15px;
}

/* Right hand section of page body */
#right {
	width: 170px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}


.tableBasket
{
 padding:0px;

}

/* --- Footer -------------------------------------------------------- */
#footer {

	/*padding-top: 20px;*/
	clear: both;
	/*text-align: centre;*/
height: 200px;
background-color: #ffffff;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
	color: #ffffff;
}
	
#footer .links a {

	font-size: x-small;
	/*padding: 2px;*/
	/*margin-left: 3px;
	margin-right: 3px;*/
	color: #ffffff;
}

#GuardsmanFooter
{
background-color: #000080;
height: 31px;
width:100%;
text-align: center;
padding-top:15px;
}

#GUARDAddress
{
background-color:#FFFFFF;
padding-left: 120px;
padding-right:30px;
padding-top: 10px;
width: 500px;
border: 1px solid black

}

#EuroSafetyLogo
{
 	position:relative; 
 	float:left;
}

#BSIF_Logo
{
position:relative;
float:right;
}

#EndFooterContainer
{
width: 100%;
background-color: #ffffff;
margin-top: 20px;
}

/* T&Cs text */
#terms {
width:100%;
	text-align:center;
	padding-top: 10px;
	font-size: 7pt;
	color: #757576;
}

#terms a {
width:100%;
	text-align:center;
	padding-top: 10px;
	font-size: 7pt;
	color: #757576;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox  {
margin-top: 50px;
padding-left: 5px;
}

#searchboxinput {
width:120px;
height: 15px;
}

#searchbutton {
	width: 15px;
	height: 15px; 
	text-align: right;
	margin-top: 10px;
	padding: 0;
}



/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

#NewestProductsBanner {width:537px; height: 25px; color: #ffffff; background-color: #757576; font-weight: bold; padding:5px 0px 0px 5px;}
.CategoryBar {width:100%; height:1px; color: #747575}
.CatNo {color: #747575; font-size:10pt}