html,body {
    width:100%;
 /*   height:100%;*/
}
*{
    margin:0;
    padding:0;
    font-family: tahoma,arial, sans-serif;
    font-size:11px;
}
body {
    background:#000 url('/images/bg.jpg');
	color:#fff;
}
input {
    vertical-align:middle;
}
img {
	border:0;
    vertical-align:middle;
    margin:0;
    padding:0;
}
a {
	color:#a1a1a1;
	text-decoration:none;
    font-weight:bold;
}
a:hover {
	text-decoration: none;
}
a span {
	font-weight:normal;
	color:#fff;
}
.t_normal {
    font-weight:normal;
}
.t_black {
    color:#000;
}
.t_bold{
    font-weight:bold;
}
.t_gray {
    color:#737373;
}
.clearing {
    font-size:0;
    line-height:0;
    height:0;
    width:0;
    clear:both;
}
.float_l {
    float:left;
}
.float_r {
    float:right;
}
p {
	margin:5px 10px;
}
h1 {
	margin:5px 10px;
	font-size:13px;
	color:#aaa;
}
h1 a {
	font-size:13px;
	color:#aaa;
}

/*----------------- site_body ---------------------------------------*/
.site {
	width:1000px;
	margin:10px auto;
}
.site_body {
	background:#000 url('/images/akoval.gif') no-repeat bottom right;
	border:1px solid #404040;
	padding:0 0 70px 0;
}

/*----------------- header ---------------------------------------*/
.logo {
	margin:3px;
    padding:9px 0px 0px 120px;
    height:77px;
    line-height:1px;
    float:left;
    color:#404040;
    background:url("/images/head_left.gif") no-repeat left top;
}
.logo div {
    padding:5px 120px 15px 12px;
    background:url("/images/head_right.gif") no-repeat right top;
}
/*----------------- navigation ---------------------------------------*/
.navigation {
	border-top:1px solid #404040;
	border-bottom:1px solid #404040;
	padding: 1px 10px;
}
.current_menu {
	color:#fff;
}
ul {
	list-style:none;
}
li {
	display: inline;
}
li a {
	margin:0 2px;
	float:right;
	padding:2px 0px 0px 15px;
    height:18px;
    line-height:1px;
    display:block;
    color:#404040;
    background:url("/images/menu_left.gif") no-repeat left top;
}
li a div{
	padding:7px 25px 10px 12px;
    background:url("/images/menu_right.gif") no-repeat right top;
}
li a:hover {
	color:#fff;
}

/*----------------- content ---------------------------------------*/
.content {
	margin:20px;
}
.catalogue {
	margin:10px 10px 10px 0;
	position:relative;
	padding: 0 15px 5px 0;
	background:url('/images/catalogue_back.gif') no-repeat right bottom;
	float:right;
}
html>body .catalogue {
	margin:10px 15px 10px 0;
}
.catalogue_front {
	position:absolute;
	bottom:0;
	right:0;
	margin:0 -10px -1px 0;
}
html>body .catalogue_front {
	margin:0 -9px 0 0;
}
.category {
	background:#404040;
	width: 700px;
	margin:0 auto;
}
.category td {
	padding:0 20px;
	background:#000;
}
.current_category {
	color:#fff;
}
.category_column {
	float:left;
	width:140px; 
	margin:0 10px;
	border:1px solid #404040;
	border-top:none;
	background:#111111;
}
.photo {
	position:relative;
	bottom:0;
	padding:0 5px 5px 0;
	cursor:pointer;
	float:left;
}
.photo img{
	vertical-align:bottom;
}
.zoom {
	position:absolute;
	bottom:0px;
	right:0;
}
/*----------------- copy ---------------------------------------*/

.copy {
	margin-bottom:10px;
    padding:0px 0px 0px 30px;
    height:33px;
    line-height:1px;
    float:left;
    color:#404040;
    background:url("/images/copy_left.gif") no-repeat left top;
}
.copy div {
    padding:11px 45px 12px 12px;
    background:url("/images/copy_right.gif") no-repeat right top;
}