@charset "utf-8";

body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	background-color: #F9F9F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

:link, :visited { color: #456; text-decoration: underline; }
:link:hover, :visited:hover { color: #678; text-decoration: underline; }
:link:active, :visited:active { color: #678; text-decoration: underline; } 

img { border: 0 }

li img { vertical-align: middle; }

p { /*text-indent: 15px;*/ margin-bottom: 8px; }

sup { font-size: 6px; }

table.projects, table.projects td {
	border-color: #000;
	border-style: solid;
}

table.projects {
	width: 100%;
	margin-bottom: 5px;
    border-width: 0 0 1px 1px;
	border-spacing: 0;
}

table.projects td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #E0E0E0;
}

table.projects td.th {
	font-weight: bold;
}

table.projects td.green {
	background-color: #6C6;
}

table.projects td.yellow {
	background-color: #FF6;
}

table.projects td.red {
	background-color: #F99;
}

table.contact {
	font-size: 10px;
}

table.contact th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.contact input, table.contact textarea {
	border: 1px solid #678;
	font-size: 11px;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/bg_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	width: 800px;
	margin-left: 30px;
	height: 43px;
}

#header-left {
	width: 225px;
	height: 43px;
	float: left;
	background-image: url(images/header_left.png);
	background-repeat: no-repeat;
}

#header-right {
	width: 575px;
	height: 43px;
	float: left;
	background-image: url(images/header_right.png);
	background-repeat: no-repeat;
}

#menu {
	width: 800px;
	height: 16px;
	margin-left: 30px;
	line-height: 8px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}

#menu a {
	width: 60px;
	height: 16px;
	line-height: 1.3em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(images/menu_off.png);
	background-repeat: no-repeat;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#content {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#bottom {
	height: 15px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
}

#watermark {
	width: 26px;
	height: 10px;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	float: left;
}

#musicbox {
	color: #678;
	float: right;
}

#bottomline {
	padding-bottom: 14px;
	font-size: 9px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: 12px;
	color: #678;
	font-size: 9px;
	text-align: center;
}

.progressbar-block {
	font-size: 10px;
	clear: right;
}

.progressbar-on {
	height: 10px;
	margin-left: 3px;
	padding-right: 2px;
	font-size: 8px;
	color: white;
	text-align: right;
	background-color: #0000FF;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.progressbar-off {
	height: 10px;
	margin-right: 3px;
	background-color: #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.image-l {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 80%;
	text-align: left;
}

.image-c {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 80%;
	text-align: center;
}

.image-r {
	float: right;
	margin-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 80%;
	text-align: left;
}
