body {
	background-color: gray;
	margin: 0;
	background-color: #383d50;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	line-height: 120%;
	background-image: url(../img/site/body-bg.png);
}

#page {
	margin: 0 auto;
	padding: 0;
	min-width: 950px;
	max-width: 1150px;
	text-align: left;
}

#header {
	background-color: black;
	background-image: url(../img/site/header-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 190px;
}

#site-id {
	float: left;
	margin: 45px 30px;
}

#login {
	position: absolute;
	top: 0;
	right: 1em;
}

#login-button {
	float: right;
	background-color: #b08865;
	background-image: url(../img/site/login-left.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-size: 120%;
}

#login-button a {
	display: block;
	background-image: url(../img/site/login-right.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	color: white;
	text-decoration: none;
	padding: 0.5em 2em 0.7em 2em;
}

#tagline {
	/* margin when offer is enabled
	margin: 4em 0 5em 340px;
	font-size: 80%;
	*/
	margin: 5em 0 3em 340px;
	padding: 0.5em;
	font-size: 90%;
	text-align: center;
	line-height: normal;
}

#offer {
	position: absolute;
	right: 1em;
	bottom: 0;
}

#nav {
	background-color: #4b5061;
	background-image: url(../img/site/nav-bg.png);
	background-repeat: repeat-x;
}

#nav ul {
	margin: 0;
	padding: 5px 0 0 2%;
	list-style: none;
	line-height: 100%;
	width: 98%;
	overflow: hidden;
	border-bottom: 5px solid #343844;
}

#nav li {
	float: left;
	display: block;
	background-image: url(../img/site/tab-separator.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#nav li.selected {
	background-image: url(../img/site/tab-left.png);
	background-repeat: no-repeat;
	background-color: #343844;
	background-position: top left;
}

#nav li.selected a {
	background-image: url(../img/site/tab-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-style: none;
}

#nav li a {
	padding: 1em 2em;
	display: block;
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#content {
/*	background-image: url(../img/site/content-bg.png);
	background-repeat: repeat-x;
*/
	background-color: #20222c;
	overflow: hidden;
	width: 96%;
	padding: 1em 2% 2em 2%;
	font-size: 90%;
}

#content.flame {
	background-image: url(../img/flame-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#teaser {
	background-image: url(../img/19in-rack.jpg);
	background-repeat: no-repeat;
	padding: 1em 2em;
}

#teaser h2 {
}

#footer {
	background-color: #4b5061;
	background-image: url(../img/site/nav-bg.png);
	background-repeat: repeat-x;
	/*
	padding: 1em 2em;
	*/
	color: white;
	text-decoration: none;
	font-size: 80%;
	text-align: right;
	width: 100%;
	overflow: hidden;
}

#footer-contact {
	float: left;
	padding: 1em 2em;
}

#footer-contact span {
	margin-right: 2em;
}

#footer-links {
	float: right;
	padding: 1em 2em;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	border-width: 1px;
	border-style: none none solid none;
	border-color: #999999;
}

#footer a:active {
	color: #f87600;
	border-color: #f87600;
}

h1 {
}

h2 {
	font-size: 120%;
	margin: 2em 0 0.5em 0;
	padding: 0;
	color: #ffb400;
}

h3 {
	margin: 1em 0 0.5em 0;;
}

p, .p {
	margin: 0.5em 0;
}

.two-columns {
	width: 100%;
	overflow: hidden;
}

.left-column {
	float: left;
	width: 49%;
}

.right-column {
	float: right;
	width: 49%;
}

.ratio-40-60 {
}

.ratio-60-40 .left-column {
	width: 58%;
}

.ratio-60-40 .right-column {
	width: 38%;
}

.illustration-96 {
	width: 100%;
	overflow: hidden;
	margin: 2em 0;
}

.illustration-96-image {
	float: left;
}

.illustration-96-content {
	margin-left: 96px;
	padding-left: 1.5em;
}

.illustration-96-content h2 {
	margin-top: 0;
}

.no-overflow {
	width: 100%;
	overflow: hidden;
}

img {
	border-style: none;
        vertical-align: middle;
}

ul {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
	list-style-type: square;
	list-style-image: url(../img/site/bullet.png);
}

li {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td, th {
	text-align: left;
	vertical-align: top;
}

#content a {
	color: white;
	text-decoration: none;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #666666;
}

#content a:hover {
	border-color: #f87600;
	text-decoration: none;
}

#content a:active {
	color: #f87600;
}

td.r, th.r {
	text-align: right;
}

td.m, th.m {
	vertical-align: middle;
}

.s {
	font-size: 80%;
}

.xs {
	font-size: 70%;
}

.download-box {
	float: right;
	width: 20em;
	overflow: hidden;
}

.download-box li {
	display: block;
	list-style: none;
}

.download-box li.pdf-download a {
	display: block;
	float: right;
	min-height: 32px;
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding: 6px 6px 6px 40px;
	border-style: solid !important;
	line-height: 110%;
	background-color: #343844;
}

.download-box li.pdf-download a:hover {
}

