/* @override http://www.focalpointministries.org/_css/styles.css */

* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #002970 none;
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container-outer{
	background: url(../_img/content_bgNEW.jpg) repeat-x 1px 0;
}

#container{
   width: 960px;
   margin: 0 auto;
	background: none no-repeat;
}

a{
   overflow: hidden;
}

a.addthis_button{
  display: block;
  clear: both;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   position: relative;
   float: left;
   width: 960px;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 250px;
   height: 90px;
   background: url(../_img/logo.jpg) no-repeat;
   text-indent: -9999px;
	margin: 22px 0 3px 110px;
}

#header h1 a{
   display: block;
   width: 250px;
   height: 90px;
}

#header #meta-nav{
   position: absolute;
   bottom: 0;
   right: 102px;
   padding: 7px 0 9px;
   background: #275696 url(/_img/bg_meta-nav.gif) repeat-x;
}

#header #meta-nav p{
   color: #fff;
   font-size: 1.2em;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#header #meta-nav a{
   padding: 0 13px;
   color: #fff;
   text-decoration: none;
}

#header #meta-nav a:hover{
   color: #e0e1df;
}

.clear{
	
}
/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Navigation
---------------------------------------------------------------------
*/

#nav{
   float: right;
   width: 197px;
   min-height: 319px;
   height: auto !important;
   height: 319px;
   padding: 69px 7px 0;
   border: 1px solid #496caa;
   border-top: 0;
   border-bottom: 0;
   background: url(/_img/bg_nav.gif) repeat-x;
}

body#store #nav{
  clear: right;
  background-position: left -102px;
  border-top: 0;
}

body#home #nav{
   width: 188px;
   min-height: 349px;
   height: auto !important;
   height: 349px;
   padding: 70px 1px 0;
}

#nav li{
   font-size: 1.1em;
   font-weight: bold;
   font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
   letter-spacing: .1em;
   list-style: none;
}

#nav li a{
   display: block;
   padding: 7px 0 7px 30px;
   background: url(/_img/bg_nav_li_a.gif) no-repeat 17px 9px;
   color: #fff;
   text-decoration: none;
}

#nav li.current a,
#nav li.current li.current a,
#nav li.current li.current li.current a{
   background: url(/_img/bg_nav_li_current_a.gif) no-repeat 11px 9px;
}

#nav li.current li a,
#nav li.current li.current li a{
   background: url(/_img/bg_nav_li_a.gif) no-repeat 17px 9px;
}

#nav li li,
#nav li.current li li{
   display: none;
   margin-left: 15px;
   font-size: 1em;
}

#nav li.current li,
#nav li.current li.current li{
   display: block;
}

#nav li a:hover,
#nav li.current li a:hover,
#nav li.current li.current a:hover,
#nav li.current li.current li.current a:hover{
   padding: 6px 0 6px 29px;
   border: 1px solid #5679b5;
   background: #c4d3ee url(/_img/bg_nav_li_a_hover.gif) no-repeat;
	color: #082860;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   clear: left;
   width: 765px;
   margin: 0 auto;
   padding: 7px;
   border: 1px solid #c2c2c2;
   background: #F9F9F7;
}

#container-inner #home-header{
   display: block;
   margin-bottom: 7px;
   border: 3px solid #555;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   position: relative;
   float: left;
   width: 765px;
   margin-bottom: 3px;
   padding-bottom: 30px;
   background: url(/_img/bg_content-wrap.gif) repeat-y right 0;
}

body#home #content-wrap{
   padding-bottom: 0;
   background: url(/_img/bg_content-wrap_home.gif) repeat-y 379px 0;
   position: relative;
}

#content-wrap #search{
   position: absolute;
   top: 17px;
   right: 28px;
   width: 166px;
}

body#home #content-wrap #search{
	z-index: 1000;
	height: 40px;
	width: 170px;
	display: block;
	white-space: normal;
	overflow: visible;
	float: left;
	position: relative;
	left: 390px;
}

body#store #content-wrap #search{
  top: 120px;
}

#content-wrap #search h3{
   margin-bottom: .25em;
   color: #fff;
   font-size: 1.1em;
   text-transform: uppercase;
}

body#home #content-wrap #search h3{
   color: #FFFFFF;
}

