body {
	background: #d6d6d6;
	color : #fff;
	padding: 0px;
	margin: 0px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body, html {
	height:100%;	
}

* {
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size:14px;
	color:#fff;
	margin: 10px 0 0 0;
	text-transform:uppercase;
}
p {
	text-align: left;
	line-height: 1.1em;
}

a:link, a:visited, a:hover{
	color : #F97105;
	text-decoration: none;
	text-transform:none;
}

form {
	padding:0px;
	margin: 0px;
}

div {
	/*border: 1px solid red;*/
}

pre {
	text-align:left;
	color: red;
}

.clear { 
	clear: both;
}

#frame {
	width: 758px;
	margin: 0 auto; /*** Centers the design ***/
	/*min-height: 100%;*/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	padding:0px;
}

* html #frame {
	/*height: 100%;*/
}

#background {
	padding: 28px 0px 0px 56px;
	margin-bottom:8px;
	margin-left: -56px;
	width:100%;
	min-height:436px;
	background: url('001.gif') no-repeat top left;
/*	border: 1px solid red;*/
}

* html #background {
	position:relative;
	height: 436px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	position: relative;
	background: URL('003.jpg') no-repeat;
	margin: 0px; /*** Make some space for the header menu ***/
	padding: 0px;
	height: 186px;
	margin-bottom:8px;
}

#sidebar {
	background: #292929;
	padding:0px;
	margin:0px;
	margin-bottom: 8px;
	position: relative;
}

* html #sidebar {
	height: 62px;
}

*:first-child+html #sidebar {
	height: 62px;
}

#content {
	background: #3e3e3e;
	position: relative;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	min-height: 174px;
	/*border: 1px solid green;*/
}

#footer {
	background: #292929;
	position:relative;
	padding:0px;
	width: 758px;
	margin: 0 auto; /*** Centers the design ***/
	height:70px;
	/*margin-top: -70px;*/
	clear:both;
}


.first {
	background: URL('006.jpg') no-repeat;
	height:366px;
}

.first div {
	width:300px;
	position:relative;
	top:70px;
	left:0px;
	padding:10px;
}

.first div h1 {
	font-size:18px;
}

.m {
	margin-bottom: 3px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.price {
	margin:0px;
	margin-top:35px;
	color:#FC7108;
	font-size:20px;
	font-weight:bold;
	padding:5px 0 4px 13px;
	text-align:left;
}

.fl {
	float:left;
	position:relative;
}

.fr {
	float:right;
	position:relative;
}

.topl1 {
	background: url('./Golqm_fon_ugli/a1.gif') no-repeat left top;
	width:9px;
	height:9px;
}

.topr1 {
	background: url('./Golqm_fon_ugli/a2.gif') no-repeat top right;
	width:9px;
	height:9px;
}

.bottl1 {
	background: url('./Golqm_fon_ugli/a3.gif') no-repeat left bottom;
	width:9px;
	height:9px;
}

.bottr1 {
	background: url('./Golqm_fon_ugli/a4.gif') no-repeat bottom right;
	width:9px;
	height:9px;
}

.bottom {
	clear: both;
	position: absolute;
	bottom:0px;
	height:9px;
	/*border: 1px solid red;*/
	width:100%;
}

.top {
	clear: both;
	position: absolute;
	top:0px;
	height:9px;
	/*border: 1px solid red;*/
	width:100%;
}

/* hack for ie6 */
* html #content .bottom {
	position:relative;
}

/* hack for ie7 */
*:first-child+html #content .bottom {
	position:relative;
}

* html #footer .bottom {
	left: 0px;
}

*:first-child+html #footer .bottom {
	left: 0px;
}


.topl {
	background: url('./Menu_ugli/b1.gif') no-repeat left top;
	width:9px;
	height:9px;
}

.topr {
	background: url('./Menu_ugli/b2.gif') no-repeat top right;
	width:9px;
	height:9px;
}

.bottl {
	background: url('./Menu_ugli/b3.gif') no-repeat left bottom;
	width:9px;
	height:9px;
}

.bottr {
	background: url('./Menu_ugli/b4.gif') no-repeat bottom right;
	width:9px;
	height:9px;
}

.navigation {
	clear: both;
	padding: 0px;
	margin: 0px;
	height:30px;
	border-bottom:1px solid #444444;
}

