/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
	background-image:url(../templateimages/background.jpg);
	background-position: top left;
	background-repeat: repeat;
	margin: 10px 10px 10px 10px;
}

#container {
	display: block;
	/*background-image: url(../templateimages/back_fade.png);*/
	/*background-position: top left;*/
	/*background-repeat: repeat-x;*/
	margin: 5px auto;
}

/* Contains rest of HTML */
#centrecontainer {
	background-color: white;
	/*width: 780px;*/
	width: 980px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	clear: both;
	width: 980px;
	height: 135px;
	padding-top: 5px;
}

#header #title {
	width: 960px;
	height: 135px;
	margin: 3px 10px 0px 10px;
	position: center;
}

/* Top links */
#header2 .links {
	width: 950px;
	line-height:18px;
	position: center;
	color: white;
	background-color: #6F6F6F;
	/*      t   r    b   l */
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 10px;
	font-size: 7.5pt;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 8px 0px 25px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	font-weight: normal;
	color: white;
	background-color: #6F6F6F;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 2px 2px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

/* new discovery bar wvw */
#discoverbar {
	width: 960px;
	height: 252px;
	margin: 3px 10px 0px 10px;
	position: center;
}
	
#discoverbar img {
	height: 252px;
	margin: 0;
	padding: 0;
}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	/*       t    r    b   l */
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 258px;
	margin: 0px;
	padding: 0px 0px;
	/*margin-top: 276px;*/
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	margin: 0px;
	width: 410px;
	float: left;
	padding: 0px 4px;
}

#pagecontent_pad {
    /*       t    r   b   l */
	padding: 0px 0px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 268px;
	margin: 0px;
	float: right;
	/*margin-top: 276px;*/
	padding: 0px;
}

#right h2 {
	font-size: 9pt;
	background-color:  #00693F;
	color: white;
	margin-bottom: 5px;
	padding-left: 5px;
}

#right h3 {
	font-size: 9pt;
	color: #00693F;
	background-color: white;
	margin-bottom: 5px;
	padding-left: 0px;
}

input.rightsubmit {
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	text-align: left;
    /*       t    r   b   l */
	padding: 0px 2px 0px 5px;
	border: none;
	background-color:  #00693F;
	color: white;
}

input.mailsubmit {
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	text-align: left;
    /*       t    r   b   l */
	padding: 0px 2px 0px 5px;
	border: none;
	background-color:  #00693F;
	color: white;
}

/* blogger.com */
#blogpagecontent {
	margin: 0px;
	width: 778px;
	float: left;
    /*       t    r   b   l */
	padding: 10px 4px 0px 4px;
}

#sidebar {
	width: 168px;
	margin: 0px;
	float: right;
	/*margin-top: 276px;*/
	padding: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	width: 950px;
	line-height:18px;
	position: center;
	color: white;
	background-color: #6F6F6F;
	/*      t   r    b   l  */
	margin: 0px 10px 5px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
	clear: both;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a , a:visited {
	font-weight: normal;
	color: white;
	margin-left: 3px;
	margin-right: 3px;
	/*      t   r    b   l  */
	padding: 5px 0px 5px 35px;
}

#footer .links a:hover {
	color: black;
}

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 268px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 263px;
}

#searchbox #searchbutton {
	width: 268px;
	margin: 0;
	padding-left: 5px;
}

#mailbox #mailbutton {
	width: 258px;
	margin: 0;
	padding-left: 5px;
}

/* --- 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;
}

