body {
    padding: 0;
    margin: 0;
    background: #d1d2d4 url(../img/edge.gif) repeat-y fixed 1005px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: black;
}

img {
    border: 0
}

a, a:visited, a:link, a:hover {
    color: #cfcfcf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table th {
    white-space: nowrap;
}

.required {
    color: red;
}

.centre {
    text-align: center;
}

/* Users */
.loginBar {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #fff;

	text-align: right;
	padding: 10px 10px 10px 10px;
    border-left: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
}

.userBar {
    margin: 0 0 0 0;
    padding: 2px 5px 2px 5px;
    background-color: red;
    color: white;
    right:0;
}

.userBar a {
    color: white;
    font-weight: bold;
}

.userBar a:link, .userBar a:visited {
    color: white;
    text-decoration: none;
}

.userBar a:hover {
    text-decoration: underline;
}

/* Site layout */
#banner {
    position: relative;
    background-color: black;
    width: 100%;
    height: 181px;
}

#banner #logo {
    position: relative;
    left: 89px;
    top: 15px;
    background: transparent url(../img/logo-black.gif) no-repeat;
    width: 373px;
    height: 121px;
}

#topnav #corner {
    position: absolute;
    left: 840px;
    top: 0px;
    text-align: right;
    padding: 5px;
}

#topnav #corner a {
    color: white;
    font-weight: bold;
}

#topnav ul {
    position: absolute;
    left: 0px;
    top: 130px;

    list-style-type: none;
    min-width: 900px;
    color: white;

    height: 29px;
    font-size: 10pt;
    font-weight: bold;
}

#topnav ul li {
    float: left;
    height: 29px;
    background: transparent url(../img/nav-bg.gif) repeat-x;
}

#topnav ul li:hover, #topnav ul li a:hover div {
    background: transparent url(../img/nav-red.gif) repeat-x;
}

#topnav ul li a div {
    padding: 6px 15px 6px 15px;
}

#topnav ul li a {
    color: white;
    text-decoration: none;
}

#topnav ul li:hover a div {
    text-decoration: none;
}

#topnav ul li:first-child a div {
    background: transparent url(../img/nav-l.png) no-repeat left 0px;
    height: 30px;
    margin-left: -10px;
}

#topnav ul li:first-child a div:hover {
    background: transparent url(../img/nav-lon.png) no-repeat left 0px;
    margin-left: -10px;
}

#topnav ul li.last a div {
    background: transparent url(../img/nav-r.png) no-repeat right 0px;
    height: 30px;
    margin-right: -10px;
}

#topnav ul li.last a div:hover {
    background: transparent url(../img/nav-ron.png) no-repeat right 0px;
    margin-right: -10px;
}

#slice {
    background: transparent url(../img/slice.gif) repeat-x scroll;
    width: 100%;
    height: 22px;
}

#twopiece {
    width: 1010px;
}

.searchbar {
        white-space: nowrap;
}

.searchbar {
    position: relative;
    background-color: #8b0704;
    width: 220px;
    height: 41px;
    border: 0px none transparent;
}

.searchbar #glass {
    position: relative;
    left: 7px;
    top: 10px;
    width: 21px;
    height: 20px;
}

.searchbar #query {
    position: absolute;
    left: 32px;
    top: 8px;
    width: 155px;
    height: 17px;
    border: 2px solid #000;
    padding-left: 5px;
    color: gray;
}

.searchbar #query.tint {
    color: #ef4135;
    font-weight: bold;
}

.searchbar #go {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 185px;
    top: 7px;
}

.sideslate {
    float: left;
    width: 221px;
    border: 1px solid white;
    border-left: none;
}

.sideslate a {
    text-decoration: none;
}

.sideslate ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.sideslate ul li {
    border-top: 2px solid white;
}

.sideslate ul li a div {
    background: #bcbdc0 url(../img/tick-rbg.gif) no-repeat scroll 22px 5px;
    padding-left: 39px;
    color: black;
}

