body { 
	margin: 0; 
	padding: 0; 
	background: #f9f1e2 url(/images/background.png) repeat-y center; 
	font-family: arial, verdana, tahoma, geneva, helvetica,sans-serif;
	font-size: 12px;
}

div.container, div.header, div.footer, div.content {
	width: 1024px;
	float: none;
}

div.container {
	background: url(/images/paper.jpg) repeat-y scroll center 414px;
	text-align: left;
} 

.logo a {
	color:transparent;
}

.logo{
	border:none;
}

/* HEADER */

div.header table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}

tr.top {
	background: #edf4f4 url(/images/header.jpg) no-repeat;
	height:310px;
}

tr.top td{
	vertical-align: top;
}

div.logo {
	width: 260px;
	margin-left: 30px;
	margin-top: 26px;
	float: left;
}

div.logo a{
	border:none;
}

div.whatis{
	width: 220px;
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 36px;
}

div.phone{
	float: right;
	margin-top: 32px;
	margin-right: 52px;
	font-style: italic;
	text-align: right;
	vertical-align:middle;	
}

div.phone small{
	font-size: 12px;
	display: block;
}

div.phone span{
	font-size:26px;
	font-weight:bold;
	color: #727B4A;
	font-size: 26px;
	vertical-align: middle;	
}

/* MENU */

tr.menu {
	background: white url(/images/menu.jpg) no-repeat;
	height: 40px;
	color: #854A2D;
	font-size: 14px;
}	

tr.menu td
{
	padding-left: 200px;
}

.menuitem{
	/*font-weight: bold;*/
	margin-left: 15px;
	margin-right: 15px;
	color: #854A2D;
}

/* FOOTER */

div.footer{
	background: url(/images/footer_bar.jpg) no-repeat 10px 0px;
	height: 70px;
	clear: both;
}

div.footer_logo{
	margin-left: 15px;
	margin-top: 22px;
	float: left;
}

div.copyright{
	margin-left: 30px;
	margin-top: 22px;
	float: left;
	font-size:12px;
}

div.created{
	margin-right: 20px;
	margin-top: 22px;
	float: right;
	font-size: 12px;
}

/* MAIN */

div.content{
	background: url(/images/paper_top.jpg) no-repeat;
	padding-top: 30px;
	height: 100%;
}

div.left_bar{
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-left: 20px;
	height: 580px;
	padding-bottom: 30px;
}

img.jumpingducks{
	position: relative;
	top: -67px;
	margin-bottom: 25px;
	width: 119px;
	height: 196px;
}

div.navigator{
	background: url(/images/navigator.png) no-repeat;
	width: 135px;
	height: 119px;
	margin-bottom: 40px;
}

div.navigator div.text{
	padding-top:90px;
	text-align: center;
}

div.price{
	background: url(/images/cartridges.png) no-repeat;
	width: 135px;
	height: 116px;
}

div.price div.text{
	padding-top:92px;
	text-align: center;
}

div.main_bar{
	float: left;
	width: 750px;
}

div.right_bar{
	float: left;
	width: 210px;
	margin-left: 30px;
}

/* COMMON */

h1{
	font-size: 18px;
	font-weight: bold;
	color: 4a4a4a;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: 4a4a4a;
	margin-bottom: 0px;
	margin-top: 10px;
}

a {
	color: #727b4a;
}

// Каталог

div.price-type{
	clear:both;
	width:100%;
	font-weight: bold;
}

div.block{
	float: left;
	margin: 5px;
	padding-bottom: 20px;
}

div.price-type {
	margin-left:5%;
}

div.price-type .type
{
	border: 5px solid #B6C08C;
	padding: 10px;
	cursor:pointer;
	text-align:center;
	width:15em;
}

div.price-type .selected{
	background:white;
}



div.price-type div.comment{
	font-size:10px;
}

