/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility{
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'abrochure' */
/*BROCHURE*/

.prod_image_box{
border: 1px solid #C7D7DD;
width: 31.3em;
display:inline-block;
/* hide from ie/mac \*/
float:left;
/* end hide */
padding: 0;
margin:0;
text-align:center;
}
.prod_image_box img{
border: 1px solid #C7D7DD;
margin: 0.5em;
}
.small_prod_images{
margin-top: 0.3em;
}
.small_prod_images img{
margin: 0.3em;
}
.prod_details{
margin:0 0 0 0.5em;
padding:0.3em;
text-align:left;
width:20em;
float: left;
}
.category_box{
border: 1px solid #C7D7DD;
margin:0 1em 1em 0;
padding: 0;
width:25em;
background-color:#719BA9;
color: #537079;
float:left;
text-align:left;
}
.category_box img{
border:0;
padding:0;
margin:0;
border-right: 1px solid #C7D7DD;
float: left;
}
.category_box h2{
background-color: #C7D7DD;
color: #537079;
margin: 0 0 0 160px;
padding:0.5em 0.5em 0.5em 0.9em;
font-size: 1.1em;
}
.category_box h2 a, .category_box h2 a:link, .category_box h2 a:active, .category_box h2 a:visited{
color: #537079;
}
p.categorytext {
margin: 0 0 0 160px;
padding:0.5em 0.5em 0.5em 1em;
font-size: 0.95em;
color:#ffffff;
}
.categorytext a, .categorytext a:link, .categorytext a:active, .categorytext a:visited,
.item_box strong a, .item_box strong a:link, .item_box strong a:active, .item_box strong a:visited{
color: #ffffff;
}
.categorytext a:hover, .category_box h2 a:hover, .item_box strong a:hover{
color: #1B2A2F;
}
.nomargin{
margin: 0;
}
.item_box{
border: 1px solid #C7D7DD;
margin:0.5em 0.3em 0.1em 0.3em;
padding: 0;
width:13.1em;
background-color:#719BA9;
color: #ffffff;
float:left;
text-align:center;
}
.item_box img{
border: 1px solid #C7D7DD;
padding:0;
margin:7px 0.3em 5px 0.3em;
border-right: 1px solid #C7D7DD;
}
.item_box h2{
color: #ffffff;
margin: 0;
padding:0 0.5em 0.5em 1em;
font-size: 1.1em;
}
.item_image{
height:175px;
}
.item_text{
text-align:left;
padding: 0 0.5em 0 0.5em;
height: 6em;
line-height: 1em;
}
/* End of 'abrochure' */

/* Start of CMSMS style sheet 'acolours' */
/* Colours */
body {
background: #8daab7;
color: #ffffff;
}

div#pagewrapper {
background: #719BA9;
}

div#header {
color: #ffffff;
background:#5C7D88;
}

/* Links */		
a,
a:link 
a:active, a:visited {
color: #1B2A2F;
}

/* Headings */	
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
/* End of 'acolours' */

/* Start of CMSMS style sheet 'acontent' */
/*CONTENT*/
#content hr{
clear:both;
height:1px;
color: #C7D7DD;
background-color: #C7D7DD;
border: 0;
margin: 1em 0 1em 0;
}
.clearboth{
clear:both;
}
#content ul{
list-style-image:url(uploads/images/all_pages/page_bullet.gif);
margin-right:0;
margin-top:0;
padding-right:0;
}
a.top{
background-image:url(uploads/images/all_pages/uparrow.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0 0 0 1em;
display: block;
clear:both;
}
a.top:hover{
background-image:url(uploads/images/all_pages/white_uparrow.gif);
background-repeat: no-repeat;
background-position: left;
color:white;
}
div#content .aligncenter{
text-align:center;
margin:auto;
clear:both;
}
div#content .aligncenter img{
margin: 0.3em 0.5em 0.5em 0;
border: 1px solid #C7D7DD;
}
.alignleft{
width: 43em;
text-align:left;
margin:auto;
}
.imageleft{
border: 1px solid #C7D7DD;
float: left;
margin: 0.3em 0.5em 0.5em 0;
}
.imageright{
border: 1px solid #C7D7DD;
float: right;
margin: 0.3em 0 0.5em 0.5em;
}
.image{
border: 1px solid #C7D7DD;
margin: 0 0 0.5em 0;
text-align: center;
}
ul.anchors{
text-align:right;
font-size: 0.9em;
}
ul.anchors li{
display:inline;
}
ul.sitemap a, ul.sitemap a:link, ul.sitemap a:active, ul.sitemap a:visited{
color: #ffffff;
}
ul.sitemap a:hover{
color: #1B2A2F;
}
ul.sitemap li{
padding-bottom: 0.5em;
}
/* End of 'acontent' */

