@charset "iso-8859-1";
/* CSS Document */
html{ height: 101%;}
body {
	height:101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #b4b4b4;
	background-image:url(../img/li_topbg.jpg);
	background-repeat:repeat-x;
}

body,td,th {
	font-size: 0.9em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing:0.1em;
	color: #B21F2F;
	margin-bottom: 6px;
}
/*a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #B21F2F;
}
a:active {
	text-decoration: none;
	color: #333333;
} */

#masthead {
	margin: 0 auto;
	width: 867px;
	height:133px;
}
#logo {
	position:absolute;
	top:17px;
	width:260px;
	height:72px;
}
#slide {
	position:absolute;
	margin-left:343px;
	width:520px;
	height:103px;
}
/* MENU BAR */
#navbar {
	position: absolute;
	height: 29px;
	width: 620px;
	top: 104px;
	margin-left:4px;
	overflow: hidden;
	font-size:0.8em;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
	float: left;
}
#navbar a {
	color: #FFF;
	padding: 8px 10px 12px 10px;
	text-decoration: none;
	border-right: 1px solid #313131;
	font-variant: small-caps;
	letter-spacing: 0.15em;
	display: block;
	/*background-repeat: repeat-x;*/
}
#navbar a:hover {
	color: #FFF!important;
	background-color: #B21F2F!important;
	font-weight: normal;
	background-position: 0px -5px;
	border-color: #000;
	background-image: url(../img/navbkgd.png);
	background-repeat: repeat-x;
}
 
#navbar a.first {border-left: 1px solid #313131;}
#navbar a.selected {background-color: #000!important; }

/*SEARCH */
#searchbar {
	position: absolute;
	width: 250px;
	top: 107px;
	margin-left:686px;
	/*overflow: hidden;*/
	display: inline;
}
#searchbar input {
	background: rgb(246, 246, 246);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(153, 153, 153);
	font-size:0.75em;
	margin: 1px 0px 3px 0px;
	height:14px;
}

#viewcart {
	position: absolute;
	width: 83px;
	top: 104px;
	margin-left:550px;
	/*overflow: hidden;*/
	display: inline;
}
a:hover img {opacity: 0.85; filter: alpha(Opacity=85); }
input, select {font-size: 8pt;}

/*yellow Enquiry button*/
.enq-button,a.enq-button{
	padding:0 11px;
	margin:0.25em;
	vertical-align:middle;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #ecc101;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
*display:inline;	color:#994800;
	background:#fed81c url(../img/navbkgd.png) repeat-x left -170px;
}
.enq-button span{ font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size:12px; white-space:normal;line-height:1.8em;height:1.8em;*display:inline-block}
.enq-button:hover{text-decoration:none}
.enq-button:hover span{text-decoration:underline}

