html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
}

* {
//	list-style: none;
	border:0;
}

html, body {
	margin:0px;
	padding:0px;
	background:#006c8e;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#005e72;
	background-image:url(img/bg.jpg);
}

a {
	text-decoration:underline;
	color:#008caa;
	outline:none;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#005c7b;
	text-transform:uppercase;
	font-weight:normal;
}

body {
	text-align:center;
}
#all {
	text-align:left;
	min-width:1024px;
	max-width:2056px;
}
#container {
	position:relative;
	display:block;
}
#inner {
	display:block;
	position:relative;
	padding:1px;
}

#header {
	width:1180px;
}

.sun {
	background-image:url(img/sun-trans.png);
	background-repeat:no-repeat;
	width:490px;
	height:180px;
	float:left;
	position:absolute;
	cursor:pointer;
}
.sun span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#aae4ff;
	position:relative;
	left:200px;
	top:33px;
}
#logo {
	background-image:url(img/logo-trans.png);
	background-repeat:no-repeat;
	width:302px;
	height:59px;
	position:relative;
	left:200px;
	top:38px;
	cursor:pointer;
}

#phone {
	position:absolute;
	top:55px;
	left:1020px;
	color:#aeecff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}
#str_nona {
    color: #008CAA;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    left: 200px;
    position: absolute;
    top: 17px;
}

#phone span {
	display:block;
	font-size:22px;
	color:#FFF;
}

#menu {
	position:relative;
	top:140px;
	float:right;
	display:block;
}
#menu ul, #menu ul li a {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	position:relative;
}
#menu ul li {
	display:inline;
	font-weight:bold;
	padding:0px 5px;
}
#menu ul li a:hover, #menu ul li.sel {
	border-bottom:1px solid #00b9ff;
	padding-bottom:2px;
}
#center {
	position:relative;
	display:block;
	height:180px;
}
#content, #content_inner {
	background-image:url(img/content_bg.png);
	width:1024px;
	padding:10px;
	margin-left:10%;
}

*html #content_inner, *html #content {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/content_bg.png',sizingMethod='scale');
}

#news ul, #goods ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height:100%;
}
#news ul li {
	display:inline;
	font-weight:bold;
	padding:10px 25px;
	float:left;
	width:25%;
	height:100%;
	border-right:1px solid #9ec1cd;
	position:relative;
}
#news h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#005c7b;
}
#news ul li .name {
	font-size:12px;
}
#goods {
	border:2px solid #076e91;
	background-color:#1d84a5;
	padding:15px 0px;
	padding-left:20px;
}
#goods ul li {
	background-image:url(img/goods_back-trans.png);
	background-repeat:no-repeat;
	width:302px;
	height:81px;
	display:inline;
	font-weight:bold;
	float:left;
	padding-left:15px;
	margin-right:1%;
	cursor:pointer;
}
#goods ul li img {
	float:left;
}
#goods ul li span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#005c7b;
}
#goods ul li span, #goods ul li a {
	display:block;
	margin:5px 5px 0 120px;
	position:relative;	
}
#catalog {
	width:96%;
	background-color:#fff;
	border:1px solid #bedfec;
	margin-left:2%;
	text-align:center;
}

#catalog ul {
	height:20px;
	padding-top:5px;
}

#catalog ul li {
	display:inline;
	font-weight:bold;
	margin:0 10px 0 15px;

}
#catalog ul li a {
	color: #006386;
	position:relative;	
}

#content .text {
	margin:20px 50px 20px 50px;
}

#footer {
	font-size:11px;
	color:#FFF;
	margin-left:12%;
	margin-top:5px;
	width:1024px;
}

#footer h2 {
	font-size:11px;
}

#counters {
	text-align:center;
}

#content_inner h1 {
	font-size:21px;
	color:#00597b;
	font-family:Arial, Helvetica, sans-serif;
}

#content_inner .text {
	float:left;
	width:65%;
	margin:20px 5px 20px 20px;
}

#content_inner .textfull {
	margin:20px 5px 20px 20px;
}

#content_inner #podsubs {
	float:right;
	color:#00597b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width:25%;
	margin-top:20px;
	text-transform:uppercase;
	position:relative;
}

#content_inner #podsubs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#content_inner #podsubs ul li {
	height:40px;
}

#content_inner #podsubs ul li a {
	font-weight:bold;
}

ul.goods {
	padding-left:35px;
}

ul.goods li {
	display:block;
	float:left;
	height:180px;
	margin-bottom:15px;
	text-align:center;
	width:300px;
	border:2px solid transparent;
	text-transform: uppercase;
	padding-top:10px;
	cursor:pointer;
}

ul.goods li h2 {
	font-size:14px;
}

ul.goods li div.pict {
	height:160px;
}

ul.goods li {
	background-color:#FFFFFF;
	border:2px solid #c7e5f0;
	margin:5px;
}

ul.goods li:hover {
	background-color:#f9fdfe;
	border:2px solid #1D84A5;
	margin:5px;
}

#podsubsfull {
	float:left;
	width:30%;
	font-size:13px;
	text-transform:uppercase;
}

#podsubsfull ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#podsubsfull ul li {
	margin-bottom:15px;
}

#podsubsfull ul li.sel {
	font-weight:bold;
}

#fullgoods {
	width:100%;
	list-style-position:inside;
	list-style-type:circle;
}

#fullgoods ul li, #fullgoods li {
	margin-left:10px;
}

#fullgoods .fleft {
	margin-left:10px;
}

#fullgoods .fleft img {
	border:1px solid #31AAE1;
}

#fullgoods .img {
	margin-right:10px;
	text-align:right;
	width:300px;
}

#fullgoods .perc50 {
	width:435px;
	list-style-position:inside;
	list-style-type:circle;
}

#fullgoods h2 {
	margin-bottom:10px;
}

#fullgoods .pricedesc {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12px;
	width:220px;
}

#fullgoods p.price {
	margin-top:5px;
	margin-bottom:15px;
	font-size:15px;
	font-weight:bold;
}

#fullgoods p.sale {
	font-size:12px;
	margin-bottom:5px;
}

.clear {
	clear:both;
}

.fleft {
	float:left;
}

#price .pricetitle {
	font-weight:bold;
}
#price {
	width:800px;
}
.pricetitle { 
	background-color:#1D84A5;
	border:1px solid #076E91;
	color:white;
	cursor:pointer;
	margin-top:0.5em;
	padding:0.1em;
}
.pricecontent {
	background-color:#FFF;
	padding:0.1em;
	border:1px solid #076E91;
	border-top-width:0;
}

#feedback, #feedright {
	float:left;
	width:45%;
	margin-bottom:15px;
}

#feedback form input, #feedback form textarea {
	border:1px solid #1D84A5;
}
