/* GENERAL */

body{
	background: url('images/bg.png');
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
}

#fullpage{
	height: 100%;
	margin: 0 auto;
	position: absolute;
	width: 100%;
}

#wrapper{
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 995px;
}

a.jtlogo{
	   display: block;
	   background: url(images/jtlogo.png) no-repeat;
	   height: 83px;
	   margin-left: 5px;
	   width: 170px;
}

a.jtlogo:hover{
	   background-position: 0 -83px;
}

a, h2{
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	font-style: normal;
}

a{
	border-bottom: 1px dotted rgba(0,44,90,.3);
	color: rgba(0,44,90,.74);
	text-decoration: none;
	-webkit-transition: color .15s ease-in;
	-moz-transition: color .15s ease-in;
	-o-transition: color .15s ease-in;
	transition: color .15s ease-in;
}

a:hover{
	color: #028fb5;
}

p > a{
	line-height: 1;
}

h1{
	font-family: 'Playfair Display', Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.1;
	margin: 3px 5px 30px 5px;
	padding: 3px;
}

h1 > span{
	color:rgba(0,44,90,.35);
}

h2{
	background: rgba(0,0,0,.05);
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3, h3.bigger{
	color: rgba(0,44,90,.4);
	font-size: .5em;
	line-height: 1.2;
	margin-top:-8px;
}

h3.bigger{
	font-size: .7em;
	margin-bottom: 10px;
}

h4{
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	font-size: .7em;
	margin-bottom: 2px;
}

h5{
	background: #040a14 url('images/chemist.jpg');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.4;
	padding: 20px 20px 115px 250px;
	position: relative;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

p{
	color: rgba(0,0,0,.6);
	font-size: .8em;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 10px;
}

.bold{
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
}

.note{
	background: rgba(255,255,255,.25);
	border: 1px solid rgba(255,255,255,.35);
	font-size: .7em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2;
	padding: 7px;
}

.lastp{
	margin-bottom: 0px;
}

ul.normal{
	color: rgba(0,0,0,.6);
	font-size: .8em;
	line-height: 20px;
	list-style-image: url('images/bullet.png');
}

ul.normal > li{
	margin-left: 15px;
}

.linklist li{
	font-size: .9em;
	list-style-image: url('images/bullet1.png');
	margin-left: 15px;
	padding: 3px 0px 1px 10px;
}

.linklist li:hover{
	list-style-image: url('images/bullet2.png');
}

.listdetail{
	color: rgba(0,44,90,.5);
	float:right;
	font-size:.75em;
	margin: 2px 10px 0px 0px;
}

.arrow{
	padding-right: 5px;
}


/* GETSATISFACTION WIDGET */

#fdbk_tab{
	border: none;
	position: absolute !important;
	top: 450px !important;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,.15);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,.15);
}

#fdbk_close{
	border: none;
}


/* SIDEBAR */

#sidebar{
	color: rgba(0,44,90,.5);
	float: left;
	padding: 10px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,.7);
	width: 180px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}

#sidenav{
	text-align: right;
	text-transform: uppercase;
}

#sidenav li{
	font-size: 1.1em;
	padding: 10px 3px 7px 0;
}

#sidenav li, .linklist li{
	border-bottom: 1px dotted rgba(0,44,90,.3);
	-webkit-transition: background .15s ease-in;
	-moz-transition: background .15s ease-in;
	-o-transition: background .15s ease-in;
	transition: background .15s ease-in;
}

#sidenav li:hover, .linklist li:hover, .selected{
	background: rgba(0,44,90,.08);
}

#sidenav .lastli, .linklist .lastli, .noborder{
	border: none;
}


/* CONTACT HEADER */

#content{
	left: 200px;
	position: absolute;
	padding: 10px;
	width: 785px;
}

.contact{
	border-right: 1px dotted rgba(0,44,90,.4);
	float: left;
	height: 30px;
	margin: -4px 5px 5px 5px;
	width: 170px;
}

