@import url("custom.css");

/* HEADINGS */
/* ======== */

h1 {
  	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #EF382B;
	padding:0px 0px 7px;
	border-bottom:1px solid #EF382B;
	text-transform:uppercase;
	display:block;
}

h2 {
	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EF382B;
	padding:0px 0px 0px;
	border-bottom:1px solid #EF382B;
	text-transform:uppercase;
	display:block;
}

h2 a:link {
  color: #EF382B;
  text-decoration: none;
}

h2 a:visited {
  color: #EF382B;
  text-decoration: none;
}

h2 a:hover {
  color: #EF382B;
  text-decoration: underline;
}

h2 a:active {
  color: #EF382B;
  text-decoration: underline;
}

h3 {
	font-weight:normal;
	color:#EE3224;
	width:425px;
	margin:5px 0px 0px 0px;
	padding:0;
	font-size:16px;
	color:#EE3224;
	padding:0px 0px 4px;
	border-bottom:1px solid #EF382B;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
}


h4 {
	font-weight:normal;
	color:#EE3224;
	width:425px;
	margin:15px 0px 0px 0px;
	padding:0;
	font-size:16px;
	color:#EE3224;
	padding:0px 0px 4px;
	/*border-bottom:1px solid #EF382B;*/
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
}

h5 {
	font-weight:normal;
	color:#EE3224;
	/*width:425px;*/
	margin:0px 0px 15px 0px;
	padding:0;
	font-size:16px;
	color:#EE3224;
	padding:0px 0px 4px;
	/*border-bottom:1px solid #EF382B;*/
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
	text-transform:none;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #EF382B;
  margin: 0px;
}


body {
	padding:0;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
	color:#666666;
}


a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:1000px;
	margin:0px auto;
}

#navigation {
	width:920px;
	height:28px;
	background-color:#EE3224;
	padding:0px 40px;
	text-align:right;
}
#navi-buttons {
	width:520px;
 	padding:5px 0;
	float:right;
}
.navi-button {
	padding:4px 0px;
	float:left;
	margin:0px;
}
.separator {
	width:6px;
	height:11px;
	padding:3px 4px;
	float:left;
	margin:0;
}
#banner-top {
	border-top:1px solid #FFFFFF;
}

#container {
	width:1000px;
	margin:0px;
	display:block;
}
/* =================================== LEFT BAR =============================== */
#left-bar {
	width:195px;
	padding:14px 5px;
	margin:0;
	float:left;
	text-align:left;
	display:block;
	font-size:14px;
}
#left-bar-title {
	margin:0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EF382B;
	padding:0px 0px 7px;
	border-bottom:1px solid #EF382B;
	text-transform:uppercase;
}
#left-bar-tree-menu {
	margin:0px 10px 0px 0px;
	padding:10px;
	text-align:left;
	float:left;	
	font-size:14px;
	border:1px solid #EF382B;
}
#left-bar-tree-menu .text {
	font-size:14px;
	text-align:left;
	display:block;
}

/******NEW SIDE MENU************/

.subMenu {
	display:block;
	background-color:#FFFFFF;
	padding:5px;
}

.menuTitle {
	width:160px;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.menuTitle a {
	padding:5px;
	text-align:left;
	text-decoration:none;
	color:#FFF;
	display:block;
	background-color:#999;
}

.menuTitle a:hover {
	padding:5px;
	text-align:left;
	text-decoration:none;
	color:#FFF;
	background-color:#AAA;
}

.menuLevel1, .menuLevel2, .menuLevel3 {
	width:160px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	display:block;
	text-transform:capitalize;
	border-top:1px solid #FFF;
}

.menuLevel2 {
	font-size:12px;
	font-weight:normal;
	display:block;
	text-transform:capitalize;
}

.menuLevel3 {
	font-weight:normal;
}

.menuLevel1 .menuItem a, 
.menuLevel2 .menuItem a, 
.menuLevel3 .menuItem a, 
.menuLevel1 .menuItemActive a, 
.menuLevel2 .menuItemActive a, 
.menuLevel3 .menuItemActive a {
	padding:2px 12px 2px 12px;
	text-align:left;
	text-decoration:none;
	color:#000;
	display:block;
	font-weight:normal;
	background-color:#DDD;
	border-bottom:1px solid #AAA;
}

.menuLevel2 .menuItem a, .menuLevel2 .menuItemActive a {
	 padding:2px 12px 2px 24px;
	 background-color:#F9F9F9;
	 border-bottom:1px solid #BFBFBF;
}

.menuLevel3 .menuItem a, .menuLevel3 .menuItemActive a {
	 padding:1px 12px 1px 36px;
	 background-color:#FFF;
	 border-bottom:1px solid #CFCFCF;
}

.menuLevel1 .menuItem a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#E95145;
}

.menuLevel1 .menuItemActive a {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#EE3224;
	background-image:url(../images/arrow_list_red.gif);
	background-position:12px 7px;
	background-repeat:no-repeat;
}

