﻿/* Tabula Rasa */
* 
{
	margin:0;
	padding:0;
	}
	
html 
{
	height: 100%;
	}
	
body 
{
    background:url('../images/bgStrip.jpg') repeat-x;
    background-color:#FFFFFF;
	height: 100%;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link, a:visited 
{
	color:#482BD0;
	}
	
a:hover 
{
	text-decoration:none;
	color:#000000;
	}
	
p   
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
    margin:10px 0;
}

ul 
{
    margin-left:20px;
}
ol  
{
    margin-left:20px;
}
		
h1,h2,h3,h4 
{
	color:#641534;
	margin-bottom:10px;
	}	
	
h1 
{
	font-size:26px;
	}
	
h2 
{
	font-size:20px;
	}
	
h3 
{
	font-size:16px;
	}
	
h4  
{
    font-size:14px;
}
	
h6 
{
	font-size:14px;
	font-weight:bold;
	color:#336600;
	}
	
.kcenter 
{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	}
	
#crumbs 
{
    padding:8px 0 0 8px;
	font-size:10px;
	color:#641534;
	}
#crumbs a, #crumbs a:visited 
{
	color:#641534;
	text-decoration:none;
	}
#crumbs a:hover
{
	color:#000000;
	text-decoration:underline;
	}   

/* Start Home Page */
		
#mainContainer 
{
	position:relative;
	width:900px;
	height:470px;
	margin:0 auto;
	}

#mainHeader 
{
	background:url(../images/mainHeader.jpg) no-repeat;
	width:900px;
	height:155px;
	position:relative;
}
.pointer
{
    cursor:pointer;
}

#headerMiddle	{
	width:600px;
	margin-left:150px;
	float:left;
	}
#headerRight	{
	background:url(../images/eitas_logo.jpg) no-repeat;
	width:216px;
	height:85px;
	float:right;
	font-size:10px;
	margin-top:-15px;
	}
	
#headerQuote    
{
    width:586px;
    margin:0 auto;
    font-family:Georgia;
    font-style:italic;
    color:#ffffff;
    font-size:14px;
    padding-top:25px;
}

#topNav    
{
    position:relative;
    top:85px;
    width:586px;
    _width:auto;
    _left:130px;
    margin:0 auto;
    font-family:Arial;
    color:#ffffff;
    font-size:12px;
    text-align:center;
}
#topNav ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	}
#topNav li {
	padding:4px;
	float:left !important;
	width:auto;
	border-right:1px solid #ffffff;
	}
#topNav li.sel
{
	background-color:#FFFFFF;
	}
#topNav li.sel a
{
	color:#000000;
	}
#topNav a, #topNav a:visited {
	color:#ffffff;
	text-decoration:none;
	_float:left;
	}
#topNav a:hover {
	color:#f7941d;
	text-decoration:underline;
	_float:left;
	}
#topNav li:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	_float:left;
	}
#topNav li.navLast    
{
    border-right:0;
}

#mainContentTop 
{
    width:910px;
    padding-top:40px;
    padding-left:6px;
}
#mainBoxA    
{
    width:290px;
    height:240px;
	background:url(../images/mainBoxA.jpg) no-repeat;
	float:left;
	margin-right:10px;
	_margin-right:5px;
}
#mainBoxB    
{
    width:290px;
    height:240px;
	background:url(../images/mainBoxB.jpg) no-repeat;
	float:left;
	margin-right:10px;
	_margin-right:5px;
}
#mainBoxC    
{
    width:290px;
    height:240px;
	background:url(../images/mainBoxC.jpg) no-repeat;
	float:left;
	margin-right:10px;
	_margin-right:5px;
}
.mainBoxInfo    
{
    width:270px;
    padding:5px 10px 15px 10px;
    height:215px;
}
.mainBoxTitle   
{
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
}
.mainBoxLink
{
    width:250px;
    padding:10px;
    margin:0 10px;
    height:30px;
    border-top:1px solid #7a7a5f;
    position:relative;
}
.mainBoxLinks   
{
    width:50px;
    position:absolute;
    bottom:10px;
    right:10px;
    text-align:right;
    color:#666666;
    font-size:10px;
    margin-top:5px;
}
.mainBoxLinks a, .mainBoxLinks a:visited  
{
    text-decoration:underline;
    color:#666666;
}
.mainBoxLinks a:hover    
{
    color:#000000;
    text-decoration:none;
}

