html, body {
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
}

h1 {
font-family: Tahoma, sans-serif;
font-size: 18px;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	min-width: 1000px;
	color: #2d2a2a;
	background: url("images/body.jpg") repeat;
}

.br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

:focus {
	outline: none;
}

a img {
	border: none;
}

a {
	color: #d91717;
}

a:hover {
	color: #000;
}


#wrap {
	width: 984px;
	min-width: 984px;
	min-height: 100%;
	margin: 0 auto -95px;
}



/*	Шапка	*/

#header {
	padding-top: 23px;
	margin-bottom: 20px;
}

.top_menu {
	height: 35px;
	background: url("images/top_menu.png");
	margin-bottom: 10px;
}

.top_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 35px;
	float: left;
	font-size: 14px;
}

.top_menu li {
	float: left;
	line-height: 35px;
	padding: 0 23px;
	background: url("images/border.png") no-repeat right center;
}

.top_menu li a {
	color: #ededed;
	text-decoration: none;
}

.top_menu li a:hover {
	color: #d91717;
}

.search {
	width: 140px;
	height: 24px;
	background: url("images/search.png") 0 0;
	float: right;
	margin-right: 25px;
	margin-top: 5px;
}

.search .submit {
	float: left;
	width: 18px;
	height: 15px;
	background: url("images/search.png") 0 -24px;
	padding: 0;
	border: none;
	margin-left: 4px;
	margin-top: 6px;
	cursor: pointer;
	cursor: hand;
}

.search .text {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	width: 105px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	border: none;
	background: none;
	color: #fff;
}

.logo {
	float: left;
	width: 379px;
	height: 68px;
	margin-bottom: -10px;
}

.logo a img {
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition: all 0.3s;
}

.logo a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 0.7;
}

.phone {
	float: right;
	font-size: 14px;
	margin-right: 25px;
	color: #d91717;
	background: url("images/phone.png") no-repeat 0 center;
	padding-left: 25px;
	margin-top: 30px;
}

.cart {
	display: block;
	float: right;
	font-size: 14px;
	background: url("images/cart.png") no-repeat 0 center;
	padding-left: 25px;
	text-decoration: none;
	margin-top: 30px;
}

.line {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	background: #d91717;
}

.actions {
	float: right;
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
}

.actions a {
	text-decoration: none;
	margin-left: 15px;
}

.catalog_menu {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	font-size: 14px;
}

.catalog_menu td {
	width: 20%;
	vertical-align: top;
	padding: 5px 0;
	border-left: 1px solid #aaa9a9;
	box-shadow: -1px 0 4px rgba(0,0,0, .1), 1px 0 4px rgba(0,0,0, .1);
}

.catalog_menu tr td:first-child {
	border-left: 0;
}

.catalog_menu ul {
	padding: 0;
	margin: 0 10px;
	list-style: none;
}

.catalog_menu a {
	color: #4d4b4b;
	text-decoration: none;
}

.catalog_menu a:hover {
	color: #d91717;
}



/*	Контент	*/

#content {
	background: #fff;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	padding-bottom: 20px;
}

#content_all {
	background: #fff;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
}

.catalog {
	margin-bottom: 15px;
}

.catalog td {
	vertical-align: top;
	padding: 15px 15px 25px 25px;
	width: 33%;
	border-top: 1px solid #a6a5a5;
	border-left: 1px solid #a6a5a5;
}

.catalog tr:first-child td {
	border-top: none;
}

.catalog tr td:first-child {
	border-left: none;
}

.catalog .image {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 15px;
}

.catalog .desc {
	float: left;
	width: 130px;
}

.catalog .desc .title {
	font-family: Tahoma,sans-serif;
        font-size: 13px;
}

.catalog .desc .title a {
	text-decoration: none;
}

.catalog .desc .info {
	width: 137px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #d91717;
	border-left: 1px solid #d91717;
	background: #f7f6f4;
}

.catalog .desc ul {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}

.catalog .desc .text {
	width: 35px;
	height: 15px;
	padding: 0;
	line-height: 15px;
	border: none;
	background: #FFFFFF;
	text-align: center;
}

.red {
	color: #d91717;
}

.catalog .submit {
	display: block;
	width: 110px;
	padding: 0;
	border: 2px solid #d0cecb;
	height: 22px;
	background: url("images/submit.png") repeat-x 0 bottom #f5f5f4;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
	color: #000000;
        font-family: Tahoma,sans-serif;
}

@-moz-document url-prefix() {
	.catalog .submit {
		padding-bottom: 2px;
	}
}

.view {
	margin: 0 15px 25px;
}

.view  a {
	text-decoration: none;
	color: #201d1d;
	margin: 0 3px;
}

.view  a:hover {
	color: #d91717;
}

.other {
	width: 600px;
	height: 50px;
	margin: 0 auto 25px;
}


/*	Подвал	*/

#space_for_footer {
	height: 95px;
}

#footer_wrap {
	height: 95px;
	background: url("images/footer.png") repeat-x 0 bottom;
}

#footer {
	height: 40px;
	width: 984px;
	min-width: 984px;
	margin: 0 auto;
	padding-top: 55px;
}

.copy {
	text-align: center;
	font-size: 11px;
}