body {
	font-size: 11px;
	font-family: arial, verdana;
	text-align: center; /* om sidan ska vara centrerad */
	margin: 0px;
}

a {color:#2A69B3;text-decoration:none;}
a:hover {color:black;text-decoration:underline;}


/*-------------GRUNDDESIGN----------------*/
#wrapper {
	width: 1010px;
	text-align: left;
	margin: 0 auto;
	background: #F25202;
}

#top {
	text-align: center;
	padding: 25px 0px;
}

#content {
	margin: 0px 10px;
	border: 10px solid #fff;
	background: #fff;
	
}


#foot {
	padding: 10px;
	/*height: 80px;*/
	height: 40px;
	text-align: center;
}

/*-------------INNEHÅLLSDESIGN----------------*/

#leftside {
	float: left;
	width: 200px;
	margin-right: 10px;
}

/* MENY */
/*#leftside a {
	display: block;
	padding: 12px;
	background: url(/images/btn_bkg.png) no-repeat;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 4px;
}
#leftside a:hover, #leftside a.current, #leftside a.current:hover {
	background: url(/images/btn_bkg_over.png) no-repeat;
}*/

#leftside a {
	display: block;
	padding: 8px;
	/*background: url(/images/btn_bkg.png) no-repeat;*/
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
}




/* SLUT MENY */

#rightside {
	float: right;
	width: 750px;
	margin-left: 10px;
}

#foot p {
	color: #fff;
}

div.clear {
	height: 10px;
	clear: both;
}

/*----------------TYPSNITT-------------*/


h1, h2, h3, h4, h5, p, a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
}

h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;font-weight: bold;}
h5 {font-size: 11px;font-weight: bold;}

p {}

#foot a {
	color:#fff;
	text-decoration: underline;
}
#foot a:hover {
	color:#ccc;
}

/*---------------- DROP DOWN MENYN ---------------*/
#jsddm {
	margin: 0;
	padding: 0
}

#jsddm li {
	float: left;
	list-style: none;
	font-size: 12px;
}

#jsddm li a {	
	display: block;
	/*background: #324143;*/
	padding: 5px 6px;
	margin: 0px 4px;
	text-decoration: none;
	border-right: 1px solid white;
	/*width: 70px;*/
	color: #000;;
	white-space: nowrap;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: #ccc 3px solid;
}

#jsddm li a:hover {
	border-bottom: #ACABAB 3px solid;
}
	
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}
	
#jsddm li ul li {
	float: none;
	display: inline
}
		
#jsddm li ul li a {
	width: auto;
	background: url(/images/dm.png);
	color: #24313C;
	font-size: 11px;
	text-transform: Capitalize;
	border-bottom: none;
}
		
#jsddm li ul li a:hover {
	background: url(/images/dm_hover.png);
	border-bottom: none;
}

	
	
/*-------------- PRODUKTTABELL -----------------*/

h4.prodsection, h4.prodsection a  {
	font-size: 13px;
	font-weight: normal;
	margin: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

td.pTd {
	padding: 10px;
	font-size: 10px;
	border: 1px solid #DFDFDF;
}	



/*-------------- PRODUKTSIDA -----------------*/

#gotoshop {
	margin-bottom: -15px;
	margin-right: 10px;
}

#gotoshop a {
	font-size: 14px;
	font-weight: bold;
}
#gotoshop a:hover {
	color: #666;
}
#gotoshop a img {
	margin-bottom: -3px;
	border: none;
}









/*---------FRAMSIDA----------*/
ul.ful, ul.ful li {
	margin: 0px;
	padding: 0px;
} 