#mainFooter
{
    background-color:#FFFFFF;
	height:220px;
	width:100%;
}

#mainFooterContent
{
    background:url('../images/mainFooterMidBG.jpg') no-repeat;
    background-color:#FFFFFF;
	height:170px;
	width:900px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 auto;
}
.mainFooterInfoBig  
{
    width:273px;
    height:140px;
    padding:10px;
    margin:6px 7px 0 0;
    float:left;
}
.mainFooterInfoContent  
{
    width:240px;
    height:90px;
    margin:10px auto;
    color:#000000;
    font-size:10px;
}
.mainFooterInfoContent input    
{
    margin-top:5px;
    margin-bottom:5px;
    vertical-align:middle;
    padding:2px;
    border:1px solid #B6BB9B;
}
.inputbutton 
{
    margin-left:150px;
}
.mainFooterInfoContentCal  
{
    width:240px;
    height:90px;
    margin:10px auto;
    color:#000000;
    font-size:12px;
    line-height:1.4em;
}

#aboutIBSlist   
{
    color:#000000;
    font-size:12px;
    width:130px;
    margin:8px 0 0 28px;
    }
#aboutIBSlist li    
{
    margin-bottom:8px;
}

.mainFooterSmallInfo    
{
    width:75px;
    font-size:10px;
    color:#d0883f;
    float:right;
    text-align:right;
}

.mainFooterKnowledgeCenter  
{
    width:70px;
    height:140px;
    padding:10px;
    margin:6px 0 0 6px;
    float:left;
}
.mainFooterKnowledgeCenter p  
{
    font-size:10px;
    color:#000000;
    margin-top:5px;
}

.mainFooterLinks    
{
    text-align:right;
    color:#666666;
    font-size:10px;
    margin-top:5px;
}
.mainFooterLinks a, .mainFooterLinks a:visited  
{
    text-decoration:underline;
    color:#666666;
}
.mainFooterLinks a:hover    
{
    color:#f7941d;
    text-decoration:none;
}

/* begin inner page */

#innerContainer 
{
	position:relative;
	width:900px;
	margin:0 auto;
	}
	
#innerContentTop 
{
    width:900px;
    height:60px;
    margin-top:5px;
    background:url('../images/innerContentTop.jpg') no-repeat;
}

#innerContentMain 
{
    width:900px;
    background:url('../images/innerContentStrip.jpg') repeat-y;
}

#innerFooter 
{
    width:900px;
    height:60px;
    background:url('../images/innerFooter.jpg') no-repeat;
}

#innerContentWrapper    
{
    width:100%;
    margin:0 auto;
}

.innerContentColumn 
{
    width:408px;
    height:500px;
    padding:20px;
    float:left;
    border-right:1px solid #958F6D;
}
.innerBottomBox  
{
    width:880px;
    height:100px;
    margin:5px auto;
    border-top:1px solid #958F6D;
}
.innerBottomBoxes   
{
    width:280px;
    height:100px;
    margin:10px 5px 0 5px;
    float:left;
    text-align:center;
}
.innerContentBulk 
{
    width:600px;
    _width:540px;
    min-height:500px;
    padding:20px;
    float:left;
    border-left:1px solid #958F6D;
}
#sdsBoxes
{
    width:600px;
    _width:520px;
    height:200px;
    margin:40px 10px 40px 10px;
    float:left;
}
.sdsBox 
{
    width:150px;
    height:180px;
    padding:10px;
    background:url('../images/sdsBG.jpg') no-repeat;
    float:left;
    margin:0 15px;
    _margin:0 0;
}
.doubleSide    
{
    float:left;
    width:120px;
    margin-right:120px;
    _margin-right:0;
}
.innerContentSide 
{
    width:160px;
    height:280px;
    padding:10px 20px;
    margin:20px;
    float:left;
    background:url('../images/sidebarBG.jpg') no-repeat;
}
.innerContentSideTop
{
    width:160px;
    padding:10px 10px 20px 10px;
    margin:0 20px;
    float:left;
}
.innerContentSide p 
{
    color:#ffffff;
    text-align:justify;
}
.sidebarName    
{
    color:#ffffff;
    text-align:right;
    padding-right:10px;
}
.sidebarCompany    
{
    color:#ffffff;
}

