@charset "UTF-8";
@import "/styles/dm/common.css";
@import "/styles/dm/forms.css";
@import "/styles/dm/messages.css";
@import "/styles/tables.css";
@import "/styles/breadcrumbs.css";
@import "/styles/tools.css";
@import "/styles/pagination.css";
@import "/styles/forms.css";


body, html {
	font-family: "Arial", "sans-serif", "Tahoma";
	background: #EBF0E8 url("/gfx/background.png") repeat-x fixed 0 0;
	font-size: small;
	margin: 0 auto;
}

/* Layout */
#page {
	width: 770px;
	margin: 20px auto;
	text-align: left;
	background: #FDFDFD;
}

#header {
	height: 122px;
	background: #FFFFFF url("/gfx/header-background.png") no-repeat right top;
}


/* Default tags */

a {
	color: #5F3300;
}

h1 {
	display: none;
}

h2 {
	color: #5F3300;
}

h3 {
	color: #e27726;
	font-size: 140%;
	margin-bottom: 10px;
}

ul li {
	margin-left: 20px;
}


/* Logo - final */
h1 {
	font-size: 200%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	color: #FFFFFF;
}

#header #logo {
	padding: 40px 0 15px 28px;
	width: 390px;
}

/* Sidebar - final */
#sidebar {
	background: #FFFFFF url("/gfx/sidebar-background.png") no-repeat right top;
	float: left;
	width: 150px;
}

#sidebar h3 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 1em;
	border: 0;
}

#sidebar ul.menu li a {
	color: #333333;
	padding: 0.1em;
}

#sidebar ul.menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul.menu li {
	margin: 0.5em 1em;
}

/* Main */
#page-content {
	float: left;
	width: 620px;
}

#page-content div.content {
	padding: .1em 1em 1em 1em;
}

#page-content .intro {
	background: #FFFFFF url("/gfx/intro-background.png") no-repeat 0 0;
	font-size: 100%;
	height: 220px;
	margin: 0 0 2em;
	padding-top: 180px;
	padding-left: 200px;
	padding-right: 10px;
	text-align: justify;
}

#page-content .intro p {
	padding: 120px 0 0 220px;
}


/* Footer */

#page-footer {
	background: #FFFFFF url("/gfx/footer-background.png") no-repeat left top;
	clear: both;
	height: 4.2em;
}

#page-footer div.content {
	color: #FFFFFF;
	padding: 0.7em;
	text-align: center;
}

#page-footer a {
	color: #DDFFDD;
}

#page-footer div.author {
	font-size: 90%;
}


/* Buttons */

div.buttons {
	margin: 1em auto;
}

div.buttons a {
	color: #ffffff;
	background: #e27726;
	display: block;
	border: 1px solid #CF5700;
	float: left;
	padding: 8px 16px;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
}

div.buttons a:hover {
	background: #EF7E2C;
}

/* RSS */
a.rss {
	padding-left: 22px;
	background: url('/gfx/icons/feed-icon16x16.png') no-repeat 0 60%;
}

/* Company logos */
div.company-logos {
	
}

div.company-logos div.company-logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
}

