/* Reset Styles */
* {margin: 0; padding: 0;}

body {
/*    background: #f9f7eb url(../images/layout/body-bg.jpg) repeat-x left top; */
    background-color: #fff;
    color: #000;
    font: normal 11px verdana,arial,tahoma,sans-serif;
}

h1, h2, p, ul, ol {margin-bottom: 1em;}

/* Typography */
h1  {
    color: #6688ab;
    font-weight: normal;
    font-size: 2em;
}

h1 span {font-weight: bold;}

#footer ul a {
    text-decoration: none;
    color: #917530;
    padding: 0 .5em;
}

#footer ul a:hover {text-decoration: underline;}

ol, #errors {margin-left: 3.5em;}

/* Forms */
fieldset {
    border: none;
    border-top: 1px solid #d9dac8;
}

legend {
    color: #dbc059;
    font-weight: bold;
    padding: 1em;
    padding-left: 0;
}

fieldset label {
    display: inline-block;    
    text-align: right;
}

fieldset div {margin-bottom: 1em;}

/* Layout */
#container {
    width: 910px;
    margin: auto;
}

#header {
    height: 141px;
    background: transparent url(../images/layout/header-bg.jpg) no-repeat left top;
    position: relative;
}

#logo {margin-top: 45px;}

#main-nav { 
    list-style-type: none; 
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 85px;
}

#main-nav a img { border: none; }

#main-nav li {
    display: inline;
    padding: 0 .6em;
}

#content {
    background-color: #fff;
    padding: 72px 55px;
    border-bottom: 1px solid #d9dac8;    
}

#footer {
    position: relative;
    color: #6688ab;
    text-align: center;
    padding-top: 1px;
    font-size: 10px;
    line-height: 1.5em;
}

#footer ul {
    list-style: none;
    width: 670px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 17px;
    color: #c6bd90;
}

#footer li {
    display: inline;    
    height: 1.5em;
}

#ship {
    position: absolute;
    top: -47px;
    right: 0;
}

.clear {clear: both;}

/* Step 1 */
.template {
    float: left;
    margin-right: 2em;
    text-align: center;
}

.template img {
    border: 1px solid #d9dac8;
    display: block;
    margin-bottom: 1em;
}

#continue {
    text-align: right;
    margin-top: 1em;
}