html {
	background-color: #888888;
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0px;
	font-family: "Century Gothic", "Avant Garde", Arial, sans-serif;
	color: #000055;
	font-size: small;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	behavior:url("csshover.htc");
}

a {
	color: #000055;
}

a img {
	border: 0px;
}

#header {
	padding-left: 1%;
	padding-right: 1%;
	background-color: #ffffff;
	background-image: url("headerBg.jpg");
	background-repeat: repeat-y;
	background-position: 100% 50%;
	height: 92px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#header h1 {
	width: 220px;
	float: left;
	margin: 2px 0px 0px 0px;
}

#header h1 a {
	display: block;
	text-decoration: none;
	background-image: url("logo.png");
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 92px;
}

#header #tagline {
	width: 384px;
	float: left;
	background-image: url("tagline.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: -5000px;
	height: 92px;
}

#header #headerRight {
	float: right;
	text-align: right;
}

#header #login {
	float: right;
	width: 125px;
	font-size: x-small;
}

#header #login a {
	text-decoration: none;
}

#header #headerRight #callhdr {
	font-weight: normal;
	font-size: x-large;
	margin: 0px;
}

#header #headerRight #callus {
	font-weight: bold;
	font-size: x-large;
	margin: 0px 0px 10px 0px;
}

#header #headerRight p {
	margin-top: 0px;
}

#header #headerRight form { /*margin-bottom:20px;*/
	
}

#header #headerRight form input {
	vertical-align: top;
	height: 25px;
}

#header #headerRight form input[type=text] {
	height: 18px;
	padding: 2px;
}

#page {
	clear: both;
	background-image: url("pageBg.jpg");
	background-repeat: repeat-x;
	padding-top: 18px;
	background-color: #ffffff;
}

#leftAndContentAndFooter {
	
	background-color: #ffffff;
	height: 100%;
	background-image: url("leftBg.jpg");
    background-repeat: repeat-y;
}

#left {
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	width: 18%;	
}

#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	border-bottom: 1px solid #ccccff;
}

#navigation li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #000055;
}

#navigation li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccccff;
}

#navigation li ul li {
	border-bottom: 0px;
	padding-left: 5px;
}

#navigation li ul li ul {
	border-bottom: 0px;
}

#navigation li ul li ul li a {
	font-weight: normal;
}

#navigation li ul li ul li ul {
	font-size: x-small;
	padding-left: 10px;
}

#navigation li ul li ul li ul li {
	border-bottom: 0px;
}


/*
Main navigation.
Pop-out menu.
Adrian Johnson, December 2009

Based on:
http://www.dynamicdrive.com/style/csslibrary/item/nested_side_bar_menu/
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/*font: bold 13px Verdana;*/
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000055;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #ccccff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: transparent; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #000055;
}

.sidebarmenu ul li a:hover{
background-color: transparent;
text-decoration: underline;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu ul li ul li a.riskassessment {
	background-color: #aa00aa;
	color: #fff;
}

.sidebarmenu ul li ul li a.safetydevices {
	background-color: #0055ff;
	color: #fff;
}

.sidebarmenu ul li ul li a.trainingservices {
	background-color: #ff9900;
	color: #fff;
}

.sidebarmenu ul li ul li a.expertsupport {
	background-color: #00aa00;
	color: #fff;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

#left .leftButton {
	background-color: #ffffff;
	border: 1px solid #ccccff;
	padding-right: 5px;
	margin: 5px 0px 5px 0px;
}

#left .leftButton a {
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 10px 5px 5px;
	height: 16px;
}

#left .categoryButton {
	margin: 0px 0px 3px 0px;
}

#left .categoryButton a {
	background-repeat: no-repeat;
}