/* Start of CMSMS style sheet 'ahome_content' */
/*HOME CONTENT*/
div#home_content {
position: relative;
margin: 10px 0 15px 15px;
padding: 0;
text-align: left;
line-height: 1.4em;
font-size: 0.99em;
}
.home_box{
border: 1px solid #C7D7DD;
margin: 5px 0.8em 0 0;
padding: 0;
width:12.9em;
text-align:left;
background-color:#C7D7DD;
color: #537079;
float:left;
}
.home_box_last{
border: 1px solid #C7D7DD;
margin: 5px 0 0 0;
padding: 0;
width:12.9em;
text-align:left;
background-color:#C7D7DD;
color: #537079;
float:left;
}
.home_box img, .home_box_last img{
border: 0;
padding: 0;
margin: 0;
width:12.9em;
height:12.9em;
}
.home_box h2, .home_box_last h2{
background-color: #C7D7DD;
color: #537079;
margin: 0;
padding: 5px 8px 5px 8px;
font-size: 1.1em;
}
.home_box h2 a, .home_box h2 a:link, .home_box h2 a:active, .home_box h2 a:visited,
.home_box_last h2 a, .home_box_last h2 a:link, .home_box_last h2 a:active, .home_box_last h2 a:visited{
color: #537079;
}
.box_text{
padding: 4px 8px 4px 8px;
background-color: #719BA9;
color: #ffffff;
height: 4.85em;
}
.box_text a, .box_text a:link, .box_text a:active, .box_text a:visited{
color: #ffffff;
}
.box_text a:hover, .home_box h2 a:hover{
color: #1B2A2F;
}
ul.home_list {
width: 24.4em;
text-align: left;
padding:1em 5px 0 20px;
display:inline-block;
/* hide from ie/mac \*/
float: left;
/* end hide */
margin: 0;
}
ul.home_list a, ul.home_list a:link, ul.home_list a:active, ul.home_list a:visited{
color: #ffffff;
font-weight:bold;
}
ul.home_list a:hover{
color: #1B2A2F;
}
.home_bottom{
float: right;
border: 1px solid #C7D7DD;
margin: 1em 1.1em 0 0;
}
/* End of 'ahome_content' */

/* Start of CMSMS style sheet 'alayout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* LAYOUT */

body {
margin: 0;
padding: 0 0 0 0;
text-align: center;
}
div#pagewrapper {
margin: 0 auto;
padding: 0;
text-align: left;  
width: 56.4em; 
}
#container {
position: relative;
margin: 0;
padding: 0;
}
/* HEADER */ 
div#header2{
margin: 0;
padding: 0;
background: #5C7D88;           
text-align: left;
}
#header2 img{
margin: 10px 0 7px 15px;
border:0;
}
div#header {
margin: 0;
padding: 0;
background: #5C7D88;           
text-align: left;
}
#header_left{
width: 35em;
float: left;
} 
#header_left img{
margin: 7px 0 3px 15px;
border:0;
}
#header_right{
float:right;
}
#header_right img{
border: 1px solid #C7D7DD;
margin: 5px 15px 5px 0;
}
.header_text{
padding:0 0 5px 15px;
font-size: 1em;
}
/* END HEADER */

/* CONTENT */
div#content {
position: relative;
margin: 10px 0 15px 0;
/* hide from ie/mac \*/
margin: 10px 15px 15px 15px;
/* end hide */
padding: 0;
text-align: left;
line-height: 1.4em;
font-size: 0.99em;
}
div#main {
width: 70%;
padding: 0 0 0 15px;
/* hide from ie/mac \*/
padding: 0;
/* end hide */
}
/* END CONTENT */

