/*
------------------------------------------------
2007 Dualix Handelsbolag - http://www.dualix.se/
------------------------------------------------
*/

/* GENERAL -------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

/* BODY ----------------------------------------------------------------- */

body {
	background-color:#29211a;	
	padding:40px 0;
}

#content {
	width:602px;
	margin:0 auto;
	font:0.75em "Trebuchet MS",tahoma,verdana,sans-serif;
	color:#372f1d;
}

/* TOP ------------------------------------------------------------------ */

#top {
	width:602px;
	height:128px;
	background:url(/img/bgtop.jpg) no-repeat;
}

#top h3 {
	display:none;
}

#top p {
	color:#6c5e3f;
	display:block;
	width:201px;	
	font-weight:bold;
	text-align:center;
}

#top p.left {
	margin:40px 0px 0px 7px;
	float:left;
}

#top p.right {
	margin:20px 7px 0px 0px;
	float:right;
	word-spacing:0.20em;
}

/* MIDDLE --------------------------------------------------------------- */

#middle {
	width:602px;
	background:url(/img/bgmiddle.jpg) repeat-y;

}

/* NAVIGATION ----------------------------------------------------------- */

#nav {
	float:left;
	width:171px;
}

#nav h4 {
	display:block;
	width:171px;
	height:18px;
}

#nav h4.meny {
	background:url(/img/headermeny.jpg) no-repeat;
}

#nav h4.juventus {
	background:url(/img/headerjuventus.jpg) no-repeat;
}

#nav h4 span {
	display:none;
}

#nav ul {
	margin-left:19px;
	list-style-type:none;
}

#nav ul li {
	text-align:center;
	line-height:1.75em;
	text-transform:lowercase;
}

#nav a {
	color:#372f1d;
	text-decoration:none;
}

#nav a:hover {
	color:#000;
	text-decoration:none;
}

/* MAIN ----------------------------------------------------------------- */

#main {
	float:left;
	width:431px;
}

#main h4 {
	display:block;
	width:431px;
	height:30px;
	background:url(/img/headermain.jpg) no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-size:1.7em;
	font-weight:normal;
	color:#262014;
	padding-top:2px;
	margin-bottom:4px;
	letter-spacing:0.18em;
}

#main h5 {
	margin-left:19px;
	color:#b82a09;
	text-transform:uppercase;
	letter-spacing:0.15em;
	font-size:1em;
	font-weight:bold;
}

#main h5 em {
	color:#372f1d;
	letter-spacing:0;
	font-weight:bold;
}

#main p {
	margin:2px 0px 2px 19px;
	max-width:380px;
}

#main p.pris {
	margin:2px 0px 2px 19px;
	max-width:390px;
	text-align:center;
	font-weight:bold;
	margin-bottom:7px;
}

#main p.lunch {
	margin:2px 0px 2px 33px;
	max-width:380px;
}

div.dash {
	width:390px;
	margin-left:19px;
	border-bottom:1px dashed #725e49;
	font-size:1px; /* IE fix */
}

/* FOOTER --------------------------------------------------------------- */

#bottom {
	clear:both;
	width:602px;
	height:14px;
	background:url(/img/bgbottom.jpg) no-repeat;
	font-size:1px; /* IE fix */
}