#left .getintouch {
	background-image: url("contactbg.jpg");
    background-repeat: no-repeat;
    height: 395px;
   /* width: 173px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 5px 5px 5px;
}

#left .getintouch h2 {
	color: #000055;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	margin-bottom: 10px;
}

#left .getintouch p {
	color: #000055;
	margin-top: 0px;
	margin-bottom: 5px;
}

#left .getintouch p.phone {
	color: #000055;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	margin-top: 5px;
}

#left .getintouch td {
	color: #000055;
	font-size: x-small;
	font-weight: bold;
}

.getintouchTable {
	width: 170px;
}

* html #left .getintouchTable { margin-top: -15px; }

.getintouchTable th,.getintouchTable td {
	vertical-align: top;
	font-weight: bold;
	text-align: right;
}

.getintouchTable th {
	font-weight: normal;
	/*width: 35%;*/
	text-align: left;
}

.getintouchTable input[type=text],.getintouchTable textarea,.getintouchTable select {
	width: 95%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	/*line-height: 1.5em;*/
	vertical-align: top;
}

.getintouchTable textarea {
	height: 40px;
}

.getintouchTable submit {
	background: #f1f0f6;
	color: #000055;
}

#contentAndFooter {
	float: left;
	width: 80%;
	background-color: #ffffff;
	overflow: hidden;
}

#content {
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 20px;	
}

#content hr {
	border: 0px solid #000055;
	border-top: 1px solid #000055;
}

#contentLeft {
	width: 70%;
	float: left;
}

#contentRight {
	width: 30%;
	float: left;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.redH {
	font-weight: bold;
	color: #ff0000;
	font-size: xx-large;
}

.subH {
	font-size: large;
	margin-top: 0px;
	font-weight: bold;
}

#promoLeft { /*,#promoRight {*/
	width: 385px;
	height: 120px;
	float: left;
	margin-right: 3px;
	background-repeat: no-repeat;
}

#promoLeft img,#promoRight img, #sonimbox img {
	display: none;
}

#promoLeft img.blendImg, #promoRight img.blendImg, #sonimbox img.blendImg  {
	display: block;
	filter: alpha(opacity =     0);
	-moz-opacity: 0;
	opacity: 0;
}

#promoRight {
	margin-top: 10px;
	margin-bottom: 10px;
}

#promoRight img.headimg {
	display: block;
}

#contentRight h2 {
	background-image: url("spotlightBg.jpg");
	background-repeat: repeat-y;
	background-color: #d5d8e7;
	font-size: x-small;
	margin-top: 10px;
	font-weight: normal;
}

#contentRight h3 {
	margin-top: 10px;
	font-weight: bold;
	color: #ff0000;
	font-size: medium;
}

#spotlightHeader { /*background-image:url("spotlightHeaderBg.jpg");
	background-repeat:no-repeat;
	height:32px;
	width:125px;
	text-indent:-5000px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #8888aa;
	font-size: xx-large;
}

#spotlight {
	background-image: url("spotlightBg.jpg");
	background-repeat: repeat-y;
	background-color: #d5d8e7;
	font-size: x-small;
	margin-bottom: 10px;
}

#spotlight a {
	text-decoration: none;
}

#spotlight #spotlight_options {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

#spotlight #spotlight_options li {
	display: inline;
	padding: 5px 10px 5px 5px;
	background-image: url("spotlightBg.jpg");
	background-repeat: repeat-y;
	border-left: 1px solid #ffffff;
	font-family: Arial, sans-serif;
	font-size: 7pt;
}

#spotlight #spotlight_options li.selectedOption {
	border: 0px solid #ffffff;
	padding-bottom: 6px;
}

#spotlight #spotlight_options li a {
	font-weight: bold;
}

#spotlight .spotlight_items {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#spotlight .spotlight_items li {
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	background-image: url("spotlight_items_liBg.jpg");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 60px;
}

#spotlight .spotlight_items li a {
	font-weight: bold;
}

#spotlight .spotlight_items#splist_comments li {
	background-image: url("spotlight_comments_items_liBg.jpg");
}

#spotlight .spotlight_items#splist_casestudies li {
	background-image: url("spotlight_casestudies_items_liBg.jpg");
}