/* FOOTER */
div#footer {
clear:both;
text-align: center;
background-color: #698f9c;
/* hide from ie/mac \*/
padding: 0.4em;
/* end hide */
}
div#footer ul {
display:inline;
margin:0;
padding:0;
font-size:84%;
}
div#footer ul li{
display: inline;
padding: 0;
margin: 0;
}
div#footer a, 	
div#footer a:link 
div#footer a:active, div#footer a:visited {
color: #1B2A2F;
padding: 0 0.4em 0 9px;
/* hide from ie/mac \*/
/* end hide */
background-image:url(uploads/images/all_pages/blue_bullet_vsm.gif);
background-repeat: no-repeat;
background-position:left;
}
div#footer a:hover{
color: #ffffff;
background-image:url(uploads/images/all_pages/white_bullet_vsm.gif);
background-repeat: no-repeat;
background-position:left;
}
#footertext{
background-color:#537078;
color: #ffffff;
padding: 0.6em 0.4em 0.6em 0.4em;
line-height: 1.7em;
text-align:center;
font-size:0.9em;
}
#cright{
padding: 0.6em 0.4em 0.8em 0.4em;
font-size:85%;
text-align:center;
color: #1B2A2F;
}
/* END FOOTER */
/* END LAYOUT */

div.breadcrumbs {
padding: 0 0 0.4em 0;
text-align: left;
font-size: 100%;
margin: 0 0.3em 0 0;
}
div.breadcrumbs a:hover{
color: #ffffff;
}
div.flags {
float: right;
width: 18px;
padding: 1em 0;
text-align: right;
margin: 0 1em 0 0;
}
div.left49 {
float: left;
width: 49%;
}
div.right49 {
float: right;
width: 49%;
text-align: right;
}
/* End of 'alayout' */

/* Start of CMSMS style sheet 'anav_horizontal' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV HORIZONTAL */

* html div#menu_horiz {
/* hide ie/mac \*/
height: 1%;
/* end hide */
}
div#menu_horiz {
background-color: #698F9C;
width:100%;
margin: 0;
text-align: left;
border-top: 1px solid #C7D7DD;
border-bottom: 1px solid #C7D7DD;
}
div#menu_horiz ul {
margin: 0;
padding: 0 0 0 15px;
list-style: none;
}
div#menu_horiz li {
/* hide ie/mac \*/
float: left;
/* end hide */
display: inline;
list-style: none;
margin: 0;
}
div#menu_horiz a,
div#menu_horiz a:link,
div#menu_horiz a:active,
div#menu_horiz a:visited {
/* hide ie/mac \*/
display: block;
background: #698F9C;
/* end hide */
padding: 0.7em 0.9em 0.7em 1.1em; 
text-decoration: none;
margin: 0;
color: #ffffff;
background-image:url(uploads/images/all_pages/white_bullet.gif);
background-repeat:no-repeat;
background-position:left;
}
div#menu_horiz li a:hover{
color: #1B2A2F;
background-image:url(uploads/images/all_pages/blue_bullet.gif);
background-repeat:no-repeat;
background-position:left;
}
div#menu_horiz li.activeparent {
/* hide from ie/mac \*/
display: block;
/* end hide */
color: #1B2A2F;
font-weight:bold;
}

div#menu_horiz .current a,
div#menu_horiz .current a:link,
div#menu_horiz .current a:active,
div#menu_horiz .current a:visited,
div#menu_horiz .current a:hover,
div#menu_horiz .activeparent a,
div#menu_horiz .activeparent a:link,
div#menu_horiz .activeparent a:active,
div#menu_horiz .activeparent a:visited,
div#menu_horiz .activeparent a:hover 
{
color: #1B2A2F;
background-image:url(uploads/images/all_pages/blue_bullet.gif);
background-repeat:no-repeat;
background-position:left;
}
/* END NAV */

div#menu_horiz li.active01 strong {
padding: 0.7em 0.9em 0.7em 1.1em; 
/* hide from ie/mac \*/
display: block;
/* end hide */
text-decoration: none;
margin: 0;
color: #1B2A2F;
background-image:url(uploads/images/all_pages/blue_bullet.gif);
background-repeat:no-repeat;
background-position:left;
}

#menu_horiz li.active02 strong {
display: block;
text-decoration: none;
padding: 5px 5px 5px 10px;
font-weight: normal;
color: #1B2A2F;
margin: 0;
font-size: 1em;
}

#menu_horiz li.active03 strong
{
display: block;
padding: 3px 5px 3px 25px;
border-bottom: none;
font-size: 90%;
font-weight: bold;
color: #1B2A2F;
margin: 0;
}

