/* villu at adm ee */
body{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
#header{
	height:35px;
}
#header ul{
	margin-top:10px;
}
#header ul li{
	float:left;
	list-style:none;
}


#sitemenu{
	width:980px;
	margin:0 auto;
}
#site{
	width:800px; /*edited*/
	float:left;
}
#lang{
	width:110px;
	float:right;
}
#wrap{
	width:980px;
	margin:0 auto;
}

/* helpbar */
#shop{
	width:450px;
	float:left;
}
#phone{
	width:291px;
	float:right;
}

/* menu */
#menu{
	display:inline;
	float:left;
}


/* sidebar */
#sidebar{
	width:244px;
	float:left;
}
#sidebar .banner img,
#rightbar .banner img{
	display:block;
}
/* sidebar search */
#sitesearch .box .section{
	width:150px;
	float:left;
}

#sitesearch .box .section2{
	width:70px;
	float:right;
}
* html #sitesearch .section2{
	width:50px;
}

/* content */
#content{
	width:484px;
	float:left;
}

#widecontent{
	width:728px;
	float:right;
	margin:5px 0 0 0;
	padding-right: 3px;
}
* html #widecontent {
	width: 699px;
	padding-right: 3px;
}
#rightbar{
	width:240px;
	float:right;
}
#copy{
	width:300px;
	float:left;
}
#contact{
	width:330px;
	float:left;
}
#credits{
	width:300px;
	float:right;
}