.box {
	background-image: url(../img/site/box-sw.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #101116;
	margin: 1.5em 0;
	padding: 0;
}

.box-header {
	background-image: url(../img/site/box-nw.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*
	border-bottom: 3px solid #20222c;
	*/
}

.box-header h2 {
	padding: 1em;
	margin: 0 0 0 0;
	background-image: url(../img/site/box-ne.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	font-weight: normal;
}

.box-header p {
	font-size: 90%;
	margin: 0 1em 1em 1em;
	line-height: 120%;
	color: #cccccc;
}

.box-content {
	background-image: url(../img/site/box-se.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0.5em;
}

.box-content.with-padding {
        padding-left: 1em;
        padding-right: 1em;
}

.box-content p {
	font-size: 90%;
	margin: 1em;
	line-height: 120%;
	color: #cccccc;
}

.box-content.with-padding p {
        margin: 1em 0; 
}

.box-content table {
	width: 100%;
	line-height: 140%;
}

.box-content .price {
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 1em 0;
}

.box-content .price sup {
	font-size: 60%;
	font-weight: normal;
	padding: 0 0 0 0.2em;
}

.box-content .price .small {
    font-size: 50%;
    font-weight: normal;
    margin: 0.5em 0 0 0;
}

.box tr.first th {
	padding: 0.3em 1em;
}

.box th {
	/*border-bottom: 1px solid #21222a;*/
	border-bottom: 1px solid #4b5061;
	padding: 1em 1em 0.3em 1em;
	font-weight: bold;
}

.box th.url, .box th.url a {
    text-align: right;
    text-decoration: none !important;
}

.box td {
	padding: 0.1em 1em; 
	border-top: 1px solid #21222a;
}

table.matrix {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0.5em 0;
}

table.matrix caption {
	text-align: left;
	padding: 0.5em;
	font-size: 120%;
	font-weight: bold;
}

table.matrix thead th {
	padding: 0.5em;
}

table.matrix thead th.b, table.matrix thead th.u {
	background-color: black;
}

table.matrix tbody {
	line-height: 100%;
}

table.matrix th, table.matrix td.b, table.matrix td.u, table.matrix td.p0 {
}

table.matrix tr th.n {
	width: 30%;
}

table.matrix tr th.b, table.matrix tr th.u {
	width: 15%;
}

table.matrix tr th.p0, table.matrix tr th.p1 {
	width: 20%;
}

table.matrix tr.heading {
	background-color: #4b5061;
	border-width: 0.5em 0;
	border-style: solid none;
	border-color: #21222a;
}

table.matrix tr.heading th {
	padding: 0.3em 0.5em;
}

table.matrix td, table.matrix th {
	padding: 0 0.5em;
	vertical-align: middle;
}

table.matrix td.b {
	background-color: #343844;
	border-width: 0.5em 0;
	border-style: solid none;
	border-color: #343844;
}

table.matrix td.u {
	background-color: #343844;
	border-top: 1px dotted #4b5061;
}

table.matrix tr.first td.u {
	border-top-style: none;
}

table.matrix td.p0 {
	border-top: 0.5em solid #21222a;
}

table.matrix tr.first th, table.matrix tr.first td.b {
	padding-top: 0.5em;
}

table.matrix tr.first td.u {
	border-top: 0.5em solid #21222a;
}

table.matrix tr.last td.u {
	border-bottom: 0.5em solid #21222a;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.matrix tfoot td.p {
	border-top: 1px solid white;
}

#footnotes {
	border-top: 1px solid #343844;
	padding: 1em 2% 0 2%;
	font-size: 80%;
	line-height: 120%;
	width: 96%;
}

#footnotes li {
	margin: 0.3em 0;
}


.notice {
    padding: 1em 2em;
    background-color: #F2A42A;
    color: black;
    border: 1px solid black;
}


form .field {
    margin: 0.5em 0;
    padding: 0.5em 0;
}

form .field-widget * {
    display: block;
    width: 100%;
    margin: 0.5em 0 0 0;
    padding: 0.4em 0.5em;
    border-width: 1px;
    border-style: solid;
    border-color: #21222a #343844 #343844 #21222a;
    background-color: black;
    color: white;
    font-size: 100%;
}

form .captcha .field-widget * {
    display: inline;
}

form .captcha .field-widget img {
    width: auto;
    border-color: #343844;
    margin: 0.5em 0.5em 0 0;
    padding: 0.2em 0.25em;
    vertical-align: bottom;
}

form .captcha .field-widget input {
    width: 8em;
}

form .error .field-widget * {
    border-color: #F2A42A;
}

form .field-help_text {
    font-size: 75%;
    color: #cccccc;
}

form .field-label {
    font-size: 110%;
}

form .field-errors {
    color: #F2A42A;
    list-style: none;
    font-size: 90%;
    margin: 0.5em 0 0 0;
    padding: 0;
}

form .field-errors li {
    list-style: none;
}

form .form-buttons {
    text-align: right;
}

form .form-buttons input {
    border-width: 1px;
    border-style: solid;
    border-color: #343844 #21222a #21222a #343844;
    background-color: black;
    color: white;
    padding: 0.4em 1.0em;
}

form .form-buttons input:active {
    border-color: #21222a #343844 #343844 #21222a;
}