.menuLevel2 .menuItem a:hover, 
.menuLevel2 .menuItemActive a {
	text-decoration:none;
	color:#000;
	background-color:#F9F9F9;
	background-position:12px 5px;
	background-repeat:no-repeat;
	background-image:url(../images/arrow_list_red.gif);
}

.menuLevel2 .menuItem a:hover {
	background-color:#E95145;
	color:#FFFFFF;
	background-image:url(../images/arrow_list_white.gif);
}


.menuLevel2 .menuItemActive a {
	background-color:#F9F9F9;
	color:#000;
	background-image:url(../images/arrow_list_red.gif);
}

.menuLevel2 .menuItemActive a:hover {
    color:white;
    background-color:#E95145;
    background-image:url(../images/arrow_list_white.gif);
}

.menuLevel3 .menuItem a:hover  {
	background-color:#E95145;
    text-decoration:none;
	color:#FFF;
	background-position:25px 5px;
	background-repeat:no-repeat;
	
}

.menuLevel3 .menuItemActive a {
	text-decoration:none;
	color:#FFF;
	background-color:#EE3224;
	background-position:25px 5px;
	background-repeat:no-repeat;
}

.menuLevel3 .menuItemActive a {
	background-color:#FFF;
	color:#000;
	background-image:url(../images/arrow_list_red.gif);
}


/******TREE VIEW STYLES**********/

.treeview {
	font-family:Arial, helvetica, sans-serif;
	background-color:#FFF;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0;
	font-size:14px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background: white url(../images/arrow_list.gif) no-repeat left 3px;*/
	background-position:0px 3px;
	list-style-type: none;
	/*padding-left:10px;*/
	margin:0px;
	font-size:14px;
}

.treeview li ul{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background: white url(../images/arrow_list.gif) no-repeat left 3px;*/
	background-position:0px 3px;
	list-style-type: none;
	/*padding-left:10px;*/
	background-color:#FFF;
	padding:3px;
	margin:0px;
	font-size:14px;
}

/*.treeview li ul li { 
	background: white url(../images/arrow_list.gif) no-repeat left 3px;
	background-position:0px 3px;
	list-style-type: none;
	background-color:#444;
	margin:0px;
	font-size:14px;
}*/

.treeview li ul li ul{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	/*background: white url(../images/arrow_list.gif) no-repeat left 3px;*/
	background-position:0px 3px;
	list-style-type: none;
	padding-left:10px;
	background-color:#f5f5f5;
	margin:0px;
	font-size:14px;
}

/*.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	/*background: white url(../images/arrow_red.gif) no-repeat left 3px;
	background-position:0px 3px;
	cursor: hand !important;
	cursor: pointer !important;
	font-size:14px;
}*/

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	/*padding-left:10px;*/
}

.treeview ul .submenu { 
	background-color:#e3e3e3;
	padding:3px 3px 3px 10px;
}

.treeview ul .submenu li { 
	background-color:#f5f5f5;
	padding:3px;
	padding-left:10px;
}



.treeview ul .submenu li ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	padding-left:10px;
	background: url(../images/arrow_trans_2.gif) no-repeat left 3px;
	background-position:0px 3px;
	
}

#treemenu1, #otherLinks, #homeLink  {
padding:0;
margin:0;
font-size:14px;
width:160px;
}

#search {
	width:124px;
	float:left;
	padding:20px 0;
	font-size:11px;
}
#search-intro {
	padding:5px 0 0 0;
}
.search-parameter {
	padding:10px 0 0 0;
	font-size: 14px;
}
#search-checkbox {
	width:124px;
	float:left;
	text-align:left;
	margin:0 0 0 -3px;
	padding:10px 0 0;
}
#search-go {
	width:135px;
	float:left;
	text-align:right;
}
/* =================================== CENTRE BAR =============================== */
#centre-bar {
	width:415px;
	padding:0px;
	margin:0px;
	float:left;
	clear:none;
	text-align:left;
	display:block;
}

/*ul {
	float:left;
	display:block
}*/

#centre-bar-image {
	margin:0;
	padding:0;
	float:left;
	display:block;
}
#centre-bar-follow-text {
	width:425px;
	/*margin:5px 0px 0px 0px;*/
	padding:0;
	float:left;
	font-size:16px;
	color:#EE3224;
	/*padding:0px 0px 7px;*/
	border-bottom:1px solid #EF382B;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
}
#line {
	width:425px;
	/*padding:20px 0 5px 0;*/
	float:left;
	text-align:left;
}
#for-use {
	width:425px;
	font-size: 14px;
	float:left;
	font-weight:bold;
	color:#EE3224;
}
#centre-bar .news-item {
	padding-bottom:25px;
}
#centre-bar .news-item-title {
	font-weight:bold;
	color:#EE3224;
	margin-top:-5px;
}
#centre-bar .news-title {
	padding:0px;
	margin:0px;
	font-size:18px;
}
#centre-bar .news-date {
	padding:0px;
	margin:0px;
	font-size:14px;
}
#centre-bar .news-link a{
	color:#EE3224;
	font-size:11px;
}
#centre-bar .body-copy {
	margin:20px 0px 0px 0px;
	padding:0px;
	border:0px;
	float:left;
	font-size:13px;
}

