/* общие стили */
body, html			{ margin: 0; padding: 0; height: 100%; background: #EFF2F7; }
img					{ border: 0; }
body, p, a, table	{ font-family: Verdana, Tahoma, sans-serif; font-size: 11px; color: #000; }
a:hover				{ text-decoration: none; }

/* меню */
#topMenu	{ position: absolute; top: 147px; left: 20px; }
#topMenu a	{ display: block; background: url(../img/bullet.gif) no-repeat 0 12px; padding: 7px 0 0 12px; font-size: 11px; color: #012445; }

/* шапка  */
.greenLine	{ background: #298935; }
.collage	{ float: right; height: 456px; width: 805px; background: url(/img/collage.jpg) no-repeat right;}
.logo		{ position: absolute; top: 10px; left: 0; }
.phone		{ position: absolute; top: 30px; right: 20px; text-align: right; font-size: 14px; font-weight: bold; color: #594E23; }

/* зеленая рамка */
.green			{ background: #298935; position: absolute; top: 434px; left: 0; margin-left: 20px; width: 90%; }
.rightCorner	{ display: block; position: absolute; top: 434px; right: 0; }
.leftCorner		{ display: block; position: absolute; top: 410px; left: 0; }

/* поиск */
.search	{ position: absolute; top: 440px; right: 50px; }
.input	{ width: 130px; height: 20px; }
.padL5	{ padding-left: 5px; }
.clear	{ clear: both; }
.padL20	{ padding-left: 20px; }

/* таблица с новостями и новинками на главной */
.tblRoot			{ width: 100%; margin-top: 20px; }
.tblRoot th			{ color: #298935; font-size: 15px; width: 50%; text-align: left; padding-bottom: 15px; }
.tdLeft				{ border-left: 3px solid #298935; }
.tdLeft div			{ background: #E1E4EC; margin-left: 7px; padding: 20px 10px; }
.tdLeft span 		{ color: #298935; }
.tdLeft a			{ display: block; float: right; }
.tdRight			{ padding: 0 50px 0 20px; }
.tdRight div		{ background: #DBD0A5; height: 51px; margin-bottom: 15px; }
.tdRight div.last	{ margin-bottom: 0; }
.tdRight img.left 	{ display: block; float: left; }
.tdRight img.right	{ display: block; float: right; margin-left: 3px; }
.w20				{ width: 20px; }

/* прижимание футера книзу */
#main			{ position: relative; height: 100%;}
html>body #main { height: auto; min-height: 100%;}
#empty			{ height: 170px; clear: both; }

/* футер */
#footer 			{ height: 150px; position: absolute; bottom: 0; width: 100%; }
#footer img.left	{ display: block; float: left; margin-left: -3px; }
#footer img.right	{ display: block; float: right; margin-left: 3px; }
.copyright			{ background: #2a8937; margin-top: 25px; }  
.copy				{ float: left; color: #FFF; padding-top: 15px; font-size: 11px; }
.develop			{ float: right;  padding-top: 15px; }
.develop a			{ color: #FFF; font-size: 11px; text-decoration: none; }