#content-wrap #search form input#search_term{
   float: left;
   width: 127px;
   margin-right: 3px;
   padding: 5px 3px 4px;
   border: 1px solid #c4d3ee;
   color: #545454;
   font-size: 1.2em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content-wrap #search form a#search_go{
   float: left;
   display: block;
   width: 28px;
   height: 25px;
   background: url(/_img/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}



#content-wrap #home-box{
   float: right;
   width: 178px;
   margin: 0 0 0 16px;
}

#content-wrap #home-box h3{
   margin-bottom: 6px;
   color: #FFF;
   font-size: 1.2em;
   text-transform: uppercase;
}

#content-wrap #home-box div{
   width: 161px;
   height: 132px;
   padding: 10px 0 0 6px;
   margin-bottom: 8px;
}

#content-wrap #home-box #home-box_1{
   background: url(/_img/bg_home-box_1.gif) no-repeat;
}

#content-wrap #home-box #home-box_2{
   background: url(/_img/bg_home-box_2.gif) no-repeat;
}

#content-wrap #home-box #home-box_3{
   background: url(/_img/bg_home-box_3.gif) no-repeat;
}

#content-wrap #home-box #home-box_4{
   background: url(/_img/bg_home-box_3.gif) no-repeat;
}

#content-wrap #home-box img{
   width: 153px;
   height: 106px;
}

#content-wrap #home-box #home-box_1 img{
   border: 1px solid #5e80bb;
}

#content-wrap #home-box #home-box_2 img{
     border: 1px solid #5e80bb;
}

#content-wrap #home-box #home-box_3 img{
      border: 1px solid #5e80bb;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 507px;
   margin: 25px 0 0 20px;
   padding-bottom: 30px;
   background: url(/_img/bg_content.gif) no-repeat center bottom;
}

body#home #content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 337px;
   margin-right: 22px;
   margin-top: -53px;
   background: none;
   clear: left;
}

body#store #content{
}

#content h3{
   margin-bottom: .5em;
   color: #222;
   font-size: 2.2em;
   font-weight: normal;
  
}

body#home #content h3{
   font-size: 1.9em;
   text-transform: none;
}

#content h4{
   margin-bottom: .5em;
   color: #012a71;
   font-size: 1.6em;
}

#content h5{
   margin-bottom: .5em;
   color: #372A1D;
   font-size: 1.4em;
}

#content h6{
   margin-bottom: .5em;
   color: #012a71;
   font-size: 1.3em;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #545454;
   font-size: 1.3em;
   line-height: 1.15;
}

#content p.verse{
   font-size: 1.4em;
   font-family: Georgia, Times, "Times New Roman", serif;
   font-style: italic;
}

#content ul,
#content ol{
   /*margin-left: 3em;*/
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content li{
   line-height: 1.5;
}

#content ol li{
   list-style-position: inside;
}

#content ul li{
   padding-left: 14px;
   background: url(/_img/bg_content_ul_li.gif) no-repeat left 5px;
   list-style: none;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #004A80;
}

#content a:hover{
   text-decoration: none;
}

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content a img{
  border: none;
}

#content img#detailimg{
	float: none;
}

#sermon.detail #content img#detailimg{
  margin-top: -25px;
}
#content #text{
   clear: both;
   position: relative;
   z-index: 0;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#content #mediabox{
   float: right;
   width: 125px;
/*   padding: 5px 5px 0;
   border: 1px solid #F00;
   font-size: 1.1em;
   list-style: none;
*/}

#content #mediabox li{
   margin-bottom: 5px;
   padding: 0;
   background: none;
   /*text-indent: -9999px;*/
   font-size: 11px;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
   text-align: center;
}

#content #mediabox li a{
   display: block;
   width: 109px;
   height: 19px;
   padding-top: 6px;
   color: #FFF;
   background-repeat: no-repeat;
   text-decoration: none;
}

#content #mediabox li.sl_listen a{
   width: 95px;
   padding-left: 14px;
   background-image: url(/_img/bg_current-sermon_listen.gif);
}

#content #mediabox li.sl_download a{
   width: 95px;
   padding-left: 14px;
   background-image: url(/_img/bg_current-sermon_download.gif);
}

