/* -- Standard -- */

html, body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 100%;
	height: 100%;
}

body {
	min-height: 101%;
}

.container {
	position: relative;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #6f92c2;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	color: #aaa;
	text-decoration: none;
	background-color: transparent;
}

a:active {
	color: #F00;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #f96;
	text-decoration: none;
	background-color: transparent;
}

input {
	font-size: 10px;
	background: #eee;
	border: 1px solid #ddd;
	margin: 1px;
}

/* -- Header -- */

.header {
	padding-left: 732px;
	height: 190px;
}

.homeNav {
	position: absolute;
	left: 31px; /* @@no-center */
	top: 190px;
	width: 143px;
	height: 35px;
	text-align: left; /* @@no-center */
}

.homeNav a {
	float: left; /* @@no-center */
	padding: 9px 0px 10px 0px;
	color: #5b2b0b;
	text-decoration: none;
}

.homeNav a:visited {
	color: #5b2b0b;
	text-decoration: none;
}

.homeNav a:hover {
	color: #d3c6be;
	text-decoration: none;
	background: url(http://www.systemone.net/cms_en/static/S1/Images/header_navHover.gif) top center no-repeat;
}

.mainNav {
	margin-left: 163px;

	height: 35px;
}

.mainNav a {
	float: left;
	width: 80px;
	padding: 9px 0px 10px 0px;
	text-align: center;
	text-decoration: none;
	color: #5b2b0b;
}

.mainNav a:visited {
	color: #5b2b0b;
	text-decoration: none;
}

.mainNav a:hover {
	color: #d3c6be;
	text-decoration: none;
	background: url(http://www.systemone.net/cms_en/static/S1/Images/header_navHover.gif) no-repeat;
}

.mainNav a.active  {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/header_navHover.gif) no-repeat;
}

.subNav {
	position: absolute;
	left: 0px;
	top: 92px; /* @@ */
	margin: 0px;
	padding: 0px;
	width: 150px;
	color: #7F7F7F;
}

.subNav .item {
	margin-top: 13px;
}

.subNav .item a {
	display: block;
}

.subNav .item .link {
	display: block;
	padding-left: 31px;
}

.subNav .item .note {
	display: block;
	padding-left: 31px;
	font: 9px Tahoma;
	color: #7F7F7F;
}

.subNav .item a.active {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/icon-menu.png) no-repeat;
	background-position: 9px 7px;
}

.subNav .item a:hover {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/icon-menu.png) no-repeat;
	background-position: 9px 7px;
}

.miscNav {
	height: 35px;
	float: right;
	padding: 11px 0px 0px 0px;
	color: #D6CCCC;
	font-size: 9px;
}

.miscNav a {
	text-decoration: none;
	color: #D6CCCC;
}

.miscNav a:visited {
	color: #D6CCCC;
}

.miscNav a:active {
	color: #D6CCCC;
}

.miscNav a:hover {
	text-decoration: underline;
}

/* -- Content -- */

.content {
	position: absolute;
	left: 182px;
	top: 45px;
	padding-right: 200px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: justify;
}

.content a {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/a_underline.png) bottom left;
}

.content a:visited {
	color: #aaa;
	background: url(http://www.systemone.net/cms_en/static/S1/Images/a_underlineVisited.png) bottom left;
}

.content a:hover {
	color: #d3c6be;
	background: url(http://www.systemone.net/cms_en/static/S1/Images/a_underlineHover.png) bottom left;
}

.content a.bullet {
	border: 0px;
	background: url(http://www.systemone.net/cms_en/static/S1/Images/bullet_link.gif) top left no-repeat;
	padding: 1px 0px 3px 20px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

.content a.bullet:visited {
        background: url(http://www.systemone.net/cms_en/static/S1/Images/bullet_link.gif) top left no-repeat;
}

.content a.bullet:hover {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/bullet_link.gif) top left no-repeat;
}

.content a.nobg {
	border: 0px;
	background: none;
}
.content .headline {
	margin-bottom: 25px;
	display: block;
}

.content table tbody tr.uneven td {
	border-bottom: 1px solid #ddd;
	background: #eee;
}

.content table {
	border-collapse: collapse;
}

.sideBar {
	position: absolute;
	right: 0px;
	top: 92px;
}

.sideBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sideBar ul li {
	display: block;
	margin-bottom: 8px;
	width: 160px;
	height: 54px;
	background: url(http://www.systemone.net/cms_en/static/S1/Images/dots.png) bottom left repeat-x;	
}

.sideBar ul li div {
	padding: 0px;
	padding-left: 42px;
}

.sideBar ul li div.pdf {	
	background: url(http://www.systemone.net/cms_en/static/S1/Images/icon-pdf.png) no-repeat;
}

.sideBar ul li div.swf {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/icon-swf.png) no-repeat;
}

.sideBar ul li div.journal {
	background: url(http://www.systemone.net/cms_en/static/S1/Images/icon-journal.png) no-repeat;
}

.sideBar .sub {
	display: block;
	font: 9px Tahoma;
	color: #7F7F7F;
}

.sideBar ul li.last {
	background: none;
}

#sycmsElementSideBarEditor {
	width: 160px;
	height: 500px;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

/* -- Contact Form -- */

#contactForm {
	color: #666;
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
}
#contactForm table {
	margin-top: 10px;
	line-height: 14px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 490px;
}
#contactForm td {
	padding-top: 6px;
	padding-bottom: 6px;
}
#contactForm .txt {
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666;
	width: 270px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;		
}
#contactForm input.txt {
	padding: 2px 6px;
}
#contactForm .btn {
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	width: 85px;
}
#contactForm textarea {
	height: 110px;
	padding: 6px;
}
#contactForm td.key {
	width: 120px;
	vertical-align: top;
	padding-top: 9px;
	padding-left: 12px;
}
#contactForm tr.a td {
	background: #f6f6f6;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contactForm tr.a td.key {
	padding-top: 6px;
}
