/* CSS Document */

#navencloser { 
	overflow: visible;  
}
#header { 
	height: 100px !important;
	height /* */: 102px; /* False value for IE4-5.x/Win. */
	width: 800px; 
	margin: 0 auto;
	padding: 0;
}
#logo { 
	float:left;
	background: url(/rcp/images/rcp-logo.png) no-repeat 0 0; 
	height: 97px; 
	width: 171px; }

ul#headernav {
	position: absolute;
	top: 70px;
	left: 175px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 430px;
	overflow: hidden;
	letter-spacing: 1.25px;
	font-family: "Impact W01 2010", Helvetica, Arial, sans-serif; 
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

ul#headernav li { 
	float: left; 
	padding: 0; 
	margin: 0; 
}

ul#headernav li a {
	display: block; 
	color:#fff;
	font-size:16px;
	text-decoration: none;
	background:url(/rcp/images/nav-divider.jpg) no-repeat center right; 
	padding:0 12px;
} 
 
ul#headernav_text { 
	position: absolute;
	top: 13px;
	left: 596px;
	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; vertical-align: middle; }
.headerform label { font-size: .9em; }
.headerform input {font-size: .8em; }
.headerform input.searchinputbox { height:15px;width:145px;}
.headerform a { font-size: .8em; }
.headerform a:link, .headerform a:visited { text-decoration: underline; }
.headerform a:active, .headerform a:hover { color: #999; text-decoration: underline; }

#login { 
	position: absolute;
	top: 43px;
	left: 243px;
	color: #fff;
	width: 340px;
}
#logout { font: normal 12px/12px Arial, Helvetica, sans-serif; margin: 18px 0 0 0; }
#logout td { vertical-align: middle; padding-right: 4px; }

#productsearch {position:relative; top:30px; float:right;} 

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: 130px !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; 
	width: 150px;
	border: 1px solid #cf142b;
	top:-2px;
}

#prodmenu {
	left: 170px;
}

#contactmenu {
	left: 404px;
}

#wheretobuymenu {
	left: 272px;
}

#companymenu {
	left: 504px;
}

#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; 
}
#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; }

/*Connect Login*/
#connect-login { width: 350px; height: 80px; background: url(/rcp/images/connect-highlight-bg.jpg) 0 0 no-repeat; position: absolute; left: 230px; top: 40px; }
#connect-login a.connect-login { margin: 16px 5px 0 0; display: inline-block; float: right; }

.headerform input.searchinputbox.watermark {
	font-size:9px;
}