#content #mediabox li.sl_video a{
   width: 95px;
   padding-left: 14px;
   background-image: url(/_img/bg_current-sermon_video.gif);
}

#content #mediabox li.sl_notes a{
   width: 95px;
   padding-left: 14px;
   background-image: url(/_img/bg_current-sermon_notes.gif);
}

/*#content #mediabox li{
   margin-bottom: 5px;
   padding: 0;
   background: none;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}
*/

#content #mediabox li#mb_print a{
   background-image: url(/_img/mb_print.gif);
}

#content #mediabox li#mb_video a{
   background-image: url(/_img/mb_video.gif);
}

#content #mediabox li#mb_download a{
   background-image: url(/_img/mb_download.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/_img/mb_notes.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/_img/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/_img/mb_podcast.gif);
}

/* Sermon Comments */
#content .comment h4,
#comments form label{
  margin-bottom: .5em;
  color: #012a71;
  font-size: 1.4em;
}
#content .commentText{
   margin-left: 1em;
   margin-bottom: 1em;
   color: #545454;
   font-size: 1.3em;
   line-height: 1.15;
}

#content form textarea{
  width: 100%;
  margin: 5px 0 10px;
}

#content #new-here{
   float: left;
   width: 135px;
   height: 84px;
   margin: 25px 17px 0 0;
   padding: 31px 25px 0 29px;
   background: url(/_img/bg_new-here.gif) no-repeat;
}

#content #new-here h3{
   text-indent: -9999px;
}

#content #new-here p{
   color: #363636;
}

#content #new-here a{
   color: #1d4487;
   text-decoration: none;
}

#content #new-here a:hover{
   text-decoration: underline;
}

#content #podcast{
   float: left;
   width: 118px;
   margin-top: 30px;
   padding: 73px 0 0 13px;
   background: url(/_img/bg_podcast.gif) no-repeat;
}

#content #podcast a{
   text-decoration: none;
}

#content #podcast a:hover{
   text-decoration: underline;
}

/* calendar */

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #37291D;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #4a6dab;
   font-size: 1.4em;
}

#content table.calendar caption span{
   color: #4a6dab;
}

#content table.calendar th{
   padding: 6px 0;
   background: #012a71;
   color: #fff;
   font-size: 1.3em;
   font-weight: bold;
   text-transform: uppercase;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #bcbcbc;
   color: #545454;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td a{
   text-decoration: none;
}

#content table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
}

#content table.calendar td li a{
   text-decoration: underline;
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

#content p#pagination{
	line-height: 1.4;
}

#content p#pagination a{
  margin: 2px 3px;
  padding: 2px 3px;
}

#content p#pagination a#current,
#content p#pagination a#previous,
#content p#pagination a#next{
  background: #004A80;
  color: #ffffff;
  text-decoration: none;
}

#content p#pagination a#off{
  display: none;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   clear: right;
   float: right;
   width: 179px;
   margin-right: 17px;
   padding-top: 17px;
   border-top: 1px solid #d5dfed;
}

body#home #sidebar{
   border: 0;
}

body#store #sidebar{
  border: 0;
  width: 197px;
  padding:17px 7px 0;
  margin-right: 0;
  background: url(/_img/bg_nav.gif) repeat-x;
  border-top: 1px solid #496caa;
  border-right: 1px solid #496caa;
  border-left: 1px solid #496caa;
}

#sidebar h3{
   margin-bottom: .5em;
   color: #fff;
   font-size: 1.1em;
   font-weight: bold;
   font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
   letter-spacing: .1em;
	margin-top: 15px;
}

#sidebar h4,
#sidebar h5,
#sidebar h6{
   margin-bottom: .5em;
   color: #372A1D;
   font-size: 1.1em;
   font-weight: bold;
}

#sidebar h4{
  margin: 1em 0;
  font-size: 1.2em;
}

#sidebar p,
#sidebar li{
   margin-bottom: 1em;
   color: #d5dfed;
   font-size: 1.1em;
   line-height: 1.25;
}

#sidebar ul,
#sidebar ol{
	margin: 0 0 0 34px;
}

#sidebar li{
   margin-bottom: .25em;
}

#sidebar a{
   color: #d2dcea;
}

/* =Products
---------------------------------------------------------------------
*/

#text .products{
  clear: both;
  margin-bottom: 15px;
}

