html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.01em;
    line-height: 1.2em;
	list-style-type: square;
	/*list-style-image:*/
	padding-top: 5px; 
	padding-left: 15px;
}
li 
{
    line-height: 1.2em;
    margin-left:0;	
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	background-color:#333;
	margin:0;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.01em;
    font-weight: normal;
    line-height: 1.2em;
	margin:10px 0 10px 0;
}

a:link
{
	color:#FA6C15;
	text-decoration: none;
}
a:visited
{
	color:#FA6C15;
	text-decoration: none;
}
a:hover
{
	color:#FA6C15;
	text-decoration: underline;
}
a:active
{
	color:#FA6C15;
	text-decoration: underline;
}

hr
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #394658;
	border-bottom-color: #394658;
	border-left-color: #394658;
	margin: 5px 0 10px 0;
}

/*---------------------- Fonts ----------------------*/

@font-face 
{
	font-family: 'AdelleBasicRgBold';
	src: url('../fonts/adellebasic_bold-webfont.eot');
	src: local('../fontsAdelle Basic Rg'), local('../fonts/AdelleBasic-Bold'), url('../fonts/adellebasic_bold-webfont.woff') format('woff'), url('../fonts/adellebasic_bold-webfont.ttf') format('truetype'), url('../fonts/adellebasic_bold-webfont.svg#webfont5P60yGWX') format('svg');
	font-weight: lighter;
	font-style: normal;
}
@font-face 
{
	font-family: 'AdelleRg';
	src: url('../fonts/adelle_reg-webfont.eot');
	src: local('../fontsAdelle Regular'), url('../fonts/adelle_reg-webfont.woff') format('woff'),  url('../fonts/adelle_reg-webfont.ttf') format('truetype'), url('../fonts/adelle_reg.otf') format('opentype'); url('../fonts/adelle_reg-webfont.svg#webfont5P60yGWX') format('svg');
    font-weight: 100;                                              
	font-style: normal;
}

h1
{
    font-weight: normal; font-style: normal; line-height:normal; font-family: 'AdelleBasicRgBold', sans-serif;
    font-size:21px;
    color:#FA6C15;	
}
h2
{
	font-weight: normal;
	font-style: normal;
	line-height:24px;
	font-family: 'AdelleBasicRgBold', sans-serif;
	font-size:18px;
	color:#FA6C15;
}
h3
{
	font-weight: normal;
	font-style: normal;
	line-height: 21px;
	font-family: 'AdelleBasicRgBold', sans-serif;
	font-size: 18px;
	color: #000;
}
h4
{
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'AdelleBasicRgBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5
{
    font-weight: normal; 
    font-style: normal;
    line-height:21px;
    font-family: 'AdelleRg', Sans-Serif;
    font-size: 14px;
    margin-top: 5px;
	margin-bottom: 5px;
}
h6
{
    font-weight: normal; 
    font-style: normal; 
    line-height:21px;
    font-family: 'AdelleBasicRgBold', sans-serif;
    font-size:14px;
    color:#333333;
    margin-top: 5px;
	margin-bottom: 5px;
}

.talktous
{
    font-weight: normal; 
    font-style: normal;
    line-height: normal;
    font-family: 'AdelleBasicRgBold', sans-serif;
    font-size: 14px;
    margin-top: 5px;
	margin-bottom: 5px;
    color:#FA6C15;
}
.jaixlogistics
{
    font-weight: normal; 
    font-style: normal;
    font-family: 'AdelleBasicRgBold', sans-serif;
    font-size: 14px;
    margin-top: 1px;
	margin-bottom: 1px;
    color: #FA6C15;
}   
.software
{
    font-weight: normal; 
    font-style: normal;
    line-height: normal;
    font-family: 'AdelleRg', sans-serif;
    font-size: 14px;
    color: Gray;
}
.softwareTagline
{
    font-weight: normal;
    font-style: normal;
    font-family: 'AdelleRg' , sans-serif;
    font-size: 14px;
    margin-top: 1px;
	margin-bottom: 1px;
    color: #333333;
}

.orange{
	color: #FA6C15;	
}
.gray{
    color: Gray;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}

/* Contact Form */
.contactForm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.01em;
    font-weight: normal;
    line-height: 2em;
    padding-top: 0.2em;
}

