/*------------------------------------------------
Main Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	16/10/06
------------------------------------------------*/

/*HTML TAGS*/

body {
  margin:0;
  padding:0;
  color:#000;
  font:70% Arial, Helvetica, sans-serif;
  background-color:#FFF;
  text-align:center;
  background:url(../images/interface/tile_body.gif) top repeat-y;
  background-attachment:fixed;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#header {
	position: relative;
	height:142px;
}

h1 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 2px;
}

h1 a {
	display: block;
	width: 780px;
	height: 142px;
	background: transparent url("../images/interface/logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

#animation {
	position: absolute;
	top:0;
	right:0;
	width:534px;
	height:125px;
}

p, h3, h4 {
	border:0;
	margin:0;
	padding-top:1em;
}

table {
	margin-top:1.4em;
	margin-bottom:0.4em;
}

h2 {
	padding:0;
	border:0;
	margin:0;
	font-size:1.6em;
	color:#B14245;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#D6AF21;
	/*color:#2657A3;*/
	font-weight:normal;
	font-size:1.2em;
}

h4 {
	color:#666;
	font-weight:bold;
	font-size:1.1em;
}

em {
	color:#666;
}

abbr, acronym {
  border-bottom: 1px dotted #3F71DC;
  cursor: help;
}

blockquote {
	padding:12px 20px 14px 100px;
	margin:0;
	margin-top:1.4em;
	font-style:italic;
	overflow:visible;
	height:1%;
	border-bottom:1px solid #3ED9D9;
	border-right:1px solid #3ED9D9;
	background:#D1F6F6 url(../images/interface/blockquote_bg.gif) top left no-repeat;
}

blockquote p {
	padding-top:0;
}

ol ol { 
	list-style-type: lower-alpha;
}

img {
	border:0;
	border-style:none;
}

/*ACCESSIBILITY*/

.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

.hide {
	display: none;
	clear:both;
}

/* CLASSES */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #F3CA35;
	margin-top:0.4em;
}

.imageleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #F3CA35;
	margin-top:0.4em;
}

.imagewide {
	border:1px solid #F3CA35;
}

.productimage {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #F3CA35;
	margin-top:0.4em;
}

.imagehome {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:0.4em;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.datatable {
	width:100%;
	line-height:normal;
}

.datatable th {
	background:#B14245 url(../images/interface/table_heading.gif) bottom left no-repeat;
	font-size:1em;
	padding:0.5em 0.8em;
	vertical-align:top;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}

.datatable td {
	background-color:#F3CA35;
	font-size:0.9em;
	padding:0.5em 0.8em;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}

.datatable th a {
	color:#FFF !important;
	text-decoration:none;
}

.datatable th a:hover{
	color:#B2D15B !important;
}

/*NAVIGATION*/

#navigation {
	position: relative;
	padding: 0;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background:url(../images/interface/tile_navigation.gif) repeat-x;
}
 
#navigation ul {
	width: auto;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

* html #navigation ul {bottom:-1px;}

#navigation li {
	float: left;
	background: transparent url("../images/interface/header_tab.gif") 100% -400px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 3px 0px 0;
}
#navigation ul a {
	float: left;
	display: block;
	padding: 6px 2px 5px 8px;
	background: transparent url("../images/interface/header_tab.gif") 0% -400px no-repeat;
	color: #B14245;
	text-decoration: none;
}
#navigation ul li:hover a { background-position: 0% 0px; padding-top:3px;padding-bottom:8px;}
#navigation ul li:hover { background-position: 100% 0px;}
#navigation ul #current a, #navigation ul #current a:hover { background-position: 0% -200px; padding: 6px 2px 5px 8px;}
#navigation ul #current, #navigation ul #current li:hover { background-position: 100% -200px; padding: 0 6px 0 0;}

/* SECONDARY NAVIGATION */

.margin {
	margin-top:20px !important;
}

#navbar {
	width:180px;
	float:right;
	padding:20px 20px 20px 0;
	voice-family: "\"}\""; voice-family:inherit;
	width:160px;
}

#navcontainer ul {
	margin:0;
	padding:0;
	list-style:none;
	
}

#navcontainer li {
	padding:0;
	margin:0;
	border:0;
}

#navcontainer a {
	display: block;
	padding:4px 8px 4px 20px;
	text-decoration:none;
	text-align:left;
	height:1%;
	color:#666;
	border-bottom:1px dotted #B14245;
	background:url(../images/interface/arrow.gif) top left no-repeat;
}

#navcontainer a:hover {
	background-color:#FBEDB8;
}

#navcontainer .current a:hover {
	background:url(../images/interface/arrow.gif) top left no-repeat;
}


#navcontainer ul ul a {
	display: block;
	padding:3px 8px 3px 30px;
	text-decoration:none;
	height:1%;
	background:#FFF url(../images/interface/arrow_secondary.gif) top left no-repeat !important;
	font-weight:normal !important;
}

#navcontainer ul ul a:hover {
	background-color:#FBEDB8 !important;
}

#navcontainer .current a {
	font-weight:bold;
}

#navcontainer .secondarycurrent a {
	font-weight:bold !important;
}

#navcontainer .current {
	background:url(../images/interface/tile_navigation.gif) repeat-x;
}

/* IDs */
	
#wrapper {
	width:780px;
	margin:0 auto;
	text-align:left;
}