#content p.price{
  float: left;
  margin: 3px 10px 10px 0;
}

#content h4.family{
  margin: 0 0 5px 0;
}

#content div.individual{
  clear: both;
  margin-bottom: 15px;
}

#content div.individual form{
  padding-top: 2px;
}

table.monkCart th{
  margin-bottom: .5em;
  color: #012a71;
  font-size: 1.4em;
}

table.monkCart{
  width: 100%;
}

table.monkCart td{
  text-align: center;
}

table.monkCart input.qty{
  margin-left: 12px;
  text-align: center;
  margin-bottom: 5px;
}

table.monkCart input.button{
  margin: 0 0 10px 0;
}

table.monkCart tr.item td{
  vertical-align: top;
  padding: 8px;
  text-align: left;
}

table.monkCart tr.total td{
  padding: 8px;
  text-align: right;
  font-weight: bold;
}

table.monkCart tr td.amount{
  text-align: center;
}

div.checkout,
div.empty{
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

div.cartCheckout p{
  float: left;
  margin-right: 10px;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   padding-bottom: 75px;
}

#footer p{
   float: left;
   color: #898989;
   font-size: 1.2em;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #052e74;
   text-decoration: none;
}

#footer a:hover{
   text-decoration: underline;
}

#footer #footer-inner{

   margin-bottom: 15px;
   padding: 34px 25px 40px;
   background: #535353 url(/_img/bg_footer.gif) repeat-x;
}

#footer #footer-inner h3{
   margin-bottom: .75em;
   padding: 11px 0 8px;
   border-bottom: 3px solid #d5dfed;
   color: #FFF;
   font-size: 1.3em;
   text-transform: uppercase;
	text-align: left;
}

#footer #footer-inner #news{
   float: left;
   width: 220px;
   margin-right: 25px;
}

#footer #footer-inner #news h4{
   margin-bottom: .5em;
   font-size: 1.3em;
   clear: both;
}

#footer #footer-inner #news h4 a{
   color: #fff;
}

#footer #footer-inner #news p{
   margin-bottom: 2em;
   color: #FFF;
   font-size: 1.2em;
   line-height: 1.25;
}

#footer #footer-inner #news p.byline{
   color: #d5dfed;
   font-size: 1.1em;
   margin-bottom: 8px;
}

#footer #footer-inner #news a.more{
   margin-left: 3px;
   padding-right: 10px;
   background: url(/_img/bg_more.gif) no-repeat right center;
   color: #032c73;
   font-weight: bold;
}

#footer #footer-inner #recent-articles{
   float: left;
   width: 220px;
   margin-right: 25px;
}

#footer #footer-inner #recent-articles h3{
   margin-bottom: 1px;
}

#footer #footer-inner #recent-articles .article{
   position: relative;
   margin-bottom: 1px;
   padding: 10px 12px 11px;
   border-bottom: 1px solid #473C30;
}

#footer #footer-inner #recent-articles .article:hover{
   border: 0;
   padding-bottom: 12px;
   background: #433829 url(/_img/bg_article.gif) repeat-x left bottom;
}

#footer #footer-inner #recent-articles .article h4{
   width: 160px;
   margin-bottom: .25em;
   font-size: 1.2em;
   line-height: 1.2;
}

#footer #footer-inner #recent-articles .article h4 a{
   color: #4a6dab;
}

#footer #footer-inner #recent-articles .article p{
   float: none;
   font-size: 1.1em;
   color: #FBFBFB;
}

#footer #footer-inner #recent-articles .article li{
   text-indent: -9999px;
   list-style: none;
}

#footer #footer-inner #recent-articles .article li a{
   position: absolute;
   top: 16px;
   right: 5px;
   width: 15px;
   height: 14px;
   background-repeat: no-repeat;
   background-position: left top;
}

#footer #footer-inner #recent-articles .article li.download a{
   right: 25px;
   background-image: url(/_img/bg_footer_download.gif);
}

#footer #footer-inner #recent-articles .article li.play a{
   background-image: url(/_img/bg_footer_play.gif);
}

#footer #footer-inner #recent-articles .article:hover li a{
   background-position: left bottom;
}

#footer #agenda{
   float: left;
   width: 220px;
   margin-right: 25px;
}

