/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/
*{
margin: 0;
padding: 0;
}
html {height:100%;margin-bottom:1px;}
/* --- Body - control position #container, allows centering of site -- */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
text-align:center;
background-color : #efefef;
}

#container {
	width : 892px;
	background-image : url(../templateimages/container-slice.jpg);
	background-repeat : repeat-y;
	margin : 0 auto;

}

/* Contains rest of HTML 
#centrecontainer {
	
}*/


/* --- Header section ------------------------------------------------ */

#masthead{
	background-image: url(../templateimages/masthead-bg.jpg);
	background-repeat: repeat-x;
	height: 130px;
}
#header{
	background-image: url(../templateimages/header-bg.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 892px;
	margin: 0 auto;
}
#header .logo{
	width: 519px;
	float: left;
}
#header .tele{
	width : auto;
	text-align : right;
	color : #ffffff;
	font-size : 20px;
	font-weight : bold;
	padding-top : 50px;
	padding-right : 20px
}
#sub-header{
	height:16px;
	width: 892px;
	background-image: url(../templateimages/subheader-bg.jpg);
	background-repeat: repeat;
	margin-top : -16px;
	
}
#topnav{
	width: 709px;
	height: 123px;
	background-image: url(../templateimages/topnav-bg.jpg);
	background-repeat: no-repeat;
	margin-top : 3px;
}
#topnavpromo{
	width: 709px;
	height: 123px;
	background-image: url(../templateimages/topnav-bg-promo.jpg);
	background-repeat: no-repeat;
	margin-top : 3px;
}
#topnavpromo .offerimg{
	width: 462px;
	height: 101px;
	padding-left:143px;
}

#topnav .blockleft{
	float: left;
	width: 33%;
	height: 99px;
	color: #ffffff;
}
#topnav .blockmid{
	float: left;
	width: 33%;
	height: 99px;
	color: #ffffff;
}
#topnav .blockright{
	float: left;
	width: 33%;
	height: 99px;
	color: #ffffff;
	background-image: url(../templateimages/header-account.jpg);
	background-repeat: no-repeat;
}
#topnav .blockright form{
	float:right;
	margin-right: 8px;
	margin-top: 35px;
}
#topnav .blockright{
	font-size: 11px;
}
#topnav .accuser{
	color: #A50000;
	width: 70px;
	margin-left: 22px;
	font-size: 11px;
	border: 1px solid #A50000;
}
#topnav .accsubmit{
	font-size: 11px;
	color: #A50000;
	border: 1px solid #A50000;
	padding: 2px;
	font-weight:bold;
	float: right;
}
#topnav .accpass{
	color: #A50000;
	width: 70px;
	font-size: 11px;
	border: 1px solid #A50000;

}
#topnav .accwelcome{
	color: #ffffff;
	margin: 35px 0 0 100px; 
}
#topnav .accwelcome a{
	color: #ffffff;
	text-decoration: none;
}
#topnav .accwelcome a:hover{
	text-decoration: underline;
}
#toptabs{
	width : 712px;
	height : 24px;
	text-align : right;
	width : auto;
	margin-top : -22px;
	padding-right: 10px;
}
#toptabs ul{
   list-style:none;
	text-align : right;
}
#toptabs li{
	 float:right;
    margin:0;
    padding:0;
	padding-left :0px;
	text-align : center;
	color : #ffffff;
}
#toptabs a{
	display : block;
	width : 85px;
	height : 24px;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	padding-top : 2px;
}
#toptabs a:hover{
	background-image : url(../templateimages/toptabs-tabonbg.jpg);
	background-repeat : no-repeat;
	color : #990000;
}
.tabon a:hover{
	background-image : url(../templateimages/toptabs-tabonbg.jpg);
	background-repeat : no-repeat;
	color : #990000;
}
/*#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

/* Top links */
/*#header2 .links {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	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 0px 2px 0px;
}

#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;
	}*/


