/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	
    background-image: url(../templateimages/circle.jpg);
	background-repeat: no-repeat;
    background-position: top;

}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
    border-top: solid 1px #650360;
	border-left: solid 1px #650360;
	border-bottom: solid 1px #650360;
	border-right: solid 1px #650360;
    margin-top: 10px;	
    

}


/* --- Header section ------------------------------------------------ */
#header {
	height: 136px;
	margin: 0px;
    border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;

}

#header #title {
	height: 136px;
	margin: 0px 0px 0px 0px;
    border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
#header3 {
	height: 20px;
	margin: 0px;
	width: 980px;	
}
/* Top links */
#header2 .links {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	font-size: 11pt;
    background-image: url(../templateimages/links2.jpg);
	height: 30px;
	width: 980px;
    text-indent: 10px;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
    text-indent: 10px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: #650360;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
    text-indent: 10px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-indent: 10px; 
	}

#header2 .links2 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
    border-bottom: solid 1px #650360;
    text-indent: 10px;
}

#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: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
   
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}	

}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 200px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 760px;
	float: left;
	padding: 0;
	padding-left: 0px;
}

#pagecontent_pad {
	padding: 10px 5px 5px 5px;
}

/* Right hand section of page body */
#right {
	width: 220px;
    height: 2020px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
    background-image: url(../templateimages/right-back.jpg);
    background-repeat:no-repeat;
}

/* --- 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;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 0px;
	margin-bottom: 12px;
	font-size: 11pt;
	color: #ffffff;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 183px;
	margin: 0px 0px 0px 18px;
	padding: 0;
    float: left;
}

#searchbox input {
	width: 160px;
    margin: 0px 0px 0px 18px;
    float: left;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: left;
    float: left;
	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;
}

