﻿/*
WER PACKING SUPPLIES V1
Coded by Andrew Roberts 25-Feb-2010
*/

body {
	margin: 0px;
}

img {
	border: 0px;
	font-family: Tahoma, Arial, Verdana;
}

#header-bg {
	background-color: #E1E0E0;
	background: url('_images/header-bg.jpg') repeat-x;
	padding-top: 5px;
	height: 115px;
	border-bottom: 4px #563F73 solid;
	text-align: center;
}

#header {
	width: 1000px;
	height: 115px;
	margin: 0px auto;
	text-align: left;
}

#logo {
	margin-left: 12px;
	margin-top: 4px;
	width: 310px;
	height: 100px;
	float: left;
	position: relative;
}

#slogan {
	padding-top: 10px;
	float: right;
	width: 430px;
	height: 50px;
	text-align: center;
}

#slogan h5 {
	font-family: Verdana, Tahoma, Arial;
	color: #563F73;
	font-size: 14.5pt;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#nav-header {
	float: right;
	width: 550px;
	height: 40px;
	margin-top: 15px;
	font-family: Tahoma;
	font-size: 10pt;
	overflow: hidden;
}

#nav-header ul {
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
}

#nav-header li{
	list-style: none;
	display: block;
	float: left;
	margin: 0px 5px;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
}

#nav-header li a{
	display: block;
	float: left;
	color: #563F73;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	cursor: pointer;
	background: url('_images/nav-leftbutton.png') no-repeat left;
}

#nav-header li a span{
	display: block;
	float: left;
	color: #563F73;
	padding: 0px 15px 0 5px;
	background: url('_images/nav-rightbutton.png') no-repeat right;
}

#nav-header li a:hover{
	display: block;
	float: left;
	background: url('_images/nav-active-leftbutton.png') no-repeat left;
}

#nav-header li a:hover span{
	display: block;
	float: left;
	color: #FFFFFF;
	background: url('_images/nav-active-rightbutton.png') no-repeat right;
}

#nav-header li a.active{
	display: block;
	float: left;
	color: #FFFFFF;
	background: url('_images/nav-active-leftbutton.png') no-repeat left;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

#nav-header li a.active span{
	display: block;
	float: left;
	background: url('_images/nav-active-rightbutton.png') no-repeat right;
	color: #FFFFFF;
	padding: 0px 20px 0px 10px;
	font-weight: bold;
}

#content-bg {
	margin-top: 20px;
	text-align: center;
	padding: 10px 0px;
}

#content{
	width: 970px;
	overflow: auto;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 20px;
}

#footer-bg {
	background-color: #E1E0E0;
	border-top: 4px #563F73 solid;
	height: 145px;
	overflow: hidden;
	background: url('_images/footer-bg.jpg') repeat-x bottom
}

#footer-menu {
	width: 980px;
	height: 54px;
	text-align: left;
	margin: 0px auto;
	border-bottom: 1px #563F73 solid;
	font-family: Tahoma;
	font-size: 10pt;
	color: #563F73;
}

#footer-menu ul{
	list-style: none;
	padding: 15px 10px 14px 10px;
	margin: 0px 0px 0px 0px;
	height: 20px;
}

#footer-menu li{
	list-style: none;
	display: block;
	float: left;
	margin: 0px 0px;
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#footer-menu li a{
	display: block;
	float: left;
	color: #563F73;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
}

#footer-menu li a.active{
	font-weight: bold;
}

#footer-menu li a:hover{
	text-decoration: blink;
}

#footer-address {
	width: 1000px;
	height: 50px;
	text-align: center;
	overflow: visible;
	margin: 0px auto;
}

#company {
	float: left;
	text-align: left;
	width: 300px;
	}

#company-address h3, #company h3 {
	margin: 0px 0px 0px 25px;
	padding: 20px 0px 0px 0px;
	font-size: 10.5pt;
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-weight: normal;
	color: #493562;
}

#company-address {
	float: right;
	text-align: center;
	padding: 0px 10px;
	width: 600px;
}

#footer-contact {
	width: 1000px;
	height: 20px;
	text-align: left;
	margin: 0px auto;
	color: #493562;
	margin-top: 8px;
}

#wer-copyright {
	float: left;
	height: 20px;
	width: 300px;
	}

#wer-copyright p {
	font-family: Tahoma;
	font-size: 8pt;
	margin: 0px 0px;
	padding: 2px 10px 0px 25px;
}

#wer-contact {
	float: right;
	text-align: center;
	padding: 0px 10px;
	height: 20px;
	width: 600px;
}

#wer-contact h4 {
	font-size: 12pt;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px;
	padding: 0px 0px;
}
#wer-contact a:link, #wer-contact a:visited, #wer-contact a:active {
	color: #493562;
	text-decoration: none;
	cursor: pointer;
}



#advert-small-bg {
	background-color: #E7D9FF;
	height: 65px;
	border-bottom: 1px #563F73 solid;
}

#advert-small-text {
	width: 1000px;
	height: 65px;
	text-align: left;
	overflow: visible;
	margin: 0px auto;

}

#advert-small-text h2 {
	margin: 0px;
	padding: 22px 0px 0px 25px;
	font-size: 16pt;
	font-family: Gisha, Verdana, Tahoma, Arial;
	color: #493562;
	text-align: center;
	font-weight: normal;
}

