body
{
	background-color: #353535;
	margin: 10px 10px 10px 10px;
}

/************************************
*		Website Header Style		*
************************************/ 

.banner
{
	font-size: 0px;
	background-color: #FFFFFF;
}

.contact
{
	width: 767px;
	position: absolute;
	font-size: 10px;
	font-family: Verdana;
	font-weight: Bold;	
	color: #FFFFFF;
	margin-top: 8px;
}

.contact a:link, .contact a:visited
{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.contact a:hover
{
	text-decoration: underline;
}

#tel
{
	float: left; 
	margin-left: 18px;
}

#email
{
	float: right;
	margin-right: 18px;
}

#address
{
	position: absolute;
	top: 25px;
	right: 20px;
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-align: right;
	color: #434343;
}

.navi
{
	width: 767px;
	height: 24px;
	position: relative;
	background-image: url(../images/navi.gif);
	background-repeat: repeat-x;
}

/************************************
*		  Left Menu Style   		*
************************************/

.leftmenu
{
	width: 203px;
	height: 390px;
	color: #FFFFFF;
	font-size: 0px;
	background-color: #FFFFFF;
}

/************************************
*	   Main page Layout Style		*
************************************/

.main
{
	width: 767px;
	background-color: #FFFFFF;
}

.welcome
{
	height: 834px;
	color: #000000;
	font-size: 15px;
	font-family: Verdana;
	text-align: justify;
	position: relative;
}

#welcomekeywords
{
	width: 767px;
	height: 206px;
	position: absolute;
	top: 361px;
	color: #000000;
	font-size: 24px;
	font-family: Arial;
}

#welcometxt
{
	position: absolute;
	bottom: 0px;
	/* padding: top right bottom left; */
	padding: 0px 15px 1px 15px;
	margin: 1px;
	line-height: 2;
}

#container
{
	position: relative;
	background-color: #E4E4E4;
	background-image: url(../images/blank_bg.gif); 
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 12px;
}

#cashreg
{
	margin-top: 20px;
}

#cashreg ul
{
	font-size: 10px;	
}

#cashreg ul li
{
	line-height: 1.2;
	margin-left: -20px;	
}

#cashreg span, #support span
{
	font-weight: bold;	
}

#support
{
	width: 320px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-top: -20px;
}

#support img, #support span
{
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
}

#scales
{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

#scales td
{
	vertical-align: bottom;
}

#scales span
{
	font-size: 11px;
	text-align: center;
}

.enquiry
{
	width: 767px;
	height: 223px;
	color: #000000;
	font-size: 15px;
	font-family: Verdana;
	text-align: justify;
	background-color: #FFFFFF;
	background-image: url(../images/enquiry.jpg);
	background-repeat: no-repeat;
}

.content
{
	width: 564px;
	height: 390px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}

.content_txt
{
	/* padding: top right bottom left; */
	padding: 5px 25px 20px 25px;
	line-height: 2;	
	font-size: 12px;
	font-family: Verdana;
}

.retail_txt
{
	/* padding: top right bottom left; */
	padding: 20px 10px 10px 25px;
	line-height: 2;	
	font-size: 12px;
	font-family: Verdana;
	/*background: url(../images/retail_bg.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;*/
}

.blank
{
	width: 564px;
	height: 390px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/blank.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

.blank td
{
	/* padding: top right bottom left; */
	padding: 8px 0px 0px 15px;
	font-size: 10px;
	font-family: Verdana;
}

#blanktxt
{
	position: absolute;
	/* padding: top right bottom left; */
	padding: 0px 15px 0px 15px;
	line-height: 2;
}

#logos
{
	width: 100%;
	margin-top: 10px;
}

#logos img
{
	text-align: center;
	margin: auto;
}

#enquirytxt
{
 	position: relative;
	top: 40px;
	/* padding: top right bottom left; */
	padding: 20px 0px 20px 15px;
	line-height: 2;
}

.enquiryemail
{
	/* padding: top right bottom left; */
	padding: 8px 0px 0px 15px;
	font-size: 13px;
	font-family: Verdana;
	line-height: 2;
}

/***** IMAGE CACHING *****/
@media projection, screen
{
    div.imgCache
	{
		position: absolute;
		left: -8000px;
		top: -8000px;
	}
    div.imgCache img 
	{
		display: block;
	}
}
@media print 
{
	div.imgCache 
	{ 
		display: none;
	}
}

/************************************
*		  News Pagination   		*
************************************/
.pagination 
{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	font-size: 11px;
}
   
.pagination a:link, .pagination a:visited
{
	color: #000000;
	background: #EFEFEF;
	border: solid 1px #008001;
	font-size: 11px;
	text-decoration: none;
}

.pagination a:hover
{
	text-decoration: none;
}

.pagination a, .pagination span 
{
	display: block;
	float: left;
	font-family: Verdana;
	padding: 0.3em;
	margin-right: 5px;
	margin-bottom: 5px;	
}

.pagination .current 
{
	color: #000000;
	background: #999999;	
	border: 1px solid #666666;
}

.pagination .current.prev, .pagination .current.next
{
	color: #888888;
	background: #DFDFDF;
	border: 1px solid #999999;
}

/************************************
*		 Enquiry Form Style			*
************************************/
textarea
{
	width: 340px;
	height: 120px;
	color: #008001;
	font-size: 10px;
	font-family: Verdana;
}

input
{
	color: #008001;
	font-size: 10px;
	font-family: Verdana;
}

.enquiryform
{
	margin: 10px 10px;
}

.enquiryform td
{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.button
{
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
}
/************************************
*		 Footer Layout Style		*
************************************/

.siteinfo
{
	height: 36px;
	font-size: 10px;
	font-family: Verdana;
	text-align: right;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#copy
{
	color: #008001;
	font-size: 10px;
	position: absolute;
	font-family: Verdana;
	bottom: 12px;
	right: 3px;
}

/************************************
*		  Website Text Style		*
************************************/
a:link, a:visited
{
	color: #434343;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	display: inline;
}

img
{
	display: block;
	border: none;
}

h1
{
	font-size: 24px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: 100;
}

h2
{
	font-size: 20px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: 100;
}

h5
{
	font-size: 12px;
	font-family: Verdana;
	line-height: 0;
}

iframe
{
	width: 767px;
	height: 1110px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: auto;
	position: relative;
	background-color: transparent;
}

.retail_txt ul
{
	display: block;
	list-style: circle;
	line-height: 1.5;
}

.links
{
	color: #0D280E;
	font-size: 10px;
	font-family: Verdana;
	position: relative;
}

.links ul
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 11px;
}

.links ul li
{
	float: left;
	text-align: center;
	margin: 0px 2px 0px 0px;
}

.links a:link, .links a:visited
{
	height: 24px;
	font-size: 10px;
	color: #0D280E;
	display: list-item;
	padding-top: 5px;
	margin-bottom: -5px;
	text-decoration: none;
	background-image: url(../images/menu_off.gif); 
	background-repeat: repeat-x;
}

.links a:hover
{
	background-image: url(../images/menu_on.gif); 
	background-repeat: repeat-x;
}

#link_enquiry
{
	position: absolute;
	top: 50px;
	left: 289px;
	width: 190px;
	height: 103px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#link_enquiry a:link, #link_enquiry a:visited
{
	width: 190px;
	height: 103px;
	display: list-item;
	text-decoration: none;
	background-image: url(../images/contact.jpg);
}

#link_enquiry a:hover
{
	background-image: url(../images/contact_hover.jpg);
	background-repeat: no-repeat;
}

#active
{
	background-image: url(../images/menu_on.gif); 
	background-repeat: repeat-x;
}

#loading
{
	font-size: 10px;
	text-align: center;
	padding-bottom: 20px;
}

#loading img
{
	margin: auto;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
}