.navigation.submenu {
	border: none !important;
	border-bottom: 1px solid #D6D6D6;
	height: 30px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover{
	display:block;
	float:left;
	padding:8px 12px 8px 12px;
	color: #B3B3B3;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
}

.navigation a:hover, 
.navigation a.ok{
	background: url('005_3.gif') no-repeat top center;
	color: #fff;
}

.navigation.submenu a:link,
.navigation.submenu a:visited,
.navigation.submenu a:hover {
	padding:8px 12px 7px 12px;
}

.basket {
	position:absolute;
	left:700px;
	top:8px;
	padding:0px;
	margin:0px;
}

.basket a:link,
.basket a:visited,
.basket a:hover {
	display:block;
	background: url('basket.gif') no-repeat;
	position:relative;
	width:18px;
	height:15px;
	padding:0px;
}

/*blocks*/
div.content {
	padding:0px;
	margin:0px;
	padding:10px 12px 10px 12px;
}

* html div.content {
	height: 134px;
}

*:first-child+html div.content {
	min-height: 134px;
}

div.article {
	padding: 0px;
	margin: 0px;
	float:left;
}

.fal {
	width:48%;
}

.far {
	width:50%;
}

div.article {
	padding: 0px;
	margin: 0px;
	float:left;
}

div.proddet {
	padding: 0px;
	margin: 0px;
	float:left;
}

div.categ {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	float:left;
	width:120px;
}

div.categ img {
	padding: 0px;
	margin: 0px;
	width:80px;
	height:80px;
	border:1px solid #878787;
}

div.categ p {
	padding: 0px !important;
	margin: 0px !important;
	color: #3E3E3E !important;
}

div.categ p a:link, 
div.categ p a:visited, 
div.categ p a:hover {
	padding: 0px !important;
	margin:0px !important;
	text-decoration: none !important;
	text-transform:uppercase !important;
}

div.content div.send label {
	display:block;
	float:left;
	width:90px;
	padding: 0px;
	margin: 0px;
}

div.content div.send input {
	background: #D6D6D6;
	border:1px solid #000;
	color:#374548;
	font-size:12px;
	padding: 0px;
	margin-bottom:2px;
	height:15px;
	width:250px;
}

div.content button.send {
	padding: 0px;
	margin:0px;
	width:65px;
	height:18px;
	background:#D6D6D6;
	border:1px solid #000;
	margin-left:277px;
}


div.content h1 {
	font-size:13px;
	color:#fff;
	padding:10px 0px;
	margin:0px;
	text-transform:uppercase;
}

div.content h2 {
	font-size:12px;
	color:#fff;
	margin: 10px 0 0 0;
	text-transform:uppercase;
}

div.list {
	padding: 0px;
	margin: 0px;
	margin: 20px 0 0 0;
	width : 300px;
}

div.list h2 {
	margin: 0px !important;
	padding: 0px !important;
	text-transform:none;
	line-height: 1em;
}

div.list p {
	padding:0px;
	margin:0px;
	margin-top:5px !important;
}

div.content div.img {
	float:left;
	width:85px;
	height:85px;
	padding:0px;
	margin:0px 0px;
}

* html div.content div.img {
	position: relative;
	left:65px;
}

div.content div.img img {
	border: 1px solid #878787;
	padding:0px;
	margin:0px;
}

div.content p {
	color:#fff;
	padding:0px 9px 0px 12px;
	margin:0px;
}

div.content a:link, 
div.content a:visited, 
div.content a:hover{
	color:#F97105;
	padding: 0px;
	margin:0px;
	text-decoration: none;
}

div.content p.product a:link, 
div.content p.product a:visited, 
div.content p.product a:hover{
	color:#F97105;
	padding:0px;
	margin:0px;
}

div.content a.all:link, 
div.content a.all:visited, 
div.content a.all:hover {
	float:right;
	color: #F97105;
	text-decoration: none;
	text-transform: none;
	padding:0px;
	padding-right:12px;
	margin:0px;
}

div.path {
	text-align:right;
	margin: 0px;
	padding: 0px;
}

div.path a:link, 
div.path a:visited, 
div.path a:hover {
	color: #FC7108;
	font-size: 12px;	
	text-decoration: none;
	font-weight:bold;
}

/*copyright*/
.copy {
	padding: 0px;
	padding: 12px 12px 10px 12px;
	margin: 0px;
}

.copy p {	
	float:left;
	color: #878787;
}

.copy a:link, 
.copy a:visited, 
.copy a:hover {
	color: #5A5A5C;
	text-decoration: none;
	text-transform: none;
	padding:0px;
	margin:0px;
}

/*copyright*/
/*pages*/
div.pages{
	padding:0px;
	margin: 0px;
	color: #d6d6d6;
	text-align:center;
}
div.pages span{
	padding:0px;
	margin: 0px;
	font-weight:bold;
}
div.pages a:link, div.pages a:visited, div.pages a:hover{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-transform: none;
	float:none !important;
	clear:none !important;
}
/*pages*/