body {
    margin: auto;
    padding: 0;
    background: #131313;
    text-align:center;
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 100em;
}

/* [] OVERALL SETTINGS*/
a:link, a:visited, a:active {
    color: #dbd52b;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong, b {
    font-weight: bold;
}
h1,h2,h3,h4,h5 {
    color: #dbd52b;
}

fieldset {
    border: 1px solid white;
    padding: .5em;
    margin-bottom: 1em;
}
legend {
    font-weight: bold;
}

/* [] LAYOUT */
#wrapper {
    text-align:left;
    background: black;
    color: #cdcbcb;
}
#header {
    color:#fff;
    width: 100em;
    height: 35.6em;
}
div#message {
    background: #e0e7ee;
    color: black;
    font-weight: bold;
    padding: .5em;
    margin: 0;
    text-align: center;
}
.error-message {
    color: red;
    font-weight: bold;
}
#content-inner {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    float: left;
    width: 49.714em;
}
#content-inner ul li {
    list-style: square;
    margin-left: 1em;
    padding-bottom: 1em;
}
#content-inner div {
    margin: 1em;
}
#content-inner h1,h2,h3,h4{
    margin-bottom: .71em;
}
#content-inner  h1 {
    font-size: 1.4em;
}
#content-inner  h2 {
    font-size: 1.2em;
}
#content-inner  h3 {
    font-size: 1.1em;
}
#content-inner  h4 {
    font-size: 1em;
}
#content-inner p {
    margin-bottom: 1em;
}
#content-inner ul li {
    margin-bottom: .5em;
}
#right-column {
    width: 20em;
    float: right;
    font-size: 1.4em;
    background: url(../img/breaks.gif) bottom no-repeat;
    padding-bottom: 20em;
    text-align: center;
}
#right-column ul li div {
    padding: .5em;
    margin-bottom: 1em;
}
#right-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer {
    color: #888888;
    background: url(../img/menu_bg.gif) repeat-x bottom;
    overflow: auto;
    font-size: 1.4em;
    padding:1em;
    height: 1%; /* IE 6 hack */
    clear: both;
    text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited {
    color: white;
}
#footer a:hover {
    text-decoration: none;
}
#logo {
    width: 100%;
}
.antispam {
    display: none;
}


/* [] ARTICLES */
ul#articles {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}
ul#articles li {
    margin: 1em;
}

ul#articles p {
    padding: 0 0 2em 0;
    margin: 0;
}

/* [] MENU */
#menu{
    background: url(../img/menu_bg.gif) repeat-x;
    font-size: 1.9em;
    height: 1%; /* IE 6 HACK */
}
#menu ul:after {
    content:",";
    display:block;
    height:0;
    clear: both;
    visibility:hidden;
    overflow: auto;
}
#menu ul li {
    float: left;
}
#menu ul li a, #menu ul li a:active, #menu ul li a:visited {
    text-decoration: none;
    color: #cdcbcb;
    display: block;
    padding: 1.3em 1.9em 1.4em 1.9em;
    background: url(../img/menu_separator.gif) left no-repeat;
}
#menu ul li a:hover {
    background: black url(../img/menu_separator.gif) left no-repeat;
}
#company {
    float: left;
    margin: 0 5em 0 1em;
}
#company h1 {
    font-size: 1.95em;
    color: #888888;
}
#company h2 {
    font-size: .74em;
    color: #888888;
    font-weight: normal;
}
#company a, #company a:active, #company a:hover, #company a:visited {
    color: #888888;
    text-decoration: none;
}

/* [] BLIND WEB */
#blind-navigation {
    position: absolute;
    top: -10000px;
    left: 0;
}

/* BLOCK COMPONENTS */
#components a, #components a:active, #components a:visited {
    display: block;
    text-align: center;
    color: black;
    width: 8.83em;
    height: 2.87em;
    font-size: 2.07em;
    text-decoration: none;
    padding-top: .5em;
    background: url(../img/price_button.gif) no-repeat left center;
    margin: auto;
}
#components a:hover {
    background-position: -256px;
}

/* [] ORDER */
#order label{
    display: block;
    float: left;
    width: 10em;
}
#order input[type=text] {
    width: 30em;
}
#order ul li {
    list-style: none;
    margin: 0;
}
#order .submit input {
    width: 10em;
    text-align: center;
}
#order .submit {
    margin-left: 10em;
}
#order textarea {
    width: 30em;
    height: 15em;
}
#order span {
    padding-left: .5em;
    padding-right: 1em;
    color: white;
}
