/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #FFFFFF;
}

#container {
	width: 894px;
	display: block;
	background-image: url(../templateimages/BodyDropshadow.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 110px;
	margin: 0px;
}

#header #title {
	height: 110px;
	margin: 0px 0px 0px 0px;
}

/* Top links */
#header2 {
	background-image: url(../templateimages/navMain.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 4px;
}

#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 12px 5px 0px;
	text-transform:uppercase;
	font-size: 11px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #D11E29;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 11px;
}

#main_nav {
	float:left;
}

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 135px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 520px;
	float: left;
	padding: 0;
	margin-top: 4px;
}

#pagecontent_pad {
	padding: 5px 4px 5px 4px;
}

#HomeCats .catHolder {
	width: 125px;
	float:left;
	margin-right: 4px;
	margin-bottom: 5px;
}
#HomeCats .catHolder img {
	margin: 0px;
	padding:0px;
	border:0;
}
#HomeCats .catHolderEnd {
	width: 125px;
	height: 151;
	float:left;
	margin-right: 0px;
	margin-bottom: 4px;
}
#HomeCats .HomeCatLink a {
	width: 125px;
	height: 18px;
	padding: 6px 0px 0px 0px;
	margin-top: 2px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../templateimages/cat_pics/homeCatbck.gif);
	background-repeat: no-repeat;
}
#HomeCats .HomeCatLink a:hover {
	color:#D11E29;
}

/* Right hand section of page body */
#right {
	width: 215px;
	margin: 4px 5px 0px 5px;
	float: right;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#pagefooter {
	width: 894px;
	clear: both;
	text-align: left;
	background-image: url(../templateimages/footer_bck.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 15px;
	margin: 0 auto;
}
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox {
	float:left;
	margin-top: -4px;
}

#searchbox .white11 {
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 12px 5px 0px;
	text-transform:uppercase;
	font-size: 11px;
}

#searchbox .searchinput {
	width: 128px;
	background-color:#FFFFFF;
	border: solid #000000 1pt;
}

#searchbox #searchbutton {
	width: 25px;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

/* --- 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;
}
.contacttext {
	font-size:14px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 5px;
}

/* --- My STFC added styles ------------------------------------------------ */

.contacttext strong {
	font-size:18px;
	font-weight: bold;
	line-height: 18px;
}
#accountsummary {
	padding: 4px;
	margin-bottom: 6px;
	margin-top: 4px;
}
.loginform label {
	color:#000000;
	font-size: 12px;
    text-align: left;
    display: block;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 60px;
	float:left;
	margin-right: 8px;
}
.loginform {
	margin-bottom:6px;
}
.loginformsubmit {
	margin-bottom: 6px;
	width: 210px;
	text-align:right;
}
.loginforgot {
	float:left;
	width: 150px;
	text-align:left;
	margin-top: 4px;
}
.logininput {
	color: #000000;
	border: 1px solid;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 130px;
}
.pad_bottom {
	padding-bottom: 10px;
}
.prodrule {
	border-bottom: 1px dotted #D11E29;
	margin-bottom: 8px;
}


/* --- LIGHTBOX styles ------------------------------------------------ */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/shop/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/shop/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/shop/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}