body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #333333;
}
body,textarea {
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:0.9em;
}


/*MAIN STYLES*/


a {
   color: #104491;
}
a:hover {
   color: #00abef;
   text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#00abef;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.3em;
}
h3 {
   font-size:1.1em;
	 color:#555555;
	 text-decoration:underline;
}
h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
   margin:0;
   padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}
.red {
   color:#FF0000;
}

/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#00abef;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#104491;
}
.menubuttons li.active a {
   color:#104491;
   font-weight:bold;
}
#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   padding:0 1.5em;
	 background-image:url(../img/seperator1.gif);
   background-repeat:no-repeat;
	 background-position:top right;
	 height:36px;
	 color:#FFFFFF;
	 text-decoration:none;
   position:relative;
	 font-size:1em;
}
#headernav li a span.text {
   position:relative;
	 top:2px;
}
#headernav li a:hover {
   color:#00abef;
}
#headernav li.active a {
   color:#104491;
	 background-image:url(../img/tab1.gif);
   background-repeat:no-repeat;
	 background-position:top left;
}
span#tabright {
   position:absolute;
   right:-1px;
   top:0px;
   width:12px;
   height:36px;
   display:block;
   background-image:url(../img/tab2.gif);
   background-repeat:no-repeat;
}
ul.inline li {
   float:left;
   padding:0.2em 1em;
   border-left:1px solid #DDDDDD;
}


/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
	 background-image:url(../img/bg1.gif);
   background-repeat:repeat-x;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
}
#header {
   position: relative;
   float:left;
   height: 245px;
   clear:left;
   background-image:url(../img/header1.gif);
   background-repeat:no-repeat;
   background-position:bottom left;
}
#clear {
   position: relative;
   clear: both;
   height: 1px;
}
#footer {
   position: relative;
	 float:left;
   clear: both;
	 width:100%;
   height: 92px;
   background-image:url(../img/footer1.gif);
   background-repeat:repeat-x;
   background-position:bottom left;	 
}
#footer p {
   width:900px;
	 margin:0px auto;
	 line-height:1.7em;
	 color:#FFFFFF;
	 text-align:left;
   font-size:13px;
	 padding-top:1em;
}
#footer p a {
   color:#FFFFFF;
}
#content {
   float:right;
   padding: 0px;
   min-height:400px;
	 position:relative;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:160px;
   right:0px;
   text-align:right;
	 font-size:12px;
}
#accessibility a {
   color:#FFFFFF;
}
#headernav {
   position:absolute;
   bottom:0px;
   left:0px;
	 height:36px;
	 width:900px;
}
#basketbrief {
   position:absolute;
	 top:46px;
	 left:605px;
	 width:280px;
	 height:76px;
}
#basketview {
   position:absolute;
	 bottom:0px;
	 left:0px;
}
#basketbrief p {
   margin:0;
	 padding:0;
}
#basketbrief p span {
   font-size:0.9em;
}
#headersearchbox {
   position:absolute;
	 top:147px;
	 left:0px;
	 width:430px;
	 height:48px;
	 background-image:url(../img/search_bg.gif);
}
#headersearchinput {
   position:absolute;
	 top:13px;
	 left:100px;
	 width:200px;
}
#headersearchbutton {
   position:absolute;
	 top:14px;
	 left:320px;
	 width:62px;
}
.leftthin,.rightthin {
   width:230px;
}
.leftwide,.rightwide {
   width:381px;
}
.leftmid,.rightmid {
   width:306px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding:0 0 4em 0;
	 float:left;
	 width:100%;
}
#productsmenu,#rightmenu,#maincontent,#widemaincontent,#fullmaincontent {
	 margin:54px 0;
}
#productsmenu {
   float:left;
	 width:209px;
	 background-color:#ddeff6;
	 background-image:url(../img/bluefooter.gif);
	 background-position:bottom left;
	 background-repeat:no-repeat;
	 padding-bottom:40px;
}
#productsmenu h3 {
   font-size:1em;
   padding:6px 0 6px 41px;
	 background-color:#c9e9f6;
	 color:#104491;
	 border-bottom:1px solid #00abef;
	 text-decoration:none;
}
#productsmenu ul {
   list-style:none;
	 margin:0;
	 padding:0;
}
#productsmenu li a {
   border-bottom:1px solid #FFFFFF;
	 padding:3px 0;
	 background-image:url(../img/bullet1.gif);
   background-repeat:no-repeat;
	 background-position:center left;
   display:block;
	 width:209px;
	 text-decoration:none;
}
#productsmenu li a:hover,#productsmenu li.active a {
	 background-image:url(../img/bullet2.gif);
	 background-color:#104491;
	 color:#FFFFFF;
}
#productsmenu li a span {
   padding-left:41px;
}
#rightmenu {
   float:right;
	 width:200px;
}
.rightpanel {
   width:200px;
	 height:164px;
   background-repeat:no-repeat;
	 background-image:url(../img/rightpanel1.gif);
	 float:left;
	 position:relative;
}
.rightpanel p {
   padding:0 14px;
	 color:#104491}
.rightpanelbutton {
   position:absolute;
	 bottom:10px;
	 right:8px;
	 width:93px;
	 height:22px;
	 background-color:#DDDDDD;	 
}
#maincontent {
   float:left;
	 width:411px;
	 border-left:40px solid #FFFFFF;
}
#widemaincontent {
   float:right;
	 width:651px;
}
#fullmaincontent {
   float:left;
	 width:900px;
}
h2.image {
   background-repeat:no-repeat;
	 width:100%;
	 height:39px;
	 margin:0;
	 padding:0;
}
h2.image span {
   display:none;
}
h2#image1 {
   background-image:url(../img/heading_products1.gif);
}
h2#image2 {
   background-image:url(../img/heading_mailing1.gif);
}
h2#image3 {
   background-image:url(../img/heading_delivery1.gif);
}
h2#image4 {
   background-image:url(../img/heading_call1.gif);
}
#productbreadcrumbs {
   position:absolute;
	 top:8px;
	 left:23px;
   font-size:12px;
}
#productbreadcrumbs p {
   margin:0;
	 padding:0;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #104491;
   color:#104491;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#104491;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#104491;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:150px;
	 height:30px;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#ddeff6;
	 text-align:left;
   border-top:1px dotted #98d4ec;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
   background-image:url(../img/g4.gif);
   background-repeat:repeat-x;
   background-position:bottom left;
}
table th,table th a,table th a:hover {
   background-color:#00abef;
	 background-image:none;
   color:#FFFFFF;
}