/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color:#CD0001;
}

#container {
	display: block; width:955px;
	margin: 0 auto; border:1px solid #000000;background-color: white;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 98%;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}


/* Top links */
#menu {
background-color:#c00;
background-image:url(../templateimages/tabbarBack.png);
display:block;width:955px;
}

#header{width:955px;}

#header2 .links3 
{
background-color:#c00;
background-image:url(../templateimages/menuback.png);
display:block;width:955px;
	border-top: solid 1px white;
	margin: 0;
	padding:3px 0;
}


#header2 .links 
{
background-color:#c00;
display:block;
	border-top: solid 1px white;
	margin: 0;
	padding:3px 0;
}
#header2 ul.links{padding-left:20px;}

#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-weight: bold;
	margin: 0px 12px 5px 0px;
	}

#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;

	font-weight: bold;
	}

#menu {
background-color:#c00;
background-image:url(../templateimages/tabBackGround.png);
height:30px;width:955px;
}
#header2 .links2 {
	padding:0;
	margin:0;
	line-height:25px;
	float:left;
	display:block;
}
#header2 ul.links2{padding-left:20px;}

#header2 .links2 li {
	background-image:url(../templateimages/tabSpacer.png);
	background-repeat:no-repeat;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0 0 0 25px;
	line-height:25px;
	float:left;
}
#header2 .links2 li.first {
	background-image:url(../templateimages/tabbarStart.png);
	background-repeat:no-repeat;
}
#header2 .links2 li.last {
	background-image:url(../templateimages/tabbarend.png);
	background-repeat:no-repeat;
	width:20px;
}
#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0;
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-image:url(../templateimages/tabBack.png);
	line-height:25px;
	display:block;
	float:left;
	padding-right:10px;
	}


#header2 .links2 a:hover
	{
	color: black;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 550px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 0px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 240px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 5px; padding-bottom: 5px; background-color:#CC0000;
	clear: both;
	text-align: center; color:#FFFFFF; width:100%;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- 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;
}
h6 {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0 0px 0;
}
.style1 {
	color: #ff9999;
	font-weight: bold;
}
.style4 {
	color: #CD0001;
}
.style5 {
	color: #CC0000;
	font-weight: bold;
}
.style6 {}
.style7 {
	font-style: italic;
}
.sheet {
	clear: right;
	float: left;
	margin-right: 300px;
}
