/* Retail Store POS Software CSS Document */

body{
background-color:#D9E6DF;
}

#banner_top{
width:980px;
height:10px;
}

#banner_left{
width:140px;
height:150px;
background-image:url(../images/banner_left.gif);
background-repeat:no-repeat;
}

#banner_center{
width:700px;
height:150px;
}

#banner_right{
width:140px;
height:150px;
background-image:url(../images/banner_right.gif);
background-repeat:no-repeat;
}

#menu{
width:980px;
height:40px;
background-image:url(../images/menu.gif);
background-repeat:repeat-y;
}

#content{
width:920px;
height:auto;
padding-left:30px;
padding-right:30px;
text-align:left;
vertical-align:top;
background-image:url(../images/content.gif);
background-repeat:repeat-y;
}

#footer_left{
width:140px;
height:150px;
background-image:url(../images/footer_left.gif);
background-repeat:no-repeat;
}

#footer_center{
width:700px;
height:100px;
padding-top:50px;
text-align:center;
background-image:url(../images/footer_center.gif);
background-repeat:no-repeat;
}

#footer_right{
width:140px;
height:150px;
background-image:url(../images/footer_right.gif);
background-repeat:no-repeat;
}

.footer_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

a.footer_link{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#005525;
}

a.footer_link:link{
text-decoration:none;
}

a.footer_link:hover{
color:#00FF00;
text-decoration:none;
}

a.footer_link:visited{
text-decoration:none;
}

a.res_link{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#005525;
}

a.res_link:link{
text-decoration:none;
}

a.res_link:hover{
color:#00FF00;
text-decoration:none;
}

a.res_link:visited{
text-decoration:none;
}