/* --- Общие_стили и стили index.html --- */

html{
	height:100%;
}
body{
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
img{
	border:0;
	margin:0;
	padding:0;
}
td.tab_td{
	background-color:#F0F0F0;
	border-bottom:1px solid #bababa;
}
td
{
	background-color:#fff;
	border-right:1px solid #bababa;
	
}



h1{
	font-size:24px;
	color:#666;
}
h2{
	font-size: 18px;
	color:#333;
}
h3{
	font-size: 14px;
	color:#000;
}
h4{
	font-size: 12px;
	color:# 9C0;
}
h5, h6{
	font-size: 9px;
	color:#000;
}

a {
color:#9C0;
text-decoration:none;
list-style:none;
}

a:hover {
 text-decoration:none;
 color:#C00;

}
	
/* wrapper(вся_страница)-блок */

#wrapper{
	width:1000px;
	margin:0 auto;
	height:100%;
	position:relative;
}
#wrapper2{
	width:100%;
	float:left;
	position:relative;
}
/* Боковые тени */
#wrapper .shadow-left{
	width:28px;
	height:100%;
	position:absolute;
	left:-28px;
	top:0;
	background:url(../images/bg-shadow-l.jpg) repeat-y;
}
#wrapper .shadow-right{
	width:28px;
	height:100%;
	position:absolute;
	right:-28px;
	top:0;
	background:url(../images/bg-shadow-r.jpg) repeat-y;
}
/* Шапка (header) */
#header{
	width:100%;
	height:158px;
	position:relative;
	float:left;
}
/* Логотип */
#header .logo{
	width:174px;
	height:124px;
	position:absolute;
	left:60px;
	top:34px;
	display:block;
}
#header .logo a{
	display:block;
	width:174px;
	height:124px;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	color:transparent;
}
#header h1{
	color:#4f4f4f;
	font:34px "Georgia", Arial, Helvetica, sans-serif;
	position:absolute;
	left:380px;
	top:75px;
	font-weight:normal;
	line-height:38px;
}
#header h1 span{
	color:#010101;
	font-size:22px;
}
#header h2{
	font:15px Arial, Helvetica, sans-serif;
	color:#a41100;
	position:absolute;
	left:380px;
	top:120px;
}
#header form{
	width:203px;
	height:18px;
	position:absolute;
	right:42px;
	top:90px;
}
#header form div{
	height:18px;
	float:left;
}
#header input{
	width:18px;
	height:18px;
}
#header input.text{
	width:160px;
	height:18px;
	border:0;
	background:url(../images/bg-input.gif) no-repeat;
	font:14px Arial, Helvetica, sans-serif;
	padding:0 7px;
	margin-right:10px;
}
/* Картинки --- (index.html) --- */
#wrapper2 .img-flower{
	width:416px;
	height:302px;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/img-flower.gif) no-repeat;
}
#wrapper2 .img-reptile{
	width:378px;
	height:61px;
	position:absolute;
	left:-72px;
	bottom:0;
	background:url(../images/img-reptile.gif) no-repeat;
}
/* Главный блок (main) */
#main, #main .frame{
	width:100%;
	float:left;
	padding:0;
	overflow:visible;
}
#main h2.title-block{
	color:#000000;
	font-size:16px;
}
#main p.text-block{
	color:#666666;
	font-size:11px;
	line-height:15px;
	margin:5px 0 0;
}
/* Правый блок (sidebar) */
#sidebar{
	width:235px;
	float:left;
	height:auto;
}
/* Меню (правый блок) */
#sidebar .nav{
	width:172px;
	float:left;
	margin:57px 0 0;
}
#sidebar .nav .top{
	width:100%;
	height:5px;
	background:url(../images/bg-nav-t.gif) no-repeat;
	float:left;
}
#sidebar .nav .content{
	width:100%;
	background:#789a1b url(../images/bg-nav.gif) repeat-x;
	min-height:154px;
	float:left;
	padding-bottom:5px;
	overflow:hidden;
}
#sidebar .nav .bottom{
	width:100%;
	height:5px;
	background:url(../images/bg-nav-b.gif) no-repeat;
	float:left;
}
#sidebar .nav ul{
	margin:0 0 0 55px;
	padding:0;
	list-style:none;
}
#sidebar .nav ul li{
	margin:8px 0 0;
	padding:0 0 0 15px;
}
#sidebar .nav ul li.active{
	background:url(../images/bull-nav.gif) no-repeat 0 50%;
	padding-left:20px;
}
#sidebar .nav ul li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#fefefe;
	text-decoration:none;
	text-transform:uppercase;
}

