/* CSS HACKS!
	The below hacks can be used for browser specific styling. (This example would style anything with a class of 'example'
IE6 only:	"* html .example { }"
IE7 only:	"*:first-child+html .example { }"
FF only:	"html>/[asterisk][asterisk]/body .example { }"  - (NB [asterisk]=* but css comments wont allow me to show this.)
*/

/* OVERALL Styles */
* {margin: 0; padding: 0;} /*Zero ALL margins and padding*/  
body   {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
	margin: 0px;
	padding: 0px;
}
.clrflt {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.aurialtxt {
	position: absolute;
	top: -10000px;
	height: 1px;
	width: 1px;
	display: block;
}
a {
	font-weight: bold;
	color: #1c4374;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
em {
	color: #FFF;
	font-style: normal;
}

.alignright {
	float: right;
	margin-right: 45px;
}
.absnull {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
}
.gen-editorial
{
    font-size: 140%;
	}
	
	
	.fontsmsize
{
	font-size: 14px;
}
.gen-editorial img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.date
{
    color:#000000;
}
.m-outer {
	width: 985px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 2px;
}

.top-nav {
	width: 985px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 2px;
}


.m-footer {
	width: 975px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
}
.m-footer p a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.m-wrapper {
	padding: 0px;
}
.m-branding {
	background-image: url(../images/top-nav-bak.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
}
.m-content {
	margin-top: 0px;
	background-image: url(../images/banner-wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.m-nav {
	background-image: url(../images/top-nav-grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	top: 120px;
	width: 983px;
	background-color: #008499;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1F7;
	margin-top: 0px;
	margin-right: 0px;
	
	margin-left: 0px;
}
.m-nav ul {
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
}
.m-nav li {
	display: block;
	color: #FFFFFF;
	list-style-type: none;
	line-height: normal;
	float: left;
	visibility: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.m-nav li span {
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.m-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 6px;
	margin-right: 6px;
}
.m-nav li a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
  li.nactive {
	background-repeat: repeat;
	background-position: center top;
	padding-left: 6px;
	color: #000000;
	font-weight: bold;
	top: -5px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/ie6-menu-bg.jpg);
	text-align: center;
}
.m-nav li.nactive span {
	display: block;
	background-image: url(../images/active-02b.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 6px;
	padding-top: 3px;
	bottom: 3px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*:first-child+html .m-nav {
	padding-top: 5px;
	padding-bottom: 0px;
}
.m-srch {
	right: -983px;
	position: absolute;
}
.m-logo {
	position: absolute;
	top: 8px;
	left: 11px;
}
.m-lnav {
	float: left;
	width: 165px;
	margin-top: 10px;
	background-color: #29649c;
	background-image: url(../images/left-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: -2px;
}
.m-lnav ul {
	margin-left: 0px;
	margin-bottom: 10px;
}
.m-lnav li {
	list-style-type: none;
	margin-bottom: 2px;
	margin-left: 9px;
	padding-left: 0px;
	
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.m-lnav img {
	margin-top: 15px;
	margin-bottom: 2px;
}
.m-lnav a {
	padding-left: 0px;
	color: #ffffff;
	font-weight: normal;
}
.m-lnav a:hover {
	background-color: #1C4374;
}
.m-lnav ul li a {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ffffff;
	padding-left: 3px;
	display: block;
}
ul /* end of top nav */

/* left nav */
ul.m-section {
	margin-left: 0px;
	padding-bottom: 3px;
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-left: 0px;
}

.m-lnav ul.m-section li {
	color: #FFFFFF;
	margin-left: 0px;
}
ul.m-section li {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
ul.m-section     li a       {
	background-color: #84C8C8;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.m-section   li.active a    {
	background-color: #006373;
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
/*ul.m-section li  a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	list-style-type: none;
	background-image: url(../images/images/square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
}*/
.m-section a:hover {
	text-decoration: underline;
}
.m-section  li  a:hover {
	background-color: #59B5B5;
}
ul.m-section li.active a:hover {
	background-color: #004E5B;
}

/* end of left nav */

.p-area {
	float: right;
	width: 800px;
	margin-top: -15px;
}
.p-area-01 {
	width: 530px;
	float: left;
	padding-top: 10px;
}
.p-area-01 a {
	text-decoration: underline;
}
.p-area-01 h3 {
	margin-bottom: 10px;
	color: #1c4374;
	font-size: 95%;
}


.p-area-02 {
	width: 240px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}
.vat-form {
	width: 240px;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}


.pfinder {
	height: 50px;
	width: 280px;
	/* position: absolute;
	top: -10px;
	right: 10px; */
	background-image: url(../images/search-bg.png);
	background-position: left center;
	z-index: 200;
	float: right;
	background-repeat: no-repeat;
}
.pfinder label {
	position: absolute;
	top: -10000px;
}
.your-basket {
	width: 239px;
	margin-bottom: 15px;
	background-image: url(../images/basket.jpg);
	background-repeat: no-repeat;
	height: 86px;
	
}
.yb-price {
	background-position: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}
.yb-price p {
	padding-left: 8px;
	padding-top: 5px;
}

.yb-price img {
	margin-left: -148px;
	margin-top: 35px;
}


.yb-atb {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 87px;
}
.bstat {
	background-image: url(../images/bstatbak.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
}

.pfinder   input.prod-srch {
	margin-top: 14px;
	margin-left: 10px;
	font-size: 90%;
	float: left;
	width: 180px;
	height: 16px;
	padding-top: 4px;
	border: 1px solid #FFF;
	color: #1c4374;
	font-weight: bold;
}
.pfinder  input.sgo {
	position: absolute;
	margin-top: 14px;
	
		
}



p.prodtit a {
	display: block;
	margin-bottom: 5px;
	clear: both;
	color: #000000;
	float: none;
}
p.prodtit a:hover {
	color: #1c4374;
	text-decoration: underline;
}
.hprods {
	width: 255px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.hprods  h4 {
	margin-bottom: 4px;
	padding: 0px;
	margin-left: 0px;
	font-size: 100%;
}

/*phips*/

.hprods a:link {
	text-decoration: none;
	
}


.hprods a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1c4374;
}

.hprods a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1c4374;
}


.hprods h4 span {
	height: 90px;
	width: 90px;
	overflow: hidden;
	display: block;
	float: right;
}


.hprods p {
	font-size: 90%;
	line-height: 120%;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
.hprods h2 {
	background-image: url(../images/greyhead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: 110%;
	padding-top: 4px;
	height: 20px;
	margin: 0px;
	padding-bottom: 0px;
	width: 253px;
	
}

.hprods h2 a {

	color: #FFF;
}

.hprodwrap 
{
	min-height: 5.5em;
	float: left;
	
}


.prodimg   {
	float: right;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	/*width: 70px;*/
	width: auto;
}
.hprodwrap .image {
	height: 50px;
	overflow: hidden;
	height: auto;
	width: 100px;
	overflow: visible;
}


.offers
{
    /*background-image: url(../images/offer01.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.offers form
{
    display:inline;
    float: right;
    margin-top: 5px;
}
.offers h3 {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.offers h3 span {
	background-image: url(../images/bluehead.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 70%;
	padding-bottom: 3px;
	background-position: center top;
}
.altproducts  p   {
}
.offers-wrapper {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1c4374;
	border-left-color: #1c4374;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFF;
}


/*phips*/

.offers-wrapper a:link {
	text-decoration: none;
}

.offers-wrapper a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1c4374;
}

.offers-wrapper a:visited {
	text-decoration: none;

}





.offers-wrapper p a:hover {
	text-decoration: underline;
}
.offers-wrapper p img {
	float: right;
	padding-left: 3px;
}
.offers-wrapper p {
	background-color: #FFFFFF;
	padding-top: 3px;
}

.altproducts {
	width: 250px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}

.offers-tail {
	background-image: url(../images/offers-bot.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.offers-tail span {
	background-image: url(../images/offers-bot02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 12px;
}
.offers-wrapper p strong em {
	color: #990000;
	font-style: normal;
	font-size: 110%;
}

.offers-price {
	background-image: url(../images/product-gmd01.gif);
	background-repeat: repeat-y;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a4bec2;
	border-right-color: #a4bec2;
	border-bottom-color: #a4bec2;
	border-left-color: #a4bec2;
	text-align: right;
	clear: both;
}
.offers-price a {
	text-decoration: underline;
}
.offers-price form
{
    display:inline;
}

.offers-price input
{
    margin: 0px 5px 0px 5px;
    vertical-align:bottom;
}

.image 
{
	float:right;
	/*width:90px;*/
	width:auto;
	height: 110px;
	margin: 5px 0px 5px 0px;
	overflow: visible;
}

.prodsect {
	
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 25px;
}
.prodsect h3 {
	margin-left: 5px;
	margin-top: 12px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 120%;
}




span.offer  {
	display: block;
	padding: 3px;
	margin-bottom: 3px;
	width: 250px;
	color: #990000;
}
p.special {
	margin-bottom: 5px;
	margin-top: 5px;
}

p.special em {
	background-color: #006373;
	color: #FFFFFF;
	display: inline;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.minis {
	margin-bottom: 10px;
	margin-top: 0px;
}


.email-banner {
	width: 163px;
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding-top: 10px;
	margin-left: 2px;
	color: #1c4374;
}


.email-banner p {
	padding-top: 20px;	
}

.email-banner  img.mimg {
	float: left;
}
.email-banner   span {
	padding-right: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	
	width: 160px;
}
.email-banner  input.einput {
	font-size: 90%;
	margin-left: 5px;
	width: 154px;
	color: #1c4374;
	
}
.email-banner input.ereg {
	width: 78px;
	height: 20px;
	margin-left: 5px;
	display: block;
	float: right;
	
}
.ereg {
	width: 111px;
}
.prev-page  {
	margin-top: 10px;
	margin-bottom: 15px;
}
.prev-page img {
	vertical-align: middle;
	padding-right: 4px;
}
.prev-page a {
}
.rbanners img {
	margin-bottom: 10px;
}
.wrapper-news {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.wrapper-news   p {
	line-height: 140%;
	margin-top: 3px;
	margin-bottom: 15px;
}
.wrapper-news ol {
	margin-left: 25px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0px;
}
.wrapper-news li {
	margin-bottom: 5px;
}
.wrapper-news  h3, .wrapper-news h2 {
	color: #176ea5;
	font-size: 135%;
	margin-top: 0px;
	margin-bottom: 5px;
}
.wrapper-news  h4 {
	font-size: 125%;
	margin-bottom: 5px;
	color: #176ea5;
}
.wrapper-news h5 {
	font-size: 115%;
	margin-bottom: 5px;
	color: #176ea5;
}



.news-ipic {
	float: right;
	width: 252px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-image: url(../images/news-ipicbak.gif);
	background-position: left 165px;
	background-repeat: no-repeat;
}
div.news-ipic h3  {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 80%;
}
div.news-ipic  ul li  {
	line-height: 120%;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
.news-ipic img {
	border: 1px solid #95A8BF;
}
.gen-editorial .news-ipic img {
	border: 1px none #95A8BF;
}
.news-ipic   ul  li img {
	vertical-align: middle;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
}
.newsjump {
	text-align: right;
	display: block;
}
.newsjump label {
	color: #333333;
}
.newsjump  select {
}
.newsjump img {
	padding-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.n-box {
	clear: both;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 15px;
}
.n-box h2 {
	position: relative;
	top: 10px;
}
.na3, .nalist {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0073A7;
	border-left-color: #0073A7;
	padding-top: 15px;
}
.na3   ul   {
	margin-bottom: 0px;
	margin-left: 5px;
}
.na3 li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 120%;
}
.na3 li a {
	font-size: 100%;
}
.na3 .date {
	font-size: 150%;
	font-weight: bold;
	color: #176EA5;
}


.nalist {
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
}
.nalist ul {
}

.nalist h3 {
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
	color: #1c4374;
	font-size: 100%;
}
.nalist  h3  span, .nalist h3 span a {
	font-weight: normal;
}
.nalist li {
	list-style-type: none;
	padding-bottom: 3px;
}
.nalist li a {
	padding-left: 10px;
}

.cdate {
	color: #990000;
	font-weight: bold;
}

/* cloud map */
.m-words {
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mw1 {
	background: url(../images/crnr.gif) no-repeat left top;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
}
.mw1 span {
	background: url(../images/crnr-02.gif) no-repeat right top;
	display: block;
	height: 8px;
}
.mw2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0073A7;
	border-right-color: #0073A7;
	border-bottom-color: #0073A7;
	border-left-color: #0073A7;
	height: 100%;
	padding-right: 2px;
	padding-left: 2px;
}

.mw3 {
	background: url(../images/crnr-03.gif) no-repeat left bottom;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
}
.mw3 span {
	background: url(../images/crnr-04.gif) no-repeat right bottom;
	height: 8px;
	display: block;
	font-size: 1px;
	line-height: 1px;
}
.m-words p {
	margin: 0px;
	padding: 0px;
}
.m-words  ul  li {
	list-style: none;
	display: inline;
	padding: 4px;
	float: none;
}
.m-words li a {
	margin-right: 5px;
	margin-left: 5px;
	color: #666666;
	line-height: 160%;
}
.m-words ul li a:hover {
	color: #006600;
	text-decoration: underline;
}
.m-words ul {
	border-right: 1px solid #0073A7;
	border-left: 1px solid #0073A7;
	margin: 0px;
	padding: 0px 6px;
}
/* end of cloud */

/* home page main article */
.m-article {
	width: 530px;
	min-height: 12.5em;
	clear: both;
	float: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/healthcare-supplies2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.m-article a {
	text-decoration: underline;
}

.m-article p {
	width: 230px;
	line-height: 130%;
	padding-top: 10px;
}
.article-02   p  img, .article-03 p img {
	float: right;
	padding-bottom: 5px;
	padding-left: 3px;
}
.article-02, .article-03  {
	width: 230px;
	line-height: 130%;
	margin-bottom: 0px;
	float: none;
	clear: none;
	padding-bottom:10px;
}
.article-02  h2, .article-03 h2 
{
    color: #1c4374;
    margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding: 0px;
	font-size: 110%;
}
.article-02 p {
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 100%;
}

.article-02 .prodsect {
	margin-top: 5px;
}

.article-02 .prodsect h2 {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.offers-wrapper .prodsect {
	clear: both;
	float: none;
}


.article-02 ul {
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 6px;
}
.article-02 ul li {
	line-height: 110%;
}



.article-03 {
	float: right;
	clear: right;
}
.article-03 ul {
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 0px;
}
.article-03  li, .article-02 li {
	list-style-type: disc;
	margin-bottom: 5px;
	list-style-image: url(../images/icon-news.gif);
}
.cap {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: #1c4374;
}
.foffer {
	padding-top: 10px;
	margin-bottom: 0px;
	background-image: url(../images/injury-bak.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.foffer a {
	text-decoration: underline;
}



.foffer-prod {
	width: 160px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.foffer-prod h4 {
	font-size: 100%;
	padding-bottom: 5px;
}

.foffer img {
	margin-bottom: 10px;
}
.offerh2  {
	background-image: url(../images/injury-head.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 45px;
	height: 25px;
}
.offerh2 a {
	color: #FFFFFF;
}

.foffer h3 {
	padding-bottom: 5px;
	margin: 0px;
}
.foffer p {
}


.cookie ul {
	clear: both;
	margin-bottom: 20px;
	margin-top: 15px;
}
.cookie ul li {
	display: inline;
	font-size: 70%;
	color: #666666;
	padding-right: 2px;
}
.cookie li a {
	color: #1c3474;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.autoad {
	background-image: url(../images/butbakpanel01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 43px;
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
}
.autoad  ul {
	padding: 0px;
	display: inline;
	margin: 0px;
}
.autoad ul li {
	font-size: 90%;
	list-style-type: none;
	display: inline;
	height: 12px;
	text-align: center;
	margin: 0px;
	padding: 1px;
}
.autoad ul li a {
	padding: 3px;
	background-color: #d4e2e5;
	margin: 0px;
	border: 1px solid #497179;
}
.autoad ul li a:hover {
	background-color: #1c4374;
	color: #FFFFFF;
	text-decoration: underline;
}
.autoad  li.pactive a {
	background-color: #1c4374;
	color: #FFFFFF;
}




img.alimg  {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	display: inline;
}
img.arimg {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.dfgh {
	display: inline;
}
.brnds li {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.s1 {
	font-size: 80%;
}
.s2 {
	font-size: 80%;
}
.s3 {
	font-size: 85%;
}
.s4 {
	font-size: 90%;
}
.s5 {
	font-size: 105%;
}
.s6 {
	font-size: 120%;
}
.s7 {
	font-size: 130%;
}
.s8 {
	font-size: 150%;
	font-weight: bold;
}

div.logged {
	position: absolute;
	top: 110px;
	left: 380px;
	white-space:nowrap;
	font-weight:bold;
	color:#000000;
}

.logout {background:url(../images/arrow-orange.gif) no-repeat left;margin-left:20px;padding-left:15px;}
.logout a {color:#d88700;}

.incVATPrice, .IncVATPrice
{
    display:block;
    color:#990000;
}
.exVATPrice, .ExVATPrice {
	font-weight: bold;
}
.cookie {
	width: 520px;
	float: left;
	margin-top: 17px;
}

.cookie  ul {
	font-size: 130%;
	padding: 3px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.p-area-01 .row {
	margin-bottom: 0px;
	padding-bottom: 5px;
}


.mdtickernull {
	position: absolute;
}
.mdticker {
	height: 150px;
	display: block;
}
.mdtickerimg {
	z-index: 100;
}
.mdtickertxt {
	display: block;
	z-index: 120;
	width: 380px;
	line-height: 130%;
	margin-top:-100px;
	padding-left: 5px;
	padding-top: 0px;
}
.mdtickertxt h2
{
    font-size:100%;
}
.mdtickertxt p {
	padding-bottom: 8px;
	padding-top: 7px;
	padding-left: 4px;
	color: #FFF;
}
.mdautoad {
	z-index: 140;
}
.mdautoad img {
	float: left;
}
.mdautoad li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.mdautoad li a {
	background-color: #D4E2E5;
	border: 1px solid #497179;
	color: #1c4374;
	padding: 3px;
}
.mdautoad li a:hover {
	background-color: #8DB3BA;
}
.mdautoad  li.tdactive a {
	background-color: #1c4374;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #497179;
	padding: 3px;
}
.mdautoad ul {
	float: left;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.mdtickselect {
	height: 20px;
	width: 490px;
	position: absolute;
	z-index: 130;
	top: 120px;
	padding-left: 40px;
	display: block;
}
.mdtickselect {
	background-image: url(../images/ticker-hline.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}
.mdtickselect table
{
    width: 100%;
}
/* End Ticker styles */

.ppcBody
{
    background:#faf6ef url(../images/bg-basket-tbl.gif) repeat-y left;
    padding: 3px 10px 3px 10px;
}

.ppcBody img
{
    display:inline !important;
    border: 1px solid #C8AC7F;
}
.ppcBody h2
{
    font-size: 2em;
    margin: 5px;
}

.ppcBody h3
{
    font-size: 1.2em;
    color: #2991A7;
}

.ppcBody ul
{
   list-style-type:disc;
   list-style-position:inside;
}

.ppcBody p
{
    margin-bottom: 10px;
}
.fprod {
	margin-bottom: 20px;

}
.fprod img {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.fprod2, .fprod1, .fprod3 {
	width: 174px;
	float: left;
}
.fprod2, .fprod1 {
	margin-right: 4px;
}
.fprod h2 {
	background-color: #1c4374;
	font-size: 110%;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: block;
}
.fprod h2 a {
	color: #FFFFFF;
}

.fprod ul {
	margin-left: 5px;
}

.fprod li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 2px;
	font-weight: normal;
}
.fprod li a {
	font-weight: normal;
}

.fprod em {
	display: block;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
	clear: right;
}
 .gtopnav{
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 .gtopnav ul{display:block;padding-top:3px;padding-bottom:5px;padding-right:5px;padding-left:5px;text-align:right;}
 .gtopnav li{display:inline;color:#FFF;font-weight:bold;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:80%;}
 .gtopnav li span{padding-right:5px;padding-left:5px;}
 .gtopnav span a{
	color:#FFF;
	
}
 .gtopnav span a:hover{text-decoration:underline;}
 
  .gtopnav2{
	font-size: 95%;	
}
 .gtopnav2 ul{
	display:block;
	padding-top:3px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	text-align:right;
	
}
 .gtopnav2 li{
	display:inline;
	color:#FFF;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:80%;
	
}
 .gtopnav2 li span{padding-right:0px;padding-left:5px;}
 .gtopnav2 span a{
	color:#FFF;
	padding-right: 8px;
}
 .gtopnav2 span a:hover{text-decoration:underline;}
 
 
 
.nav-container{
	width:985px;
	overflow:hidden;
	background:url(../images/bg-nav-container.gif) repeat-x top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}.navigation{
	width:985px;
	height:50px;
	background-image: url(../images/hor-menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	list-style-type: none;
}.navigation li{float:left;}.navigation li a{
	float:left;
	display:block;
	height:28px;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-transform:capitalize;
	position:relative;
	cursor:pointer;
}.navigation li a span{
	display:block;
	height:40px;
	
}* html .navigation li a span{
	float:left;
	text-decoration: none;
	

	
}.navigation li a span span{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	text-decoration: none;
	margin-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2760A5;
	
		
	

	
	list-style-type: none;
}.navigation li.last a span span{background:none;}




.navigation li a.active{
	left:-2px;
	margin:0 -2px 0 0;
	color:#fff;
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}.navigation li a.active span{
	background-repeat: no-repeat;
	background-position: right top;
}.navigation li a.active span span{
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/ie6-menu-bg.jpg);
	
}





.navigation li.first a.hover{
	text-decoration: none;
}

.navigation li.first a.active{
	left:0;
	
	
	

	
}.navigation li.first a.active span span{
	background-image: url(../images/ie6-menu-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c4374;
	
}

.navigation li a.active:hover{
	}
	
	.navigation li a:hover{
	height: 50px;
	color: #FFFFFF;
	background-image: url(../images/menubg.png);
	background-repeat: repeat;
	text-decoration: none;
}

.navigation em{
	font-style:normal;
	background:url(../images/bg-sub-nav-arrow.gif) no-repeat 50% 100%;
	display:block;
	text-decoration: none;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}.nav-container .slogan{float:right;width:506px;font-size:22px;text-transform:uppercase;letter-spacing:-0.05em;}


.nav-container .slogan span{height:22px;display:block;}* html .nav-container .slogan span{overflow:hidden;}*+html .nav-container .slogan span{overflow:hidden;}.sub-nav-block{
	background:#2991a7 url(../images/bg-sub-nav-container.gif) no-repeat left bottom;
	width:967px;
	overflow:hidden;
	color:#fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	
	
	}.gbrand{
	float: left;
	

	
	
	}.gbrandmessage{
	float: right;
	margin-bottom: -2px;
	width: 390px;
}
	
	
	.home-banner{
	float: left;
	height: 330px;
	width: 980px;
	background-image: url(../images/banner-wrapper-bg.jpg);
	/*
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 8px;
	*/
}

	
	
	
.home-banner-left {
	float: right;
	height: 240px;
	width: 319px;
	margin-left: 12px;
	background-image: url(../images/daily-living.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #154068;
	display: block;
}		
	
	
.home-banner-middle {
	float: left;
	height: 240px;
	width: 318px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #326ba1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #154068;
	background-image: url(../images/sport.png);
	
}	



.home-banner-right {
	float: left;
	height: 240px;
	width: 319px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #326ba1;
	background-image: url(../images/therapy.png);
}	
	
	
	
	
	
.home-banner-left-lower {
	float: left;
	height: 40px;
	width: 299px;
	margin-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #154068;
	background-image: url(../images/lower-left.png);
	color: #FFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}	


.home-banner-left-lower a:link h2 {
	color: #FFF;
	font-weight: lighter;
}	


.home-banner-left-lower a:link {
	color: #FFF;
	font-weight: lighter;
}	


.home-banner-left-lower a:visited {
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}	


.home-banner-left-lower a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;	
	text-decoration: none;

}	


	
	
.home-banner-middle-lower {
	float: left;
	height: 40px;
	width: 298px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #326ba1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #154068;
	background-image: url(../images/lower-middle.png);
	color: #FFF;
	padding: 10px;
}	



.home-banner-middle-lower a:link {
	color: #FFF;
	font-weight: lighter;
}	


.home-banner-middle-lower a:visited {
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}	


.home-banner-middle-lower a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;	
	text-decoration: none;

}


	

.home-banner-right-lower {
	float: left;
	height: 40px;
	width: 299px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #326ba1;
	background-image: url(../images/lower-right.png);
	color: #FFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
}	



.home-banner-right-lower a:link {
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}	


.home-banner-right-lower a:visited {
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}	


.home-banner-right-lower a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;	
	text-decoration: none;

}




.home-banner-links {
	width: 150px;
	padding-left: 160px;
	float: left;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 200;
}

.home-banner-links ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	
}

.home-banner-links ul li {
	padding: 0px;
	margin: 0px;
	
}

.home-banner-links ul li a {
	display: block;
	font-size: 10px;
	margin-bottom: 8px;
	padding-left: 25px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}

.home-banner-links li a:hover, .home-banner-links li .current {
	color: #FFF;
	background-image: url(../images/banner-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: bold;
}



.banner-low-up-wrapper1 {
	float: left;
	width: 319px;
	height: 300px;
}

.banner-low-up-wrapper2 {
	float: left;
	width: 318px;
	height: 300px;
}


.banner-low-up-wrapper3 {
	float: left;
	width: 319px;
	height: 300px;
}

.feature {
	float: left;
	width: 245px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #EFEFEF;
}

.feature h2 {
	color: #1c4374;
	font-size: 16px;
}

.brand-wrapper img{
	padding: 11px;	
}


.verisign-wrapper{
	width: 85px;
	height: 61px;
	float: left;
}
.contact-wrapper{
	float: left;	
}

	.clearence-code {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
}


	.reg-cat-button{
	float: left;
	width: 165px;
	
	
	}
	
	
		.sale-banner-section{
	float: left;
	width: 165px;
	
	
	}
	
	
	
			.hero-banner-section{
	float: left;
	width: 793px;
	margin-left: 13px;
	height: 322px;
	
	
	}
	
	
	#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	width:793px; height:322px; 
	overflow:hidden;
}


#jqb_object .jqb_bar{
	position:absolute;
	width:793px;
	height: 30px;
	left:0px;
	bottom:0px;
	opacity:0.7;
	filter:alpha(opacity=99);
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:793px;
	height:322px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}

#jqb_object .jqb_info{
	position:absolute;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 25px;
}

#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
}
#jqb_object .jqb_btn_next{
	background-image:url(img/btn_next.gif);
	margin-right: 40px;
}
#jqb_object .jqb_btn_prev{
	background-image:url(img/btn_prev.gif);
}
#jqb_object .jqb_btn_pause{
	background-image:url(img/btn_stop.gif);
}
#jqb_object .jqb_btn_play{
	background-image:url(img/btn_play.gif);
}

