/* Header logo */

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

/* Footer CSS */
a.footerLink:link { color: #7a7d88; text-decoration: none; }
a.footerLink:visited,
a.footerLink:active { color: #7a7d88; text-decoration: none; }

a.footerLink:hover { color: #dd9933; text-decoration: underline; }

/* Footer header line and border */

.widget-title {
    border-left: 1px solid #eeee22;
    padding: 5;
}

#footer-widgets .col-1  {
    width: 35%;
}
#footer-widgets .col-2  {
    width: 20%;
    padding-top: 157px;
}
#footer-widgets .col-3  {
    width: 21%;
    padding-top: 157px;
}
#footer-widgets .col-4  {
    width: 23%;
    padding-top: 157px;
}

#omOssImgRight img {
		border:15px solid #fff;
  	box-shadow: 5px 5px 30px 5px #ccc;
			-moz-box-shadow: 5px 5px 30px 5px #ccc;
			-webkit-box-shadow: 5px 5px 30px 5px #ccc;
			-khtml-box-shadow: 5px 5px 30px 5px #ccc;
}

