




/*
     FILE ARCHIVED ON 15:21:15 Jun 18, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:23:19 Feb 20, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";

/*
TABLE OF CONTENTS

1. RESET
2. GENERAL
3. GRID
4. SITE SPECIFIC
5. FOOTER

*/

/*  _____________________________________________________________________________

    1. RESET
    _____________________________________________________________________________  */
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font:75%/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1.52em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*  _____________________________________________________________________________

    2. GENERAL
    _____________________________________________________________________________  */
	

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('/web/20130618152115/http://www.authentix.com/fonts/TitilliumText22L003-webfont.eot');
    src: local('☺'),
		 url('/web/20130618152115/http://www.authentix.com/fonts/TitilliumText22L003-webfont.eot') format('embedded-opentype'),
         url('/web/20130618152115/http://www.authentix.com/fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('/web/20130618152115/http://www.authentix.com/fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('/web/20130618152115/http://www.authentix.com/fonts/TitilliumText22L003-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font:85%/1.52em 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
	/*border-top:solid 3px #272727;*/
}

/* ** ** Common Addative Classes ** ** */
.left, .float_left  { float:left	}
.right, float_right { float:right	}

.align_right    { text-align:right;	  }
.align_left     { text-align:left;	  }
.align_center   { text-align:center;  }
.align_justify  { text-align:justify; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#333; }
a:hover { color:#999; }

blockquote {
		font-family: Georgia,"Times New Roman", Times, serif; 
		margin:5px; 
		padding:10px;
		font-size:1.52em; 
		color:#999; 
		font-style:italic; 
		line-height:1.3em; 
		width:100%; 
		quotes:none;
	}
blockquote.left {border-right:1px dashed #ccc; width:35%;} /* float blockquote left, and set width */
blockquote.right {border-left:1px dashed #ccc; width:35%;} /* float blockquote right and set a width */

/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif; margin:0 0 0.2em 0; line-height:1.1em; font-weight:bold;}
h1 {	font-size:2.152em; color:#F60; font-weight:normal;} 
h2 {	font-size:1.352em; color:#888; font-weight:normal; margin:0 0 0.6em 0;} 
h3 {	font-size:1.252em; color:#111; font-weight:normal; margin:0 0 0.2em 0;} 
h4 {	font-size:1em;} 
h5 {	font-size:1em;} 
h6 {	font-size:1em;}

aside h2, aside h2 a, aside h2 a:active, aside h2 a:visited {font-size:1.152em; color:#FF6600; text-transform:uppercase; text-decoration:none;} 
aside h2 a:hover { color:#FF6600; text-decoration:underline;}
aside h3 {	font-size:1em; color:#333; font-weight:normal; text-decoration:none;} 
aside.right_colm h3 {	font-size:1em; color:#333; font-weight:bold; text-decoration:none; margin:0 0 0.6em 0;} 

/* ** ** ul li's ** ** */
ul li, ol li
{
	margin-left:30px;
}
nav ul li {margin:0;}

/* ** ** custom select color ** ** */
::selection {
	background: #525252; /* Safari */
	text-shadow: none;
	}
::-moz-selection {
	background: #525252; /* Firefox */
	color:#fff;
	text-shadow: none;
}
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #525252; } 

/* ** ** paragraph styling ** ** */
p {margin:0 0 1.52em;}
p img.left {float:left;margin:0 1em .5em 0;padding:0;}
p img.right {float:right;margin:0 0 .5em 1.52em;padding:0;}

/* ** ** forms ** ** */
form fieldset {padding:10px; margin:10px 0; border:1px solid #ccc; }
form fieldset legend {font-size:1.2em; padding:0 5px;}
form input[type=text], form input[type=email], form input[type=url], form input[type=password], form input[type=number], form input[type=date], form input[type=range] {
	height:20px; 
	margin-bottom:5px; 
	border:1px solid #ccc; 
	padding:4px 0 1px 5px;
	background:#efefef;
}
form textarea {
	margin-bottom:5px; 
	border:1px solid #ccc; 
	padding:4px 0 1px 5px;
	background:#efefef;
	font: 90% Arial,Helvetica,"Liberation sans","Bitstream Vera Sans",sans-serif;
}
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

.button {
	margin:0; 
	padding:10px 10px 6px 10px;
	cursor:pointer;
	background:#E5E4E3;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}

.button:hover {
	background:#999;
	color:#fff;
}

/* align checkboxes, radios, text inputs with their label  */
form input[type="radio"], form input[type="checkbox"] { margin-right:8px; }
/*form input[type="radio"] { vertical-align: text-bottom;}
form input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline;}*/
form button[type=submit], form input[type=submit]{
	height:30px; 
	margin:10px 0 5px 0; 
	padding:5px;
	cursor:pointer;
}
form input:required {
	border:1px solid #ccc;
}
form label {display:block; margin-bottom:2px; clear:both;}

form label p {width:100px; float:left;}

strong, th   	{	font-weight:600; color:#000;}
small 			{ 	font-size:85%; }
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sub 			{ 	line-height:0;vertical-align: sub; font-size: smaller; }
sup 			{ 	line-height:0;vertical-align: super; font-size: smaller; }
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code 			{	background-color:#d5d2d8; display:block; margin:2em 0 3em 0; padding:0px 2px 4px 45px; background:#fff url(/web/20130618152115/http://www.authentix.com/images/code.gif) no-repeat left top; line-height:1.67em;}
pre 			{	margin:1.5em 0;white-space:pre;}


table { font-size:inherit; font:100%; }
td, td img { vertical-align:top; }

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* Non-semantic helper classes */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

.errors, .hints {color: #CC0000;}
.alert, .success {
	width:90%;
	margin-bottom:1em;
	padding:20px;
}
.alert {
	background:#FFCCCC;
}
.success {
	background:#CCF5CC;
}
.alert h3, .success h3 {margin: 0 0 .2em;}
.notes {color: #666666;font-size: .9em; font-weight:normal;}



/*  _____________________________________________________________________________

    3. GRID
    _____________________________________________________________________________  */
	

section, aside, .column {
	/*margin-left:10px; margin-right:10px;*/
	display: inline;
	/*overflow: hidden;*/
	float: left;
	position: relative;
}
#home section {
	width:620px;
	padding:0 30px 0 0;
	border-right:dotted 2px #ccc;
	color:#666;
}
#home aside {
	width:280px;
	margin-left:28px;
}
section {
	width:500px;
	padding:0 20px 0 26px;
	color:#333;
}
aside {
	width:200px;
	margin-top:40px;
	z-index:1;
}
aside nav { 
	margin:0;
	display:block;
	z-index:1;
	width:200px;
}
.content{
	width: 960px;
	margin: 30px auto;
	/*overflow: hidden;*/
}
.row{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* Column widths, and element width based on grid */

.grid_1		{width:60px;}
.grid_2		{width:140px;}
.grid_3 	{width:220px;}
.grid_4 	{width:300px;}
.grid_5		{width:380px;}
.grid_6		{width:460px;}
.grid_7		{width:540px;}
.grid_8		{width:620px;}
.grid_9 	{width:700px;}
.grid_10	{width:780px;}
.grid_11	{width:860px;}
.grid_12	{width:940px;}

.width_1	{width:40px;}
.width_2	{width:120px;}
.width_3	{width:200px;}
.width_4	{width:280px;}
.width_5	{width:360px;}
.width_6	{width:440px;}
.width_7	{width:520px;}
.width_8	{width:600px;}
.width_9	{width:680px;}
.width_10	{width:760px;}
.width_11	{width:840px;}
.width_12	{width:920px;}



/*  _____________________________________________________________________________

    4. SITE SPECIFIC
    _____________________________________________________________________________  */
	
header {
	height:130px; 
	/*position:relative; */
	background:#333;
	border-bottom:solid 3px #F60;
	display:block;
	width: 960px;
	margin: 0 auto;
}
header .logo {
	padding:28px 0 0 20px;
	float: left;
	margin:0;
	display:block;
	width:150px;
	height:33px; 
}
header a.contact {
	font-size: 1em;
	color:#ccc; 
	text-decoration:none; 
	float:right;	
	display:block;
}
header a#lang_button {
	font-size: 1em;
	color:#ccc; 
	text-decoration:none; 
	float:right;	
	display:block;
	padding:0 20px 0 0;
	margin:10px 0 0 20px;
	background:url(/web/20130618152115/http://www.authentix.com/images/header_button_down.png)right 4px no-repeat;
	/*margin:0 20px;
	padding:10px 10px 4px 10px;
	background:#272727;*/
}
header a#lang_button.active {
	background:url(/web/20130618152115/http://www.authentix.com/images/header_button_up.png)right 4px no-repeat;
}
header a:hover.contact, header a:hover#lang_button {
	color:#fff; 
}
header .search-form {
	float:right;
	padding:0 20px 0 0;
	display:block;
	width:500px;
}
header .search-form img {
	float:right;
	margin:0 10px 0 0;
	border:none;
	width:22px;
	height:21px;
	
}
header .search-form .butt {
	margin:0 0 0 -1px;
	cursor:pointer;
	background:#666;
	padding:1px;
}

header .search-form input {
	float:right;
	vertical-align:middle;
}
#cse-search-box {
	padding:10px 0 0 0;
}
#cse-search-box input.field {
	padding:2px 6px 0;
	height:21px;
	width:140px;
	background: #666;
	color:#ccc;
	border:none;
	margin-left:20px;
}
#lang_bar {
    display:block;
	background-color: #ccc;
    height: 40px;
    width: 100%;
}
#lang_bar_inner {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#google_translate_element {
    float: right;
    margin: 6px 20px 0 0;
    position: relative;
    width: 360px;
}
.goog-te-gadget {
    color: #ccc;
    font-family: arial;
    font-size: 11px;
    white-space: nowrap;
}
#google_translate_element select {
    float: right;
    position: relative;
    width: 160px;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
}
select.goog-te-combo {
    background-color: #555;
    border: 1px solid #555;
    color: #ccc;
    font-size: 1em;
	padding:2px;
}
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    font-family: arial;
    font-size: 10pt;
}
.goog-te-combo {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: baseline;
}
.gTranslate_text {
    background: url("/web/20130618152115/http://www.authentix.com/images/google_translate.png") no-repeat scroll 0 0 transparent;
    height: 38px;
    left: 550px;
    position: absolute;
    top: 1px;
    width: 202px;
    z-index: 1200;
}
/* NAV DROPDOWN ////////////////////////////*/

nav {  
	margin:37px 0 0 0;
	width: 960px;
	display:block;
	position: relative;
	z-index:997;
}
.menu {
	list-style:none;
	width:920px;
	padding:0px 20px;
}
.menu > li {
	float:left; 
	text-align:center;
	position:relative;
	height:26px;
	padding:6px 20px 0 20px;
	border-right:solid 1px #666;
}
.menu li {
	float:left; 
	text-align:center;
	position:relative;
	padding:6px 20px 0 20px;
	border-right:solid 1px #666;
}
.menu li:last-child {
	border:none;
}
.menu li.fullwidth {
	position: static !important;
}
.menu li:hover {
	color:#ff6600;
	background:#efefef;
	border-right:none;
	border-left:solid 1px #efefef;
	z-index:998;
}
.menu li.nodrop a, .menu li.fullwidth a, .menu li a.drop{
	color: #ccc;
	font-weight:normal;
	font-size:1.1em;
	letter-spacing:0.05em;
	outline:0;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
}
.menu li:hover a {
	color:#ff6600;
	position:relative;
	z-index:11;
}
.menu li:hover div a {
	display:inline;
}

.menu li.active {
	background:#ff6600; 
	border-right:solid 1px #333;
}
.menu li.active a {
	color:#fff; 
}
.menu li.active:hover {
	border-left:solid 1px #efefef;
	background:#efefef;
	border-right:none;
}
.menu li.active:hover a {
	color:#ff6600;
}


/* Left & right aligned common styles */

.menu .dropdown_1column, 
.menu .dropdown_2columns, 
.menu .dropdown_3columns, 
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth {
	margin:4px auto;
	left:-999em;
	position:absolute;
	background-color:#efefef;
	padding:10px;
	text-align:left;
	/*border-bottom:solid 1px #333;
	border-right:solid 1px #333;*/
	-webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	behavior: url(/web/20130618152115/http://www.authentix.com/css/css/PIE.htc); 
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 250px;}
.menu .dropdown_2columns {width: 300px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}
.menu .dropdown_fullwidth {width: 920px;}


/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column, 
.menu li:hover .dropdown_2columns, 
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
	left:-1px;
	top:28px;
}
.menu li:hover .dropdown_fullwidth {
	left:10px;
	top:28px;
	display: block;
}

/* Columns Sizes */
.menu .col_1-full,
.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left:10px;
}

.menu .col_1 {width:250px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

.menu .col_1-full {
	border-left:1px solid #ccc; 
	line-height:1.2em;
}
.menu li.fullwidth .col_1-full a{
	color:#333;
	width:100px; 
	height:150px;
	font-weight:normal;
	font-size:1em;
	letter-spacing:normal;
	display:block;
	overflow:hidden;
	padding:0 10px; 
}
.menu li.fullwidth .col_1-full a.firstlink{
	padding-left:0; 
}
.menu li.fullwidth .col_1-full a:hover{
	color:#f60;
}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
	border:none;
	clear: left;
	margin-left:0;
	padding-left:0;
}

/* Standard lists styles */

.menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
.menu li ul li {
	/*font-size:12px;
	line-height:24px;*/
	position:relative;
	padding:0;
	margin:0;
	float:left;
	text-align:left;
	/*width:155px;*/
	border:none;
}
.menu li ul li a {
	padding:0;
}
.menu li ul li:hover {
	background:none;
	border:none;
}

/* 2-Levels Drop Down */


.menu .levels, .menu .levels ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu li:hover .levels a {
	display:block;
}
.menu .levels li a, .menu li.active .levels li a{
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 0 0 10px;
	/*width: 10em;*/
	color:#333;
}
.menu .levels li:hover a,  .menu li.active .levels li:hover a {
	background:#efefef;
	color:#f60;
}
/*.menu .levels a.parent, .menu .levels a.parent:hover {
	background: url("/web/20130618152115/http://www.authentix.com/css/menus/img/drop2.png") right center no-repeat;
}*/
.menu .levels li {
	float: left;
	width:100%;
	line-height:1.2em;
	padding-bottom:.8em;
}
.menu .levels li ul { /* second-level lists */
	position: absolute;
	background:#efefef;
	top:-23px;
	margin:15px 0px 0px 4px;
	padding:6px;
	left: -999em;
}
.menu .levels li ul ul {
	top:-23px;
}
.menu .levels li:hover ul ul, .menu .levels li:hover ul ul ul {
	left: -999em;
}
.menu .levels li:hover ul, .menu .levels li li:hover ul, .menu .levels li li li:hover ul {
	left: 142px;
}

/* NAV SUB ////////////////////////////*/
aside nav ul {
	margin-bottom:1em;
}
aside nav ul ul{
	margin:0 0 0 1.2em;
}
aside nav ul li {
	list-style:none;
	margin-left:0;
	padding:.3em 0;
	font-size:1em;
	line-height:1.1em;
	border-bottom:1px solid #ccc;
}

aside nav ul li a, aside nav ul li a:active, aside nav ul li a:visited{
	display:block;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}
aside nav ul li a:hover{
	color:#f60;
}
aside nav ul li.active a{
	color:#f60;
}
aside.right_colm {
	margin-top:36px;
	padding-left:13px;
	width:200px;
	z-index:1;
	border-left:solid 1px #ccc;
	min-height:400px;
}
aside.right_colm ul {
	margin-bottom:1em;
}
aside.right_colm ul li {
	list-style:square;
	margin-left:15px;
	margin-bottom:.5em;
	padding-left:0;
	font-size:1em;
	line-height:1.2em;
}
aside.right_colm ul li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:.9em;
	color:#333;
	display:block;
}

aside.right_colm ul.videos li {
	list-style:none;
	margin-left:0;
	margin-bottom:.5em;
	padding-left:0;
	font-size:1em;
	line-height:1.2em;
}
aside.right_colm ul.videos li a{
	text-decoration:none;
	text-transform:none;
	font-size:1em;
	color:#333;
	display:block;
}

aside.right_colm ul li a:hover{
	color:#f60;
}

aside ul {
	margin-bottom:1em;
}
aside ul li {
	list-style:none;
	margin-left:0;
	margin-bottom:.6em;
	font-size:.9em;
	line-height:1.2em;
}
aside ul li a{
	text-decoration:none;
}
aside ul li a:hover{
	color:#333;
	text-decoration:underline;
}
aside em  {
	color:#999; 
	text-decoration:none; 
	font-style:normal;
}

/*SECTION*/
section img {
	/*margin-bottom:1.52em;*/
}

section ul, section ol
{
	margin:-.852em 0 1.52em 0;
}
section ol li
{
	margin-bottom:1em;
}
section ol li:last-child
{
	margin-bottom:0;
}
section ul li
{
	list-style: square outside none;
}
section ul.news
{
	margin:0 0 1.52em 0;
}
section ul.news li
{
	list-style:none;
	margin:0 0 .8em 0;
	border-bottom:solid 1px #ccc;
}
section ul.news li:last-child
{
	border-bottom:none;
}
section ul.news li h2 a{
	margin:0;
	text-decoration:none;
	color: #888888;
    font-weight: normal;
}
section ul.news li h2 a:hover{text-decoration:underline;}
section ul.news p{margin-bottom:.8em;}

/*FOOTER*/
footer {
	border-top:solid 1px #ccc;
	padding:10px 0 50px 0;
	font-size:.8em;
	line-height:1em;
	color:#999;
}
footer ul {
	list-style:none;
	margin-top:4px;
}
footer ul li {
	float:left;
	margin:0; 
	padding:0 5px; 
	border-left:solid 1px #999;
}
footer ul li:first-child { 
	padding:0 5px 0 0; 
	border-left:none;
}
footer ul li a {
	display:block; 
	text-decoration:underline; 
	color:#999; 
}
footer ul li a:visited {
	color:#999;
}
footer ul li a:hover { 
	color:#666;
}



/*  _____________________________________________________________________________

    5. FOOTER 
    _____________________________________________________________________________  */
.address-schema{
	display:inline;
}
ul#footer { 
	list-style:none;
}
#footer {
	background:#f60;
	position: fixed;
	bottom: 0px;
	margin:0 auto;
	width: 980px;
	right:50%;
	margin-right:-490px;
	height: 35px;
	padding:0px;
	z-index:997;
}


#footer ul {
	margin-bottom:18px
}
#footer li {
	float:left;
	margin-left:0;
	/*border-right:1px solid #191919;*/
}
#footer li:hover {
	background-color:#f60;
}
#footer li:hover a {
	color:#dddddd;
}
#footer li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:11px 15px 12px 15px;
	display:block;
}
	
