html {
	height:100%;
	width:100%;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: 12px;
	color:#000000;
	font-family:"Georgia";
	letter-spacing: 0.01em;
	background:url(/img/bgr.gif) top left repeat;
}

img { border:0; }

form {
	margin: 0;
	padding: 0;
}

div, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}
td, th {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.content_block  table td, th {text-align: center !important;}

a {
	color:#fffffe;
	text-decoration:underline;
}

a:hover {
	color:#fffffe;
	text-decoration:none;
}

h1 {
	color:#fffffe;
	font-size: 20px;
	padding-bottom:10px;
	font-style:italic;
}

h2 {
	font-size: 18px;
	color:#fffffe;
	padding-bottom:10px;
}

h3 {
	font-size:16px;
	color:#fffffe;
	padding-bottom:10px;
}

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

ul li {
	list-style:none;
	background:url(/img/bird.gif)  0px 6px no-repeat;
	padding-left:10px;
}

.main_title {
	color:#fffffe;
	font-size: 20px;
	padding-bottom:10px;
	font-style:italic;
}

.product_title {
	color:#fffffe;
	font-size: 20px;
	padding-bottom:10px;
	font-style:italic;
	text-decoration:underline;
}

.search_title {
	color:#fffffe;
	font-size: 18px;
	padding-bottom:10px;
	font-style:italic;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
	background:url(/img/header_bgr.jpg) top left repeat-x;
	min-width:1001px;
}

#header {
	height:189px;
	width:100%;
	//padding-top:8px;
}

#leftHead {
	width:296px;
	position:absolute;z-index:3;
	top:0;
	left:0;
}

#logo {
	margin-left:20px;
	margin-top:7px;
}

#search {
	background:url(/img/search.jpg) top left no-repeat;
	width:256px;
	height:50px;
}

.inpSrch {
	border:1px solid #555555;
	width: 115px;
	height: 17px;
	margin: 12px 0 0 105px;
	font-size: 10px;
	color: #945802;
}

.inpBut {
	width: 11px;
	height: 11px;
	margin-left: 5px;
	margin-top:4px;
}

#rightHead {
	border-top:14px solid #c3c3c3;
	border-left:14px solid #c3c3c3;
	border-bottom:14px solid #c3c3c3;
	background:url(/img/leftHead.jpg) top left no-repeat;z-index:2;
	height:135px; //height:163px;
	margin-top:8px;
	margin-left:296px;
	width:auto;
}

#icons {
	position: absolute;
	top: 71px;
	right: 0px;
	width: 172px;
	height: 50px;
	background: url(/img/icons-bg.jpg) no-repeat top left;
}

.iconHome2 {
	margin: 12px 20px 0 0;
	float: left;
	width:26px;
	display:inline;
}
.iconHome {
	margin: 12px 20px 0 30px;
	float: left;
	width:26px;
	display:inline;
}

/* menu strat */
#menu {
	margin-left:34px;
}

.menuBgr {
	background:#db0016;
	 //width:16%;
	float:left;
	margin-right:20px;
}

.menuLeft {
	background:url(/img/leftMenu.jpg) bottom left no-repeat;
	width:auto;
}

.menuRight {
	background:url(/img/rightMenu.jpg) bottom right no-repeat;
	min-width:20px;
	height:24px; //height:26px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	padding:2px 17px;
}

.menuH {
	min-width:20px;
	float:left;
	margin-right:20px;
	text-align:center;
	color:ffffff;
	font-size:18px;
	padding:2px 17px;
}

.menuH a {
	color:#fefdfd;
	text-decoration:underline;
}

.menuH a:hover {
	color:#fefdfd;
	text-decoration:none;
}

/* menu end */

/* menu catalog */
#catMenu {
	margin:20px 5px 20px 26px;
	font-size:13px;
}

.cmLevel1 {
	margin-bottom:8px;
}

.cmLevel2 {
	margin-bottom:8px;
	margin-left:18px;
}

.cmLevel3 {
	margin-bottom:8px;
	margin-left:36px;
	font-size:11px;
}

.cmLevel1_select {
	margin-bottom:8px;
	color:#db0016;
	font-weight:bold;
}

.cmLevel2_select {
	margin-bottom:8px;
	margin-left:18px;
	color:#db0016;
	font-weight:bold;
}

.cmLevel3_select {
	margin-bottom:8px;
	margin-left:36px;
	color:#db0016;
	font-weight:bold;
	font-size:11px;
}


/* catalog menu */

#main_block {
	width:100%;
	margin-bottom:21px;
}

.price_block {
	width:205px;
	padding-top:24px;
	vertical-align:top;
}

.price_title {
	width:205px;
	height:28px;
	background:url(/img/price.gif) top left no-repeat;
	text-align:center;

	color:#ffffff;
	font-size: 20px;
	padding-bottom:10px;
	font-style:italic;
}

.podmenu {
	margin-left:4px;
}

.podmenu ul li {
	background:none;
	margin-bottom:4px;
	font-size:16px;
	padding:0px;
}

.podmenu ul li a {
	color:ffffff;
	text-decoration:underline;
}

