@import "menu.css";
@import "index.css";

*{ margin:0px; padding:0px}
body{ background:url(../images/bg.gif) repeat-x; text-align:center; font:Arial; font-size:14px}

#bg{ background:url(../images/bg_page.png) repeat-y; width:776px; margin:auto}
*html #bg{background-image:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='images/bg_page.png', sizingMethod='scale');}

#page{ width:760px; text-align:left; margin:auto}
#header{ height:120px; background:url(../images/bg_header.gif) repeat-x;}
#content_index{ background:url(../images/bg_content_index.gif) no-repeat 10px 90px; padding:0px 5px}
#content{padding:0px 10px}
#footer{ height:64px; background:url(../images/bg_footer.gif) repeat-x; color:#FFFFFF; clear:both; margin-top:30px}
#logo{ float:left; margin-left:15px;}
#menu{float:right; height:76px; }


.inputs{width:250px; border: #CCCCCC 1px solid}


/* Links */

#footer a:link, #footer a:visited, #footer a:active { color:#FFFFFF; text-decoration:none}
#footer a:hover {color:#FFFFFF; text-decoration:underline}

#service a:link, #service a:visited, #service a:active { color:#0066CC; text-decoration:none}
#service a:hover {color:#000; text-decoration:none}

/* clientes */

.clientes{float:left; margin-right:5px; margin-bottom:5px; width:100px; height:80px; background-color:#DEFBFE; border:#00CCCC 1px dashed}