/* --- Entire page body section - everything below the header -------- 

#pagebody {
	width: 719px;
	float: right;
	margin: -16px 0 0 0;
	
	text-align: left;
}*/
#mainpane{
	width: 719px;
	float: right;
	margin: -16px 0 0 0;
	
	text-align: left;
}
/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 100%;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	width: 95%;
	padding: 5px 5px 5px 5px;
}

/* Right hand section of page body */
#sidenav{
	width: 173px;
	float : left;
	color : #990000;
}
#sidenav .topheader{
	width: 173px;
	height: 28px;
	background-image: url(../templateimages/sidenav-topheader.jpg);
	background-repeat: no-repeat;
	margin-top:-10px;
	
}
#sidenav .topheader h1{
	font-size: 16px;
	color : #ffffff;
	font-weight : bold;
}
#sidenav .sectionheader{
	width: 173px;
	height: 28px;
	background-image: url(../templateimages/sidenav-topheader.jpg);
	background-repeat: no-repeat;
}
#sidenav .sectionheader h1{
	font-size: 16px;
	color : #ffffff;
	font-weight : bold;
}
.navlinks{
	background-image: url(../templateimages/sidenav-slice.jpg);
	background-repeat: repeat-y;
}
#sidenav .navlinks ul{
	text-align : left;
	list-style : square;
	margin-left : 28px;
	margin-bottom : 7px;
	padding: 0px;
}
#sidnav .navlinks ul a{
	color : #990000;
	text-decoration : none;
}
#sidenav .navlinks ul a:hover{
	text-decoration: underline;
}
#sidenav .navlinks ul a:hover{
	text-decoration : underline;
}
#sidenav .navlinks ul li{
	font-weight : bold;
}
#sidenav .navlinks ul li ul{
	list-style-image : url(../templateimages/sidenav-bullet.jpg);
	margin-left : 10px;
}
#sidenav .navlinks ul li ul li{
	font-weight : normal;
}
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

/* --- Footer -------------------------------------------------------- */
#ffs{
	background-image: url(../templateimages/ffs-slice.jpg);
	background-repeat: repeat-x;
	height: 103px;
}
#footer{
	background-image: url(../templateimages/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 892px;
	height: 103px;
	margin: 0 auto;
	color : #ffffff;
	font-size : 12px;
}
#footerlinks{
	color : #ff0000;
	font-weight : bold;
	padding-top : 10px;
	margin-left:179px;
}
#footerlinks ul{
	margin:0;
    padding:0;
    list-style:none;
}
#footerlinks li{
	display : inline;
   	text-align : center;
}
#footerlinks a{
	color : #ff0000;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
	padding-top : 2px;
}
#footerlinks a:hover{
	text-decoration : underline;
}
#footmisc{
	width : 892px;
	padding-top : 5px;
	margin-top: -22px;
	
}
#footmisc .compinfo{
	float : left;
	width : 245px;
	text-align : left;
	padding-left : 20px;
}
#footmisc .compinfo a{
	color : #ffffff;
	text-decoration : none;
}
#footmisc .compinfo a:hover{
	text-decoration : underline;
}
#footmisc .contactinfo{
	margin-top: 25px;
	text-align : center;
	font-size : 14px;
	padding-right: 100px;
	
}
#complinks{
	color : #ffffff;
	padding-top : 3px;
	clear : both;
	width : 100%;
	margin-top: 20px;
}
#complinks ul{
	margin:0;
    padding:0;
    list-style:none;
}
#complinks li{
	display : inline;
   	text-align : center;
}
#complinks a{
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
#complinks a:hover{
	text-decoration : underline;
}

/* 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 {
	margin-bottom : 7px;
}
#searchbox{
	text-align: left;
	margin-left: 15px;
	margin-bottom: 7px;
}
#searchbox .frminput {
	width: 130px;
	border: 1px solid #990000;
	text-align: left;
	padding: 2px;
}

#searchbox #searchbutton {
	border: none;
	padding-left: 5px;
}

/* --- 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;
}