
/* >-<o> body and main container <o>-< */

body {
	background-attachment: scroll;
	background-image: url("/media/images/brushed_alu.png");
	text-align: center;
}

#container {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	margin-top: 50px;
	min-width: 600px;
	text-align: left;
	width: 62%;
}

/* >-<o> menu bar & menu <o>-< */

#menu_bar {
	float: left;
	position: fixed;
}

#menu_bar .logo {
	background-image: url("/media/images/logo_s.png");
	background-repeat: no-repeat;
	height: 230px;
	width: 151px;
}

#menu_bar ul {
	border-left: 2px solid #5d86c5;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 12px;	
}

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

#menu_bar a:hover {
	color: #f7661e;
}

#menu_bar li {
	list-style-type: none;	
}

#menu_bar ul.bottom{
	font-size: 75%;
	margin-left: 57px;
}

#menu_bar ul.top{
	margin-left: 4px;
}

#menu_bar ul li {
	border-left: none;
	margin-bottom: 10px;
	padding-left: 10px;
	transition: padding-left 0.3s;
}

#menu_bar ul li:hover {
	border-left: 2px solid #d9792b;
	margin-left: -2px;
	padding-left: 15px;
}

#navigation {
	width: 151px;
}

/* >-<o> content basics <o>-< */

#content {
	color: #555;
	margin-left: 170px;
	padding: 0px 10% 30px 10%;
}

#content a {
	color: #5d86c5;
	text-decoration: underline;
}

#content a:hover {
	color: #f7661e;
	text-decoration: none;
}

#content h1 {
	color: #5d86c5;
	/* color: #eaeaea;
	padding: 5px 15px 5px 15px; */
	padding-left: 32%;
}

#content h2 {
	color: #5d86c5;
	font-size: 12pt;
	padding: 8px 2px 2px 0px;
}

#content p {
	font-size: 11pt;
	line-height: 14pt;
}

#content table td{
	padding-right: 15px;
}

#content table > tbody > tr > td:first-child
{
	text-align: right;
}

#content table textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	padding: 3px;
	height: 100px;
	width: 194px;
}

#content table input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	padding: 3px;
	width: 194px;
}

#content table input[type=checkbox] {
	width: 16px;
}

#content table input[type=submit],
#content table input[type=button] {
	font-family: Helvetica, Arial, sans-serif;
	font-size 8pt;
	width: 80px;
}

#content table.form td {
	vertical-align: top;
}

#content table.form p.form_error {
	display: none;
	font-size: 9pt;
	font-style: italic;
	width: 200px;
}

#content table.form tr:last-child td{
	text-align: right;
}

#content table.contact {
	border: 0px;
}

#content table.contact td{
	height: 30pt;
}

#content ul {
	line-height: 20pt;
	padding-left: 25px;
}
