/* global footer color code */

.global_footer_title_color { color:#666; }

.footer_nav{ background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );  /* IE6-9 */width:100%; float:left; display:block;
padding-bottom:1em; }
.footer_bottom{background: rgb(126,126,126); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(126,126,126,1) 0%, rgba(136,136,136,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,126,126,1)), color-stop(100%,rgba(136,136,136,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(126,126,126,1) 0%,rgba(136,136,136,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(126,126,126,1) 0%,rgba(136,136,136,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(126,126,126,1) 0%,rgba(136,136,136,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(126,126,126,1) 0%,rgba(136,136,136,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
width:100%; float:left; display:block; }

.full-footer {cursor: pointer; width:82%; right:0%; margin-top:1.5em; position:absolute; text-align:center; border:1px dashed #CCC; background:#eee;  }