body {
  color:#555555; background-color:#FFF;
}

.hide  {
  display: none;
}

img {
  display: block;
  border: 0;
}

a:link {
  text-decoration : none;
  font-weight : bold;
  color: #00248F; background: transparent;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #00248F; background: transparent;
}

a:hover {
  text-decoration : underline;
  font-weight : bold;
  color: #f60; background: transparent;
}

a:active {
  text-decoration : none;
  font-weight : bold;
  color: #f90; background: transparent;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6   {
  font-family: "helvetica";
}

h1  {
  font-size: 175%;
  font-weight: bold;
  margin-top: 2em;
}

h2   {
  font-size: 150%;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.25em;
}

h3   {
  font-size: 125%;
  font-weight: bold;
}

h4 {
  font-size: 1122%;
  font-weight: bold;
}

p   {
  margin-bottom: 1em;
  text-align: left;
  font-size: 114%;
  line-height: 1.5;
}

sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

#menu {
  width: 100%;
	padding: 2em 0 0 0; border: 0;
  margin-bottom: 4em;
	color:#FFFFFF; background-color: #eee;
	text-align:center;
}

#navlist {
  padding: 3px 0; margin: 0;
  border-bottom: 1px solid #00248f;
  font: bold 1.5em "Century Gothic", Verdana, sans-serif;
}

#header {
	padding: 0; margin-bottom:40px;
}

#content {
  padding: 1em 0 0 0;
	margin:0 0.5em;
	text-align:left;
} 

#footer {
  width: 100%;
	color: #000; background-color: #eee;
  margin-top: 4em;
  padding-bottom: 1em;
  border-top: 1px solid #00248f;
}

#footer p {
	text-align: center;
}

div.product { 
  width: 43%;
  color: #000;background-color: #eee;
  float: left;
  margin: 1em;
}

div.product h3 { margin-top: 0.5em; }

div.product p {
  padding: 0.5em;
  font-size: 107%; text-align: justify;
  }

div.product img.thumb {
  float: left;
  margin: 0.25em;
}
div.featured {
  color: inherit; background-color: #b0c4ff;
  width: 90%;
}

img.part-e { margin-left: 10%; }

/* Styles for the site's primary navigation list */
#navlist li {
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border-top: 1px solid #00248f;
  border-right: 1px solid #00248f;
  border-left: 1px solid #00248f;
  border-bottom: none;
  color: #448; background-color: #b0c4ff;
  text-decoration: none;
}

#navlist li a:link { color: #448; background-color: inherit; }
#navlist li a:visited { color: #667; background-color: inherit; }

#navlist li a:hover {
  color: #fff; background-color: #00248f;
  border-color: #227;
}

#navlist li a#current {
  color: #00248F; background: white;
  border-bottom: 1px solid white;
}
#navlist li a#current:hover {
  color: #448; background-color: #fff;
}


/* styles for the page's masthead */
#masthead p {
  font-family:"Century Gothic";
  font-weight: bold;
  color:#00248F; background-color: inherit;
}

#masthead p.companyname {
  font-size: 182%; 
  text-transform: uppercase;
  margin: 2em 0 0.77em 0;
}
#masthead p.tagline {
	font-size:114%;
  text-align:right;
  text-transform: uppercase;
  border-bottom:1px solid #eeeeee;
}

#masthead #description p {
  font-size: 136%;
	text-indent:1.5em;
  color: #7b89b3; background-color: inherit;
}

/* CHC logo in masthead */
#logo {
  width: 250px; height: 156px;
  float: right;
}


#sidebar h2{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow"; 
	font-size:1.7em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;  background-color: inherit;
	text-align:right;
}

#sidebar ul {
	list-style: none;
	margin-left: 1em; padding: 0; border: 0;
}


#sidebar ul li {
	margin: 0.5em 0 0.5em 0;
}

#sidebar li a {
	display:block;
	width: 100%;
	background-image:url(../images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;

}

#yui-main ul {
list-style-type: disc; padding: 1em 3em;
}

#yui-main ul li {
  font-size: 107%;
  margin-bottom: 0.5em;
}

/*
#yui-main table.part-e {
  font-size: 107%;
}

#yui-main table.part-e thead td {
  font-weight: bold;
}

#yui-main table.part-e thead tr td {margin-bottom: 1em; }

*/



table{border-spacing:0.1em;font-size:107%;background:#eee;color:#666666;}
td, th{padding:0.4em;}
thead th{text-align:center;background:#F5F5F5;color:#666666;border:1px solid #ffffff;text-transform:uppercase; font-weight: bold;}
tbody th{font-weight:bold;}
tbody tr{background:#EBF8FE;text-align:left;}
tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
tbody tr td{height:50px;background:#EBF8FE;border:1px solid #ffffff;}
tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}


p.next { float: right; }
p.previous { float: left; }


#sidebar li a:hover {
	color: inherit; background-color: #eee;
	background-image:url(../images/submenu.gif);
	background-repeat:repeat-y;
}
#content h2 { clear: both; }

/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumb div {
	border: 1px solid #ccc;
	padding: 3px !important;
	color: inherit; background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.thumb div a img {
	border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}


div.tright {
	/*clear: right;*/
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