/*#centre-bar .body-copy h2, #centre-bar .body-copy h3 {
	margin:0px 0px 10px 0px;
	width:425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #EF382B;
	padding:0px 0px 7px;
	border-bottom:1px solid #EF382B;
	text-transform:uppercase;
	display:block;
}*/

/*
#centre-bar .body-copy ul{
	width:425px;
	display:block;
	float:left;
}*/


#centre-bar .body-copy .text-heading {
	font-weight:normal;
	color:#EE3224;
	width:425px;
	margin:0px;
	padding:0px;
	padding:5px 0px 5px 0px;
	border:0px;
	display:block;
	font-size:16px;
	color:#EE3224;
	/*padding:0px 0px 7px;*/
	/*border-bottom:1px solid #EF382B;*/
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
	clear:both;
}
/*
#centre-bar .body-copy .text-heading{
	width:425px;
	height:30px;
	margin:5px 0px 0px 0px;
	padding:0;
	float:left;
	display:block;
	font-size:16px;
	color:#EE3224;
	padding:0px 0px 7px;
	border-bottom:1px solid #EF382B;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
}*/

/*#centre-bar .body-copy .body-copy-intro {
	width:425px;
	float:left;
}*/

#centre-bar .body-copy #products {
	width:300px;
	display:block;
	line-height:20px;
	float:left;
	font-size:14px;
}
#centre-bar .body-copy #pdf-print {
	width:90px;
	float:right;
	text-align:right;
	display:block;
}
#centre-bar .body-copy .pdf-print-buttons {
	float:left;
	display:block;
	padding:5px 5px 0;
	height:30px;
}
#centre-bar .body-copy #description {
	width:425px;
	font-size: 14px;
	line-height:18px;
	/*padding:20px 0;*/
	float:left;
}

#centre-bar .body-copy #description .text-heading{
	padding:5px 0px 5px 0px;
	float:none;
	width:425px;
	clear:both;
	display:block;
}

P{
	width:auto;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
	/*float:left;*/
	padding:0px 0px 10px 0px;
	margin:0px;
	display:block;
}

BLOCKQUOTE, BLOCKQUOTE P {
	padding:0px 0px 10px 0px;
	margin:0px;
	display:block;
	clear:both;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
}

#centre-bar .body-copy #description .text-heading{
	width:415px;
	display:block;
	margin:5px 0px 0px 0px;
	padding:0;
	font-size:16px;
	color:#EE3224;
	padding:0px 0px 7px;
	border-bottom:1px solid #EF382B;
	font-family:"Trebuchet MS", Arial, helvetica, sans-serif;
}

#centre-bar .body-copy #description ul,
#centre-bar .body-copy ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	padding:0;
	margin-left:15px;
}
/*
#centre-bar .body-copy #description li,
#centre-bar .body-copy li {
	width:400px;
	margin-left:14px;
	margin-top:0px;
	
}
*/
#centre-bar .body-copy ul {
	list-style-image: url(../images/bullet_red.gif);
	vertical-align: top;
}


#centre-bar #related-products {
	width:361px;
	float:left;
	display:block;
	border:1px solid #EE3224;
}
#centre-bar #related-products #title {
	width:339px;	
	background-color:#EE3224;
	padding:0px 0px 0px 22px;
}

#centre-bar #related-products ul {
	list-style-image: url(../images/bullet_arrow.gif);
}

#centre-bar #related-products li {
	margin-bottom:4px;
}

#centre-bar #border {
	width:361px;
	float:left;
	margin:0px;
	font-size: 14px;
	line-height:13px;
	border:1px solid #EE3224;
}
#centre-bar #border ul{
	list-style-type:none;
	padding:0;
	margin-left:2em;
}
#centre-bar #border li{
	margin-top:1em;
	margin-bottom:0px;
	list-style-image: url(../images/bullet_arrow.gif)	
}


/* =================================== RIGHT BAR =============================== */
#right-bar {
	width:297px;
	float:right;
	display:block;
	/*padding:32px 0px 32px 15px;*/
	padding:0px;
	margin:0px;
	text-align:right;
	/*position:relative;*/
}
#right-bar .image{
	width:297px;
	margin:0px;
	padding:0px;
	/*padding:0px 0px 15px 0px;*/
	text-align:right;
}
#right-bar .pic {
	border:1px solid #EE3224;
}
#right-bar .caption {
	font-size:11px;
	line-height:14px;
	/*color:#EE3224;*/
	color:#666666;
	padding:10px 0;
}
#footer {
	width:788px;
	float:right;
	padding:30px 0 20px 210px;
	font-size: 14px;
	color:#000000;
}

table p {
    	width:auto;
}