.contactForm legend
{
    font-weight: bold;
    font-size: 110%;
}

/*---------------------- HOME LAYOUT ----------------------*/

.wrapper
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(../images/home-bg-repeat.png);
	background-repeat:repeat-y;
	overflow:auto;
}
#headholder
{
	width:960px;	
}
#navcolumn
{
	width:160px;
	background-image:url(../images/home-nav-shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 0px;
}
.content
{
	width:775px;
	float:left;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	color: #000;
}
.content #column-left
{
	width:401px;
	border-right-color:#333;
	border-right-style:dashed;
	border-right-width:1px;
	float:left;
	overflow:hidden; /* was auto */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.content #column-right
{
	width:240px;
	float:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 29px;

}
.bannerimg img
{
	margin:10px 0 10px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, .5);	
}
.banner
{
	width:750px;
	margin: 0 0 20px 0;
}

/* content left and right were used for news columns */
#content-inner-left
{
	width:190px;
	/* width was 195px */
	border-right-color:#333;
	border-right-style:dashed;
	border-right-width:1px;
	float:left;
}

#content-inner-right
{
	width:180px;
	/* width was 185px */
    padding:10px 0 0 10px;
	float:left;
}

.newscontrol td
{
    vertical-align: top;
}
.newscontrol img
{
	margin:10px 0 10px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, .5);
}
.newscontrolHeader
{
    font-style: normal; 
    line-height:21px;
    font-family: 'AdelleBasicRgBold', sans-serif;
	font-size: 14px;
    vertical-align: text-top;
}

.casestudycontrol
{
    width: 100px;
}

.casestudycontrol td
{
    vertical-align: sub;
    width: 100px;
}
.casestudycontrol img
{
	margin:10px 0 10px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow:  0px 0px 5px rgba(0, 0, 0, .5);	
     vertical-align: text-bottom;
}
.casestudycontrolHeader
{
    font-style: normal; 
    line-height:21px;
    font-family: 'AdelleBasicRgBold', sans-serif;
	font-size: 14px;
    vertical-align: text-top;
}


.bannerfoot
{
	width:730px;
	height:25px;
	margin: 0 0 20px 0;
	padding:15px 0 10px 20px;
	background-image:url(../images/home-foot-shadow.png);
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'AdelleBasicRgBold', sans-serif;
    font-size:21px;
    color:#fff;	
}

#footer-wrapper
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding:0 0 20px 150px;
	background-color:#333;
}
.footercolumn
{
	padding:0 15px 0 0px;
	width:130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	display:inline-block;
	vertical-align:top;
	float: left; /* for IE7 compatibility */
}
.footercolumn img
{
	margin-top:-3px
}
#footer-nish
{
	width:130px;
	height:10px;
	margin-top:20px;
	background-color:#FA6C15;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding:10px 0 10px 20px;
	clear: both;
}

/*---------------------- SUB LAYOUT ----------------------*/

.content #sub-column-right
{
	width:540px;
	border-left-color:#333;
	border-left-style:dashed;
	border-left-width:1px;
	float:left;
	/*overflow:auto;*/
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.content #sub-column-left
{
	width:119px;
	float:left;
	overflow:auto;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.content #subfooter
{
	width:570px;
	padding:20px 0 20px 180px;
	background-color:#E5E5E5;
	float:left;
}

.sub-foot-inner-column
{
	width:235px;
	padding-right:50px;
	float:left;
}

.download{
	vertical-align: middle;
}

/*---------------------- CASE STUDY LAYOUT ----------------------*/

.content #case-column-right
{
	width:540px;
	float:left;
	overflow:auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
}

.content #case-intro
{
	width:565px;
	float:left;
	overflow:auto;
	margin: 0 0 20px -20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	background-color: #FEE2D0;
	padding-left: 20px;
	background-image: url(../images/case-orange-repeat.png);
	background-repeat: repeat-y;
	background-position: right;
}

.content #case-column-holder
{
	width:595px;
	border-left-color:#333;
	border-left-style:dashed;
	border-left-width:1px;
	float:left;
	overflow:auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.content #case-image
{
	width:190px;
	float:left;
}

.content #case-introtext{
	width:340px;
	float:left;
}
