﻿* { /* fix for pre-libcss NetSurf */
}

html { /* always show v scroll in Firefox */
    overflow-y: scroll;
}

html, body, #body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
html {
	background: #142D5B url(/Images/Background.jpg) repeat-x top center;
	background-attachment: fixed;
}

body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

a {
    color: #349;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#body {
    position: relative;
}

#wrapper {
    width: 738px;
	margin: 0 auto;
    min-height: 100%;
	background: url(/Images/Shadow.png) repeat-y top center;
}

#wrapper-in {
    display: block;
    padding: 0 9px;
	background-attachment: fixed;
    min-height: 100%;
}

#header {
	padding: 28px 24px;
	background: #EBECED url(/Images/Background-Title.gif) no-repeat top center;
	background-attachment: fixed;
}

#header h1 {
    width: 221px;
    margin: 0;
    padding: 0;
	background-image: url(/images/Tinct.png);
}

#header h1 a {
    display: block;
    height: 0px;
	padding: 48px 0 0 0;
    overflow: hidden;
}

#sections {
	padding: 0;
    background-color: #222;
    overflow: auto;
}
#sections ul {
    margin: 0;
	padding: 0;
	list-style: none;
}

#sections li {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    font-size: 13px;
}

#sections li.high a {
    font-weight: bolder;
    background: url(/images/section-current.gif) repeat-x bottom left;
}

#sections a {
    padding: 5px 0 8px;
    width: 144px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: url(/images/section-lowlight.gif) repeat-x bottom left;
}

#sections li a:hover {
    background: url(/images/section-highlight.gif) repeat-x bottom left;
    font-weight: bolder;
}


#main {
    overflow: auto;
}

#menu {
    float: left;
    width: 204px;
    margin: 0;
    padding: 0;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#menu ul li {
    margin: 0;
    padding: 0;
    float: left;
}
#menu ul li a {
	display: block;
	width: 188px;
	margin: 0;
	padding: 5px 8px;
	color: #000;
	font-size: 92%;
	text-decoration: none;
}

#content {
    margin-left: 204px;
    margin-bottom: 78px;
}

#content h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 200%;
    margin: 0;
    padding: 4px 8px;
}

#content h2 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #349;
    padding: 0;
    margin: 1em 8px 0;
    font-size: 160%;
    border-bottom: solid 1px #f4f4ff;
    padding-bottom: 2px;
}

#content h3 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #349;
    padding: 0;
    margin: 0 8px;
    border-bottom: solid 1px #f4f4ff;
    padding-bottom: 2px;
    font-size: 130%;
}
#content h3 a {
    text-decoration: none;
}
#content h3 a:hover {
    color: #d00;
}

#content p {
    margin: 0.5em 8px;
}

#content ul, #content ol {
    margin: 1em 16px;
    padding: 0 16px;
}

#content ul li ul {
    margin: 0 8px;
}

#content ul.jumplist li {
    margin-left: 1em;
}

#content li {
    margin: 0.2em 0;
}

#content form, #content div.details, #content ul.jumplist, #content div.screenshots {
    margin: 1em 16px 1em;
    padding: 8px;
    border: solid 1px #AAAEB2;
    background-color: #fff;
}
#content form {
    padding: 8px 0;
    margin: 1em 0 1em 16px;
    width: 482px;
}

#content .third {
    margin: 0;
    width: 160px;
    float: left;
}
#content .half {
    width: 240px;
    float: left;
}

#content .section {
    overflow: auto;
    margin: 16px;
    padding: 4px 0;
    border: solid 1px #AAAEB2;
    background-color: #fff;
}

#content .logos {
    text-align: center;
    background-color: #fff;
    margin: 16px;
    padding: 4px 32px 8px;
    border: solid 1px #AAAEB2;
}
#content .logos img {
    padding: 4px 8px;
}




#content div.screenshots {
    padding: 4px;
}
#content div.screenshots img {
    padding: 3px;
    border: 1px #f8f8f8 solid;
}

#content label {
    padding-left: 8px;
    padding-top: 2px;
    display:block;
    width: 142px;
    float: left;
}

#content label em {
    color: #f00;
}

#content input, #content textarea {
    width: 316px;
    margin: 0 0 4px 0;
}

#content input.submit {
    margin: 8px 0;
    width: 174px;
    background-color: #349;
    color: #fff;
    padding: 3px;
    border: solid 1px #000;
    float: none;
    display: inline;
}

#content div.contactsLeft {
    float: left;
    width: 50%;
}

#content div.contactsRight {
    float: right;
    width: 50%;
}

#content img.diagram {
    padding-right: 8px;
    margin: 1em auto;
    padding: 1em;
    border: solid 1px #AAAEB2;
    background-color: #fff;
    display: block;
}

#content table.project {
    width: 100%;
    margin: 0.35em 8px 1em;
}
#content table.project th {
    text-align: left;
    padding: 0.15em 0;
    width: 10em;
    vertical-align: top;
}
#content table.project td {
    text-align: left;
    padding: 0.15em 0;
}

#content hr {
    margin: 2em;
    width: 50%;
    border-color: #349;
    border-top-width: 1px;
    border-bottom-width: 0;
}

#footer {
    clear: both;
    width: 704px;
	margin: 0 auto;
    color: #fff;
    background-color: #555;
    padding: 8px 8px 0;
    position: relative;
    margin-top: -58px;
    height: 50px;
    font-size: 11px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: right;
}