#spotlight .spotlight_date {
	color: #ff0000;
	font-weight: bold;
	display: block;
	font-size: small;
}

.highlight {
	background-color: #ffffaa;
}

.caseStudy {
	width: 45%;
	float: left;
}

#categoriesPromo p {
	float: left;
	width: 270px;
	height: 97px;
	color: #ffffff;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#categoriesPromo a {
	display: block;
	text-indent: -5000px;
	width: 270px;
	height: 97px;
	background-repeat: no-repeat;
}

#categoriesHome {
	
}

#categoriesHome .fullwidth {
	width: 531px;
	height: 113px;
	margin-bottom: 9px;
}

#categoriesHome .col1 {
	width: 174px;
	height: 89px;
	margin-right: 9px;
	float: left;
}

#categoriesHome .col2 {
	width: 174px;
	height: 89px;
	margin-right: 9px;
	float: left;
}

#categoriesHome .col3 {
	width: 165px;
	height: 89px;
	float: left;
}

#categoriesHomePromo {
	/*width: 385px;
	height: 120px;
	float: left;
	margin-right: 3px;*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#categoriesHomePromo img {
	display: none;
}

#categoriesHomePromo img.blendImg {
	display: block;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	opacity: 0;
}

.formTable th,.formTable td {
	vertical-align: top;
}

.formTable th {
	font-weight: normal;
	width: 35%;
	text-align: left;
}

.formTable input[type=text],.formTable textarea,.formTable select {
	width: 80%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	vertical-align: top;
}

.error {
	color: #ff0000;
}

.formTable .error {
	display: block;
	font-size: x-small;
}

.productHeader { /*background-image:url('productHeaderBg.jpg');
	background-repeat:repeat-x;*/
	height: 136px;
}

.productHeader h2 {
	padding-left: 120px;
	padding-top: 20px;
	height: 136px;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: xx-large;
	text-indent: -5000px;
}

.productDescription {
	font-weight: bold;
	font-size: large;
}

.categoryServiceDeviceList, .caseStudyList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}

.categoryServiceDeviceList li, .caseStudyList li {
	padding-bottom: 5px;
}

.categoryServiceDeviceList li a {
	display: block;
	height: 52px;
	/*padding:20px;*/
	padding-left: 60px;
	/*border:1px solid #aaaaaa;*/
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	/*background-position:5px 50%;*/
	text-indent: -5000px;
}

.caseStudyList li
{
	background-image:url("caseStudyListLiBg.jpg");
	background-repeat:repeat-y;	
	border: 1px solid #c5c8d7;
	margin-bottom:5px;
	width: 165px;	
}

.caseStudyList li a {
	font-size: small;
	display: block;
	height: 30px;	
	padding: 15px 5px 0px 10px;
	
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-image: url("case_study.jpg");	
}

#deviceOptions {
	margin-left: 20px;
	margin-top: 5px;
	font-size: x-small;
}

#deviceOptions input {
	vertical-align: middle;
}

#sitemap h3 {
	margin-bottom: 0px;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul {
	list-style-type: none;
	padding: 0px;
}

#sitemap ul li {
	padding-bottom: 5px;
}

#sitemap ul li ul,#sitemap ul li ul li ul {
	padding-left: 10px;
}

#sitemap ul li ul li ul li {
	font-size: x-small;
}

#footer {
	clear: both;
	background-color: #8d95b6;
	color: #ffffff;
	font-size: x-small;
	text-align: right;
	padding: 5px 10px 5px 0px;
	height: 100%;
}

#footer p {
	margin: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#social
{
	width: 100%;
	height: 46px;
	background: transparent;
	margin: 5px auto 10px auto;
	padding: 0;
}

#social a {
	text-decoration: none;
}

#social img.first {
	margin: 0 6px 0 0;
	padding: 0;
}

#social img.last {
	margin: 0 0 0 6px;
	padding: 0;
}

#social img {
	margin: 0 5px;
	padding: 0;
}