.contact p{
	font-size: .6em;
	line-height: 1.1;
}

a.facebook{
       display: inline-block;
       background: url(images/facebook.png) no-repeat;
       height: 25px;
       width: 25px;
}

a.twitter{
       display: inline-block;
       background: url(images/twitter.png) no-repeat;
       height: 25px;
       width: 25px;
}

a.facebook:hover, a.twitter:hover{
       background-position: 0 -26px;
}


/* CONTENT */

#banner{
	clear: both;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: right;
}

#banner a{
	bottom: 74px;
	border: none;
	color: #028fb5;
	font-size: .7em;
	position: absolute;
	right: 20px;
}

#banner a:hover{
	border: none;
	color: #f38925;
}

#banner span{
	background: #fff;
	bottom: 20px;
	color: #040a14;
	font-size: .8em;
	padding: 0 10px 0 10px;
	right: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
}

div.featured{
	background: rgba(255,255,255,.5);
}

.featured h2{
	padding-left: 5px;
}

.featuredbanner{
	height:80px;
	left:-4px;
	position:absolute;
	top:-4px;
	width:80px;
}

.medium, .large, .xlarge{
	float: left;
	padding: 20px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .15s ease-in;
	-moz-transition: background .15s ease-in;
	-o-transition: background .15s ease-in;
	transition: background .15s ease-in;
}

.medium{
	background: rgba(255,255,255,.15);
	display: block;
	height: 158px;
	position: relative;
	margin: 0px 5px 5px 0px;
	width: 152px;
}

.medium:hover, .large:hover{
	background: rgba(255,255,255,.5);
}

.medium h2{
	margin-bottom: 13px;
}

.medium .linklist{
	font-size: .9em;
}

.large{
	background: rgba(255,255,255,.3);
	float: left;
	height: 357px;
	margin: 0px 5px 5px 0px;
	width: 218px;
}

.norightmargin{
	margin-right: 0px;
}

.xlarge{
	background: rgba(255,255,255,.3);
	clear: both;
	margin-bottom: 5px;
	padding: 20px;
	width: 745px;
}

.nocolumns{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

#copyright{
	border-top: 1px dotted rgba(0,0,0,.15);
	clear: both;
	font-size: .7em;
	padding-top: 5px;
	text-align: right;
	width: 100%;
}

#crumbs{
	color: #fff;
	clear: both;
	float: left;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	margin: 7px 0px 12px 0px;
	padding-left:3px;
	text-transform: uppercase;
}

#homeicon{
	position: relative;
	top: 1px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.crumbdivider{
	height: 8px;
	padding: 0px 10px 0px 10px;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}


#current{
	border-bottom: 1px dotted #fff;
	font-size: 1.15em;
}

.jumpto{
	float: right;
	font-size: .6em;
	position: relative;
	top: 5px;
	right: 10px;
}

a.imua{background: url(images/imualogo2.png) no-repeat;}	
a.cimm{background: url(images/cimmlogo2.png) no-repeat;}
a.iprelog{background: url(images/ipreloglogo2.png) no-repeat;}
a.iresults{background: url(images/iresultslogo2.png) no-repeat;}
a.chainlinx{background: url(images/chainlinxlogo2.png) no-repeat;}

a.imua:hover, a.cimm:hover, a.iprelog:hover, a.iresults:hover, a.chainlinx:hover{
	   background-position: 0 -100px;
	   -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.35);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.35);
	   box-shadow: 0px 0px 10px 0px rgba(0,0,0,.35);
}

.productlogoleft{
	border: none;
	clear: both;
	display: block;
	float: left;
	height: 100px;
	margin: 0px 20px 15px 0px;
	width: 100px;
}

.screenshot{
	width: 240px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,.5);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,.5);
}

.screenshot:hover{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.5);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,.5);
}

/* SITE MAP */

li.leveltwo, li.leveltwo:hover
{
	font-size: .7em;
	list-style-image: none;
	margin-left: 15px;
}
