/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}

#container {
	display: block;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	height: 100%;
}


/* --- Header section ------------------------------------------------ */
#header {
	width: 980px;
	height: 180px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
#header2 {
	background-image: url(../templateimages/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 20px 5px 20px;
	font-size: 7.5pt;
}


#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: 0px 12px 5px 0px;
	}


#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: 2px 20px 2px 20px;
}

#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: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}

#nav {
	background-image: url(../templateimages/nav-bar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 920px;
	height: 80px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
    float:left;
	text-align: center;
    margin: 0px;
    padding: 0px;
}
#nav a, #nav strong, #nav span {
    display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	display: block;
	color: #FFFFFF;
	background-color: #AC879F;
	text-decoration: none;
}
#nav #current, #nav #current a {
	color: #FFFFFF;
}

#navsearch {
	float: left;
	width: 390px;
	height: 40px;
}

#navbasket {
	float: left;
	width: 150px;
	height: 20px;
}

#navbaskettotal {
	float: left;
	width: 150px;
	height: 20px;
	margin-top: 5px;
	color: #FFFFFF;
}

.input1 {
	height: 25px;
	width: 200px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.input2 {
	height: 80px;
	width: 400px;
	padding-top: 2px;
	border: 1px solid #000000;
}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	background-image: url(../templateimages/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

/* Left hand section of page body (if you have one!) */

#left_holder {
	float: left;
	width: 180px;
	height: auto;
	margin-left: 5px;
}

#left_top {
	width: 180px;
	height: 15px;
	background-image: url(../templateimages/topcurve.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#left {
	width: 170px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background-color: #b2889e;
}

#left_bottom {
	width: 180px;
	height: 15px;
	float: left;
	background-image: url(../templateimages/bottomcurve.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
	
/* Dynamic page content section of page body */
#pagecontent {
	width: 730px;
	float: left;
	padding: 0;
	margin-left: 10px;
	margin-right: 5px;
}

#pagecontent_pad {
	padding: 10px 0px 5px 0px;

}

/* 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;
}

#footer2 {
	background-image: url(../templateimages/background-curve-bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 980px;
	height: 40px;
}

.copyright_footer {
	width: 890px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	border-top: #000000 1px solid;
}

.copyright_footer_left {
	float: left;
	width: 440px;
	padding-top: 10px;
	height: 20px;
}

.copyright_footer_right {
	float: right;
	width: 440px;
	padding-top: 10px;
	list-style: none;
	display: inline;
}

#orderfooter {
	background-image: url(../templateimages/footer-bar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 910px;
	height: 25px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
}

.white20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

/* 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;
}

#subnav {
	float: left;
	width: 420px;
	height: 20px;
	padding-left: 10px;

	margin-left: 10px;
	margin-right: 10px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav li {
    float:right;
	text-align: center;
    margin: 0px;
    padding: 0px;
}
#subnav a, #subnav strong, #subnav span {
    display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#subnav a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#subnav #current, #subnav #current a {
	color: #FFFFFF;
}


/* T&Cs text */
#terms {

	margin-top: 4px;
	padding-top: 10px;
	font-size: 7pt;
	color: #000000;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#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;
}