home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------- LAYOUT---*/
- #container {
- /* border: 1px solid gray; */
- width: 712px;
- margin: 10px;
- margin-top: 0px;
- margin-left: auto;
- margin-right: auto;
- }
- #menu {
- font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
- font-size: 10px;
- font-weight: bold;
- height: 70px;
- text-align:left;
- background : url(images/back_menu.gif);
- }
-
-
- /*----------------------------------------------------------------------MENU ---*/
-
- #menu ul, #menu ol, #menu li, img {
- margin: 0; padding: 0;
- border: none;
- }
-
- #menu ul.menu {
- /* border: 1px solid gray; */
- font-weight: bold;
- line-height: normal;
- margin-left: 65px;
- margin-top:45px;
- float: left;
- }
- #menu ul.menu li {
- font-weight: bold;
- display : inline;
- list-style : none;
- font-size: 110%;
- color: #FFF;
- text-transform : uppercase;
- }
- #menu ul.menu li a, #menu ul.menu li a:visited {
- color: #FFF;
- font-weight: bold;
- text-decoration : none;
- }
- #menu ul.menu li a:hover {
- color: #FF6600;
- font-weight: bold;
- text-decoration : none;
- }
- #menu .tel {
- width:184px;
- height:34px;
- float: right;
- margin-top:35px;
- }
-
- /*----------------------------------------------------------------------OTHERS ---*/
- .left {
- float : left;
- }
- .right {
- float : right;
- }
-
- #footer {
- clear: both;
- height:34px;
- padding: 0 20px;
- background : url(images/back_footer.gif) no-repeat bottom;
- }
-
- #footer a, #footer p {
- margin-top:15px;
- color:white;
- font-weight:normal;
- }