@import url(reset.css);

body {
    font: 12px Arial, sans-serif;
    color: #323232;
    background: url(../images/background.gif);
}
.clear {
    clear: both;
}
#top {
    background: url(../images/top-background.png) repeat-x;
    height: 112px;
}
#top .main {
    width: 900px;
    height: 112px;
    background: url(../images/logo-background.png) no-repeat;
    margin: 0 auto;
    position: relative;
}
#top .main a {
    position: absolute;
    left: 242px;
    top: 5px;
}
#menu {
    background: url(../images/menu-background.png) repeat-x;
    height: 50px;
}
#menu .main {
    height: 100px;
    margin: 0 auto;
    position: relative;
}
#content {
    background: url(../images/content-background.gif) repeat-x;
    padding-top: 32px;
}
#content .main {
    width: 930px;
    margin: 0 auto;
    background: #fff;
    padding: 14px 16px 20px;
}
#content .center {
    border: 1px solid #dcdcdc;
    padding: 13px;
    position: relative;
    min-height: 410px;
}
#content h1 {
    color: #d53855;
    font: italic 30px "Times New Roman", serif;
    line-height: 25px;
}
#content p {
    margin-top: 15px;
}
#content .center.margin-left {
    padding-left: 228px;
}
#content img {
    border: 1px solid #d1d1d1;
}
#content .center.margin-left .left {
    position: absolute;
    left: 16px;
    top: 14px;
}
#content .right {
    float: right;
}
#wrapper {
    position: relative;
}
#bottom {
    background: #1d0610;
    height: 14px;
    position: absolute;
    bottom: -20px;
    width: 100%;
}
#copyright {
    color: #fff;
    text-align: right;
    width: 962px;
    margin: 8px auto 0;
}
#menu ul {
    padding: 10px 0 0;
    list-style: none;
    width: 915px;
    margin: 0 auto;
    height: 100px;
    background: url(../images/menu-main.png) no-repeat -45px 0;
}
#menu li {
    float: left;
}
#menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 25px;
    text-decoration: none;
    padding: 4px 22px 0;
    background: url(../images/menu-separator.png) no-repeat;
}
#menu li a.first {
    background: none;
}
#menu li a:hover, #menu li a:active, #menu li a.selected {
    text-decoration: underline;
}
#content .accessories img {
    margin-left: 13px;
    border: none;
}
#content .accessories img.first {
    margin-left: 0;
}
#content .bullet {
    border: none;
    vertical-align: top;
    position: relative;
    top: 5px;
    margin-right: 3px;
}
#content .name {
    display: block;
    margin-top: 15px;
    color: #d53855;
    font-style: italic;
}
#content.links .center {
    text-align: center;
}
#content ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
#content li {
    background: url(../images/bullet.png) no-repeat 0 5px;
    padding-left: 15px;
    padding-bottom: 0px;
}
#content.home .center {
    width: 555px;
}
#content.home p {
    margin-top: 11px;
}
#content.home .center {
    min-height: 415px;
}
#content.gallery img {
    border: none;
}
#content.gallery .center {
    padding: 10px;
}
#content.gallery .gallery {
    background: #f1f1f1;
    padding: 10px 17px 20px;
    position: relative;
}
#content.gallery .list {
    width: 280px;
    position: absolute;
    right: 10px;
    top: 5px;
}
#content.gallery .image {
    padding: 15px 22px;
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 538px;
    margin-top: 10px;
}
#content.gallery .thumb {
    padding: 3px;
    background: #fff;
    border: 1px solid #dcdcdc;
    width: 121px;
    margin-top: 12px;
    display: block;
    float: left;
}
#content.gallery .right {
    clear: both;
    margin-right: 14px;
    position: relative;
    top: 5px;
}
#content.gallery .first {
    margin-right: 12px;
}
#content.gallery .pages {
    clear: both;
    padding-top: 10px;
    text-align: center;
}
#content.gallery .page, #content.gallery .prev, #content.gallery .next {
    text-decoration: none;
    color: #8c2953;
    font-weight: bold;
}
#content.gallery a:hover, #content.gallery a:active {
    text-decoration: underline;
}
#content.gallery .page.first, #content.gallery .page.last {
    margin: 0;
}
#content.gallery .page {
    margin: 5px;
}
#content.gallery .prev {
    float: left;
}
#content.gallery .next {
    float: right;
    margin-right: 10px;
}
#content.contact .right {
    position: absolute;
    right: 15px;
    top: 95px;
}
#content.contact label {
    padding-left: 25px;
    width: 135px;
    float: left;
    padding-top: 2px;
}
#content.contact .text {
    width: 275px;
    border: 1px solid #aaa;
}
#content.contact textarea {
    height: 100px;
}
#content.contact .button {
    padding: 0;
    margin: 0;
    border: none;
    background: url(../images/submit-button.png) no-repeat;
    width: 112px;
    height: 39px;
    margin-left: 75px;
}
#content.contact .success {
    display: none;
}
#content.contact .center {
    min-height: 840px;
}