/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	background-color: #efefef;
	text-align: center;
}

p {
	text-align: justify;
}

li {
text-align: justify;
}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 850px;
	text-align: left;
	margin: 0 auto;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 51px;
	margin: 0px;
	background-color: #f0731e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

#centrecontainer #headerbtn {
	display: block;
	background-color: #006699;
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#widthtaba {
	width: 780px;
}

#header2 {
	background-color: #006699;
	height: 20px;
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
	text-align: left;
}


#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: white;
	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;
	}



#header3 {
	background-color: #006699;
	height: 20px;
	font-size: 7pt;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	color: white;
}

/* Top links */
#header3 .links {

	font-size: 7pt;
	text-align: left;
	color: white;
}


#header3 .links a:link, #header3 .links a:visited
	{
	position: relative;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0px 12px 5px 0px;
	}


#header3 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


#footerlinkssdj {
	height: 20px;
}

/* Top links */
#footerlinkssdj .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
	text-align: center;
}


#footerlinkssdj .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footerlinkssdj .links a:link, #footerlinkssdj .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#footerlinkssdj .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#footerlinkssdj .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#footerlinkssdj .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footerlinkssdj .links2 a:link, #footerlinkssdj .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;
	}


#footerlinkssdj .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}
/* --- Entire page body section - everything below the header -------- */
#pagebody {
	border: 2px solid #f0731e;
	margin-top: 2px;
	background-color: #FFFFFF;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 630px;
	float: right;
}

#pagecontent #pagecontent_pad {
	padding: 10px 5px 5px 0px;
	border: thin none #000000;
	background-position: center;
	width: 604px;
	margin: 10px;
}


/* Right hand section of page body */
#right {
	width: 210px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #006699;
	border: 1px solid #FFFFFF;
}

/* --- Footer -------------------------------------------------------- */
#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;
}


#copyrightarea  {
	background-color: #f0731e;
	
	width: 850px;
	margin-bottom: 20px;
	margin-top: 16px;
	

}

#intbuff {
	text-align: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;

}
#intbuff a  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;


}
#intbuff a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;


}

/* 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 ------------------------ */
#currencymenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 80px;
	padding: 10px;
	text-align: center;
	background-color: #f0731e;

}

#contactinfo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 115px;
	padding: 10px;
	text-align: center;
	background-color: #f0731e;

}

#basketsdj {
	background-color: #f0731e;
	border: 1px solid #f0731e;
}


#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}



#searchbox {
	background-color: #000000;
	height: 44px;
	border: 1px solid #FFFFFF;
	width: 564px;
	vertical-align: middle;
	text-align: center;

}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {

}

/* --- 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;
}


/* --- New footer ------------------------------------------------ */
.enhancedf {color:#000000; font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center}
.enhancedf a:link,  .enhancedf a:visited {color:#FFFFFF; font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif}
.enhancedf a:hover, .enhancedf a:active {color:#000000; font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif}

#prosearch {
		background-color: #000000;}
