@charset "UTF-8";
/* CSS Document */



/* ------------------------------------------------------------

	Header

------------------------------------------------------------ */
div#headerWrap {
	background:rgb(205,237,252); 
	background:-moz-linear-gradient(top, rgba(205,237,252,1) 0%, rgba(255,255,255,1) 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,237,252,1)), color-stop(100%,rgba(255,255,255,1))); 
	background:-webkit-linear-gradient(top, rgba(205,237,252,1) 0%,rgba(255,255,255,1) 100%); 
	background:-o-linear-gradient(top, rgba(205,237,252,1) 0%,rgba(255,255,255,1) 100%); 
	background:-ms-linear-gradient(top, rgba(205,237,252,1) 0%,rgba(255,255,255,1) 100%); 
	background:linear-gradient(top, rgba(205,237,252,1) 0%,rgba(255,255,255,1) 100%); 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdedfc', endColorstr='#ffffff',GradientType=0 )
}


div#header {
	height:80px;
	padding:0 39px
}


h1#logoLink {
	display:inline-block;
	margin:0;
	text-indent:-9999em
}

h1#logoLink a:link, h1#logoLink a:visited, h1#logoLink a:hover, h1#logoLink a:active { 
	background:url(/images/orchardlogo-optim.png) 0 20px no-repeat;
	display: block;
	height:50px;
	padding-top:20px;
	width:134px
}  

div#welcome {
	border-top:none;
	border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	display:inline-block;
	float:right;
	font-size:11px;
	padding:10px 15px
}

#welcome a {
	color:#ff6d00;
	text-decoration:none
}

#welcome .userName {
	font-weight:bold
}

#welcome .userName,
#welcome .subtextlink2 {
	color:#1b3249
}

/* ------------------------------------------------------------

	Navigation

------------------------------------------------------------ */
div#navigation {
	position: relative;
	padding:0 39px 10px;
	z-index:100;
	clear:both;
	
}

ul#nav {
	display:inline-block;
	padding: 0;
	list-style: none;
	margin:1em 0;
}

ul#nav li {
	float: left;
	position: relative;
	margin-left: 5px;	
	display: block;	
}

ul#nav > li:first-child {
	margin-left:0
}

ul#nav li#tFaqs, ul#nav li#tMessageCenter {
	float:right;
}

ul#nav li a.topLevel {
	color:#fff;
	font-family:'helvetica neue',helvetica,arial,sans-serif;
	font-size:10px;
	height: 36px;
	display: block;
	line-height:36px;
	padding-left:12px;
	text-decoration:none;
	text-transform:uppercase;
	width:111px;
}

ul#nav li ul {
	position: absolute; 
	background: #fe983f;
	width: 123px;
	left: -9999em;
	padding-bottom: 5px !important;
	z-index: 150;
	display: block;	
	top: 30px;
}

ul#nav li ul li {
	padding: 3px 3px 3px 7px;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	left: auto;
}

ul#nav li:hover ul li a, ul#nav li.over ul li a {
	display: block !important;
	background: transparent !important;
	background-image: none !important;
	text-indent: 0 !important;
	font-size: 0.85em;
	color: #fff;
	text-decoration:none;
}

ul#nav li:hover ul li a:hover, ul#nav li.over ul li a:hover {
	text-decoration:underline;
}

li#tLabelInfo,
li#tCatalogInfo,
li#tMarketing,
li#tAnalytics,
li#tAccounting {
	width: 123px;
	height: 36px;
}

li#tLabelInfo a,
li#tCatalogInfo a,
li#tMarketing a,
li#tAnalytics a,
li#tAccounting a {
	width: 123px;
}

li#tLabelInfo {
	background: #fff url(../images/nav/nav_selection_buttons_grey.png) no-repeat left top;	
}

li#tCatalogInfo {
	background: #fff url(../images/nav/nav_selection_buttons_grey.png) no-repeat left top;
}

li#tMarketing {
	background: #fff url(../images/nav/nav_selection_buttons_grey.png) no-repeat left top;
}

li#tAnalytics {
	background: #fff url(../images/nav/nav_selection_buttons_grey.png) no-repeat left top;
}  

li#tAccounting {
	background: #fff url(../images/nav/nav_selection_buttons_grey.png) no-repeat left top;	
}  

li#tMessageCenter {
	margin:0 20px;
	background: #fff url(../images/nav/navMessage.png) no-repeat left top;	
	width: 114px;
	height: 26px;
	margin-top: 5px;
}

li#tFaqs {
	margin:0 20px;
	background: #fff url(../images/nav/navFaqs.png) no-repeat left top;
	width: 60px;
	height: 26px;	
	margin-top: 5px;	
}

li#tLabelInfo:hover,
li#tLabelInfo a:hover,
li#tLabelInfo.over,
li#tLabelInfo.over a {
	background: #fff url(../images/nav/nav_selection_buttons_orange.png) no-repeat left top;		
}

li#tCatalogInfo:hover,
li#tCatalogInfo a:hover,
li#tCatalogInfo.over,
li#tCatalogInfo.over a {
	background: #fff url(../images/nav/nav_selection_buttons_orange.png) no-repeat left top;		
}

li#tMarketing:hover,
li#tMarketing a:hover,
li#tMarketing.over,
li#tMarketing.over a {
	background: #fff url(../images/nav/nav_selection_buttons_orange.png) no-repeat left top;		
}

li#tAnalytics:hover,
li#tAnalytics a:hover,
li#tAnalytics.over,
li#tAnalytics.over a {
	background: #fff url(../images/nav/nav_selection_buttons_orange.png) no-repeat left top;		
} 

li#tAccounting:hover,
li#tAccounting a:hover,
li#tAccounting.over,
li#tAccounting.over a {
	background: #fff url(../images/nav/nav_selection_buttons_orange.png) no-repeat left top;		
}  

#nav,
#nav > li,
#nav > li > a + ul,
#nav > li > a + ul > li,
#nav > li > a + ul > li > a {
	font-size:12.8px;
	line-height:17.9167px
}

#nav > li > a {
	font-size:10px;
	line-height:36px
}