#footer #footer_home a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:11px 15px 12px 90px;
	margin-left:15px;
	background:url(/web/20130618152115/http://www.authentix.com/images/footer-logo2.png) left top no-repeat;
	display:block;
}


#footer p {
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000;
}

/* Simple Lists */

#footer li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#footer li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	border:none;
}
#footer li div.footer_dropup a, #footer li ul li a {
	padding:0;
	margin:0;
	display:inline;
}
#footer li ul li:hover {
	color:#ffffff;
}



/* Right Content */
#footer li#footer_right li.social {
	border:none;
	padding:0 0 0 10px;
}
#footer li#footer_right {
	float:right; 
	width:auto;
	margin:7px 45px 0px;
	padding:0px;
	border:none;
}
#footer #footer_right li {
	margin:0; 
	float:left;
	background:none;
	border-right:solid 1px #fff;
	padding:0 10px;
	color: #fff;
}
#footer #footer_right li:last-child {
	border:none;
	padding-right:0;
}
#footer #footer_right li a{
	color: #fff;
}
#footer #footer_right li a.rss{
	background:url(/web/20130618152115/http://www.authentix.com/images/icons/rss2.png) no-repeat;
	padding-left:18px;
}

/* Tooltips for social icons */

a.tooltip:hover {
	text-decoration:none;
}
a.tooltip span { /* The "span" defines the text appearing on mouse hover, these are basic stylings */
	display:none;
	padding:0px 7px 5px 7px;
	bottom:30px;
	position:relative;
	height:24px;
	width:50px;
	text-align:center;
	background:url("/web/20130618152115/http://www.authentix.com/images/tooltip.png") no-repeat center top;
	position:absolute;
	color:#dddddd;
	font-size:11px;
	margin-left:-20px;
}
a.tooltip:hover span {
	display:block;
}

a#footer_trigger{
	position: fixed;
	z-index:998;
	margin:0 auto;
	left:50%;
	margin-left:455px;
	bottom: 0px; 
	width:35px;
	height:35px;
	background:url("/web/20130618152115/http://www.authentix.com/images/footer_button_up.png") right no-repeat #f60;
	display: block;
	/*-moz-box-shadow: 0px 0px 5px #222222;
	-webkit-box-shadow: 0px 0px 5px #222222;
	box-shadow: 0px 0px 5px #222222;*/
}

a#footer_trigger.active {
	background:url("/web/20130618152115/http://www.authentix.com/images/footer_button_down.png") right no-repeat #f60;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}