@import "reset.css";

/*******************/
/* Body */
/*******************/

html, body, div, p, h1, h2, h3, h4, ul, ol, span, table, td, form, li, input, button, textarea {
	color: #938a78;
	font-family:  'Lucida Grande', Verdana, Arial, Tahoma, "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	word-spacing: 1px;
}

html, body {
	text-align: center;
}

strong {
	font-weight: bold;
}

a {
	color: #5a5449;
	text-decoration: none;
}

a:hover, a:active {
	color: #938a78;
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}

#logo {
	border-bottom: 1px solid #dfd8cb;
	height: 75px;
	width: 100%;
	
}

#logo a {
	background-color: #fff;
	background-image: url('/si-header-logo.gif');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 75px;
}

#logo h1 span {
	display: none;
}

#header {
	background-color: #fff;
	background-image: url('/si-header-teaser.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #dfd8cb;
	height: 300px;
	margin-top: 5px;
	padding-top: 5px;
	
	display: none;	
}

#header h2 span {
	display: none;
}

#navi {
	border-bottom: 1px solid #dfd8cb;
	height: 47px;
	padding-left: 20px;
}

h3 {
	line-height: 47px;
	text-transform: uppercase;
}

#content_left, #content_right {
	float: left;
	padding: 20px 30px 20px 20px;
}

#content_left {
	color: #938a78;
	width: 10%;
}

#content_right {
	width: 25%;
}

#footer {
	border-top: 1px solid #dfd8cb;
	clear: both;
	font-size: 10px;
	padding: 20px 10px 20px 0px;
	text-align: right;
}