/*** Richard Quick Design | July 2008 | jon@richardquickdesign.com ***/

/* Reset Browser Defaults */
/* Reset Reloaded by Eric Meyer */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: helvetica, arial, veranda, sans-serif;
    vertical-align: top;
}
ol, ul {
    list-style: none;
}
table {
    /* Tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*** Default Styles ***/

body{
    color: #C0C0C0;
    font-family: helvetica, arial, veranda, sans-serif;
    font-size: 62.5%;
    background: #000 url('../../upload/img/background/grey_1.jpg') no-repeat top right;
}

/* Structure */
#wrapper{
    width: 920px;
    margin: 20px auto 0 auto;
}
#header{
    overflow: hidden;
    background: transparent url('../img/logo2.png') no-repeat top left;
    height:123px;
}
#wedding-header{
    overflow: hidden;
    background: transparent url('../img/logo2.png') no-repeat top left;
    height:123px;
}
#living{
    background: transparent url('../img/Living.png') no-repeat top left;
    height:75px;
    width: 200px;
    margin-top: 1%;
    margin-left: 38%;
}
#suppliers{
    font-size: 1.2em;
    color: #E80000;
    position: relative;
    text-align: right;
    float: right;
    margin-right: 1%;
    margin-top: 5px;
    width: 111px;
}
#suppliers li{
    display: block;
    text-decoration: none;
    position: relative;
    color: #E80000;
}
#suppliers li a{
    display: block;
    text-decoration: none;
    color: #E80000;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 0px 0px;
}
#suppliers li:hover a{
    display: block;
    text-decoration: none;
    color: #FFF;
    background-color: #131313;
}
#suppliers li a:hover{
    display: block;
    text-decoration: underline;
    color: #FFF;
    background-color: #131313;
}
#suppliers li ul{
    display: none;
    color: #E80000;
}
#suppliers li ul a{
    color: #E80000;
}
#suppliers li:hover ul{
    display: block;
    position: absolute;
    top: 0;
    left: 111px;
    width: 111px;
    color: #E80000;
    background-color: #131313;
}
#box{
    width: 790px;
}
#search{
    float: right;
    width: 300px;
}
.searchformitem{
    float: right;
    width: 100%;
}
#top-comment{
    float: right;
    height:50px;
    width: 200px;
    margin-top: 1.5%;
    font-size: 1.1em;
    text-align: right;
    color: #B0B0B0;
}
#top-comment a{
    color: #B0B0B0;
}
#top-comment a:hover{
    color: #EF0108;
}
h1{
    color: #E80000;
    font-size: 150%;
    font-weight: bold;
}
h2{
    color: #FFF;
    font-size: 130%;
}
h3{
    font-size: 1.25em;
    color: #FFFFFF;
    margin-top: 12px;
}

#content{
    overflow: hidden;
    font-size: 1.4em;
    width: 640px;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    float: right;
    background-color: #131313;
    position: relative;
}
#crumb{
    font-family: helvetica, arial, veranda, sans-serif;
    font-size: 1.1em;
    margin-left: 138px;
    color: #B0B0B0;
}
#crumb a{
    text-decoration: underline;
    color: #B0B0B0;
}
#crumb a:hover{
    color: #EF0108;
    text-decoration: underline;
}
/* Navigation */
#navigation{
    margin-top: 10px;
    font-size: 1.4em;
    width: 110px;
    float: left;
}
#navigation ul{
    margin-top: 0px;
}
#navigation ul li.selected,
#navigation ul li a{
    display: block;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-decoration: none;
}
#navigation ul li.selected,
#navigation ul li a.selected,
#navigation ul li a:hover{
    color: #E80000;
}

/* Footer */

#footer{
    border-top: 1px solid #E80000;
    width: 100%;
    clear: both;
    font-family: helvetica, arial, veranda, sans-serif;
    font-size: 1.2em;
    color: #C0C0C0;
    padding-top: 10px;
    margin: auto;
    text-align: center;
    background-color: #181818;
}
#footer a{
    text-decoration: underline;
    color: #C0C0C0;
}
#footer a:hover{
    color: #E80000;
    text-decoration: underline;
}

/* Page Styles */

em{
    font-style: italic;
}
.clearance{
    color: #E80000;
}
.sold {
    font-size: 150%;
    color: red;
    background: #131313;
    text-align:center;
}
.required{
    color: #E80000;
}
.required2{
    color: #E80000;
    float: right;
}
strong{
    font-weight: bold;
}
p{
    line-height: 1.2;
    margin-bottom: 0.8em;
}
p.contact{
    float: left;
    padding-right: 5%;
    width: 20%;
}
.break {
    clear: left;
}
p.contact span{
    font-size: 0.9em;
}
p.home{
    padding-left: 30%;
}
#page-title{
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E80000;
}
#editorial{
    margin-bottom: 30px;
}
#flash{
    margin-top: 0px;
}
#products-nav {
    z-index: 1;
    border-bottom: 1px solid #E80000;
    margin: auto;
    padding-left: 35px;
    background: transparent;
    width: 100%;
    height: 2.7em;
    position: relative;
}
#products-nav ul {
    width: 66em;
    margin: auto;
}
#products-nav li {
    display: block;
    float: left;
    text-align: left;
    width: 15em;
    margin: auto;
    padding: auto;
    height: 2.1em;
}
#products-nav li a {
    font-size: 1.4em;
    text-decoration:none;
    display: block;
    margin: auto;
    padding: 4px;
}
#products-nav li:hover a{
    color: #FFF;
    background-color: #131313;
}
#products-nav li a.selected {
    color: #E80000;
}
#products-nav li a:hover{
    color: #E80000;
    background-color: #131313;
}
#products-nav li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 172px;
    left: -999em;
    background: #131313;
}
#products-nav li:hover ul {
    left: auto;
    top: 22px;
}
#products-nav li ul li {
    display: block!important;
    position: relative;
    text-align:left;  
    width: 168px;
    padding: 4px;
}
#products-nav li ul li a {
    margin: 0!important;
}
#products-nav li ul li a:hover {
    border:none!important;
    color: #E80000;
    background-color: transparent;
}
#products-nav li ul li ul{
    display: none;
}
#products-nav li ul li:hover ul{
    display: block;
    position: absolute;
    top: 0;
    left: 169px;
    width: 168px;
    padding: 4px;
}
.external li a{
    width: 30%;
    display: inline-block;
    padding: 4px;
}
a{
    color: #FFF;
}
a:hover{
    color: #EF0108;
    text-decoration: underline;
}
.external .alt{
    background: #202020;
}
#xmas img{
  width: 150px;
  height: 150px;
}
.news li a{
    display: inline-block;
}
.news .alt{
    background: #131313;
}

 /* Contact Form */

