*{
	margin:0;
	padding: 0;
}
body {
	margin: 5px;
	font-size : small;
	font-family: "Verdana, Sans-serif";
	font-family: Arial, Verdana ,Helvetica,sans-serif;
	background-attachment: fixed;
	background-image: url(../images/pagelayout/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000013;
}
	
#container {
	width: 1000px;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url(../images/pagelayout/bg_body.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
	
#header {
	text-align: right;
	height: 150px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-color: #111111;
	background-image: url(../images/pagelayout/headerbackground.gif);
	border-bottom: 0px solid #000000;
	font : normal 13px/1px "Verdana, Sans-serif";
	
	}
#headerImg{
		float:left;
		}
#headerTekst{
		float:left;

		}

ul#menu{
	float:left;
	line-height: 12px;
	clear:both;
	width: 100%;
}

#menu li{
	float: left;
	display: inline;
	margin: 12px;
	padding-bottom:5px;
}

#menu li a, #menu li a:visited  {
	color: #fff;
	text-decoration: none;
}

#menu li a:hover{
	color: #d8eaf8;
	text-decoration: underline;
}

#menu li a.currentMenuItem , #menu li  a.currentMenuItem :visited  {
	color: #d8eaf8;
	font-weight:700;
	text-decoration: underline;
}
	
#content {
	display : inline;
	float : left;
	width : 670px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 0px;
	font-size : 95%;
	}
div#focusbox{
	display : inline;
	float : left;
	width : 660px;
	padding : 5px 5px 5px 5px;
	margin-bottom : 15px;
	border: 0px solid #000;
}
div#focusitem1, div#focusitem2{
	position: relative;
	display : inline;
	width : 320px;
	padding : 2px 0px 2px 0px;
	background: #fefeee;
	border: 1px solid #eee;
	height: 100%;
}
#focusitem1 a, div#focusitem2 a{
	text-align: right;
}	
div#focusitem1{
	float: left;
}
div#focusitem2{
	float: right;
}
div#latest{
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 5px;
	border: 0px solid #000;
}
div#banner{
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 5px;
	border: 0px solid #000;
}
div#other{
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 15px;
	border: 0px solid #000;
}

div#other1, div#other2{
	display : inline;
	width : 300px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 0px;
	border: 0px solid #000;
}	
div#other1{
	float: left;
}
div#other2{
	float: right;
}
#column {

	float : left;
	width : 305px;
	padding-left : 0px;
	margin-left : 5px;
}
#column h3{
	padding-left:40px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 140%;	
}
ul#sub_menu, ul#admin_menu{
	list-style: none;
	
	list-style-position: inside;
}
#sub_menu li, #admin_menu li{
	display: block;
	margin-left: 0px;
	list-style-position: outside;

	
}
#sub_menu li a, #sub_menu li a:visited, #admin_menu li a, #admin_menu li a:visited{
	display: block;
	margin: 0px;
	padding: 10px;
	padding-left: 55px;
	border-bottom:1px solid #ccc;
	text-align: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	
}	
#sub_menu li a:hover, #admin_menu li a:hover{
	display: block;
	margin: 0px;
	padding: 10px;
	padding-left: 55px;
	border-bottom:1px solid #000;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	
}
dl.pop_prod, #sub_menu dl.pop_prod {
	margin: 10px 0 10px 0;
	padding: 0 20px 10px 0;
	border-bottom: 1px solid #ccc;
}
dl.pop_prod dt {
	margin: 0;
	padding: 0;
}
dl.pop_prod dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 10px;
	padding: 2px;
	border: 3px solid #eee;
	background: #fffefa;
}
dl.pop_prod dt a img {
	float: left;
}
dl.pop_prod dt a:hover {
	padding: 2px;
	border-color: #bbb;
	background: #fff;
	}
dl.pop_prod dd {
	margin: 0 0 2px 0 !important;
	padding: 0;
	line-height: 1.4em;
	font-size: 90%;
	
}
dl.pop_prod dd em {
	font-style: normal;
	color: #888;
}
dl.pop_prod:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html dl.pop_prod {
	height: 1%;
}
ul#popular_products{
	list-style: none;	
	list-style-position: inside;
}
#popular_products li{
	display: block;
	margin-left: 0px;
	list-style-position: outside;
	border-bottom:1px solid #ccc;
}
dl.pop_prod dd a, dl.pop_prod dd a:visited{
	color: #333;
	font-size: 105%;
	text-decoration: none;	
}	
dl.pop_prod dd a:hover{
	color: #000;
	font-size: 110%;
	text-decoration: underline;
}
#footer {
	clear : both;
	text-align: center;
	font-size: 95%;
	height : 4em;
	border-top : 1px solid #d0d0d0;
	padding: 10px;
	background: #fff;
	}
ul#footerinfo{
	list-style: square;
	display: block;
}
#footerinfo li{
	display: inline;
	padding-right: 10px;
}