/* ************************************************************ 
GENERAL
************************************************************ */
BODY{
	margin: 0px;
	background-image: url(/images/general/bg-headerbar.jpg);
	background-repeat: repeat-x;
}

.BACKGROUND-content{
	background-image: url(/images/general/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 8px;
}


/* ************************************************************ 
FROM FIELDS
************************************************************ */
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}


/* ************************************************************ 
TEXT
************************************************************ */
h1 {font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
}


/* ************************************************************ 
BLOCK - HEADER
************************************************************ */
.TOPMENU-links {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #243953;
	text-decoration: none;
}
a.TOPMENU-links:hover {
	color: #CC0000;
	text-decoration: underline;
}
.PHONE-text{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #CC0000;
	font-weight: bold;
}


/* ************************************************************ 
BLOCK - MAIN IMAGE
************************************************************ */
.IMAGE-header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


/* ************************************************************ 
BLOCK - PRODUCT SEARCH
************************************************************ */
.PRODUCT-SEARCH-bg{
	background-image: url(/images/general/bg-product-search.jpg);
	height: 199px;
	width: 283px;
}

.PRODUCT-SEARCH-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.PRODUCT-SEARCH-textfield{
	font-family: Arial;
	font-size: 12px;
	width: 166px;
	border: 1px solid #CCCCCC;
}

.PRODUCT-SEARCH-dropdown{
	font-family: Arial;
	font-size: 12px;
	width: 166px;
	border: 1px solid #CCCCCC;
}

/* ************************************************************ 
BLOCK - PAGE HEADING
************************************************************ */
.PAGE-HEADING-bg{
	background-image: url(/images/general/bg-pageheading.jpg);
	height: 56px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
}
.PAGE-HEADING-bg a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.PAGE-HEADING-bg a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.PAGE-HEADING-bg a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

/* ************************************************************ 
BLOCK - PRODUCT CATEGORIES (home page only)
************************************************************ */
.PRODUCTS-categories {
	border: 3px solid #33A2BE;
}
.PRODUCTS-categories-cms {
	border: 3px solid #33A2BE;
	padding: 7px;
}
.PRODUCTS-categories-text{
	font-family: Arial;
	font-size: 14px;
	color: #243953;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.PRODUCTS-categories-text a:hover{
	color: #cc0000;
	text-decoration: none;
}

/* ************************************************************ 
BLOCK - PRODUCT CATEGORIES MENU
************************************************************ */
.PRODUCTS-categories-menu{
	background-image: url(/images/general/bg-menubar.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 36px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #243953;
	height: 35px;
	text-align: left;
}

.PRODUCTS-categories-menu a:link,a:visited{
	color: #243953;
	text-decoration: none;
}

.PRODUCTS-categories-menu a:hover{
	color: #00708C;
	text-decoration: none;
}


/* ************************************************************ 
PRODUCT LIST
************************************************************ */
.PRODUCTLIST-header{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.PRODUCTLIST-header a:hover{
	color: #CC0000;
	text-decoration: none;
}
.PRODUCTLIST-price{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.PRODUCTLIST-gst{
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
}
.PRODUCTLIST-description{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}


/* ************************************************************ 
BLOCK - PRODUCT DETAILS
************************************************************ */
.PRODUCTDETAILS-border {
	border: 2px solid #33A2BE;
	padding: 12px;
}
.PRODUCTDETAILS-overview-border {
	padding: 12px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33A2BE;
	border-right-color: #33A2BE;
	border-bottom-color: #33A2BE;
	border-left-color: #33A2BE;
	font-family: Arial;
	font-size: 13px;
}
.PRODUCTDETAILS-header{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.PRODUCTDETAILS-model{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
.PRODUCTDETAILS-price{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.PRODUCTDETAILS-gst{
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
}
.PRODUCTDETAILS-description{
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.PRODUCTDETAILS-imgborder{
	border: 1px solid #CCCCCC;
}



/* ************************************************************ 
BLOCK - FOOTER
************************************************************ */
.BG-Footer{
	background-color: #666666;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.BG-Footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.BG-Footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.BG-Footer a:hover{
	
	text-decoration: underline;
}
.ENQUIRYLIST-header01{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	background-color:#E7E7E7;
	border: 1px solid #B8B8B8;
	padding-left: 3px;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ENQUIRYLIST-text01{
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #B8B8B8;
	padding-left: 3px;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ENQUIRYLIST-text02{
	font-family: Arial;
	font-size: 12px;
	background-color:#E7E7E7;
	border: 1px solid #B8B8B8;
	padding-left: 3px;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.BODY-heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.BODY-heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BODY-text01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 3px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.BODY-text02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.CUSTOM-link1:link {
	color: #243953;
	text-decoration: underline;
}
a.CUSTOM-link1:active{
	color: #243953;
	text-decoration: underline;
}
a.CUSTOM-link1:visited{
	color: #243953;
	text-decoration: underline;
}
a.CUSTOM-link1:hover{
	color: #243953;
	text-decoration: none;
}

.V-line {
	background-image: url(/images/general/v-line1.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}
.H-line {
	background-image: url(/images/general/h-line1.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 2px;
	margin-bottom: 2px;
}


.FORMS-textfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 4px;
	padding-left: 4px;
}
.FORMS-dropmenu{
	font-family: Arial, Helvetica, sans-ser;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #009900;
}
.FORMS-listmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.FORMS-button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33A2BE;
	border: 2px solid #1C5766;
}

.FORM-statusmsg-ok {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 25px;
	background-color: #00CC00;
	border: 1px solid #006600;
	padding: 5px;

}
.FORM-statusmsg-error {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 25px;
	background-color: #CC0000;
	border: 1px solid #970000;
	padding: 5px;

}

.FLASH-cell {
	padding: 0px;
	background-color: #FFFFFF;
	height: 293px;
}
.FLASH-cell2 {
	background-image: url(/images/general/flash-bg.gif);
	background-repeat: repeat-x;
	height: 293px;
}
.MID-bar {
	background-image: url(/images/general/mid-bar.gif);
	background-repeat: repeat-x;
}