#contact{
  width: 58%;
  text-align: left;
  padding-right: 5px;
}
form{
    float: right;
    width:50%;
}

fieldset{
    border: 1px solid #444;
    margin: 0;
    padding: 5px;
}

.formitem{
    float: left;
    width: 100%;
}

.textinput{
    width: 170px;
    float: right;
    margin-bottom: 0.8em;
}

.labelfloat{
    float: left;
    margin-bottom: 0.6em;
    font-size: 0.9em;
}

textarea{
    float: left;
    width: 100%
}

#send{
    float: left;
    margin-top: 0.8em;
}

#wedding-form {
    float: none!important;
    width: 640px;
}

#wedding-form input {
    margin: 10px 20px 0px 0px;
    border: 1px solid #333;
    padding: 3px;
    background-color: #CCC;
}

#wedding-form label {
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}

#submit-btn {
    width: 77px;
    margin: 0!important;
    background-color: #000!important;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ccc!important;
}
.submit-btn {
    text-decoration: none;
    padding: 5px;
}
#telephone {
    margin-left: 2px!important;
}
#email {
    margin-left: 35px!important;
}
.quantity {
    width: 15px!important;
    float: right;
}
.container {
    position: relative;
    width: 100%;
    text-align: center;
}
.holder {
    position: relative;
    float: left;
    text-align: center;
}
.holderL {
    position: relative;
    float: left;
    text-align: left;
}
.holderR {
    position: relative;
    float: left;
    text-align: right;
}
.xmasholder {
    position: relative;
    float: left;
    text-align: center;
    }
.xmasholder img {
    width: 150px;
    height: 150px;
}
.space {
    clear: both;
}
#wedding-nav {
    z-index:1;
    border-bottom: 1px solid #E80000;
    margin: auto;
    background: transparent;
    width: 100%;
    height: 2.5em;
    position: relative;
}
#wedding-nav ul {
    width: 60em;
    margin: auto;
}
#wedding-nav li {
    display: block;
    float: left;
    text-align: center;
    width: 15em;
    margin: auto;
    padding: auto;
    height: 2.1em;
}
#wedding-nav li a {
    font-size: 1.4em;
    text-decoration:none;
    display: block;
    margin: auto;
    padding: 4px;
}
#wedding-nav li:hover a{
    color: #FFF;
    background-color: #131313;
}
#wedding-nav li a.selected {
    color: #E80000;
}
#wedding-nav li a:hover{
    color: #E80000;
    background-color: #131313;
}

/** Access/Visis Toolbar **/
#accessibilty {
    position: fixed;
    top: 0;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    font-size: 1.6em;
}
#accessibilty:hover {
    text-indent: 0;
    border-bottom: 1px solid #000;
    background: #FF0;
    color: #000;
}
#accessibilty ul {
    width: 960px;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}
#accessibilty li {
    display: block;
    float: left;
    padding: 5px 10px;
}
#accessibilty a {
    color: #FFF;
    white-space: nowrap;
    float: left;
    display: block;
    padding: 2px 5px;
    color: #000;
}
#accessibilty a:hover {
    background: #000;
    color: #FF0;
    text-decoration: none;
}
#accessibilty a:focus {
    background: #FF0;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    text-indent: 0;
    padding: 2px 5px;
    white-space: nowrap;
    float: left;
    display: block;
}

#accessibilty:hover a {
    position: relative;
}
#accessibilty:hover a:hover {
    position: relative;
    color: #FF0;
}
#accessibilty:hover a:focus{
    color: #000;
}
#wedding-list-table {
    margin:20px 0px 0px 0px;
    width: 640px;
    border: 1px solid #888;
    border-bottom: none!important;
}
#wedding-list-table th {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #000!important;
    text-align: center;
}
#wedding-list-table th, #wedding-list-table td {
    padding: 5px 5px;
}
#wedding-list-table td{
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    vertical-align: top;
}
#wedding-list-table .even td {
    background-color: #2e2e2e!important;
}
#wedding-list-table img {
    width: 90px;
    border: 1px solid #888;
}
h3.list-heading {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}
h3.list-heading a:hover {
    color: #E80000;
    background-color: #333333;
    text-decoration: underline;
}
.last {
    border-right: none!important;
}
.warning {
padding: 3px 5px;
background: #000;
font-weight: bold;
}