#bodywrapper {
	background-color:#FFF;
	height:1%;
	width:780px;
	float:left;
	border-left:1px solid #F3CA35;
	border-right:1px solid #F3CA35;
	voice-family: "\"}\""; voice-family:inherit;
	width:778px;
}

#mBody {
	padding:20px;
	padding-top:15px;
	height:1%;
	width:778px;
	font-size:1.1em;
	line-height:1.6;
	text-align:justify;
	color:#666;
	/*min-height:200px;*/
	voice-family: "\"}\""; voice-family:inherit;
	width:738px; /*box model hack for IE5*/
}

/** html #mBody {height:200px;}*/

#products #mBody {
	float:left;
	width:598px;
	voice-family: "\"}\""; voice-family:inherit;
	width:558px; /*box model hack for IE5*/
}

#mBody ul {
	list-style-type:none;
	text-align:left;
	margin-bottom:0;
	margin-top:1em;
}

#mBody ul ul {
	margin-top:0em;
}

#mBody ul li {
	padding-left:15px;
	background:url(../images/interface/bullet.gif) no-repeat 0 0.65em;
	margin-left:-15px;
}

#mBody ol li {
	padding-left:0;
	margin-left:-15px;
}

#mBody a {
	color:#B14245;
	text-decoration:none;
	font-weight:bold;
}

#mBody a:hover {
	text-decoration:underline;
}

#contents {
	margin:0;
	background:#F3CA35 url(../images/interface/tile_contents.gif) repeat-x;
	border-top:1px solid #DAB530;
	list-style:none;
	display:block;
	height:285px;
	float:left;
	padding:20px 21px;
}

#contents li {
	margin:0;
	padding:0;
	float:left;
}

#contents a {
	background-color:#FFF;
	padding:15px;
	float:left;
	text-decoration:none;
	font-size:1.3em;
	color:#B14245;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #FFF;
	display:inline;
	width:232px;
	height:132px;
	voice-family: "\"}\""; voice-family:inherit;
	width:200px;
	height:100px;
}

#contents a:hover {
	border:1px solid #B14245;
}

.powerchairs {background:url(../images/home/powerchairs.gif) right no-repeat;}
.scooters {background:url(../images/home/scooters.gif) right no-repeat;}
.manual-chairs {background:url(../images/home/manual-chairs.gif) right no-repeat; margin-right:0 !important;}
.rise-recline-chairs {background:url(../images/home/rise-recline-chairs.gif) right no-repeat; margin-bottom:0!important;}
.walkers {background:url(../images/home/walkers.gif) right no-repeat; margin-bottom:0 !important;}
.wet-rooms {background:url(../images/home/wet-rooms.gif) right no-repeat; margin-right:0 !important; margin-bottom:0!important;}

#logos {
	padding:20px;
	clear:both;
}

/*FOOTER*/

#footer {
	padding:9px 20px 0px 20px;
	background:#FBEDB8;
	border:1px solid #F3CA35;
	color:#9E9674;
	height:33px;
	width:780px;
	clear:both;
	voice-family: "\"}\""; voice-family:inherit;
	height:24px;
	width:738px;
}

#footer a {
	color:#9E9674;
	text-decoration:none;
}

#footer a:hover {
	/*color:#158888;*/
	text-decoration:underline;
}

#backtotop {
	float:right;
}

#footer ul {
	float:left;
	width: auto;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	
}

#footer img {
	border:0;
	border-style:none;
	vertical-align:middle;
}

#footer li {
	float:left;	
}

#footer ul a {
	float: left;
	display: block;
	padding-right: 10px;
}

#copyright {
	clear:both;
	text-align:center;
	padding:10px 0;
	color:#A1A1A1;
	height:1%;
}

#copyright a {
	color:#A1A1A1;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#flash {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	padding-top:1em;
}

/* CATEGORY PAGE LISTING S*/

p.product {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0;
	margin:0;
	margin-top:1em;
}

p.product img {
	float:left;
	margin-right:12px;
	border-style:none;
}

p.product a {
	height:72px;
	text-decoration:none !important;
	display : block;
	background-color:#FBEDB8;
	border : 1px solid #FBEDB8;
	padding:11px 15px 11px 11px;
	
}

p.product a:hover {
	background-color: #FFF;
	text-decoration:none;
	border : 1px solid #B14245;
}

p.product br {
	display:none;
}

p.product strong {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:5px;
	margin-top:3px;
	font-size:1.1em;
	color:#B14245;
}

p.product span {
	cursor:pointer;
	font-weight:normal !important;
	color:#666;
}

/* PRODUCT PAGE */

.information {
	background-color:#FBEDB8;
	padding:20px;
	margin-top:20px;
	clear:both;
}

.information h3 {
	display:block;
	padding:0;
	background-color:#FFF;
	padding-left:6px;
	border:1px solid #F3CA35;
}

#productvideo {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
	padding-top:1em;
}

#price {
	font-weight:bold;
	font-size:1.5em;
	color:#000;
}

#price span {
	font-size:0.7em;
	color:#666;
}

#buynow a {
	display:block;
	background:url(../images/interface/buy-now.gif) top no-repeat;
	width:208px;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:36px; /* for IE5/Win */
}

#buynow a:hover {
	background-position: 0 -100px;
}
