﻿@charset "UTF-8";

html, body {
  width: 100%;
  height : 100%;
	margin : 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	background: #fff url("../gfx/framework/body_bg.gif") repeat-y;
	color: #000;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
div * {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
a * {
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited, a:focus {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}

img {
	border: 0;
}

h1 {
	font-size: 133.33%;
	margin: 0 0 15px 0;
}
/*
table.center {
	height: 100%;
	width: 100%;
}

td.center {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/**/
#page {
	position: relative;
	width: 1219px;
	height: 637px;
	margin: 0;
	text-align: left;
}

#left {
	display: inline-block;
	position: relative;
	width: 224px;
	height: 637px;
	/*background-color: #000;/**/
	float: left;
}
#logo_upright {
	position: absolute;
	top: 199px;
	left: 26px;
}

#main {
	display: inline-block;
	position: relative;
	float: left;
	width: 995px;
	height: 637px;
	background: #fff url("../gfx/framework/main_background.jpg") no-repeat;
}

#logo {
	position: absolute;
	top: 33px;
	left: 48px;
}
#shop {
	position: absolute;
	top: 121px;
	left: 70px;
}
#address {
	position: absolute;
	top: 288px;
	left: 51px;
}
#tel {
	position: absolute;
	top: 453px;
	left: 55px;
}
#email {
	position: absolute;
	top: 547px;
	left: 47px;
}
#content {
	position: absolute;
	top: 37px;
	left: 452px;
}







#widget {
	position: relative;
	background: #fff;
	width: 445px;
	height: 445px;
	top: 52px;
	left: 435px;
	/*border: 1px solid #ccc;/**/

	left: 465px;
	top: 20px;
	height: 605px;
}