.contactEmails   
{
    width:320px;
    line-height:1.5em;
    margin:170px auto 25px auto;
    _margin-top:
}
.contactBoxes   
{
    width:200px;
    margin:10px;
    float:left;
    text-align:center;
}
.contactBoxes a, .contactBoxes a:visited, .contactEmails a, .contactEmails a:visited    
{
    color:#482BD0;
    text-decoration:none;
}
.contactBoxes a:hover, .contactEmails a:hover    
{
    color:#482BD0;
    text-decoration:underline;
}

#ibsFulfillmentCycle    
{
    width:500px;
    height:63px;
    margin:0 auto;
    background:url('../images/ibsFulfillmentCycleBG.jpg') no-repeat;
}

.ibsFulfillmentCycleInfo  
{
    width:500px;
    height:140px;
    padding:20px;
    margin:10px auto 0 auto;
    text-align:center;
    background:url('../images/ibsFulfillmentCycleInfoBG.jpg') no-repeat;
}

#loginPage  
{
    width:260px;
    margin:0 auto;
}
               
/* begin clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.passphrase{
	width:150px;
}

select.invalid{
	color:#FF0000;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Global Classes */
.noBorder   
{
    border:none;
}
.copy   
{
    width:500px;
    text-align:center;
    margin:0 auto;
    font-size:9px;
    color:#555555;
    padding-top:5px;
}
.center 
{
    text-align:center;
}
#sideLinks   
{
    width:180px;
    margin:0 0 0 28px;
}
.imgBorder  
{
    border:2px solid #39516B;
}
.middle 
{
    vertical-align:middle;
}
.title  
{
    font-size:18px;
    font-weight:bold;
}
.nolink, .nolink a, .nolink a:visited, .nolink a:hover, .nolink img   
{
    border:none;
    color:#000000;
    text-decoration:none;
}
.blueTitle  
{
    color:#39516B;
}

/* tooltip */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
	

/* application form */

form#questionform {
	width:740px;
	margin:0 auto;
	padding:0px 30px 10px;
	text-align:left;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px
	}


#questionform fieldset {
	padding:6px 14px;
	.padding:20px 14px;  /*IE hack */
	margin-bottom: 20px;

}

#questionform fieldset.mini {
	width: 710px;
	float: left;
	display: inline;
	background: #F3F1DA;
	position:relative;
	margin-right:30px;
}

#questionform fieldset.large {
	background: #F3F1DA;
	position:relative;
}

#questionform legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	_position: absolute; /*IE hack */
	_top: -.5em; /*IE hack */
	_left: .2em; /*IE hack */
	.position: absolute; /*IE hack */
	.top: -.5em; /*IE hack */
	.left: .2em; /*IE hack */
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin:0;
	padding: 0;

}

#questionform input, #questionform textarea, #questionform select {
	vertical-align:middle;
	font-weight: normal;
	font-size:12px;
	padding:3px;
	margin:3px 0;
	_margin:0; /*IE hack */
	.margin:0; /*IE hack */
}

#new_content	{
	width:105px;
	height:136px;
	padding:5px;
	border:4px solid #000000;
	background-color:#FFFFFF;
	color:#333333;
	float:right;
	}

