/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
/* CSS Document */
	
	body {
		text-align:center;
		background-color:#ffffff;
		}
	p
	{
	font-family: Verdana, Arial, Helvetica;
	font-size:0.90em;
	}

	
	h1
	{
	color:#003300;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica;	
	font-size:1em;
	background-color:#FBFCE9;
	padding-top:5px;
	}
	
	div.scroll {
	height: 54.7em;
	width: 610px;
	overflow: auto;
	border-left: 2px solid #006600;
	background-color: #FBFCE9;
	padding: 8px;
	}

	div.scroll2 {
	overflow: auto;

	}


	#frame {
		width:797px;
		height:43.7em; 
		margin-right:auto;
		margin-left:auto;
		margin-top:0%;
		padding:0%;
		text-align:left;
		background-color:#FBFCE9;
		}

	#contentleft {
		width:253px;
		padding:0px;
		float:left;
		background-color:#FBFCE9;
		}

	
	#contentcenter {
		width:625px;
		padding:0em;
		float:left;
		background-color:#FBFCE9;
		}
	#contentright {
		width:250px;
		padding:0em;
		float:right;
	    background-color:#FBFCE9;
		}
	
	#contentheader {
		background:#003F12;
		padding-bottom:0em;
		margin-bottom:0em;
		border:none;
		}
		
		#logos
		{
		border:none;
		}
		
		#header
		{
		border:none;
		}
		
		#img1,#img2,img3
		{
		border:none
		}
		
		
	p,h1,pre {
		margin:0em 0.625em 0.625em 0.625em;
		}
				
	#contentheader h1 {
		font-size:0.875em;
		padding:0.625em;
		margin:0em;
		}
	
	#contentright p { font-size:0.625em}
	
	
	
	#rightimg1
	{
	float:right;
	margin-right:0em;
    	background:#FBFCE9;
	}




/* --- Header section ------------------------------------------------ */
#header {
	height: 70px;
	margin: 0px;

}

#header #title {
	height: 30px;
	margin: 0px 0px 0px 0px;
}

/* Top links */
#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;	
}


#header2 .links li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 0.15em;
	padding: 0px 0px 0px 0px;
	background:url(../templateimages/css-nav.gif) bottom left repeat-x;
	width: 10em;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 2em;
	line-height: 2em;
	font-weight:bolder;


}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;	
	font-size:10pt;
	}


#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: 1px 0px 1px 0px;
	float: left;
	background:url(../templateimages/css-nav2.gif) bottom left repeat-x;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	height: 2em;
	line-height: 2em;
	font-weight:bold;
	
}


#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	margin: 0 0.15em;
	width:10em;

}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color:#CCCCCC;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}
 
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background:#FFFFFF;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background:#ffffff;
}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

/* 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: 560px;
	float: left;
	padding: 0;
;
	
}


#pagecontent_pad {
	padding: 10px 5px 10px 0px;

}

/* Right hand section of page body */

#freedevl {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	color:#003F12;
	position: relative; right:0;
	background:#003F12;
	}

#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	color:#003F12;
	position: relative; right:0;
	background:#cccccc;
	}


#right11 {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	color:#003F12;
	position: relative; right:0;
	background:#cccccc;
	}

#right2 {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	background:#cccccc;
	color:#003F12;
	position: relative; right:0;

}


#right23 {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	background:#cccccc;
	color:#003F12;
	position: relative; right:0;

}


#right3 {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	background:#cccccc;
	color:#003F12;
	position: relative; right:0;
				height:13em;

}

#right img {
	border-bottom: 1px;
	border-width: medium;        
        border-color: white;}

/*------------footer -------------- */
	
	#footer {font-weight: normal; font-size:0.9em; color: #003F12; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-left:0em; padding-top:300px;}
	


/* T&Cs text */
#terms {
	margin-top: 4px;
	padding-top: 15px;
	padding-bottom:5px;
	margin-bottom: 1px;
	font-size: 0.8em;
	color:#003F12;
	font-weight:900;
	
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 140px;
}

#searchbox #searchbutton {
	width: 5px;
	text-align: right;
	margin: 0;
	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;
}

td img
{
float:left;
padding-left:15px;
}

td h2
{
font-size:0.9em;
}