﻿#tweet ul {
	list-style: none ;
}

/* =========================HEADER MENU======================================= 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_variable4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {height:30px; padding:0 0 0 30px; margin:0; list-style:none; font: 11px arial, sans-serif; background:url(../images/nav-left.gif) no-repeat left top #181818; position:absolute; left:0; top:17px; z-index:200; width:950px;}

#nav li {float:left;}
#nav li li {float:none; border-left:1px solid #666; border-right:1px solid #666; background: #181818;}
#nav li.last {height:20px;float: right;	padding: 5px 25px 0 0; background: url(../images/nav-right.gif) no-repeat right top;
}
/* a hack for  IE6 */
* html #nav li li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:36px;  padding:0 25px 0 5px; line-height:36px; text-decoration:none; white-space:nowrap; font-weight:bold;}
#nav li a.down {background:url(../images/menu_down.gif) no-repeat right center;}

#nav li li a {color:#fff; display: block;	height: 20px;line-height: 20px;	float: none;padding: 0 25px 0 5px;font-weight: normal;letter-spacing: 1px;}
#nav li li a.fly { background: url(../images/menu_fly.gif) no-repeat right ;}

#nav li:hover {position:relative; z-index:300;}

/*#nav li li a {}*/

#nav li:hover ul {left:0; top:33px; z-index:500;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
* html #nav ul {width:2px;}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-5px; margin-left:100%; top:-1px; z-index:500;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto; }
/* show path followed */
#nav li:hover > a {color:#999;}
#nav li li:hover > a {color:#fff; background-color:#aaa;}


/*===================================OLD STUFF===================================*/

.toptext a
{
  font-family : verdana,calibri;
  font-size : 11px;  
  color:#FFF;
  text-decoration:none;
}

.toptext a:hover
{
    text-decoration:underline;
}