.podmenu ul li a:hover {
	color:ffffff;
	text-decoration:none;
}

.content_block {
	padding:26px 27px 0px 30px;
	vertical-align:top;
	text-align:justify;
}

.content_block p {	padding-bottom: 8px;
}

.content_block img {
	border:10px solid #ffffff;
}
.content_block table,tr,td,th {
	border-color: #000000;
}
.news {
	margin-bottom:25px;
}

.news_block {
	width:255px;
	vertical-align:top;
}

.title1 {
	height: 25px;
	background: #db0016;
	margin: 0px 39px;
}

.titleLeft {
	height: 25px;
	background: url(/img/title-left.gif) no-repeat top left;
}

.titleRight {
	height: 23px;
	background: url(/img/title-right.gif) no-repeat top right;
	font-size: 20px;
	font-style: italic;
	color: #ffffff;
	text-align:center;
	padding-top:2px;
}

.contacts {
	width: 253px;
	border: 1px dotted #666;
	border-right: none;
	background: #ffffff url(/img/rightblck-bg.jpg) no-repeat top left;
}
.phones {
	font-size: 16px;
	color: #cc0000;
	margin: 14px 0 0 24px;
	padding: 8px 0 0 62px;
	background: url(/img/phone.jpg) no-repeat top left;
	height: auto;
}
.address {
	color: #666;
	background: url(/img/addr-bg.jpg) no-repeat top left;
	height: 30px;
	margin: 20px 0 0 24px;
	padding: 2px 0 0 62px;
	clear:both;
	height:auto;
}

.email {
	color: #666;
	background: url(/img/email-bg.jpg) no-repeat top left;
	height: 35px;
	margin: 20px 0 15px 24px;
	padding: 2px 0 0 62px;
}
.email a {
	color: #cc0000;
	text-decoration:underline;
}

.email a:hover {
	color: #cc0000;
	text-decoration:none;
}

.card{background:url(/img/card.jpg) bottom left no-repeat;font-size:12px;margin:0 0 10px 20px;padding:0 35px 42px 0;color:#000;display:block;}
.card:hover{color:#CC0000}
.shdwRight {
	width: 253px;
	height: 9px;
	background: url(/img/shdw-bttm.jpg) no-repeat top left;
	margin-bottom: 10px;
}

.nwSingle {
	margin: 15px 15px 15px 24px;
	font-size: 11px;
}
.nwSingle span {
	font-size: 24px;
	color: #cc0000;
	text-decoration: underline;
	margin: 0 0;
}
.nwSingle p {
	margin: 3px 0 0 0;
}

.nwSingle a {
	color: #cc0000;
	text-decoration: underline;
}

.nwSingle a:hover {
	color: #cc0000;
	text-decoration: none;
}

.push {
	height: 64px;
	clear: both;
}

.footer {
	height: 64px;
	clear: both;
	margin-left:27px;
	background:url(/img/footer.gif) top left no-repeat;
}

.footer_dotted {
	height:1px;
	border-top:1px dotted #ffffff;
	margin-left:13px;
	margin-top:2px;
}

.copyName {
	float:left;
	margin-left:34px;
	margin-top:18px;
}

.white_copy {
	color:#ffffff;
	text-decoration:underline;
}

.copyMenu {
	float:left;
	margin-left:4px;
	margin-top:18px;
	width:auto;
}

.copyMenu ul li {
	display:inline;
	list-style:none;
	margin-right:15px;
	background:none;
	color:#cc0000;
	padding:0px;
}

.copyMenu ul li a {
	color:#cc0000;
	text-decoration:underline;
}

.copyMenu ul li a:hover {
	color:#cc0000;
	text-decoration:none;
}

.copyFPgroup {
	float:right;
	width:180px;
	margin-top:14px;
}

/* catalog */
#products td {
	padding:5px 10px;
}

.prod_img_title {
	width:45px;
	background:#db0016;
}

.prod_img {
	text-align:left;
}

.prod_img img {
	border:0;
}

.prod_name {
	background:#db0016;
	color:#ffffff;
}

.prod_num {
	background:#db0016;
	color:#ffffff;
	width:20%;
}

.prod_price {
	background:#db0016;
	color:#ffffff;
	width:20%;
}

.goodsDisc {
	margin-bottom:20px;
}

.goodsData {
	margin:10px 0px;
}

.goodsText {
	margin-bottom:20px;
}

.goodsPic .zoom {
	border:0;
	margin-left:-48px;
	margin-bottom:24px;

}

.section {
	float: left;
	width: 200px;
	margin: 20px 31px 0 0;
}
.section img {
	border: 7px solid #ffffff;
}
.section span {
	display: block;
	width: 200px;
	height: 30px;
	text-align: left;
	//background: url(/img/shdw-bttm2.jpg) no-repeat 0 0;
	padding-top: 7px;
	//margin: -5px 0 0 0;
	font-style: italic;
}
.pages {
	color: #ffffff;
	font-size: 11px;
	margin: 20px 0 10px 0;
}
.pages span {
	color: #ffffff;
	margin: 0 4px;
}

.pgsWht {
	background:#db0016;
	padding:2px;
}

#filter {
	background: url(/img/filter.gif) repeat top left;
	height:85px;
	margin:10px 0px;
	padding:10px;
}

