@charset "utf-8";
*{
	padding:0px;
	margin:0px;
}
img{border:0px}
body{
	margin:0 auto;
  font-size: 13px;
}
/****-------------web-foot css ----------------------****/

.bot_left{
background-image:url(/images/web/bot_left.gif);
background-position:top right;
background-repeat:repeat-x;
}
.bot_center{
background-image:url(/images/web/bot_center.jpg);
background-position:top left;
background-repeat:no-repeat;
vertical-align:top;
padding:25px 0 0 0;
}
.bot_right{
background-image:url(/images/web/bot_right.gif);
background-position:top left;
background-repeat:repeat-x;
height:170px;
}

.bot_center p{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
.bot_center p a{
color:#FFCD0D;
text-decoration:underline
}
.bot_center p a:visited{text-decoration:underline}
.bot_center p a:hover{text-decoration:none}
#navigation{
text-align:center;
width:100%;
line-height:17px;
padding:0 0 7px 0;
}
#navigation li{
display:inline;
font-family:Tahoma, sans-serif;
font-size:12px;
color:#FFFFFF;
}
#navigation a{
color:#fff;
text-decoration:none;
margin:0 12px 0 12px; 
}
#navigation a:visited{text-decoration:none}
#navigation a:hover{text-decoration:underline}


