* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2em;
	background: #fff;
}

.left { float: left; }
.right { float: right; text-align: right; }

/* the indexhibit colors - for the mark */
.smalli { font-size: 12px; font-weight: normal; }
#menu h1 { padding: 0 0 12px 0; font-size: 12px; font-weight: normal; }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

/* horizontal rule */
div.hr { height: 3px; border-bottom: 1px solid #ccc; width: 700px; }
div.hr hr { display: none; }

#menu {
    width: 205px;
    overflow: auto;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#content {
    height: 100%;
    margin: 0 0 0 205px;
    top: 0;
}

.container { padding: 12px; }

#content .container { padding-left: 27px; }

#content p, #content code { width: 600px; margin-bottom: 9px; }


p, code {
    margin: 0 0 9px 0; display: block;
}

#content code { width: 400px; w\idth: 382px; \width: 382px; padding: 9px; background: #f3f3f3; color: #333; font-size: 11px; }

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#installator
{
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 500px;
    width: 75px;
    height: 75px;
}


/* registration forms */
.forms label { font-weight: bold; color: #333; }
.forms label span { color: #999; font-weight: normal; }
.forms input[type='text'] { font-size: 12px; width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
.forms input[type='button'] { width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
.forms input[type='radio'] { margin: 3px 0 6px 0; }
.forms select { width: 200px; margin: 3px 0 6px 0; }

/* inviter forms */
#inviter label { font-weight: bold; color: #333; }
#inviter label span { color: #999; font-weight: normal; }
#inviter input[type='text'] { font-size: 12px; width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
#inviter input[type='button'] { width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
#inviter textarea { width: 200px; height: 100px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }

#content .download { margin-bottom: 12px; }
#content .download p { margin-bottom: 0; }

/* for the blog thing */
blockquote.email { margin-bottom: 12px; padding: 0 12px; border-left: 1px solid #333; font-style: italic; }