@charset "utf-8";
/* CSS Document */

html, body {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../images/bg1.jpg) center repeat-y;
}

img{
	border:none;
}

a:link {
	text-decoration: none;
	color:#339966;
}

a:visited {
	text-decoration: none;
			color:#339966;
}

a:hover {
	text-decoration:underline;
	color:#339966;
}

a:active {
	text-decoration: none;
	color:#339966;
}

.product{
	width:180px;
	float:left;
	text-align:center;
	border:0px solid red;
	line-height:1.3em;
}

.product img{
	padding:15px 0 0 0;
	margin:0;
}

#wrapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width:900px;
	border:0px solid red;
	background:#fff;
}

#header{
	height:115px;
	background:url(../images/bg_head.gif) repeat-x top;
}

#menu{
	position:absolute;
	height:50px;
	width:200px;
	right:0;
	top:25px;
}

#tat{
	position:absolute;
	width:70px;
	height:70px;
	left:40px;
	bottom:20px;
}

#nav{
	padding:0;
	margin:0;
	height:64px;
	background:url(../images/bg/a_02.gif);
}

#main{
	padding:0 0 120px 0;
	margin:0;
	background:url(../images/bg_main.gif) repeat-x top;
	border:0px solid red;
	line-height:1.6em;
}

#left{
	padding:0 0 120px 15px;
	margin:0;
	float:left;
	width:250px;
	border:0px solid red;
}

#left .footer{
	padding:0;
	margin:0;
	width:250px;
	height:47px;
	border:0px solid red;
	background:#FFFFFF;
}

#left .line{
	background:url(../images/bg/s_03.jpg) #fff repeat-y;
}

#left ul{
	padding:0;
	margin:0;
	list-style:none;
}

#left ul li{
	padding:0 0 0 40px;
	margin:0;
	list-style:none;
	background:url(../images/dot.jpg) 2px no-repeat;
}

#left ul li.b{
	font-weight:bold;
}

#right{
	padding:0 0 120px 0;
	margin:0;
	float:right;
	background:#fff;
	width:630px;
	border:0px solid red;
}

#footer {
	position: absolute;
	width:100%;
	height: 120px;
	bottom: 0;
	margin: 0;
	padding: 10px 0 0 0;
	text-align:center;
	border:0px solid red;
	line-height:1.6em;
}

#send{
	width:45px;
	height:19px;
	background:url(../images/send.gif) no-repeat;
	cursor:pointer;
	border:1px solid #ccc;
}
#slet{
	width:45px;
	height:19px;
	background:url(../images/clear.gif) no-repeat;
	cursor:pointer;
	border:none;
}

.textinput{
	width:215px;
	height:16px;
	border:1px solid #cccccc;
	background-color:#f7f7f7;
	color:#555;
}

.textbesked{
	width:215px;
	height:105px;
	margin:0 0 5px 0;
	padding:0;
	border:1px solid #cccccc;
	overflow:hidden;
	background-color:#f7f7f7;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.red{
	color:#F00;
}

* html .clearfix { height: 1%; }