.page_content_header
{
	font-family : verdana;
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.page_header
{
    font-size:12px;
    font-weight:bold;
}
.page_content_content
{
	font-family : verdana;
	font-size : 11px;
	background-color : white;
	text-align:justify;
	padding:10px;
	line-height:14px;
}
.page_content_content a
{
	text-decoration: none;
	color: #0066ff;
}
.page_content_content a:hover
{
    text-decoration:underline;
}
.contactText
{
    color:#5171ec;
}

div.rlinks
{
	font-family : verdana;
	font-size : 11px;
	color:#5C81A7;
	margin-top:5px;
	text-align:left;
}
div.rlinks a
{
	text-decoration:none;
	font-family : verdana;
	font-size : 11px;
	color:#5C81A7;
}
div.rlinks a:hover
{
	text-decoration:underline;
}
.lheader
{
	background-color:#0C3964;	
	margin:5px 2px 0px 1px;	
	height:17px;	
	width:175px;
    color:#FFF;
    font-family:arial;
    font-size:11px;
    text-align:center;
    font-weight:bold; 
    vertical-align:middle;
}
.rheader
{	
	background-color:#0C3964;	
	margin:5px 2px 0px 2px;	
	height:17px;		
    color:#FFF;
    font-family:arial;
    font-size:11px;
    text-align:center;
    font-weight:bold; 
    vertical-align:middle;
}
.lmenu
{
	margin:0px 2px 0px 0px;
	padding-top:0px;
	text-align:left;	
	width:175px;		
}

.lmenu a
{
	display: block;
	cursor: pointer;
	background-color: #c7d6e2;	
	color: #293D6B;
	text-decoration: none;	
	padding:1px 2px 2px 5px;	
	margin:1px 1px 1px 1px;
	font-family:arial;
    font-size:11px;    
    font-weight:bold;    
    width:168px;
}

.lmenu a:hover
{
	background-color: #9FB5CA;
	color: #293D6B;	
}

.SubHeader
{
	font-family: Calibri, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.SubContent
{
	font-family: Calibri, Verdana;
	font-size:12px;	
	color:#444;
}

.SubContent a
{
	text-decoration:none;
	color:#444;
}

.SubContent a:hover
{
	text-decoration:underline;
}

.grid3col {clear:both;display:block;padding-top:5px;color:#333;}
.grid3col h3 {font-size:13px;text-align:left;font-family:Calibri,Verdana; font-weight:bold;display:inline;}

.grid3col .ColumnFirst {width:195px;float:left;text-align:left;margin-left:40px;display:inline;}
.grid3col .ColumnNext	{width:270px; float:left;text-align:left;margin-left:30px;display:inline;}
.grid3col .ColumnLast	{width:190px;text-align:left;margin-left:0px;margin-right:25px;float:right;}

.grid3col ul {list-style-type:none;padding:0px;margin:0px;}
.grid3col li { padding:0px; margin:0px; font-size:12px;font-family:Calibri,verdana;}

.grid3col a {text-decoration:none;color:#333;}
.grid3col a:hover {text-decoration:underline;}

.MainPageHeaders 
{
	background-color:#0C3964;
	margin:5px 0px 0px 5px;
	color:#FFF;
	font-family:verdana;
	font-size:11px;
	text-align:center;
	font-weight:bold;	
}
.SubPageHeaders
{
	margin:5px 0px 10px 5px;
	color:#444;
	font-family:verdana;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
.MainPageBody
{
	margin: 0px 0px 0px 5px;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	border-width: 0 0.01em 0 0;
	border-style: solid;
	border-color: #DDD;
	text-indent: 0px;
}
.SubPageBody
{
	margin:5px 5px 5px 5px;
	color:#444;
	font-family:verdana;
	font-size:11px;
	text-align:center;	
}
.textboxes
{
	height:13px;
	font-family:Verdana, Calibri;
	font-size:11px;
	font-weight:normal;	
	margin:0px 0px 0px 10px;
	border:0.01em solid #AAA;
}
.utext
{
	color:#444;
	font-family:verdana;
	font-size:11px;
	text-align:center;		
}
.ptext
{
	color:#444;
	font-family:verdana;
	font-size:11px;
	text-align:center;	
	margin-left:3px;	
}
.loginbtn
{
	width:100px;
	height:18px;
	margin:15px 0px 10px 40px;
	background:url('../images/loginbutton.gif');
	border:none;
	cursor:pointer;
}
.ErrorText
{
	margin:15px 0px 0px 5px;
	color:#FF2400;
	font-family:verdana;
	font-size:11px;
	text-align:center;
}
.rtext
{
	margin-left:85px;	
}
.registerbtn
{
	width:120px;
	height:20px;
	margin:15px 0px 10px 40px;
	background:url('../images/registerbutton.gif');
	border:none;
	cursor:pointer;
}
.reqText
{
	color:#FF2400;
}
.messageText
{
	font-family:verdana;
	font-size:10px;
	text-align:center;
}
.cccborder
{
     border:0.01em solid #DDD;
}
.subHeadText
{
    font-size:10px;
    font-weight:bold;
}

.titlelink a {text-decoration:none;
	          color:#333;
	          font-weight:bold;
}
.titlelink a:hover {text-decoration:underline;}


.columnleft
{
	width:175px;
	padding-top:50px;
	padding-left:2px;
	padding-right:1px;
	padding-bottom:2px;
}
.columnmiddle
{
	width:500px;
	padding-top:40px;
	padding-left:1px;
	padding-right:2px;
	padding-bottom:2px;
}
.columnright
{
	width:105px;
	padding-top:50px;
	padding-left:2px;
	padding-right:5px;
	padding-bottom:2px;
}

#blog_links {position: relative;}
#blog_links a {	display: inline-block; margin-left:20px;  padding-left:10px; padding-bottom:4px;text-decoration: none;color: #333;background:url(../images/marker4.gif) no-repeat left}
#blog_links a:hover {margin-left:20px; background:white; text-decoration:none; background:url(../images/marker4.gif) no-repeat left}
#blog_links a span {display:none}
#blog_links a:hover span {display: inline;position: absolute;top: 90px;left: 200px;}


/*-------------------------------------------------------------------------------------*/
 
#imap {display:block; height:400px; background:url(../images/icap_functionality.png) no-repeat; position:relative; margin:0;}
#imap dd {position:absolute; padding:0; margin:0;z-index:20; height: 55px;width: 100px; color:red; font-size:large;}

#imap #icapCW {left:173px; top:62px;}

#imap dd span {display:none;}
#imap dd:hover {border:1px solid #fff;}
#imap dd:hover span {position:relative; display:block; top:35px;color:#000; line-height:1em; font-size:small; background:#ccc; border:1px solid #fff;}


#tinybox {position:absolute; display:none; padding:10px; background:#fff url(../images/ajax-loader.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {display:inline-block; float:right; font:12px Georgia,Verdana; margin:4px; padding:5px 5px 6px; border:1px solid #ccc; background:#eee; cursor:pointer; text-decoration:none;}
.button:hover {border:1px solid #bbb; background:#e3e3e3}

 
/* ======================CIRCULAR MENU (TRACEABILITY.PHP)========================================== 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/circular.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#circularMenu {
	margin: 50px 0 0 50px;
	list-style: none;
	position: relative;
	width: 450px;
	height: 400px;
	background: url(../images/background.gif) no-repeat center;
}
#circularMenu li {display:block; width:85px; height:85px; position:absolute;}
#circularMenu li.clock_six {left:170px; top:325px; background:url(../images/Picking.gif) no-repeat center center;}
#circularMenu li.clock_twelve {left:170px; top:5px; background:url(../images/QA.gif) no-repeat center center;}
#circularMenu li.clock_two {left:270px; top:65px; background:url(../images/Manufacturing.gif) no-repeat center center;}
#circularMenu li.clock_ten {left:70px; top:65px; background:url(../images/Receiving.gif) no-repeat center center;}
#circularMenu li.clock_three {left: 330px;top: 165px;background: url(../images/Packaging.gif) no-repeat center center;}
#circularMenu li.clock_nine {left:10px; top:165px; background:url(../images/Reporting.gif) no-repeat center center;}
#circularMenu li.clock_four {left:270px; top:265px; background:url(../images/Inventory.gif) no-repeat center center;}
#circularMenu li.clock_eight {left:70px; top:265px; background:url(../images/Shipping.gif) no-repeat center center;}
 
#circularMenu li a b {display:none;}
#circularMenu li a {display:block; width:85px; height:85px; text-align:center;}

#circularMenu li.clock_nine a:hover {display:block;width:150px; height:85px; background: url(../images/arrow_9.gif) no-repeat; text-decoration: none;font-family: georgia, serif;}
#circularMenu li a:hover {background: url(../images/circle.gif) no-repeat;text-decoration: none;font-family: georgia, serif;}
#circularMenu li a:hover b {position:absolute; display:block; width:150px; height:100px; font-size:16px; color:#63352c; background:#f4fcfd;}
#circularMenu li a:hover b span {display:block; font-size:12px; color:#888; font-weight:normal; margin-top:15px;}
 
#circularMenu li.clock_six a:hover b  {left:-20px; top:-160px;}
#circularMenu li.clock_twelve a:hover b {left:-20px; top:160px;}
#circularMenu li.clock_two a:hover b  {left:-120px; top:100px;}
#circularMenu li.clock_ten a:hover b  {left:80px; top:100px;}
#circularMenu li.clock_three a:hover b  {left:-180px; top:-0px;}
#circularMenu li.clock_nine a:hover b  {left:140px; top:-0px;}
#circularMenu li.clock_four a:hover b  {left:-120px; top:-100px;}
#circularMenu li.clock_eight a:hover b  {left:80px; top:-100px;}


/* js-disabled class - set image sizes so they all fit in the viewer */
.js-disabled img { width:100px; height:150px; display:block; float:left; margin:30px 0 0; }

#isouterContainer { width:442px; height:102px; margin:0px; position:relative; }
#imageScroller { width:442px; height:102px; position:relative; background:#ffffff; }
#isviewer { width:422px; height:82px; overflow:hidden; margin:auto; position:relative; top:10px; }
