/* Фон страницы */
body {
	background: #fff0d6;
}
#bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: transparent url(i/bg-bottom.jpg) repeat-x top left;
}
/* ШАПКА САЙТА */
/* Логотип */
#logo {
	position: absolute;
	
	top: 110px;
	right: 94px;
}
#logo a span {
	visibility: hidden;
}
#logo a {	
	display: block;	
	width: 94px;
	height: 212px;
	
	text-decoration: none;
	
	background: transparent url(i/logo.jpg) no-repeat top left;
}
.col {
	position: absolute;	
	top: 110px;
	left: 0;
	width: 743px;
	height: 189px;
	display: none;
}

#girl {
	position: absolute;
	
	top: 10px;
	left: 30px;
	width: 195px;
	height: 563px;
	
	z-index: 10;
	background: transparent url(i/girl.png) no-repeat top left;	
}
#larisa {
	position: absolute;
	
	top: 10px;
	left: 29px;
	width: 195px;
	height: 563px;
	
	z-index: 11;
	background: transparent;
}
#foot {
	position: absolute;
	top: 350px;
	left: 0;
	width: 160px;
	height: 213px;	
	
	border: 1px solid black;	
	background-image: url(i/girl.png);	
	background-position: 0 210px;
	display: none;
}
#foot-info {
	position: absolute;
	top: 360px;
	left: 195px;
	
	background: #fff;
	border: 1px solid black;
	display: none;
}
#foot-info h2 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
#foot-info p {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
/* ГЛАВНОЕ МЕНЮ */
/* Механизм */
#main-menu {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 80%;
	padding: 0;
	margin: 0;
}
#main-menu ul li {
	position: relative;
	display: block;
	float: left;
}
#main-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;	
	visibility: hidden;
}
#main-menu ul li ul li {
	position: relative;
	display: block;
	float: none;
	width: 100%;
}
#main-menu ul li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;	
}
#main-menu ul li:hover > ul {
	visibility: visible;
}
/* Внешний вид */
#main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main-menu ul li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	background: transparent url(i/main-menu-ico.gif) no-repeat;
	background-position: 100% 60%;
	text-align: center;
}
#main-menu ul li ul {		
	margin: 0;
}
#main-menu ul li:hover ul,
#main-menu ul li.hover ul {
	background: #fff0d6;
	padding: 10px 15px 10px 15px;
	margin: 0;
	border: 1px solid #bc2200;
}
#main-menu ul li ul li a {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#main-menu ul li ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 6px 0 0 4px;
	background: none;
}
#main-menu ul li ul li ul {
	padding: 0 20px;
	margin: 0;
}
#main-menu a {
	display: inline;
	font-family: Verdana, Arial;
	font-size: 17px;
	color: #000;	
	padding: 0;
}
#main-menu a:hover {
	color: #bc2200;
}
#main-menu a.active {
	font-weight: bold;
	text-decoration: none;
	color: #bc2200;
}
#main-menu a.active-section {
    font-weight: bold;
    color: #bc2200;
}

/* Главная-Письмо-Карта */
#Util {
	position: absolute;
	display: inline;
	margin: 0 80px 0 0;
	top: 50px;
	right: 0;
	width: 110px;
	height: 14px;	
}
#Util ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
#Util ul li {
	display: block;	
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	width: 15px;
}
#Util ul li a span {
	display: none;
}
#Util a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#Util a.home {
	display: block;
	width: 15px;
	height: 13px;
	background: transparent url(i/ico-home.gif) no-repeat center center;
}
#Util a.mail {
	display: block;
	width: 15px;
	height: 13px;
	background: transparent url(i/ico-mail.gif) no-repeat center center;
}
#Util a.sitemap {
	display: block;
	width: 15px;
	height: 13px;
	background: transparent url(i/ico-sitemap.gif) no-repeat center center;
}
/* Хлебные крошки */
#Breadcrumb {
    position: absolute;
    top: 310px;
    left: 200px;
    z-index: 12;
}
#Breadcrumb ul {
    list-style-type: none;    
}
#Breadcrumb ul li {
    float: left;
    padding-right: 10px;
}
#Breadcrumb ul li a img {
    margin-top: 6px;
}
#Breadcrumb ul li a {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #444;
}
#Breadcrumb ul li strong {
    font-family: Arial;
    font-size: 11px;
    font-weight: bols;
    font-style: normal;
    color: #444;
}

