Всем привет помогите решить вопрос на сайте используется css и дивы _www.tandem-med.ru нужно создать пункт меню с таким же оформлением как контакты и о компании, вопрос в том где это оформление прикрутить intem 67 и есть та самая рамочка оформления Код (CODE): /** * @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $ * @author Design & Accessible Team ( Angie Radtke / Robert Deutz ) * @package Joomla * @subpackage Accessible-Template-Beez * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant to the * GNU General Public License, and as distributed it includes or is derivative * of works licensed under the GNU General Public License or other free or open * source software licenses. See COPYRIGHT.php for copyright notices and * details. */ * { margin: 0; padding: 0; } body{ background: url(../images/sidebar.jpg) repeat-y; color: #000000; font-family: arial, helvetica, sans-serif; font-size: 100.1%; padding: 0px; text-align: center; width:100%; height:100%; } /* ################ Position ################ */ #all{ color: #000000; font-size: 0.8em; /* max-width: 100%contentarea;*/ width:100%; position:relative; min-height:100%; /* margin-bottom:-1000px; overflow:hidden;*/ text-align: left; } #page { } h2.contentheading { margin-bottom:20px; margin-top:12px; color:#00923F; } .moduletable_menu h3{ visibility:hidden; } #header { /* background: #fff;*/ color: #000000; margin: 0; height:145px; position: relative; text-align: right; border: 0px solid #00f; } #contentarea, #contentarea2 { border: solid 0px #000; margin: 0; padding: 0px 0px 0px 0px; position: relative; overflow: hidden; } #wrapper { margin: 0 0 0 320px; border:0px solid #0f0;} #left{ /* background: #FFFFFF;*/ border-right: solid 0px #FFFFFF; float: left; margin: 0px 0 0 20px; width: 260px; border:0px solid #f00; margin-bottom:80px; } .item67, .item68{ background: url(../images/about.jpg) no-repeat; height:38px; text-align:center; margin-bottom:30px; padding-top:8px; font-weight:bold; text-transform:uppercase; border:0px solid #000;} .item67, .item68{ /* font-weight:bold;*/ font-size:16px; font-weight:bold; } #right { color: #000; float:left; width: 28%; padding-top:10px } #main2 { background: #fff; width:64%; padding: 25px 20px 20px 20px; position: relative; min-height:520px; float:left; } #main { background: #fff; margin: 0 0px 0 0; padding: 25px 20px 20px 20px; position: relative; } /* ###################### generell ###################### */ .unsichtbar,.u2,.invisible , .unseen { display: inline; height: 0px; left: -3000px; position: absolute; top: -2000px; width: 0px; z-index: 200; } .wrap { border: 0; clear: both; float: none; font-size: 1px; height: 0; line-height: 1px; margin: 0; padding: 0; visibility: hidden; } #logo { font-size: 1em !important; font-weight: bold !important; position: relative; text-align: left; text-transform: none !important; z-index: 0; margin-top: 1em; } #logo img { display: block; } #logo span { display: block; margin: 0px 0 0 100px !important; border-bottom: solid 1px #666; } /* ############### main * ########################### */ /* position */ .leading { background: #FFFFFF url(.C./images/biene.gif) no-repeat top left; border: solid 1px #CCCCC; color: #000000; margin: 30px 0px 10px 0px; padding: 20px 20px 40px 120px; position: relative; } .leading_separator { border-bottom: solid 0px #333333; display: block; height: 10px; margin: 0 0 0px 0; } .article_separator { border: solid 1px #333333; display: none; margin: 0px 0 0px 0; } .blog { padding: 0; } .cols1 { display: block; float: none !important; margin: 0 !important; } .cols2 { width: 45%; } .cols3 { width: 30%; } .column1 , .column2 { border: solid 0px #D4A7C5; margin: 0 5px 0 0; position: relative; } .column2 , .column1 { float: left; margin: 0; } .column2 { float: right; margin: 0; width: 45%; } .article_row { margin: 0px 0 0px 0; padding: 0; overflow: hidden; } .article_column { border: solid 0px #ccc; padding: 10px 10px 10px 0; } .row_separator2 { display: block; clear: both; margin: 0; border: solid 0px; } а вот код самого шаблона index.php Код (CODE): <?php /** * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ defined('_JEXEC') or die('Restricted access'); $url = clone(JURI::getInstance()); $showRightColumn = $this->countModules('user1 or user2 or right or top'); $showRightColumn &= JRequest::getCmd('layout') != 'form'; $showRightColumn &= JRequest::getCmd('task') != 'edit' ?> <?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/beez/css/template.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/beez/css/position.css" type="text/css" media="screen,projection" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/beez/css/layout.css" type="text/css" media="screen,projection" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/beez/css/print.css" type="text/css" media="Print" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/beez/css/general.css" type="text/css" /> <?php if($this->direction == 'rtl') : ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/beez/css/template_rtl.css" type="text/css" /> <?php endif; ?> <!--[if lte IE 6]> <link href="<?php echo $this->baseurl ?>/templates/beez/css/ieonly.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE 7]> <link href="<?php echo $this->baseurl ?>/templates/beez/css/ie7only.css" rel="stylesheet" type="text/css" /> <![endif]--> </head> <body> <div id="all"> <div id="header"> <div id="header-left"><a href="index.php" title="<?php echo $siteName; ?>"><img src="<?php echo $this->baseurl ?>/templates/beez/images/header_left.jpg" border="0"></a></div> <div id="header-right"><img src="<?php echo $this->baseurl ?>/templates/beez/images/header_right.jpg"></div> </div><!-- end header --> <div id="<?php echo $showRightColumn ? 'contentarea2' : 'contentarea'; ?>"> <a name="mainmenu"></a> <div id="left"> <jdoc:include type="modules" name="left" style="beezDivision" headerLevel="3" /> </div><!-- left --> <a name="content"></a> <div id="wrapper"> <div id="<?php echo $showRightColumn ? 'main2' : 'main'; ?>"> <?php if ($this->getBuffer('message')) : ?> <div class="error"> <h2> <?php echo JText::_('Message'); ?> </h2> <jdoc:include type="message" /> </div> <?php endif; ?> <jdoc:include type="component" /> </div><!-- end main or main2 --> <?php if ($showRightColumn) : ?> <div id="right"> <a name="additional"></a> <h2 class="unseen"> <?php echo JText::_('Additional Information'); ?> </h2> <jdoc:include type="modules" name="top" style="beezDivision" headerLevel="3" /> <jdoc:include type="modules" name="user1" style="beezDivision" headerLevel="3" /> <jdoc:include type="modules" name="user2" style="beezDivision" headerLevel="3" /> <jdoc:include type="modules" name="right" style="beezDivision" headerLevel="3" /> </div><!-- right --> <?php endif; ?> <div class="wrap"></div> </div><!-- wrapper --> </div><!-- contentarea --> </div><!-- all --> <div id="footer"> <div id="studio"><a href="http://www.tatait.ru" target="_blank"><img src="<?php echo $this->baseurl ?>/templates/beez/images/studio.jpg" border="0"></a> </div> <div id="address">© РћРћРћ "ТАНДЕМ-РњРў" Республика Татарстан, 420073, Рі.Казань, СѓР». Спортивная, 33, РѕС„.4 Для писем: 420073, Рі.Казань-73, Р°/СЏ 134<br />Тел./факс: (843) 273-58-36, 25-25-883, 295-80-20 E-mail: <a href="mailto:tandem-m@bk.ru">tandem-m@bk.ru</a></div> </div><!-- footer --> <jdoc:include type="modules" name="debug" /> </body> </html> Если конкретнее то я создаю в адиминке новый пункт меню например Пункт1 где привязать к нему оформление как у КОНТАКТЫ и О КОМПАНИИ. заранее спасибо...