/* CSS Document */

#navencloser { 
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
#header { 
	height: 120px !important;
	height /* */: 122px; /* False value for IE4-5.x/Win. */
	border-bottom: 2px solid #f7db17;
	width: 100%; 
	margin: 0;
	padding: 0;
}
#logo { 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: url(/rcp/images/rcp_logo.gif) no-repeat 0 0; 
	height: 122px; 
	width: 170px; }

ul#headernav {
	position: absolute;
	top: 0px;
	left: 170px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 350px;
	overflow: hidden;
}

ul#headernav li { float: left; padding: 0; margin: 0; }

ul#headernav li a {
	display: block;
	padding-top: 40px;
	height: 0 !important;
	height /* */: 40px; /* False value for IE4-5.x/Win. */
	overflow: hidden;
}

ul#headernav li a:link, ul#headernav li a:visited { background: #000 no-repeat 0 -40px; }

ul#headernav li a:hover, ul#headernav li a:active { background: #000 no-repeat 0 0; }

ul#headernav li#lproducts a { width: 80px; background-image: url(/rcp/images/nav_new/nav_products.jpg); }
ul#headernav li#lwheretobuy a { width: 107px; background-image: url(/rcp/images/nav_new/nav_wheretobuy.jpg); }
ul#headernav li#lcontact a { width: 81px; background-image: url(/rcp/images/nav_new/nav_contacts.jpg); }
ul#headernav li#lcompany a { width: 82px; background-image: url(/rcp/images/nav_new/nav_company.jpg); }

ul#headernav li.selected a:link, ul#headernav li.selected a:visited { background-position: 0 0; }

ul#headernav_text { 
	position: absolute;
	top: 13px;
	left: 536px;
	width: 188px; 
	height: 26px; 
	color: #fff; 
	font-weight: bold; 
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline; 
}
ul#headernav_text li { 
	float: left; 
	padding: 0; 
	margin: 0 22px 0 0;
	vertical-align: top; 
	text-align: left;
	display: inline;
}
ul#headernav_text li a { 
	color: #fff; 
}
ul#headernav_text li a:link, ul#headernav_text li a:visited { text-decoration: none; }
ul#headernav_text li a:hover, ul#headernav_text li a:active { text-decoration: underline; }

.headerform { margin-left: 1px; }
.headerform td { text-align: left; color: #fff;padding: 0 4px 2px 0; vertical-align: middle; }
.headerform label { font-size: .9em; }
.headerform input { font-size: .8em; }
.headerform a { color: #fff; font-size: .8em; }
.headerform a:link, .headerform a:visited { color: #fff; text-decoration: underline; }
.headerform a:active, .headerform a:hover { color: #999; text-decoration: underline; }

#login { 
	position: absolute;
	top: 43px;
	left: 183px;
	color: #fff;
	width: 340px;
}
#login td { color: #fff; }
#logout { font: normal 12px/12px Arial, Helvetica, sans-serif; margin: 18px 0 0 0; }
#logout td { vertical-align: middle; padding-right: 4px; }

#productsearch { position: absolute; top: 50px; left: 536px; }
#productsearch p { font-size: .8em; color: #fff; margin: 3px 0 0 0; padding: 0 }

ul.dropdown {
	padding: 0px;
	margin: 8px 0px;
	list-style-type: none;
}

ul.dropdown li {
	padding: 0px;
	margin: 0px;
}

a.navlink:link, a.navlink:visited {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 4px 10px;
	width: 140px !important;
	width /* */: 150px; /* False value for IE4-5.x/Win. */
}

a.navlink:active, a.navlink:hover {
	color: #fff;
	background-color: #cf142b;
}

#prodmenu, #wheretobuymenu, #contactmenu, #companymenu, #marketingmenu, #developmentmenu, #toolmenu, #bottomcloser, #channelmenu, #salesmenu {
	position: absolute;
	visibility: hidden;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}

#prodmenu, #wheretobuymenu, #contactmenu, #companymenu {
	background-color: #DDD;
	z-index: 10;
	top: 40px;
	width: 160px;
	border: 1px solid #cf142b;
}

#prodmenu {
	left: 170px;
}

#wheretobuymenu {
	left: 250px;
}

#contactmenu {
	left: 356px;
}

#companymenu {
	left: 437px;
}

#developmentmenu, #marketingmenu, #channelmenu, #salesmenu {
	background-color: #DDD;
	z-index: 9;
	top: 47px;
	width: 165px;
	border: 1px solid #cf142b;
}

#developmentmenu{
	left: 0px;
}

#marketingmenu{
	left: 150px;
}

#channelmenu{
	left: 301px;
}

#salesmenu{
	left: 451px;
}

#bottomcloser {
	height: 500px;
	width: 750px;
	z-index: 3;
	top: 48px;
	left: 0px;
}
#worksmartercenter {
	background-color: #f7db17;
	display: block;
	border-bottom: 2px solid #5c5c5c;
	height: 28px !important;
	height /* */: 30px; /* False value for IE4-5.x/Win. */
}
#worksmartercenter #yellowbanner { 
	padding: 0px;
	vertical-align: middle;
	margin: 0 0 0 20px;;
}
#yellowbanner p { text-align: center; float: left; margin: 8px 0 0 0; font-size: 11px; line-height: 11px; }
#yellowbanner img { float: left; margin: 4px 8px 0 0; }