.filter_name {
	float:left;
	color:#ffffff;
}

.filter_name input, .filter_num input {
	background: url(/img/input.gif) bottom left repeat-x;
	border:1px solid #ffffff;
	color:#ffffff !important;
}

.filter_num {
	float:left;
	margin-left:15px;
	color:#ffffff;
}

.filter_submit {
	margin-left:385px;
	margin-top:15px;
}



/* rounded main strat */

#rounded-main { float:right; width:160px; }

.inner-main {
	padding:1px 10px;
	text-align:left;
}

.r1-main, .r2-main, .r3-main, .r4-main, .r5-main {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r5-main { margin: 0 5px; }

.r4-main { margin: 0 4px; }

.r3-main { margin: 0 3px; }

.r2-main { margin: 0 2px; }

.r1-main { margin: 0 1px; }


.inner-main, #rounded-main b { background-color: #db0016; font-size:11px; }

#rounded-cat { margin-left:234px; margin-top:20px;  width:140px; }

#rounded-cat b { background-color: #db0016; font-size:11px; }

#rounded-cat2 { margin-top:20px; width:140px; }

#rounded-cat2 b { background-color: #db0016; font-size:11px; }

/* rounded main end */



.newsBut {
	background:#db0016;
	width:174px;
	float:right;

}

.newsButLeft {
	background:url(/img/newsButLeft2.gif) bottom left no-repeat;
	width:auto;
}

.newsButRight {
	background:url(/img/newsButRight2.gif) bottom right no-repeat;
	height:18px; //height:21px;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	padding:2px 17px;
}


.catBut1 {
	margin-left:194px;
	margin-top:20px;
	width:174px;
	background:#db0016;
}


.catBut2 {
	margin-top:20px;
	width:174px;
	background:#db0016;
}




#menu {
	height: 28px !important;
	width:96%;
}
.menuAct {
	font-size: 18px !important;
	color: #fff;
	min-width: 60px;
	text-align:center;
}
.menuAct a {
	font-size: 18px;
	margin-left: 20px;
}

.leftMn, .rightMn {
	height: 28px;
}
.leftMn {
	background: url("/img/leftMenu.gif") no-repeat top left;

}
.rightMn {
	background: url("/img/rightMenu.gif") no-repeat top right;
	min-width: 30px;
	overflow:hidden;
	padding:0px 15px;
	text-align:center;
}
.menuTitle {
	height: 28px;
	background-color: #db0016;

}


/*.leftMn, .rightMn {
	width: 13px;
	height: 28px;
	float: left;
}
.leftMn {
	background: url("/img/leftMenu.gif") no-repeat 0 0;
	margin-left: 20px;
}
.rightMn {
	background: url("/img/rightMenu.gif") no-repeat 0 0;
}
.menuTitle {
	height: 28px;
	min-width: 30px;
	background-color: #db0016;
	float: left;
	overflow:hidden;
}
*/
.creator {
	display: block;
	width: 135px;
	height: 27px;
	background: url('/img/nmark.gif') no-repeat 0 0;
	padding: 12px 0 0 32px;
	text-align: left;
	font: 12px Arial, sans-serif;
}
.button1 { width:103px;height:28px;display:block;margin-left:0px;color:#000 !important}
.cart2 {float:left;width:250px;height:50px;position:absolute;right:110px;top:43px}
.cart7 {display:block;}
.cart8 {padding-left:15px;display:block;}
.cartza {margin-right:10px}
.cartper {margin-right:10px}
.sum {padding-top:10px;display:block}
.orderNow {cursor:pointer;color:#fff !important}
.viewCart {cursor:pointer;color:#fff !important}


.cartTbl1 input {border:1px solid #666 !important}
.cartTbl1 select {border:1px solid #666 !important;min-width:218px}
.cartTbl1 textarea {border:1px solid #666}
.cartTbl1 tr td {padding:1px 0 1px 0}
.cartTbl2 {border:1px solid #666 !important;width:535px;}
.cartTbl2 tbody {background:#fff;}
.cartTbl2 tbody td {border:1px solid #666 !important;padding:3px 10px 3px 10px;}
.cartTbl2 thead th {border:1px solid #666 !important;padding:0 10px 0 10px}
.sum4 {padding:5px 0 0 0;display:block}
.cartTbl tbody td {border:1px solid #666 !important;text-align:center !important}

.f1 {background:url(/img/filter1.gif);height:70px;padding:10px}
.ft1 {font:italic 18px Georgia;color:#fff;display:block;clear:both;margin:0px 0 10px 0px}
.f2 {background:url(/img/input1.gif) left bottom repeat-x;border:1px solid #fff;color:#fff;margin-right:10px}
.f3 {font:16px Georgia;color:#fff;}


.ny {position:absolute;left:0;top:0;width:344px;height:198px;z-index:3}