/* Каталог */
table.catalog,
table.catalog tbody,
table.catalog tbody tr,
table.catalog tbody tr th,
table.catalog tbody tr td {
    border: none;
    vertical-align: middle;
}
table.catalog {
    width: 100%;
}
table.catalog tbody tr {
    border-bottom: 1px solid #a44;
}
table.catalog tbody tr td {
    padding: 20px 0;
}

/* ЛЕВАЯ ПАНЕЛЬ */
#sidebar-left {
	padding: 250px 0 0 0;
}
#sidebar-left * {
	padding: 0;
	margin: 0;
}
#sidebar-left a {
	display: block;
	font-family: Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #bc2200;
	
	margin: 0;
	padding: 5px 0 0 20px;
}
#sidebar-left a:hover  {
	color: #000;
}
#sidebar-left .box {
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;	
	width: 220px;
	background: #f0e1c8 url(i/box-bg-right.gif) repeat-y top right;	
}

#sidebar-left .box #box-top {
	position: absolute;
	top: -4px;
	left: -4px;
	height: 4px;
	width: 100%;
	
	background: transparent url(i/box-bg-top.gif) repeat-x top left;
}
#sidebar-left .box #box-bottom {
	position: absolute;
	left: -4px;
	bottom: -4px;	
	height: 4px;
	width: 100%;
	background: transparent url(i/box-bg-bottom.gif) repeat-x bottom left;
}
#sidebar-left .box  .in {
	position: relative;
	margin: -2px 0 0 0;
	padding: 20px 0 40px 20px;	
	border-left: 5px solid #bc2200;				
}
#sidebar-left .box .in ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
		
	color: #000;	
}
#sidebar-left .box .in ul li {
	margin: 2px 0 4px 0;
	padding: 0;
}

#sidebar-left .box .in ul li a {
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
        line-height: 1.4;
}
#sidebar-left .box .in ul li a:hover {
	color: #bc2200;
}

a#ico-block {
	display: block;
	margin: 0;
	padding: 7px 0 0 70px;
	height: 45px;
	color: #000;
	background: transparent url(i/ico-block.jpg) no-repeat center left;
}
a#ico-brick {
	display: block;
	margin: 0;
	padding: 20px 0 0 70px;
	height: 45px;		
	color: #000;
	background: transparent url(i/ico-brick.jpg) no-repeat center left;
}
a#ico-keramzit {
	display: block;
	margin: 0;
	padding: 20px 0 0 70px;
	height: 38px;	
	color: #000;
	background: transparent url(i/ico-keramzit.jpg) no-repeat center left;
}
a#ico-excel {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	height: 19px;
	
	font-size: 13px;
	color: #000;
	background: transparent url(i/ico-excel.jpg) no-repeat center left;
}
a#ico-zakaz {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	height: 19px;
	
	font-size: 13px;
	color: #000;
	background: transparent url(i/ico-zakaz.jpg) no-repeat center left;
}


/* ПРАВАЯ ПАНЕЛЬ */
#sidebar-right div {
	margin: 0;
	padding: 0;
}
#sidebar-right .phone {
	font-family: Verdana, Arial;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #bc2200;
	
	margin: 5px 0 15px 0;
	padding: 0;
}
#sidebar-right .phone span {	
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#sidebar-right .email {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #bc2200;
	
	margin: 5px 0 10px 0;
	padding: 0;
}
#sidebar-right .email a {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #bc2200;	
	padding: 0;
	margin: 0;
}
#sidebar-right .email a:hover {
	color: #000;
}
#sidebar-right .email span {
	padding-right: 4px;
	color: #000;
}

