@CHARSET "UTF-8";

body {
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman, Georgia,
		Trebuchet MS;
	font-size: 13px;
	color: #444;
	background: #FCFCFC;
	min-width: 950px;
	margin: 0;
	padding: 10px;
}

h1,h2,h3,h4,h5 {
	color: #c10005;
	font-family: Times New Roman, Times, serif;
	margin: 3px;
	padding: 0;
}

table tr td {
	vertical-align: top;
}

img {
	border: 0;
}

#catalog {
	font-size: 18px;
	display: block;
}

ul.catalog {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.catalog li {
	border-bottom: 1px dashed silver;
}

ul.catalog li ul li {
	border-bottom: 0 dashed;
}

ul.catalog li ul li a {
	background: #fff;
}

ul.catalog li ul li a:hover {
	background: #fff;
	text-decoration: underline;
}

ul.catalog a {
	color: #282828;
	padding-right: 5px;
	text-decoration: none;
	display: block;
	background: url(/images/menu.png) right center no-repeat;
}

ul.catalog a.menuaction {
	color: #000;
	padding-right: 5px;
	text-decoration: none;
	display: block;
	background: url(/images/menuaction.png) right center no-repeat;
}

ul.catalog a.menuaction:hover {
	background: #d7d7d7 url(/images/menuaction.png) right center no-repeat;
}

ul.catalog a:hover {
	background: #d7d7d7 url(/images/menu.png) right center no-repeat;
}

ul.catalog a b {
	color: #005b89;
}

ul.catalog b {
	color: #444;
}

ul.catalogProducts {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

.productsList {
	width: 90%;
	text-align: justify;
	margin: 0 auto;
}

.productsList .even td {
	background: #ddd;
	border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;
}

.productsList .even .img {
	background: #fff;
	border-bottom: 1px dashed silver;
}

.productsInfo {
	padding: 7px;
}

.infoTable {
	width: 700px;
	margin: 0 auto;
}

ul#menuTop {
	display: block;
	margin: 0;
	padding: 0;
}

.menuTop {
	background: url(/images/bordermenu.jpg) bottom left no-repeat;
	height: 33px;
}

ul#menuTop li {
	float: left;
	display: block;
	padding-left: 5px;
}

ul#menuTop li a:hover {
	color: red;
}

#conteiner {
	width: 100%;
}

#menuRight {
	width: 230px;
	float: left;
	padding: 0 0 100px;
}

#text {
	padding: 0 30px 100px;
}

.content {
	margin-left: 240px;
}

#logo {
	float: left;
}

#contactdiv {
	margin-left: 700px;
	text-align: center;
}

.contact {
	font-size: 16px;
	text-align: left;
	color: #000;
	margin: 0 auto;
}

.imgrow {
	background: url(/images/contacts.jpg) left center no-repeat;
	width: 25px;
}

.contact font {
	font-size: 18px;
	color: #000;
}

.yearlist {
	float: right;
	text-align: right;
	width: 171px;
	background: #dedede url(/images/bgyeartop.jpg) top center no-repeat;
	padding-top: 14px;
}

.yearlistbottom {
	background: #dedede url(/images/bgyearbottom.jpg) bottom center
		no-repeat;
	padding: 0 20px 15px 0;
}

.newslist {
	margin-right: 200px;
}

.new {
	text-align: center;
	color: red;
	font-weight: 700;
	font-size: 16px;
}

.sale {
	text-align: center;
	color: #74a8cf;
	font-weight: 700;
	font-size: 16px;
}

.action {
	text-align: center;
	color: #ea7500;
	font-weight: 700;
	font-size: 16px;
}

.spec {
	width: 210px;

	float: right;
}

.textindex {
	margin-right: 240px;
	text-align: justify;
}

.attention {
	font-size: 12px;
	text-align: center;
}

.attention font.title {
	display: block;
	color: red;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px dashed silver;
}

.attention b {
	display: block;
	font-size: 14px;
}

ul.listaction {
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.listaction li {
	display: block;
	margin: 0;
	padding: 0;
}

.contentactiontop {
	background: #dedede url(/images/bgyeartop230.jpg) top center no-repeat;
	padding-top: 10px;
}

.contentactionbottom {
	background: url(/images/bgyearbottom230.jpg) bottom center no-repeat;
	padding: 0 10px 10px;
}

.creation {
	float: right;
	font-size: 12px;
	color: gray;
}

.bottom {
	border-top: 1px solid gray;
	clear:both;
}

a,ul#menuTop li b {
	color: #069;
}

a:hover,ul#menuTop li a {
	text-decoration: none;
}

.clear,#bottom {
	clear: both;
}

.newblock,.saleblock,.actionblock {
	margin-bottom: 15px;
	font-size: 12px;
}

.newblock font.title,.saleblock font.title,.actionblock font.title {
	display: block;
	color: #C10005;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px dashed silver;
}