/* Блок контента (content) */
#content{
	width:765px;
	float:left;
	position:relative;
	margin-bottom:50px;
}
#content ul.catalog{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:149px;
	top:0;
}
#content ul.catalog li{
	margin:0;
	padding:0;
	float:left;
}
#content ul.catalog li a.dog{
	display:block;
	width:64px;
	height:57px;
	background:url(../images/ico-catalog01.gif) no-repeat;
	color:transparent;
}
#content ul.catalog li a.cat{
	display:block;
	width:57px;
	height:65px;
	background:url(../images/ico-catalog02.gif) no-repeat;
	color:transparent;
	margin-left:5px;
}
#content ul.catalog li a.bird{
	display:block;
	width:57px;
	height:78px;
	background:url(../images/ico-catalog03.gif) no-repeat;
	color:transparent;
	margin-left:12px;
}
#content ul.catalog li a.rat{
	display:block;
	width:68px;
	height:57px;
	background:url(../images/ico-catalog04.gif) no-repeat;
	color:transparent;
	margin-left:1px;
}
#content ul.catalog li a.reptile{
	display:block;
	width:57px;
	height:73px;
	background:url(../images/ico-catalog05.gif) no-repeat;
	color:transparent;
	margin:-15px 0 0 12px;
}
#content ul.catalog li a.fish{
	display:block;
	width:57px;
	height:57px;
	background:url(../images/ico-catalog06.gif) no-repeat;
	color:transparent;
	margin-left:12px;
}
#content .img-cat{
	margin:0 0 0 -20px;
	width:731px;
	height:436px;
	background:url(../images/img-cat.jpg) no-repeat;
}
#content .divider{
	width:100%;
	height:144px;
}
/* Картинки --- (index.html) --- */
#footer{
	width:100%;
	height:47px;
	float:left;
	position:relative;
}
#footer h5.phone{
	font:16px Arial, Helvetica, sans-serif;
	color:#7ca800;
	font-weight:bold;
	text-align:center;
}
#footer h6.copyright{
	color:#878484;
	font-size:9px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
}
#footer h6.copyright span{
	color:#000;
}
#footer .designed{
	width:210px;
	height:12px;
	background:url(../images/bg-footer.png) no-repeat;
	position:absolute;
	right:42px;
	bottom:18px;
}
#footer .designed h6{
	color:#000;
	font-weight:normal;
	margin-left:45px;
	font-size:10px;
}
#footer .designed h6 a{
	text-decoration:none;
	color:#666;
}
#footer .designed h6 a span{
	color:#f00;
}

/* --- catalog ---*/

/* Картинки --- (catalog.html) --- */
#wrapper2 .img-reptile2{
	width:166px;
	height:241px;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/img-reptile2.jpg) no-repeat;
}
#wrapper2 .img-grasscat{
	width:1046px;
	height:266px;
	position:absolute;
	left:-46px;
	bottom:0;
	background:url(../images/img-grasscat.gif) no-repeat;
}
/* Текстовый блок (sidebar) */
#sidebar.catalog .nav{
	margin-top:83px;
}
#sidebar .textblock{
	width:100%;
	margin:50px 0 0;
}
#sidebar h2.title-block{
	text-align:center;
}
#sidebar p.text-block{
	margin:5px 28px 0;
}
/* Текстовый блок (content) */
#content .textblock{
	padding: 0 20px 0 0;
	margin:40px 0 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content h2.title-block{
	margin:10px 0 21px;
}
#content p.text-block{
	margin:13px 44px 0 39px;
	padding: 0 11px;
}
#content .text-block.nomargin-t{
	margin-top:0;
}
/* Блок новостей (content) */
#content .newsblock{
	margin-left:5px;
	width:760px;
	z-index:2;
}
#content .newsblock .top{
	width:100%;
	height:5px;
	background:url(../images/bg-news-t.gif) no-repeat;
}
#content .newsblock .content{
	width:100%;
	background:#eee;
	min-height:154px;
	overflow:hidden;
}
#content .newsblock .bottom{
	width:100%;
	height:5px;
	background:url(../images/bg-news-b.gif) no-repeat;
}
#content .divider.catalog{
	height:83px;
}
#content .newsblock .content .text{
	width:275px;
	float:left;
	min-height:154px;
	font-size:12px;
}
#content .newsblock .content .images{
	width:485px;
	float:left;
	min-height:154px;
}
#content .newsblock .text h3{
	color:#980000;
	font-size:16px;
	margin:6px 40px 0 30px;
	line-height:18px;
}
#content .newsblock .text p.text-block{
	margin:3px 40px 0 30px;
	font-size:14px;

}
#content .newsblock .content .images img{
	margin-right:11px;
}
/* Футер */
#footer.catalog{
	height:110px;
}
#footer.catalog .designed{
	bottom:73px;
}
/* Каталог */
.block_category {
	font-size:12px;
width:335px;
float:left;
margin-top:20px;
padding-right: 30px;
}
.block_category h3 {
margin-bottom:0.7em;
}
.block_category h3 a {
color:#000000;
}
.block_category h3 a:hover {
text-decoration:none;
color:#F90;
}
.catalog_bl {
width:99%;
clear:both;
float:left;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dashed #888888;
}
.subcategory img {
float:left;
margin-right:5px;
}
.clear {
width:100%;
clear:both;
font-size:0;
}

