/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}

#container {
	display: block;
	background-position: left top;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 950px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../templateimages/pm10-bg.jpg);
	background-repeat: repeat-x;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 90px;
	background-image: url(../templateimages/pm10-header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#navigation {
	height: 35px;
	background-image: url(../templateimages/pm10-nav.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 .links {
	font-size: 10pt;
	height: 31px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../templateimages/pm10-nav2-bg.jpg);
	text-align: center;
	background-repeat: no-repeat;
	margin: 0px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 10pt;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #d20008;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px;
	position: static;
	margin: 0px;
	background-image: url(../templateimages/pm10-page-bg.jpg);
	background-repeat: no-repeat;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 700px;
	margin: 0px;
	float: left;
	height: 35px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 950px;
	padding: 0;
	margin-bottom: 10px;
}

#pagecontent_pad {
	margin: 0px;
	overflow: auto;
	height: 440px;
	padding: 0px;
}

/* Right hand section of page body */
#right {
	width: 230px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	height: 30px;
}

/* --- Footer -------------------------------------------------------- */
#Footer .links {
	font-size: 10pt;
	height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#Footer .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#Footer .links a:link, #Footer .links a:visited
	{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 10pt;
	}


#Footer .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

/* T&Cs text */
#terms {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 9pt;
	color: #999999;
	width: 950px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	font-variant: normal;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 150px;
}

#searchbox #searchbutton {
	width: 50px;
	text-align: center;
	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;
}

#pagecontent_home {
	width: 950px;
	padding: 0;
	margin-bottom: 5px;
	height: 400px;
}
#pagecontent_home_pad {
	background-image: url(../templateimages/promech-homepage-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	height: 350px;
	text-align: center;
}
#pagecontent_home2_pad {
	margin: 0px;
	height: 400px;
	text-align: center;
	padding: 0px;
	background-color: #2b2b2b;
}

