/* LAYOUT */

.body{
	background: white url(../img/bg.jpg) repeat-x scroll top;	/* Canvas background */
}

div#container{
	background: none;
	text-align: center;	/* Center (IE) */

}
div#page{
	width: 925px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	text-align: left;

}

.clear {
	clear:both;
}

	/* TOP */


	div#header{
		background: #fff url(../img/kjaranlogobg.jpg) no-repeat bottom;
		width: 905px;
		position: relative;
		height: 74px;
		margin-left: 10px;
		margin-top: 8px;
	}

		div#logo{
			padding-top: 5px;
			width: 130px;
			margin-left: 10px;			
		}
		
		div#search{
			position: absolute;
			top: 10px;
			right: 10px;
			width: 183px;
		}
		
		div#english {
			width: 150px;
			position: absolute;
			right:13px;
			bottom: 10px;
			text-align: right;
		}
		
		div#english a {
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			margin-left: 5px;
		}
		
		div#english img {
			position:relative;
			top: 3px;
		}
		
		div#english a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
	
	div#top-bar{
	}
		
		div#menutop{
			position: absolute;
			bottom:3px;
		}

	/* MIDDLE */

div#middle{
	clear: both;
	background-color: #fff;
}
	
		div#left-column{
			float: left;
			width: 200px;
			background-color: #fff;
			margin-left: 10px;
			margin-top: 5px;
		}
		
			div#adilar {
				margin-top: 40px;
				margin-bottom: 60px;
			}
			
			div#menu{}
			
			div#menu-catalogue {
				margin-bottom:25px;
			}
			#shopping-info .orders { padding:5px; margin-bottom: 15px; }
			
			#shopping-cart {
				margin-bottom:20px;
			}
			#news {
				padding:0px;
				/*padding-top:20px;
				background:url(../img/hdr-frettir.gif) no-repeat top left;*/
			}
			div#mailing-list{
				background: url(../img/postbg.jpg) no-repeat right bottom;
				padding: 0px;
				padding-top:10px;
				padding-bottom:10px;
				margin-bottom:15px;
			}
			div#calendar{}
		
		div#middle_right{
			float: left;
			width: 700px; /* 10px margin left */	
			padding-left: 10px;
		}

		div#main-column{
			width: 699px; /* 10px margin right */
			background: white;
		}
			div#extra-content{}
			div#shopping-info{}
			div#shopping-cart{}
	
			div#flashtop{
				width: 694px;
				height: 158px;
				margin-top:5px;
				/* overflow:hidden; */
			}
			div#content{
				height: 1%;
				padding-left: 10px;
				padding-bottom:20px;
			}
			
	div#disp {
		background-color: #fff;
		width: 675px;
		margin-left: 10px;
	}
			
		div#her {
			border-bottom: 1px solid #e3e3e3;
			padding-bottom: 8px;
			padding-top: 5px;
			margin-left: 11px;
			margin-right: 10px;
			padding-left: 5px;
			margin-bottom: 30px;
			font-size: 11px;
		}
		
		div#pagename {
			display:inline;
			margin-left: 5px;
			padding-right: 10px;
			color: #00397b;
		}
		
			div#her a{
				color: #00397b;
				text-decoration: none;
				font-size: 11px;

			}
		
			div#her a:hover{
				text-decoration: underline;
			}
			
			div#singlecontent {
				text-align: justify;
			}
			
			div#news{
			}
	/* BOTTOM */
	
div#bottom{
	clear: both;
	text-align: center;
	background-color: #fff;
	width: 925px;
	background: url(../img/btmlina.jpg) repeat-x top;
}
	
	div#footer{
		height: 115px;
		width:905px;
		margin:0 10px;
		margin-bottom:10px;
	}
	
	div#footer table {
		width:720px;
		margin-top: 20px;
		margin-left: 20px;
		
	}
	
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		background-color: #fff;
	}