/* End of 'anav_horizontal' */

/* Start of CMSMS style sheet 'anav_vertical' */
/*NAV VERTICAL*/

div#menu_vert {
float:right;
width: 25%;
margin: 0;
padding: 0;
background: #698F9C;
border: 1px solid #5C7D88;
}
#menu_vert ul {
margin: 0;  
padding: 0;
background: #698F9C;
font-size: 96%;
}
#menu_vert ul {
width: 100%; /* Width of Menu Items */
list-style: none;
}
#content #menu_vert ul{
list-style-image:none;
}
#menu_vert li {
width: 100%;
padding: 0;
margin: 0;
line-height:1.5em;
}
#menu_vert li a {
display: block;
text-decoration: none;
padding: 5px 5px 5px 25px;
color: #ffffff;
background-image:url(uploads/images/all_pages/white_bullet.gif);
background-repeat: no-repeat;
background-position: 10px 0.85em;
}
#menu_vert li a:hover{
color: #1B2A2F;
text-decoration: underline;
background-image:url(uploads/images/all_pages/blue_bullet.gif);
background-repeat: no-repeat;
background-position: 10px 0.85em;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

div#menu_vert ul ul li a, 
div#menu_vert ul ul li a:link, 
div#menu_vert ul ul li a:visited  {
display: block;
padding: 3px 5px 3px 40px;
background-image:url(uploads/images/all_pages/white_bullet_vsm.gif);
background-repeat: no-repeat;
background-position: 25px 0.55em;
}
div#menu_vert ul ul li a:hover{
background-image:url(uploads/images/all_pages/blue_bullet_vsm.gif);
background-repeat: no-repeat;
background-position: 25px 0.55em;
}
div#menu_vert ul ul  {
border:0;
padding-bottom: 5px;
background-color:#719BA9;
}
#menu_vert li li{
line-height:1em;
padding-bottom: 0.2em;
}
div#menu_vert ul ul ul li a, 
div#menu_vert ul ul ul li a:link, 
div#menu_vert ul ul ul li a:visited  {
padding-left: 48px;
background-position: 35px 0.55em;
}
/*Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

.current{
display: inline;
border-top: none;
}
#menu_vert li.active01, #menu_vert li.activeparent{
background-color: #719BA9;

}
#menu_vert li.active01 strong{
color: #1B2A2F;
display: block;
text-decoration: none;
padding: 5px 5px 5px 25px;
margin: 0;
background-color: #719BA9;
background-image:url(uploads/images/all_pages/blue_bullet.gif);
background-repeat: no-repeat;
background-position: 10px 0.85em;
}
#menu_vert li.activeparent li.active01 strong{
display: block;
text-decoration: none;
color: #1B2A2F;
background-color: #719BA9;
background-image:url(uploads/images/all_pages/blue_bullet_vsm.gif);
background-repeat: no-repeat;
background-position: 25px 0.55em;
padding: 3px 5px 3px 40px;
}
#menu_vert li.active02 strong{
display: block;
padding: 3px 5px 3px 48px;
border-bottom: none;
font-weight: bold;
color: #1B2A2F;
margin: 0;
background-image:url(uploads/images/all_pages/blue_bullet_vsm.gif);
background-repeat: no-repeat;
background-position: 35px 0.55em;
}
#menu_vert li.active03 strong{
display: block;
padding: 3px 5px 3px 40px;
border-bottom: none;
font-weight: bold;
color: #1B2A2F;
margin: 0;
}
li.sectionheader {
margin: 0;
margin-right: -1px;
}
li.sectionheader strong {
margin: 0;
padding: 1em 10px 0.5em 10px;
border: none;
background-color: #719BA9;
z-index: 90;
}
li.separator {
height: 4px;
padding: 0.5em 0;
margin: 0;
width: 100%;
border-bottom: 1px dotted black;
}

/* End of 'anav_vertical' */

