/* CSS Document */
/*///////////////////////////// \ head \ ///////////////////////////////////////*/

/*
#HEAD_NAV_menu {
	background-image: url(images/nav_head.gif);
	position: static;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0;
	margin: 0 auto;
	height: 23px !important;
	height: 21px;
	top: 0;
	right: 0px;
}
*/
#HEAD_NAV {
	/* border: medium dotted #FF0000; */
}
#HEAD_NAV ul{
	font: 12px Verdana, sans-serif;
}

#HEAD_NAV_menu {
	list-style: none;
	color: #000;
	border: 0;
	margin: 0;
	background-image:  url("includes/graphics/nav_bar.gif");
	background-repeat: repeat-x;
}

#HEAD_NAV_menu li {
	background-image:  url("includes/graphics/nav_bar.gif");
	background-repeat: repeat-x; 
	height: 23px;
	display: inline;/* \*/
	display: block;
	float: left;/*  */
 	line-height:23px !important;
	line-height: 21px;
	padding: 0;
	border: 0;
	margin: 0;
}

#HEAD_NAV_menu li a {
	color: #333333;
	text-decoration: none;
}

#HEAD_NAV_menu li a: hover {
	background-image:  url("includes/graphics/nav_hilite.gif");
	background-repeat: repeat-x;
}

.head_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:  url("includes/graphics/nav_bar.gif");
	background-repeat: repeat-x;
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
}

.menu_link {
	padding: 5px 9px 5px 0px ;
	/* color: #333333;
	text-decoration: none; */
}

.menu_split {
	border-left: 1px solid #8d9495;
	padding: 5px 9px 5px 9px ; !important;
}

.head_space {
	background-image:  url("includes/graphics/blue_mesh.gif");
	background-repeat: repeat-x;
}


/*////////////////////////////////////////////////////////////////////*/
#head_search {
	width: 150px;
}

.head_search_line {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
}
.buttons {
	right: 10px;
	position: absolute;
}
.centre {
	margin-top: 6px;
	margin-bottom: 15px;
}


#left_nav_menu, #left_nav_menu a {
	list-style-type: none;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#left_nav_menu_blue, #left_nav_menu_blue a {
	list-style-type: none;
	color: #0099CC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.left_nav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}


.left_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: left;
	display: block;
	padding-top: 10px;
	/* padding-bottom: 5px;
	margin-top: 10px;
	 margin-bottom: 10px; */
}

.pic_left {
	float: left;
	display: inline;
}
.pic_right {
	float: right;
	display: inline;
}
.prod_cat {
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}
.one_line {
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	clear: both;
	text-align: right;
}
img.one_line{
	text-align: right;
	vertical-align: middle;
}

.search_box
{
	height: 57px;
	padding : 2px 5px 2px 10px;
	width: auto;
}
body {
	text-align: center;
/* part 1 of 2 centering hack */
	margin: 0px;
	padding: 0px;
}
#l_tile {
	background-image:  url(includes/graphics/cn_l_tile_search.gif);
	background-repeat: repeat-x;
	display: inline; 
	padding: 0px;
	margin-right: 0px;
	margin-left: -10px;
	z-index: 0;
	top: 0px;
	position: absolute;
	width: 50%;
	left: 0px;
	right: auto;
	background-position: top;
	height: 159px;
}
#l_tile_lite {
	background-image:  url(includes/graphics/lite_tile_search.gif);
	background-repeat: repeat-x; 
	display: inline; 
	padding: 0px;
	margin-right: 0px;
	margin-left: -10px;
	z-index: 0;
	top: 0px;
	position: absolute;
	width: 50%;
	left: 0px;
	right: auto;
	background-position: top;
	height: 159px;
}
#r_tile {
	background-image:  url(includes/graphics/r_tile.gif);
	background-repeat: repeat-x;
	display: inline;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 0;
	top: 0px;
	position: absolute;
	width: 50%;
	right: 0px;
	left: auto;
	height: 100px;
}

#content{
	text-align:left;
	position: absolute;
	display: inline;
	width: auto;
	padding-left: 40px;
	z-index: 9;
	left: 0px;
}

/* create a second level for the top navigation *//* The following code came from http://www.htmldog.com/articles/suckerfish/dropdowns/ 6_20_2007 
Written by Patrick Griffiths and Dan Webb */
#cn_top_nav, #cn_top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cn_top_nav a {
	display: block;
	width: 6em;
}

#cn_top_nav li {
	float: left;
	width: 6em;
}
#cn_top_nav li ul {
	position: absolute;
	width: 6em;
	left: -999em;
}

#cn_top_nav li:hover ul {
	left: auto;
}
#cn_top_nav li:hover ul, #cn_top_nav li.sfhover ul {
	left: auto;
}
.menu_cn_pressroom_split {
	border-left: 1px solid #8d9495;
	padding: 0px 9px 0px 9px ; !important;
}
.menu_cn_pressroom_split ul{
	position:relative;
	z-index:999;
}
/* end second level */