.sideslate ul li a:hover {
    font-weight: bold;
}

.sideslate ul li > a div:hover {
    background-image: url(../img/tick-r2dbg.gif);
}

.sideslate ul li.open > a div {
    background-image: url(../img/tick-dbg.gif);
}

.sideslate ul li.open > a div:hover {
    background-image: url(../img/tick-d2rbg.gif);
}

.sideslate ul li.open.selected > a div {
    font-weight: bold;
}

.sideslate ul ul {
}

.sideslate ul ul li a div {
    background: #d1d2d4 url(../img/tick-rwg.gif) no-repeat scroll 40px 4px;
    padding-left: 56px;
    color: #636363;
}

.sideslate ul ul li.selected a div, .sideslate ul ul li a:hover div {
    background: white url(../img/tick-rrw.gif) no-repeat scroll 40px 4px;
    color: #ef4135;
}

.sideslate ul ul li.selected a div { 
    font-weight: bold;
}

.sideslate .promo {
    text-align: center;
    padding: .5em;
}

.frame {
    margin-left: 226px;
    background-color: #505254;
}

#content {
    padding: .25em 10px .25em 10px;
    color: #c6c8ca;
}

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #c6c8ca;
    color: white;
    font-size: 18pt;
}

h1 .right {
    position: absolute;
    right: 0px;
    bottom: .25em;
    font-size: 10pt;
}

h3 {
    margin-bottom: .25em;
}

#footer {
    clear: both;
    position: relative;
    width: 100%;
    background-color: #dcddde;
    font-size: 10pt;
    color: #898b8e;
    font-weight: bold;
}

#footer a {
    color: #898b8e;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .left, #footer .right {
    position: absolute;
    padding-bottom: 5px;
}

#footer .left {
    left: 225px;
}

#footer .right {
    width: 1000px;
    left: 0px;
    text-align: right;
}

#foldheader {
    list-style-position: inside;
    margin-top: 5pt;
}

#foldheader :hover {
    cursor: pointer;
}

/* Catalogue */
#catpath {
    font-size: 85%;
    margin-bottom: 1em;
}

.product {
    background-color: white;
    color: black;
    margin-bottom: .3em;
    padding: 2px 5px 2px 5px;
    vertical-align: top;
}

.product table {
    width: 100%;
}

.product td {
    vertical-align: top;
}

.product h4 {
    margin: 0;
    padding: 0;
}

.product .preview {
    text-align: center;
}

.product .preview img {
    margin-top: 0;
    padding-top: 0;
}

.product p {
    padding: 0;
    margin: 0;
    color: #222;
    font-size: small;
    white-space: pre-line;
}

.product ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product li {
    margin-top: .3em;
    background-color: #ddd;
}


.product .details {
    font-size: small;
}

.product .details td {
    padding: 0 .2em 0 .2em;
}

.product .details .label {
    color: #333;
    padding-right: 1em;
}

.product .details .price {
}

.product .details .price .unspecial {
    text-decoration: line-through;
}

.product .details .price .special {
    font-weight: bold;
    color: red;
}

.product .details .price .group-special {
    font-weight: bold;
    color: green;
}

.product .details .quant {
    padding-right: 1em;
}

.product .details .code {
}


/* Contact form */
.contactRcptSelector {
	border-style: none;
}

.contactRcptSelector .opt {
	clear: both;
	margin: 0 0 .25em 0;
    vertical-align: middle;
}
.contactRcptSelector .opt:hover {
    background-color: #66686a;
}

.contactRcptSelector label {
	cursor: pointer;
	padding: 0;
}

.contactRcptSelector input {
	float: left;
	margin-right: 10px;
}

.contactRcptSelector .person {
	color: #fff;
	font-weight: bold;
	display: block;
}

.pics {
    padding: 0;
    margin: 0;
 }

.pics img {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
    top:0;
    left:0;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.pics.no-border img {
    padding: 0;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