#right-menu {
	margin-right: 5px;
	width: 190px;
	float: right;
}

#right-menu-top {
	margin-top: 10px;
	background: url('_images/right-menu-bg1-190.png') no-repeat;
	width: 190px;
	height: 54px;
}

#right-menu-top h6 {
	margin: 0px 0px;
	padding: 12px 0px 10px 15px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}

#right-menu-content {
	background: url('_images/right-menu-bg2-190.png') repeat-y;
	width: 190px;
}

#right-menu-footer {
	background: url('_images/right-menu-bg3-190.png') no-repeat;
	width: 190px;
	height: 11px;
	margin-bottom: 10px;
}

#right-menu-content ul {
	margin: 0px 0px;
	padding: 0px 7px 0px 10px;
}

#right-menu-content ul li {
	list-style: none;
	padding: 7px 7px 7px 2px;
	border-bottom: 1px #B5B5B5 dotted;
	margin: 0px;
}

#right-menu-content ul li a:hover {
	font-weight: bold;
}

#right-menu-content ul li:hover {
	cursor: pointer;
	font-weight: bold;
}

#right-menu-content ul li.top {
	padding-top: 0px !important;
}

#right-menu-content ul li.bottom {
	padding-bottom: 1px !important;
	border: 0px !important;
}

#right-menu-content ul li a {
	text-decoration: none;
	color: #563F73;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#right-menu-content ul li a.active {
	font-weight: bold;
}

#content-left {
	width: 740px;
	float: left;
	margin-left: 5px;
}

#header1 {
	margin-top: 10px;
	height: 28px;
	border-bottom: 1px #563F73 dotted;
}

#header1 h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	height: 26px;
	border-bottom: 3px #563F73 solid;
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
	color: #563F73;
	overflow: hidden;
}

#header2 {
	margin-left: 8px;
	margin-top: 28px;
	border-bottom: 1px #563F73 solid;
	border-left: 4px #563F73 solid;
}

#header2 h2 {
	margin: 0px 0px;
	padding: 3px 10px 5px 10px;
	font-weight: normal;
	font-size: 11pt;
	color: #563F73;
	font-family: Verdana, Arial, Tahoma;
}

#content-block {
	margin: 0px 0px;
	padding: 20px 10px 0px 30px;
}

#content-block a:link, #content-block a:active {
	text-decoration: none;
	color: #563F73;
}

#content-block a:hover {
	text-decoration: underline;
	color: #563F73;
}

#content-block p {
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 9pt;
	line-height: 17px;
	padding: 8px 0px;
	margin: 0px 0px;
}

#product-area {
	margin: 2px 10px 0px 15px;
	padding: 10px 0px 4px 2px;
	width: 705px;
	overflow: auto;
	border-bottom: 1px gray dotted;
}

#product-area p {
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 9pt;
	line-height: 15px;
	padding: 9px 0px;
	margin: 0px 0px;
	color: #000000;
	
}

#product-area ul {
	margin: 0px 0px;
	padding: 5px 0px 10px 0px;
}

#product-area ul li {
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 8.5pt;
	line-height: 15px;
	padding: 2px 0px;
	margin: 0px 0px 0px 50px;
	color: #000000;

}

#product-img {
	margin: 5px 0px 0px 0px;
	width: 220px;
	float: left;
	padding: 5px;
}

#product-txt-sml {
	float: right;
	width: 500px;
}

#product-img-sml {
	margin: 5px 0px 0px 0px;
	width: 175px;
	float: left;
	padding: 5px;
}

#product-txt {
	float: right;
	width: 460px;
}

#product-area table.price-set {
	margin-top: 10px;
	width: 100%;

}

#product-area table.price-set h2 {
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma;
}

#product-area table.price-set td.delivery-msg {
	text-align: left;
	color: #563F73;
}

#product-area table.price-set td.cart-button {
	text-align: right;
}

#product-area table.price-set td.cart-button form{
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#product-area table.price-set td.cart-button input{
	padding: 0px;
	margin: 0px;
}

#product-area table.price-set td.price {
	vertical-align: middle;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 5px;
}

#product-area table.price-set .VAT {
	font-size: 9pt!important;
}



#product-area table.price-breaks {
	margin-top: 8px;
	margin-bottom: 3px;
	border-collapse: collapse;
	width: 90%;
	float: right;

}

#product-area table.price-breaks h2 {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma;
}

#product-area table.price-breaks td.delivery-msg {
	text-align: left;
	color: #563F73;
}

#product-area table.price-breaks td.cart-button {
	text-align: right;
}

#product-area table.price-breaks td.cart-button form{
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#product-area table.price-breaks td.cart-button input{
	padding: 0px;
	margin: 0px;
}

#product-area table.price-breaks td.price {
	vertical-align: middle;
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 2px;
}

#product-area table.price-breaks .VAT {
	font-size: 8.5pt!important;
}



#right-view-cart{
	padding-bottom: 15px;
}

#right-view-cart form, #right-view-cart input {
	padding: 0px 0px;
	margin: 0px 0px;
}


/*
FACEBOX CSS
*/

#facebox .b {
  background:url('_scripts/b.png');
}

#facebox .tl {
  background:url('_scripts/tl.png');
}

#facebox .tr {
  background:url('_scripts/tr.png');
}

#facebox .bl {
  background:url('_scripts/bl.png');
}

#facebox .br {
  background:url('_scripts/br.png');
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