#sidebar-right p {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;	
	color: #000;
}

#sidebar-right #calculator {
    display: block;
    margin-bottom: 60px;
    position: relative;
}

#calculator h2 {
	display: block;
	
	width: 155px;
	height: 61px;
	
	padding: 0;
	margin: 0;
	
	background: transparent url(i/calculator-header.jpg) no-repeat top left;
}
#calculator h2 span {
	display: block;
	padding: 10px 0 0 18px;	
	font-size: 17px;
	font-weight: normal;
	color: #fff;
}
#calculator a {
	display: block;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 16px;
	
	width: 90px;
	padding: 20px 0 0 60px;		
}
#calculator a:hover {
	color: #bc2200;
}
#calculator #calc {
	position: absolute;
	top: 40px;
	left: -40px;
	
	width: 102px;
	height: 109px;
	background: transparent url(i/calculator.png) no-repeat top left;
}


#sidebar-right #kiramzit {
	position: relative;
}

#kiramzit h2 {
	display: block;
	
	width: 181px;
	height: 59px;
	
	padding: 0;
	margin: 0;
	
	background: transparent url(i/block-header.png) no-repeat top left;
}
#kiramzit h2 span {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.03em;
    padding: 13px 0 0 18px;
}
#kiramzit a {
    color: #000000;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    padding: 31px 0 0 17px;
    width: 170px;	
}
#kiramzit a:hover {
	color: #bc2200;
}
#kiramzit #kiramzit_block {
    height: 63px;
    left: 89px;
    position: absolute;
    top: 41px;
    width: 112px;
	background: transparent url(i/block.png) no-repeat top left;
}
/* ПОДВАЛ САЙТА */
/* Способы кладки кирпича */
#kladka {
	position: absolute;
	bottom: 340px;
	right: 30px;	
	width: 200px;
}
#arrow {
	position: absolute;
	bottom: 280px;
	right: 140px;
	width: 38px;
	height: 36px;
	background: transparent url(i/arrow.gif) no-repeat bottom left;
}
#kladka a {	
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #bc2200;
	line-height: 22px;
}
#kladka a:hover {
	color: #000;
}
#brick1 {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 0;
	width: 297px;
	height: 263px;
	
	background: transparent url(i/brick.png) no-repeat top left;	
}
#brick2 {
	position: absolute;
	display: block;
	bottom: 30px;
	right: 0;
	width: 320px;
	height: 221px;
	
	background: transparent url(i/brick2.png) no-repeat top left;
}
#brick3 {
	position: absolute;
	display: block;
	bottom: 40px;
	right: 0;
	width: 341px;
	height: 212px;
	
	background: transparent url(i/brick3.png) no-repeat top left;
}
#brick4 {
	position: absolute;
	display: block;
	bottom: 40px;
	right: 0;
	width: 332px;
	height: 215px;
	
	background: transparent url(i/brick4.png) no-repeat top left;
}
#brick5 {
	position: absolute;
	display: block;
	bottom: 25px;
	right: 0;
	width: 336px;
	height: 234px;
	
	background: transparent url(i/brick5.png) no-repeat top left;
}
#brick6 {
	position: absolute;
	display: block;
	bottom: 20px;
	right: 0;
	width: 298px;
	height: 240px;
	
	background: transparent url(i/brick6.png) no-repeat top left;
}
#brick7 {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 0;
	width: 310px;
	height: 249px;
	
	background: transparent url(i/brick7.png) no-repeat top left;
}
/* Копирайты */
#meter {
	position: absolute;
	top: 45px;
	left: 40px;
}
#three-colors {
	position: absolute;
	top: 90px;
	left: 40px;
}
#three-colors, #three-colors a {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #969696;
	line-height: 16px;
}
#copyright {
	position: absolute;
	top: 40px;
	left: 250px;
}
#copyright, #copyright a {	
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 16px;
}
