body{
	margin: 0;
	padding:0;
}

/* NAVIGATION DIV, lista och länkar */
#navigation{
	width:750px;
	height:149px;
	/*background: #4a4942;*/
	background:url(sitegraphics/bg-topmenu.gif) repeat-x;
	border-right:1px dotted #A4A39B;
}
#navigation a#home{
	display:block;
	width:226px;
	height:149px;
	background: #4A4943 url(sitegraphics/logo-armini-internet.jpg);
	float: left;
}
#navigation a#home:hover{
	background:url(sitegraphics/logo-armini-internet-hover.jpg);
}
#navigation a{
text-decoration: none;
font:14px Arial, Helvetica, sans-serif;
color:#fff;
}
#navigation ul{
margin-top:61px;
}
ul, li{
	margin:0;
	padding:0;
}
ul.ingresso li{
	margin-left:40px;
	font: normal 15px/1.2em Georgia, "Times New Roman", Times, serif;
	color:#696047;
	display:block;
	width:400px;
	
}
#navigation ul, #navigation li{
	float:left;
	display:inline;
}
#navigation ul li{ 
list-style:none; 
}
#navigation ul{
	float:left;
}
#navigation a.topmenu{
	display: block;
	text-align: center;
	width:120px;
	height:40px;
	background:url(sitegraphics/menu-normal.gif);
	padding-top:13px;
}
#navigation a.topmenu:hover{
	background:url(sitegraphics/menu-hover.gif);
}
#navigation a#selected{
	background:url(sitegraphics/menu-selected.gif);
	color:#000;
	font-weight:bold;
}
/* SLUT PÅ NAVIGATION NAVIGATION DIV, lista och länkar */


/*ÖVRIGA DIVISIONS*/
div#contentwrap{
	background: url(sitegraphics/faux-column.gif) repeat-y;
	float:left;
	border-right:1px dotted #A4A39B;
	width:750px;
}
div#banner{
	width:750px;
	border-right:1px dotted #A4A39B;
}
div#content{
	float:left;
	width:510px;
}
div#bonus{
	float:left;
	width:226px;
}

div#bonus img{
	border-top: 1px solid #31312C;
	border-bottom: 1px solid #6D6C63;
}

div#footer{
	float:left;
	width:750px;
	height:200px;
	clear:both;
	background: url(sitegraphics/bg-footer.gif) no-repeat;
}
div#physical-address{
	float:left;
	clear:none;
	width:160px;
	height:80px;
	/*margin:20px 0 0 260px;*/
	padding-left:260px;
	margin-top:20px;
}
div#electronic-address{
	clear:none;
	float:left;
	width:160px;
	height:80px;
	/*margin:20px 0 0 80px;*/
	margin-left:100px;
	margin-top:20px;
}

/* SLUT PÅ ÖVRIGA DIVISIONS*/

/* TYPOGRAFI, förutom navigation */

h1{
	margin:0 0 25px 40px;
	width:420px;
	font: 32px/38px Georgia, "Times New Roman", Times, serif;
}
h2{
	margin:0 0 10px 40px;
	padding:0;
	font: 23px Georgia, "Times New Roman", Times, serif;
}
h3{
	margin:0 0 15px 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
p.ingress{
	clear: both;
	margin:0 0 30px 40px;
	font: bold 15px/1.2em Georgia, "Times New Roman", Times, serif;
	color:#b8a211;
	width:430px;
}
p.bread{
	clear: both;
	margin:0 0 1em 40px;
	font: normal 15px/1.2em Georgia, "Times New Roman", Times, serif;
	color:#696047;
	display:block;
	width:430px;
}
p.inli{
	clear: both;
	font: normal 15px/1.2em Georgia, "Times New Roman", Times, serif;

}
#footer p{
	margin:0;
	padding:0;
	font: normal 11px/1.7em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #fff;
}
#footer a{
	color: #A5A49C;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	border-bottom:1px dotted;
}
strong{
	font-style: italic;
}
/* SLUT PÅ TYPOGRAFI, förutom navigation */

/* Portoflio image formattering  */
#content img.portfolio{
	margin:0 15px 0 0;
	float:left;
	border: none;
	display: block;
	border:1px solid #fff;
}
#content img.portfolio:hover{
border:1px solid #DEDDCB;
}
#content a{
	color: #006fb6;
	background: #F7FAFC;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#content a:hover{
	border-bottom: 2px solid;
	background: #E0ECF3;
}
div#case{
	border-bottom: 1px dotted #C9CFD5;
	margin:20px 0 0 0;
	padding-left:40px;
	height: 155px;
	clear:both;
	float: left;
	width:435px;
}
p.case{
	font: normal 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color:#696047;
	margin:15px 0 20px 0;
}
table, tr, td{
	padding:0;
	margin:0;
	vertical-align: top;
}
td{
	width:50%;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #ddd;
}
td.description{
	padding-top:25px;
	/* debug---> background: red;*/
}
#content table{
	width: 435px;
	margin-left:40px;
	margin-bottom:20px;
	}

/* Debug parameter*/
/*
*{border:1px solid red;}
*/


