/**************************************************

Layout

***************************************************/

body
{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
.h
{
    margin: 0;
}

h3
{
}

input
{
    margin: 0;
}

div.section
{
    margin-top: 18px;
}

div.heading
{
    margin-bottom: 12px;
}

ul
{
    padding: 0;
    margin: 0;
}

li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img
{
    display: block;
    border: 0;
}

table
{
    border: 0;
    border-spacing: 0;
}

td
{
    vertical-align: top;
    border: 0;
    padding: 0;
}

p
{
    margin: 10px 0 0 0;
    line-height: 1.4em;
}

.first
{
    margin-top: 0 !important;
}

div.clearer
{
    clear: both;
}

/* page structure */

#frame
{
    margin: 30px;
}

#header
{
    position: relative;
    margin-bottom: 30px;
}

#middle
{
}

#footer
{
}


/* header */

#header #logo
{
}

#header #about
{
    position: absolute;
    left: 530px;
    top: 0;
    width: 200px;
    text-align: right;
}

#header #contact
{
    position: absolute;
    left: 750px;
    top: 0;
}

/* columns */

.column
{
    float: left;
    margin-right: 20px;
}

.last_column
{
    margin-right: 0;
}

.small_column
{
    width: 80px;
}

.medium_column
{
    width: 200px;
}

.large_column
{
    width: 630px;
}

/* menu */

.menuitem
{
    margin-bottom: 12px;
}

/* forms, attributes */

table.form,
table.attributes
{
}

table td.label,
table.attributes td.label
{
    padding-right: 20px;
}

table.form label
{
    margin-right: 10px;
}

table.attributes td,
table.form td
{
    vertical-align: top;
    padding: 0 0 6px 0;
}

div.form_actions
{
    margin-top: 10px;
}

div.form_actions input
{
    margin-right: 5px;
}

div.errors
{
    margin-bottom: 15px;
    color: #f00;
}

/**************************************************

Typography

***************************************************/

body,
input,
textarea,
select,
a
{
    font-family: helvetica, arial, sans-serif;
    font-size: 10px;
    color: #9D9FA1;
    text-decoration: none;
}

input,
textarea,
select
{
    color: #000;
}

body,
a,
input.button
{
    text-transform: uppercase;
}

h2,
span.h2,
h2 a
{
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

h3,
span.h3
{
    font-size: 10px;
    font-weight: normal;
    color: #000;
}

h2,
h3,
span.h2,
span.h3
{
}

#header,
#header a
{
    color: #000;
}

.menu,
.menu a
{
}

.selected_menuitem,
.selected_menuitem a
{
    color: #F7931D;

}

a:hover,
#header a:hover
{
    color: #F7931D;
}