html {
	background: #0f0f0f url('../gfx/bgnd.png') repeat-x left top;
}

body {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #585858;
	line-height: 15px;
	padding: 15px 0 30px 0;
}

.bgnd1 { background: url('../gfx/bgnd1.jpg') no-repeat center top; }
.bgnd2 { background: url('../gfx/bgnd2.jpg') no-repeat center top; }
.bgnd3 { background: url('../gfx/bgnd3.jpg') no-repeat center top; }
.bgnd4 { background: url('../gfx/bgnd4.jpg') no-repeat center top; }
.bgnd5 { background: url('../gfx/bgnd5.jpg') no-repeat center top; }

a {
	text-decoration: none;
	color: #f06400;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #f06400;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 15px 0;
}

h2 {
	font-size: 11px;
	color: #f06400;
	margin: 15px 0 0 0;
	clear: both;
}

.gallery  + h2{
	padding-top: 15px;
}

p, ul, ol {
	margin-top: 15px;
}

ul, ol {
	padding-left: 30px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#top {
	height: 45px;
	margin: 0 0 240px 0;
	position: relative;
}

#home {
	display: block;
	position: absolute;
	left: -50px;
}

#logo {
	display: block;
	position: absolute;
	left: 0;
}

#logo img, #home img, #online-shop img {
	display: block;
}

#menu {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
	text-transform: uppercase;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 246px;
	background: url('../gfx/menu-bgnd.png');
	padding: 0 20px 0 6px;
	margin: 0;
}

#menu li {
	float: left;
	padding: 0 9px 0 13px;
	background: url('../gfx/menu-sep.png') no-repeat left center;
	list-style: none;
}

#menu li:first-child {
	background: none;
}

#menu a {
	color: #939393;
}

#menu .selected a, #menu a:hover {
	color: white;
	text-decoration: none;
}

#online-shop {
	position: absolute;
	right: 0;
	top: 0;
}

#content {
	background: url('../gfx/content-bgnd.png') no-repeat left top;
	padding: 6px 0 0 0;
}

#content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #content { zoom: 1; } /* IE6 */
*:first-child+html #content { zoom: 1; } /* IE7 */

#sidebar {
	width: 190px;
	float: left;
	background: url('../gfx/sidebar-bgnd.png');
	padding: 0 25px 25px 25px;
}

#sidebar h1 {
	color: white;
}

#sidebar ul {
	background: url('../gfx/sidebar-rule.png') no-repeat left top;
	padding: 0;
}

#sidebar li {
	list-style: none;
	background: url('../gfx/sidebar-rule.png') no-repeat left bottom;
	padding: 0 10px;
	line-height: 30px;
}

#sidebar a {
	color: #939393;
}

#sidebar a:hover, #sidebar .selected a {
	text-decoration: none;
	color: white;
}

#sidebar object {
	display: block;
	margin: 20px auto;
}

#main {
	width: 670px;
	padding: 0 25px 25px 25px;
	float: left;
	background: white;
}

#main img {
	border: 10px solid #efefef;
}

#footer {
	background: url('../gfx/footer-bgnd.png') no-repeat left top;
	padding: 33px 25px 0 25px;
}

#footer p {
	margin: 0;
}

#author a {
	color: #585858;
}

#author a.cm {
	color: #f06400;
	font-weight: bold;
}

#go-top {
	float: right;
	background: url('../gfx/go-top.png') no-repeat left center;
	padding-left: 12px;
	color: #585858;
} 

#disclaimer {
	padding-top: 30px;
	color: #3b3b3b;
	font-size: 9px;
}

ul.gallery {
	width: 680px;
	margin-top: 5px;
	padding: 0;
}

.gallery li {
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.gallery li a {
	display: block;
}

.gallery li img {
	display: block;
}

#main .gallery li a:hover img {
	border-color: #f06400;
}

form li {
	clear: both;
	margin-bottom: 10px;
}

p.error {
	color: red;
	margin-bottom: 15px;
}

#contact-form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contact-form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

#contact-form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

#contact-form .req {
	color: red;
}

#contact-form input {
	width: 200px;
}

#contact-form fieldset {
	margin-bottom: 10px;
}

#contact-form button {
	margin: 20px 5px 0 0;
	float: left;
}


#contact-form .error .req {
	font-weight: bold;
}

#contact-form .error input, #contact-form .error textarea {
	border: 1px solid red;
}

.tech {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.tech th, .tech td {
	text-align: left;
	border: 1px solid #585858;
	padding: 10px;
}

.tech th {
	background: #1d1d1d;
	color: white;
}

.tech .odd td {
	background: #e8e8e8;
}