#footer #agenda ul{
   float: left;
   width: 220px;

   list-style: none;
}

#footer #agenda li{
   float: left;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
	border-bottom: 1px solid #636363;
	padding-bottom: 8px;
	padding-top: 8px;
}

body #footer #agenda li h3{
	text-align: left;
	font-size: 1.2em;
	text-transform: capitalize;
	border-style: none;
	
	
	margin-bottom: 0;
	padding-bottom: 2px;
	margin-top: 0;
	padding-top: 0;
}

body #footer #agenda li p{
	text-align: left;
	font-size: 1.1em;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0;
}

body #footer #agenda li a{
   display: block;
   padding-top: 11px;
   color: #FFF;
   outline: 0;
}

#footer #agenda li#an_agenda a{
   width: 72px;
}

#footer #agenda li#an_calendar{
   width: 88px;
}

#footer #agenda li#an_agenda a.current{
   background: url(/_img/bg_agenda_li_agenda.gif) no-repeat;
   color: #513E2E;
}

#footer #agenda li#an_calendar a.current{
   background: url(/_img/bg_agenda_li_calendar.gif) no-repeat;
   color: #535353;
}

#footer #agenda li a:hover{
   text-decoration: none;
}

#footer #agenda p.more{
   float: none;
   padding-top: 10px;
   text-align: right;
   text-transform: lowercase;
}

#footer #agenda p.more a{
   color: #4a6dab;
}

#footer #agenda .event{
   clear: left;
   float: left;
   width: 220px;
   padding: 5px 0;
   border-bottom: 1px solid #616161;
}

#footer #agenda .event:hover{
   border: 0;
   margin-top: 1px;
   padding: 4px 0 6px;
   background: #5a5a5a none repeat-x left bottom;
}

#footer #agenda .event h4{
   float: left;
   width: 23px;
   margin-right: 9px;
   padding: 7px 3px 8px;
   background: #777;
   color: #dcdcdc;
   font-size: 1em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
   text-align: center;
   text-transform: lowercase;
}

#footer #agenda .event h4 span.date{
   font-size: 1.2em;
}

#footer #agenda .event h4 span.month{
   font-size: 1.1em;
}

#footer #agenda .event h5{
   margin: .25em 0;
   font-size: 1.2em;
}

#footer #agenda .event h5 a{
   color: #fff;
}

#footer #agenda .event p{
   float: none;
   margin: 0;
   color: #d5dfed;
   font-size: 1.1em;
}

#footer #agenda table.calendar{
   clear: both;
   border-collapse: collapse;
	display: inline-block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer #agenda table.calendar caption{
   margin: .5em auto;
   color: #FFF;
   font-size: 1.2em;
   font-weight: bold;
}

#footer #agenda table.calendar caption span{
   color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}

#footer #agenda table.calendar th{
   background: #d5dfed;
   padding: 6px 0;
   color: #535353;
   font-weight: bold;
   text-align: center;
}

#footer #agenda table.calendar td{
   width: 28px;
   height: 28px;
   color: #FFF;
   font-weight: normal;
   text-align: center;
}

#footer #agenda table.calendar td.linked-day{
   padding: 1px 1px;
}

#footer #agenda table.calendar a{
   display: block;
   padding: 7px;
   background: #c4d3ee;
   color: #012a71;
   text-decoration: none;
   font-weight: bold;
}

#footer #footer-inner #contact-information{
   float: left;
   width: 220px;
}

#footer #footer-inner #contact-information h4{
   margin-bottom: .5em;
   color: #FFF;
   font-size: 1.4em;
}

#footer #footer-inner #contact-information p{
   float: none;
   margin-bottom: .5em;
   color: #FFF;
   font-size: 1.1em;
   line-height: 1.2;
}

#footer #footer-inner #contact-information a{
	color: #d5dfed;
}

#footer #footer-inner #contact-information p.mail{
   margin-bottom: 1em;
}

#footer #footer-inner #contact-information p.mail a{
   padding-left: 20px;
   background: url(/_img/bg_contact-information_a.gif) no-repeat left center;
   color: #4a6dab;
}

#footer #footer-inner #contact-information img{
   padding: 1px;
   border: 3px solid #1D150E;
   background: #D1CFCE;
}
