/* --------------------------------------- */
/* SIMORC HOME css */
/* --------------------------------------- */

body							{ background: url(/grfx/background-home.gif) #0180a0 repeat-x; }

#header							{ background: none; }

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#main							{ background: url(/grfx/background-main.gif) #0189a6 repeat-x; }

#mainheader
	{
	position: relative;
	background-color: #ff9a22;
	height: 246px;
	}

#mainhdrphoto
	{
	position: absolute;
	background: url(/grfx/main-header-photo.png) no-repeat;
	_background: url(/grfx/main-header-photo.gif) no-repeat;
	width: 100%;
	height: 275px;
	top: -33px;
	left: 0px;
	z-index: 2;
	}

#mainheader h2
	{
	position: absolute;
	background: url(/grfx/main-header-text.png) no-repeat;
	_background: url(/grfx/main-header-text.gif) no-repeat;
	text-indent: -9999px;
	width: 383px;
	height: 39px;
	top: 55px;
	left: 130px;
	z-index: 4;
	}

#content
	{
	background: none;
	_height: 125px;
	min-height: 125px;
	margin-left: 370px;
	margin-right: 0px;
	padding: 0px;
	}

#buttons
	{
	position: relative;
	display: block;
	height: 44px;
	}

#buttons ul
	{
	position: relative;
	list-style: none;
	width: 220px;
	height: 44px;
	margin-right: 30px;
	float: right;
	}

#buttons ul li
	{
	position: absolute;
	text-indent: -9999px;
	width: 110px;
	height: 44px;
	top: 0px;
	}

#btn1, #btn2,
#btn1 a:hover, #btn2 a:hover
	{
	background-image: url(/grfx/buttons.png);
	_background-image: url(/grfx/buttons.gif);
	background-repeat: no-repeat;
	}

#btn1 							{ background-position: 0px 0px; left: 0px; }
#btn2							{ background-position: -110px 0px; left: 110px; }

#btn1 a:hover					{ background-position: 0px -44px; left: 0px; }
#btn2 a:hover					{ background-position: -110px -44px; left: 110px; }

#buttons a						{ text-decoration: none; height: 44px; display: block; }

#sidebar
	{
	background: none;
	width: 280px;
	_height: 125px;
	min-height: 125px;
	padding-left: 60px;
	float: left;
	}

#sidebar h3						{ font-size: 2em; color: #fff; }
#sidebar p						{ width: auto; margin: 0px; margin-bottom: 0px; }

#sidebar ul li
	{
	list-style-image: url(/grfx/bulletlist-home.gif);
	font-size: 0,8em;
	color: #fff;
	margin-bottom: 5px;
	}

#sidebar ul li a				{ font-weight: bold; color: #fff; text-decoration: none; }

.readmore 						{ color: #ff9a22; }
.readmore a						{ font-weight: bold; color: #fff; text-decoration: none; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer							{ background: #017f9f; }

/* ======================================= */
/* ======================================= */
/* ======================================= */