/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	background-color: #ebebeb;
}

#header {
	border-bottom: 1px solid #4f617b;
}

#nav {
	border-top: 1px solid #586981;
}

#nav li a {
	color: #FFFFFF;
	font-weight: bold;
}

#nav li a:hover {
	text-decoration: none;
	color: #F5EC29;
}

#nav .yellow a{
	color: #fbef01;
}

#masthead {
	border-bottom: 5px solid #180f3e;
}

/*--HEADER--*/

#header {
	background-color: #FFFFFF;
}

/*--CONTENT--*/

#content #leftColumn {
	background-color: #FFFFFF;
}

#content #leftColumn h4 {
	font-weight: normal;
	font-size: 150%;
	color: #000000;
}

/*--CONTENT - LATEST NEWS--*/

#content #leftColumn #lastestNews a  {
	color: #666666;
}

#content #leftColumn #lastestNews li {
	border-bottom: 1px dotted #CCCCCC;
}

#content #leftColumn #lastestNews li.third  {
	border-bottom: none;}

#content #leftColumn #lastestNews li a {
	line-height: 130%;
	display: block;
	
}

#content #leftColumn #lastestNews li a strong{
	display: block;
}


#content #leftColumn #lastestNews li {
	border-bottom: 1px dotted #CCCCCC;
background-image:  url(../../images/sub_menu_list_item.gif); 
background-repeat: no-repeat;
background-position: center left;
padding-left: 15px;
}

#content #leftColumn #lastestNews .multiLineNav {
background-image:  url(../../images/sub_menu_list_item_multi.gif); 
background-repeat: no-repeat;
background-position: top left !important;
padding-top: 5px;
}

#content #leftColumn #lastestNews .subLevelNav {
background-image: none !important;
border-bottom: none !important;
color: #999999;
}

.subLevelNav a {
color:#999999 !important;
}

/*--CONTENT - LOGIN--*/ 

#content #leftColumn #catalogueLogin a{
	text-decoration: underline;
}

#content #leftColumn #catalogueLogin table input{
	border: 1px solid #CCCCCC;
}

#content #leftColumn #catalogueLogin #submitLogin {
	border: none;
	background-color: #FFFFFF;
	font-weight: bold;
}



/*--CONTENT - MIDDLE COLUMN--*/

#middleColumn {
	background-color: #352C6E;
	color: #FFFFFF;
}

#healthcare #middleColumn {
	background-color: #2A4B63;
}

#middleColumn h1 {
	color: #FFFFFF;
	text-indent: -9999px;
}

#middleColumn h4 {
	color: #FFFFFF;
	margin: 20px 10px 10px;
	}

#middleColumn p {
	line-height: 160%;
}

#middleColumn a {
	color: #FFFFFF;
	font-weight: bold;
}

#middleColumn a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#middleColumn img {
	margin: 10px auto;
}

#middleColumn ol {
	padding: 0 30px 10px;
}

#copySection {
	background-color: #6E67AA;
}
#middleColumn span{
font-weight: bold;
}

/*--CONTENT - RIGHT COLUMN--*/

#rightColumn {
	background-color: #e9e8e8;
} 

#rightColumn .productRange a {
	background-color: #e2e2e2 !important;
}

#rightColumn .productRange a:hover {
	text-decoration: none;
	background-color: #d3d2d2 !important;
}

#rightColumn .productRange a span{
	font-size: 130%;
		display: block;
	padding: 10px;
	text-indent: -9999px;
}

#rightColumn .productRange.active a {
	background-color: #999999  !important;
	color: #FFFFFF !important;
}

#content #rightColumn .productRange.eight{
	padding-bottom: 10px;
}

#topFooter {
	border-bottom: 5px solid #0d6d32;
}

#topFooter a{
	text-decoration: underline;
}

#topFooter #otherBrands a{
	text-indent: -9999px;
}

#topFooter .footerPanel h4{
	font-size: 130%;
	color: #000000;
	font-weight: normal;
}

#bottomFooter p {
	float: left;
	display: block;
}

#bottomFooter a {
	float: right;
	display: block;
	margin: 10px 7px;
}

#demoList li {
	width: 120px;
	height: 188px;
	float: left;
	margin: 0px 17px 17px 0;
	position: relative;
	line-height: 120%;
	padding: 5px ;
	background-color:#6E67AA;
	list-style-position: inside;
}

#demoList {
	width: 100%;
}

#demoList li img {
	position: absolute;
	bottom: 0px;
	margin-bottom: 5px;
}

#demoList li.third {
	margin-right: 0px;
}