/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}

#container {
	display: block;
	margin: 0 auto;
	background-image: url(../templateimages/taggit-header-bg.jpg);
	background-repeat: repeat-x;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 900px;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 200px;
	margin: 0px;

}

/* Top links */
#header2 {
	height: 30px;
	margin: 0px;
	padding-bottom: 20px;
	background-image: url(../templateimages/taggit-top-nav.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#header2 .links {
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#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-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../templateimages/taggit-page-bg.gif);
	background-repeat: repeat-y;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 220px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 100%;
}

#lefttop{
	height: 40px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 650px;
	float: right;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
	height: 30px;
	background-image: url(../templateimages/taggit-btm-nav.gif);
	background-repeat: no-repeat;
}

/* Footer nav links */
#footer2 {
	height: 30px;
	text-align: center;
}


#footer2 .links {
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer2 .links a:link, #footer2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
	}


#footer2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


/* Address text */
#address {
	height: 30px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
}

#searchbox #searchbutton {
	width: 10px;
	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;
}

