/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}

#container {
	display: block;
/*	background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;*/
/*	margin: 0 auto;
	width: 100%; */
	text-align:left;
	/*width:100%; */
	margin: 0 ;
}

/* Contains rest of HTML */
#centrecontainer {
	/*width: 100%;*/
	text-align: left;
/*	margin: 0 auto;*/
	min-height: 100%;
	width:1005px; 
	border-right: 1px solid #0066CC;
	margin: 0 ;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 65px;
	margin: 0px;
	background-color:#99CCFF;
/*	border-right:1px solid #0066CC;*/
	/*width:1005px; */
}

#header #title {
	height: 66px;
	margin: 0px 10px 0px 0px;
}


/* Top links */


#header2 .links {
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-size: 7.5pt;
	text-align:left;
/*	max-width: 1200px;
	width:1005px; */
}


#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: #0066CC;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#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: 10px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	/*#### PINDAR : KW : Set the max width */
	width: 970px;
	
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 150px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {

	width: 800px;
	float: left;
	padding: 0;

} 

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
	
}

/* Right hand section of page body */
#right {
	width: 150px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	/*text-align: left;*/
	color: #808080;
	text-align:center;
	font-size: 7pt;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
	color: #C0C0C0;
	font-weight: normal
}

#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;*/
	text-align:center;
	margin: 4px 0px 4px 0px;
	padding: 6px 0px 6px 0px;
	font-size: 7pt;
	color: #999999;
	border-top: 1px solid #99CCFF; border-bottom: 1px solid #99CCFF;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 120px;
}

#searchbutton {
	width: 35px;
	text-align: center;
/*	margin: 0;
	padding: 0; */
	color:#FFFFFF;
	font-weight:bold;
	background-color: #0066CC;
}

/* --- 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;
}

/*#### PINDAR : KW : Styles added to template */

/*Restricted width of header links require border and background to be 100% */
#headerWidth {	background-color:#99CCFF;
	border-top: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
/*	border-right: 1px solid #0066CC;*/
	}
	
.MenuBox {border-left:1px solid #000000;
			border-right:1px solid #000000;
			background-color: #99CCFF;
			width:126px;
			padding: 4px;
			margin-top:-2px;
			font-size: 9px
	}
.MenuBox2 {border-left:1px solid #000000;
			border-right:1px solid #000000;
			background-color: #99CCFF;
			width:126px;
			padding: 4px;
			margin-top:-3px;
			font-size: 9px
	}
	
.BottomBoxCurve {margin-top:-2px; height:2px; width:136px; background-image:url(../templateimages/content/title_bottom.gif); background-repeat:no-repeat;padding-bottom: 5px;}
.MenuSpacer {height: 5px}

#MailingButton {width: 35px;
	height: 17px;
	text-align: center;
/*	margin: 0;
	padding: 0; */
	color:#FFFFFF;
	font-weight:bold;
	background-color: #0066CC;}
	
.blackLink {color:#000000;}
.blackLink a:link {color: #000000; text-decoration: none; font-weight: bold}
.blackLink a:active{color: #000000; font-weight: bold}
.blackLink a:hover {color: #000000; text-decoration: underline;font-weight: bold}
.blackLink a:visited {color: #000000; text-decoration: underline; font-weight: bold}

.PrintBox {float:right; border:1px dashed #707070; text-align:center; padding:10px}

/*#### PINDAR : KW : Top Category Bar */

.TopCategoryMenuHolder {text-align:center; margin-left:2px; margin-top:2px}
.TopCategoryBar {
		width:90px;
		height: 27px;
		background:url("../templateimages/content/tab.gif") no-repeat;
		text-align: center;
		line-height: 9px; margin-bottom: 2px}
		
.TopCategoryBar a:link{font-size: 9px; text-decoration:none}
.TopCategoryBar a:active{font-size: 9px; text-decoration:none}
.TopCategoryBar a:visited{font-size: 9px; text-decoration:none}
.TopCategoryBar a:hover{font-size: 9px; text-decoration:none}

.PindarSpecTable {border:1px solid #0066CC;padding:10px;background-color:#F5F5F5; color: #000000;font-size:10pt;}