/* ----- CSS ----- */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff url(../images/bg.png) repeat-x;
	font: 14px/24px verdana, tahoma, arial, sans-serif;
	}
	
a:link {
	color: #990000; 
	text-decoration: underline;
	}

a:visited {
	color: #993333; 
	text-decoration: underline;
	}

a:hover {
	color: #ffffff; 
	text-decoration: none;
	background-color: #990000;
	}
	
h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: verdana, helvetica, arial, sans-serif;
	color: #555;
	padding: 0px;
	margin: 25px 0 0 0;
	}
	
h3 {
    font-size: 15px;
    font-weight: bold;
    font-family: verdana, helvetica, arial, sans-serif;
	color: #555;
	padding: 0px;
	margin: 25px 0 0 0;
	}

/* ----- IDS ----- */

	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	width: 90%; 
	margin: 0 auto 0 auto;
	}
	
#header {
	width: 725px;
	margin: 0 auto 0 auto;
	}
	
#header img {
	border: none;
	}
	
#header-right {
	width: 500px;
	height: 120px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	background: transparent url(../images/innbo-logo.png) no-repeat top right;
	text-align: right;
	}
	
#header-right p {
	padding: 90px 5px 5px 0;
	}
	
#header-right strong {
    font-weight: bold;
	color: #444; 
	}
	
#header-left {
	width: 200px;
	padding-top: 10px;
	float: left;
	}


#main {
	width: 725px;
	padding: 0;
	margin: 20px auto 0 auto;
	border-top: 1px solid #ccc;
	background-color: #ffffff;
	}	

#content {
	float: left;
	width: 500px;
	padding: 0;
	border-right: 1px solid #ccc;
	text-align: left;
	}
	
#content h1 {
	width:200px;
	margin: 0;
	padding: 2px 5px 2px 5px;
	background: #fff url(../images/title-bar.png) repeat-x;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    font-family: verdana, helvetica, arial, sans-serif;
	color: #990000;
	}
	
#content p {
	padding: 0 10px 5px 10px;
	}
	
#content p img, #content p img a:link, #content p img a:hover {
	background: #fff;	
	border: none;
	}

#sidebar {
	float:right;
	width:220px;
    font-size: 11px;
	line-height: 20px;
	text-align: left;
	}
	
#sidebar ul {
	list-style-type: square;
	}
	
#sidebar p {
	margin: 0px 5px 10px 5px;
	}	
	
#sidebar h2 {
	margin: 10px 0 12px 3px;
    font-size: 13px;
    font-weight: bold;
	color: #555;
	border-bottom: 1px solid #ccc;
	}
	
#sidebar p img, #sidebar p img a:link, #sidebar p img a:hover {
	background: #fff;	
	border: none;
	}
	
#footer {
	clear:both;
	width: 700px;
	height: 20px;
	padding: 5px 10px 5px 5px;
	margin: 0px auto 20px auto;
	text-align: right; 
	border: 1px solid #ccc;
    background: url(../images/footer.png) #ffffff repeat-x top;
	color: #999;
    font-size: 11px;
	}
	
#footer a:link, #footer a:visited 
{
	color: #999;
	text-decoration: none;
}
		
#footer a:hover 
{
	color: #ffffff;
	text-decoration: none;
	background-color: #999;
}