/* Start of CMSMS style sheet 'atop_nav' */
/* TOP NAV */
* html div#top_menu {
/* hide ie/mac \*/
height: 1%;
/* end hide */
}
div#top_menu {
background-color: #537079;
margin: 0;
width:100%;
text-align: right;
line-height:1.3em;
border-bottom: 1px solid #C7D7DD;    
}
div#top_menu ul {
margin: 0 15px 0 0;
padding: 0.3em 0 0.3em 0;
list-style: none;
font-size:90%;
text-align: right; 
}
div#top_menu li {
display: inline;
list-style: none;
margin: 0 ;
padding: 0;
}
div#top_menu li a {
border-right: none;
}
div#top_menu a,
div#top_menu a:link,
div#top_menu a:active,
div#top_menu a:visited {
padding: 0.3em 0 0.3em 2em; 
text-decoration: none;
margin: 0;
color: #ffffff;
background: #537079;
background-image:url(uploads/images/all_pages/white_bullet_sm.gif);
background-repeat:no-repeat;
background-position:0.8em;
}
div#top_menu li a:hover{
color: #1B2A2F;
background-image:url(uploads/images/all_pages/blue_bullet_sm.gif);
background-repeat:no-repeat;
background-position:0.8em

}
div#top_menu .activeparent {
display: inline-block;

/* hide from ie/mac \*/
display: block;
/* end hide */
}

div#top_menu .current a,
div#top_menu .current a:link,
div#top_menu .current a:active,
div#top_menu .current a:visited,
div#top_menu .current a:hover,
div#top_menu .activeparent a,
div#top_menu .activeparent a:link,
div#top_menu .activeparent a:active,
div#top_menu .activeparent a:visited,
div#top_menu .activeparent a:hover 
{
background-color: #1B2A2F;
background-image:url(uploads/images/all_pages/blue_bullet_sm.gif);
background-repeat:no-repeat;
background-position:left;
}
/* END NAV */

div#top_menu li.active01 strong {
display: inline;
padding: 0.3em 0 0.3em 2em;
text-decoration: none;
margin: 0;
color: #1B2A2F;
background-image:url(uploads/images/all_pages/blue_bullet_sm.gif);
background-repeat:no-repeat;
background-position:0.8em;
}

#top_menu li.active02 strong {
display: block;
text-decoration: none;
padding: 5px 5px 5px 10px;
font-weight: normal;
color: #1B2A2F;
margin: 0;
font-size: 1em;
}

#top_menu li.active03 strong{
display: block;
padding: 3px 5px 3px 25px;
border-bottom: none;
font-size: 90%;
font-weight: bold;
color: #1B2A2F;
margin: 0;
}

/* End of 'atop_nav' */

/* Start of CMSMS style sheet 'atypography' */
/* TYPOGRAPHY */

body {
text-align: left;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size: 85%;
}
img {
border: 0;
}

/* LINKS */
a,
a:link 
a:active, a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
/* END LINKS */

/* HEADINGS */
h1 {
font-size: 1.4em;
margin: 0 0 0.5em 0;
padding: 0;
}
h2 {
font-size: 1.25em;
margin: 0 0 0.5em 0;
padding: 0;
}
h3 {
font-size: 1.15em;
margin: 0 0 0.5em 0;
padding:0;
}
h4 {
font-size: 1.1em;
margin: 0 0 0.25em 0;
padding: 0;
}
h5 {
font-size: 1.05em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
}
h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
padding: 0;
}
/* END HEADINGS */

/* TEXT */
p {
font-size: 1em;
margin: 0 0 1em 0;
padding: 0;
line-height:1.4em;
}
blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
pre {
font-family: monospace;
font-size: 1.0em;
}
strong, b {
font-weight: bold;
}
em, i {
font-style:italic;
}
code {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
white-space: pre;
}
/* END TEXT */

/* LISTS */
dl {
margin: 0 0 1.5em 0;
padding: 0;
line-height: 1.4em;
}
dl dt {
font-weight: bold;
margin: 0.25em 0 0.25em 0;
padding: 0;
}
dl dd {
margin: 0 0 0 30px;
padding: 0;
}
/* END LISTS */

/* TABLE */
table {
font-size: 1em;
margin: 0 0 1.5em 0;
padding: 0;
border: 1px solid #C7D7DD;
}
table caption {
font-weight: bold;
margin: 0 0 0 0;
padding: 0 0 1.5em 0;
}
th {
font-weight: bold;
text-align: left;
}
th, td {
padding: 0.2em 0.2em 0.2em 0.4em;
margin: 0;
border: 1px solid #C7D7DD;
vertical-align: top;
}
td {
font-size: 1em;
}
/* END TABLE */	

/* END TYPOGRAPHY */	
/* End of 'atypography' */

