﻿*
{
    margin: 0;
    padding: 0;
}
html
{
    background: #420E0C;
    min-width: 950px;
}
body
{
    font: 0.7em verdana,arial,sans-serif;
    background: #817060;
}
img
{
    border: 0;
}
a
{
    color:#55352E;
}
.clearfix
{
    content: ".";
    display: block;
    height: 1px;
    clear: both;
    background: transparent;
}

div#container
{
    width: 100%;
    min-width: 980px;
}
div#intro
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    height: 262px;
    text-align: left;
}
div#blah
{
    width: 700px;
    height: 260px;
    float: left;
    color: #3E3E3E;
    line-height: 200%;
}
div#pic
{
    float: right;
    width: 260px;
}
div#header
{
    width: 100%;
    height: 266px;
    overflow: hidden;
    background: #420F0D url(   '/themes/air/images/hdr.gif' ) 0 0 repeat-x;
    color: #d9d9d9;
    border-top: 1px solid #666;
}
div#header-inner
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    height: 266px;
    text-align: left;
    background: url(   '/themes/air/images/headerinner.gif' ) 0 0 no-repeat;
}
div#menu
{
    width: 100%;
    overflow: hidden;
    height: 50px;
    position: relative;
    top: 0;
    background: #0D0F0D url(   '/themes/air/images/nv.gif' ) 0 0 repeat-x;
}
div#mn
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    height: 266px;
    text-align: left;
}
div#nm .btn
{
    position: relative;
    top: 0;
    margin-left: 24px;
}
div#wrapper
{
    background: #817060 url(   '/themes/air/images/cnt.gif' ) 0 0 repeat-x;
    width: 100%;
    text-align: center;
    padding: 0px 0 3px 0;
}
div#content
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
div#footer
{
    clear: both;
    width: 100%;
    height: 149px;
    background: #250806 url(   '/themes/air/images/footer.gif' ) 0 0 repeat-x;
}
div#footerinnr
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    height: 149px;
    text-align: left;
}
div#fmg
{
    float: left;
    width: 685px;
}
div#cc
{
    margin: 50px 0px 0px 0px;
    color: #A9957B;
    width: 290px;
    float: right;
}
div#cc a
{
    color: #5E4630;
}
div#pagination
{
    position: relative;
    top: 0;
    width: 980px;
    height:25px;
    font-size:14px;
    text-align: left;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	clear: left;
}
div#pagination a
{
    color:#55352E;
}
#collections
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
.collection
{
    margin: 0 0 10px 0;
    padding: 10px 25px;
    float: left;
    display: inline;
    text-align: left;
    border-bottom: 1px solid #51110F;
    width: 250px;
    color: #D7CEC0;
}
.collection img
{
    background: url(/themes/air/images/bg.gif) no-repeat;
    padding: 15px 0px 13px 0px;
    margin: -15px 0 13px 0px;
}
.collection img:hover
{
    background: url(/themes/air/images/bg.gif) no-repeat;
    padding: 15px 0px 13px 0px;
    margin: -15px 0 13px 0px;
}
.collection p
{
    margin: 4px 0 0 0;
    line-height: 1.5em;
}
.collection h2
{
    margin: 5px 0;
    padding: 0;
    font-size: 1.4em;
}
.collection h2 a
{
    color: #51110F;
}
.collection h2 a:hover
{
    color: #51110F;
}
#slideshow a
{
    float: right;
    display: inline;
    padding: 4px 25px 0 0;
    color: #fff;
    text-decoration: underline;
}
#thumbnail-container
{
    position: relative;
    top: 0;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
ul.slides
{
    margin: 0 0 10px 0;
    padding: 0;
}
ul.slides li
{
    /* width is calculated by PHP in the HTML, style is applied inline */
    float: left;
    margin: 0 0 0 13px;
    padding: 10px;
    display: inline;
    text-align: center;
}
ul.slides li img
{
    background: url(/themes/air/images/bg.gif) no-repeat;
    padding: 15px 0px 13px 0px;
    margin: -15px 0 13px 0px;
}
ul.slides li a
{
    display: block; /* display:block required to make anchor tag's border surround img in Firefox */
}
ul.slides li img:hover
{
    background: url(/themes/air/images/bg.gif) no-repeat;
    padding: 15px 0px 13px 0px;
    margin: -15px 0 13px 0px;
}

