@charset "UTF-8";
* {

	font-size: 15px;
}
body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	color:#666;
}
a:link {
	text-decoration:none;
	color:#900;
}
a:visited {
	text-decoration:none;
	color:#900;
}
a:hover {
	text-decoration:underline;
	color:#F30;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #900;
	margin-top: 10px;
	margin-bottom: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #900;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #900;
	margin-top: 10px;
	margin-bottom: 20px;
}
.wrapper {
	margin: auto;
	width: 900px;
}
.wrapper .catalogue {
	margin-top: 5px;
	padding-left: 7px;
}
.wrapper .catalogue .catalogueDisplay {
	height: 166px;
	width: 176px;
	float: left;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
.wrapper .catalogue .catalogueName {
	width: 176px;
	float: left;
	background-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 50px;
	color: #FFF;
}
.wrapper .catalogue .catalogueName a {
	text-decoration:none;
	color:#FFF;
}
.wrapper .catalogue .catalogueName a:visited {
	text-decoration:none;
	color:#FFF;
}
.wrapper .catalogue .catalogueName a:hover {
	text-decoration:none;
	color:#FF9;
}
.wrapper .catalogueText {
	background-color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	color: #CCC;
	margin-right: 8px;
	margin-left: 7px;
}
.wrapper .content {
	padding-right: 7px;
	padding-left: 7px;
	text-align: left;
}
.wrapper .footer {
	background-image: url(../images/footer.jpg);
	height: 142px;
	clear: both;
}
.wrapper .footer .footerTextLeft {
	float: left;
	padding-top: 80px;
	padding-left: 180px;
	text-align: left;
	color: #FFF;
}
.wrapper .footer .footerTextRight {
	float: right;
	padding-top: 80px;
	padding-right: 180px;
	text-align: right;
	color: #FFF;
}
.wrapper .header {
	background-image: url(../images/logo_new.jpg);
	height: 124px;
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper .header .menu {
	padding-top: 96px;
}
.wrapper .header .menu a {
	display: inline;
	margin-left: 20px;
	color: #CCC;
	text-decoration: none;
	font-size: 120%;
	margin-right: 20px;
}
th {
	background-color:#900;
	color:#FFF;
}
.frminput {
	background-color: #E8E8E8;
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
}
.frminputbutton {
	background-color: #900;
	margin: 2px;
	padding: 2px;
	border: 1px solid #000;
	color: #FFF;
}
.copyright {
	margin: auto;
	width: 800px;
	font-size: 80%;
	color: #666;
}
.stockDisplay {
	float: left;
	height: 150px;
	width: 140px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px dotted #E8E8E8;
	color: #999;
	text-align: center;
}
.letters {
	padding: 2px;
	margin-right: 1px;
	color: #900;
	background-color: #E8E8E8;
	border: 1px solid #666;
	cursor:pointer;
}
.liner {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #CCC;
}
.letter {
	color: #900;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	margin-right:4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.wrapper .search {
	float: right;
	color: #E8E8E8;
	text-align: left;
	padding-top: 10px;
	position: absolute;
	padding-left: 650px;
}
.wrapper .search .sub {
	background-color: #8E0C0B;
	color: #FFF;
	border: 1px solid #8A1110;
	padding: 2px;
}
.wrapper .search .sin {
	background-color: #953421;
	border: 1px solid #CFB3AE;
	padding: 2px;
	color: #FF9;
}
.enquiry {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
