/* ==== ==== ==== ==== ==== ==== ==== ==== ====
	Azrul
	Copyright 2010 (c)
	written for - www.webshaper.com.my
	support[at]webshaper.net
 ==== ==== ==== ==== ==== ==== ==== ==== ==== */

/* ================================
   ===  Reset and default css  ====
   ================================ */

/* Reset CSS
===================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	/*border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;*/
} 
body {
	line-height:1;
	cursor:auto;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse:collapse;
	border-spacing:0;*/
}
/* remove active, focus outline in firefox */
a:active, a:focus {
      outline:0;
}
/* ==== Close Reset CSS ==== */
html {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) 0 0 repeat-x #fff;
	height:100%;
}
h3 {
	font-size:15px;
	color:#168abb;
	font-weight:bold;
}
h2 {
	font-size:17px;
	line-height:25px;
	padding:0 0 5px 0;
}
a {
	color:#168abb;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
img {border:none;}
p {
	clear:both;
	margin:0;
	padding:2px 0 7px 0;
	line-height:16px;
}
ol li {
	list-style:decimal;
	margin:0 0 0 25px;
	line-height:16px;
}
ul li {
	list-style:disc;
	margin:0 0 0 25px;
	line-height:16px;
}
body { 
	font-family: Arial, Tahoma ,verdana;
	margin:0;
	padding:0;
	color:#444; 
	font-size:12px;
	text-align:center;
	position:relative;
	background: url(images/bgShadow.png) center 123px no-repeat;
}
#wrapper  {
	clear:both;
	width: 960px;
	margin:auto;
	position:relative;
	text-align: left;
	height:100%;
	padding:0;
	margin-top:0;
	margin-bottom:40px;
}
#header {
	height:auto;
	margin:0;
	padding:0;
}
#headerWrapper {
	margin:0;
	width:auto;
	height:auto;	
}
#gutter {
	float: left;
	width: 1.5%;
	height: 1px;
}
#col1 {
	float:left;
	clear:right;
	width: 730px;
	height: auto;
	margin:0;
	padding:0;
}
#col2 {
	margin:0 20px 0 0;
	float:left;
	clear:left;
	width:200px;
	padding:0;
}
#col3 {
	float:left;
	width:960px;
	margin:0;
}
#footer {
	clear: both;
	height:auto;
	padding:0;
	margin:0;
	text-align: center;
}
#footerWrapper {
	text-align: center;
	padding:0 0 20px 0;
	color: #fff;
	height:auto;
}
/*#footerWrapper  a{
	color: #fff;
	text-decoration:none;
}
#footerWrapper  a:hover{
	text-decoration:underline;
}*/
#bodyWrapper {
	width: 760px;
	position:absolute;
	left:50%;
	margin-left: -380px;
}
#flash {
	margin:0;
	padding:0;
	text-align: center;	
	z-index:1;
}
/*** header ***/
#companyLogo {	
	float:left;	
	width:auto;
	padding:5px;
	margin:18px 0 10px 0;
}
#banner {	
	float:left;
	width:20%;
	text-align:center;
	margin-left:10px;	
	margin-top:10px;
}
#bannerImage {
	margin: 15px 0px 0px 0px;
	border: 1px solid #c0c0c0;
}
.headerRightSide {
	float:right;
	clear:right;
	margin:55px 0 0 0;
	padding:0;
	width:auto;
}
.tagLine {
	color:#0d7faf;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	text-align:right;
	width:auto;
	line-height:30px;
	margin:0 0px 5px 0;
	text-transform:uppercase;
}
/*** top links **/
#topLinks {
	padding:0;
	margin:5px 10px 0 0;
	width:228px;
	height:20px;
	float:right;
	clear:right;
	border-bottom: 1px solid #82b2ef;
	font-size:10px;
	text-align:right;
}
#topLinksText {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:right;
}
#topLinksText ul {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	text-align:right;
}
#topLinksText li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	text-align:right;
}
#topLinksText li a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	text-decoration:none;
	padding:0 0px 0 5px;
}
#topLinksText li a:hover {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/*** navigation ***/
.mainNav {
	clear:both;
	height:46px;
	width:auto;
	margin:0;
	padding:0;
	color:#fff;
	background:url(images/navbg.png) 0 0 no-repeat;
}
.mainNavMenu {
	float:left;
	width:auto;
	height:auto;
	margin:0;
}
.mainNavMenu ul {
	margin:0;
	padding:0;
}
.mainNavMenu li {
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
	line-height:45px;
	float:left;
}
/*.mainNavMenu li img{
	vertical-align:top;
}*/
.mainNavMenu li a {
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:22px;
	padding-right:20px;
	text-shadow: #000 0 1px 0; /* color, x-axis, y-axis, blur */
	line-height:45px;
	display:block;
	height:auto;
	width:auto;
	margin:0 2px 0 0;
}
.mainNavMenu li a:hover {
	background:url(images/navHover.png) 0 0 repeat-x;
	text-decoration:none;
}
.navD {
	background:url(images/navD.gif) right 0 no-repeat;
}

/** search **/
#search {
	width:400px;
	float:right;
	clear:right;
	text-align:right;
	margin:0;
	padding:0px;
	height:auto;
	font-size:12px;
}
.search .form {
	text-align:right;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	margin:0;
	height:20px;
	width:auto;
}
.searchBox {	
	padding-left: 0px;
	height:auto;
	width:auto;
	margin:0px 5px 0 0;
	float:right;
	background:url(images/searchBox.gif) 0 0 no-repeat #fff;
	border:none;
}
.searchBox .textbox {
	color: #666;
	/*border: 1px solid #999;*/
	border:none;
	line-height: normal;
	float: left;
	height: 21px;
	width:190px;
	font-size:13px;
	margin:0 0 0 30px;
	padding:4px 14px 0 0;
	background-color:transparent;
}
.searchBtn {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
	float:right;
	margin-left:0px;
}
.searchBtn2 {
	width: auto;
	padding:0;
	margin:0;
	float:right;
}
.searchAdvanced {
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	float:left;
}

/*** content ***/
#contentWrapper {
	padding:0;
	margin:0;
	background:#ffffff;
	width:100%;
	height:100%;
	position:absolute;
}
#contentLeft {
	position:absolute;
	top:0;
	left:0;
	width:auto;
	margin:0;
	height:100%;
}
#contentCenter {
	position: relative;
	padding:0px;
	height:100%;
}
#contentRight {
	position:absolute;
	width:auto;
	margin:0;
	top:0;
	right:0;
	height:100%;
}
#content {
	height:auto;
	min-height:550px;
	font-size:11px;
	color:#101010;
	margin-bottom:10px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
	position:relative;
}
.mainContent {
	clear:both;
	margin:0 0 10px 0;
	background:#fff;
}

/*** box ***/
.box {
	width: 100%;
	padding: 0px;
	color: #fff;
	margin:0 0 20px 0;	
}	
.boxHeader {
	height:35px;
	line-height:35px;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}
.boxHeaderText {
	padding:0;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}
.boxBody {
	margin:0;
	padding:0;
}
.boxBody ul{
	margin:0;
	padding:0;
	list-style:none;
}
.boxBody li{
	color:#fff;
	line-height:30px;
	margin:0;
	padding:0;	
	display:block;	
}
.boxBody li a {
	color:#fff;
	text-decoration: none;
	display:block;
	border-bottom:1px dotted #fff;
	text-transform:uppercase;		
}
.boxBody li a:hover {
	color:#fff;
	text-decoration: underline;
}

.boxNewsletter {
	width:290px;
	padding:0;
	font-size:12px;
	color: #666;
	margin:0;	
}	
.boxHeaderNewsletter {
	height:35px;
	color:#996b39;
	font-size: 18px;
	padding:0;
	font-weight:normal;
	line-height:35px;
	text-transform:uppercase;
	text-shadow: #999 0 1px 0; /* color, x-axis, y-axis, blur */
}
.boxBodyNewsletter {
	margin:0;
	padding:0;
}
.boxBodyNewsletter p {
	margin:5px 0 15px 0;
	padding:0;
	line-height:17px;	
}
.boxBodyNewsletter .textbox{
	width:250px;
	margin:3px 0 6px 0;	
}
/*** footer ***/
#navFooter {
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
	line-height:20px;
	border-bottom: 1px solid #929291;
}
.navFooterLine {
	text-align:left;
	line-height:17px;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	width:100%;
	float:left;
	clear:left;
	border-top:1px solid #c7c7c7;
	color:#666;
}
.copyright {
	padding:0;
	text-align:right;
	margin:0;
	height:auto;
	width:auto;
	float:right;
	clear:right;
	text-transform:none;
}
.navFooterLine a{
	color:#666;
	text-decoration:none;
}
.navFooterLine a:hover{
	text-decoration:underline;	
}
.footerText {
	float:left;
	clear:left;
	width:auto;
	heihgt:auto;
	
}
/*** form inputs ***/
.textbox {
	font-size: 11px;
}
.textarea {
	font-size: 11px;
}
.button {
	padding: 0 10px 0;
	font-size: 11px;
}
.labelLeft {
	display: table-cell;
	width: 150px;
	vertical-align: top;
	float:left;
	padding:0 0 5px 0;
}
.labelRight {	
	display: table-cell;
	float:left;
	padding:0 0 5px 0;
}

/*** components ***/
.categoryList {
	width: 100%;
	padding: 0px;
	color: #fff;
	margin:0;	
}
.categoryListHeader {
	height:35px;
	line-height:35px;
	padding:0;
}
.categoryListHeaderText {
	height:35px;
	color:#996b39;
	font-size: 15px;
	padding:0 0 0 10px;
	margin:0;
	font-weight:normal;
	line-height:35px;
	text-shadow: #999 0 1px 0; /* color, x-axis, y-axis, blur */
}
.categoryListBody {
	margin:0;
	padding:0;
}
.categoryListFooter {}
#categoryList_ul_0 {
	margin:0;
}
.categoryList ul {
	list-style:none;
}
.categoryListBody li {
	color:#fff;
	line-height:15px;
	margin:0;
	padding:0;	
	display:block;
	border-bottom:1px solid #d0d5d8;
}
/*.categoryListBody li a {
	color:#fff;
	text-decoration: none;
	display:block;	
}
.categoryListBody li a:hover {
	color:#fff;
	text-decoration: underline;
}*/
.categoryLink1 {
	color:#168abb;
	text-decoration: none;
	display:block;
	margin:0;
	padding:8px 5px 6px 20px;
	border-bottom:1px solid #fff;
	background:url(images/liArrow.gif) 10px 12px no-repeat;
}
.categoryLink1:hover {
	text-decoration: underline;
}
.categoryLink2 {
	color:#168abb;
	padding:8px 5px 6px 30px;
	text-decoration: none;
	display:block;
	background:url(images/liSub.gif) 20px 11px no-repeat;
	border-bottom:1px solid #fff;
}
.categoryLink2:hover {
	text-decoration: underline;
}
.categoryListBody li:hover {}
.categoryList2 {
	padding:0px 0 0px 10px;
}

/* newsComponent */
.newsComponent {
	width: 290px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	margin:0;	
}
.newsComponentHeader {
	height:35px;
	color:#996b39;
	font-size: 18px;
	padding:0;
	font-weight:normal;
	line-height:35px;
	text-transform:uppercase;
	text-shadow: #999 0 1px 0; /* color, x-axis, y-axis, blur */
}
.newsComponentBody {
	color:#168abb;
	padding: 0;
}
.newsComponent ul {
	padding:0;
	margin:0;
}
.newsComponent li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:17px;
	background:url(images/liArrow.gif) 0 10px no-repeat;
}
.newsComponentBody li a {
	color:#168abb;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 20px;
	border-bottom:1px solid #d3d7da;
}
.newsComponentBody li a:hover {
	text-decoration: underline;
}

/* viewCat.asp */
.paging {
	height:auto;
	line-height:20px;
	padding:0;
	text-align: right;
	clear:both;
	color:#444;
}
.paging ul{
	margin: 5px 0 0 0;
	line-height: 20px;
}
.paging li{
	margin: 2px;
	list-style: none;
	display: inline;
	color:#444;
}
.viewCatGrid{
	border-collapse: separate;
	width:100%;
	height:auto;
}
.viewCatGrid td {
	padding:10px;
	font-size: 12px;
	width:30%;
	vertical-align:top;
	text-align:center;
}
.prodItemName {
	font-weight:bold;
	margin:0px 0 5px 0;
	font-size:14px;
	color:#168abb;
}
.catName {
	clear:both;
	margin:0;
	padding:0;
	color:#168abb;
	font-weight:bold;
}
a.catName:link{
	color:#168abb;	
	text-decoration:none;
}
a.catName:active{
	color:#168abb;
	text-decoration:none;
}
a.catName:visited{
	color:#168abb;
	text-decoration:none;
}
a.catName:hover{
	color:#168abb;
	text-decoration:underline;
}
.catShortDesc {
	display:block;
	padding:5px 0;
}
.viewCatGridLeftColumn {
	float:left;
	width:40%;
	height:auto;
	padding:0;
	margin: 0 0 10px 0;
	text-align:left;
}
.viewCatGridRightColumn{
	margin: 0;
	float:left;
	width:55%;
	height:auto;
	padding:10px;
	text-align:left;
}

/* viewProd */
#viewProdImage {
	text-align:center;
}
.viewProdTranslation {
	height: auto;
	text-align:right;
	margin:0 0 10px 0;
}
.viewProdTranslation .dropDownList {
	margin:0 5px 0 0;
	padding:0;
	border:1px solid #999;
}
#viewProdButtons {
	text-align:center;
	height: 20px;	
	padding: 10px 0;
}
#viewProdButtons input{
	margin-right:5px;
}
.productNavigation {
	font-size:11px;
	height:auto;
	padding:8px 5px 8px 0;
	margin-bottom: 10px;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.productNavigation a{
	padding:0;
	margin:0;
	color:#168abb;
	text-decoration:none;
}
.productNavigation a:hover {
	padding:0;
	margin:0;
	color:#168abb;
	text-decoration:underline;
}
.viewProdRelatedGrid {
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: #fff;
	width:100%;
	height:auto;
}
.viewProdRelatedGrid td {
	border-width: 0px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;
	background-color: #fff;
	font-size: 11px;
	vertical-align: top;
}
.picture {
	padding:10px 0;
}
.viewProd_productItemName {
	color:#056b96;
	font-size:24px;
	line-height:27px;
	padding:5px 5px 5px 0;
	margin:0;
	font-weight:bold;
}
.viewProd_picture {
	margin:10px 0 20px 0;
	text-align:center;
}
.viewProd_productItemShortDesc {
	text-align:center;
}
.viewProd_Buttons {
	text-align:center;
	margin:15px 0 20px 0;
}
.viewProd_productItemLongDesc {
	margin:0px;
}
.viewProd_productItemLongDesc ul {
	padding:0;
	margin:0;
}
.viewProd_productItemLongDesc li {
	list-style-type: disc;
	margin-left:20px;
}

/* viewProdPrinter */
#viewProdPrinter {
	margin: 10px;	
	font-size: 11px;
	color: #202020;
}
.viewProdPrinter_productItemLongDesc {
	padding:0;
	margin:0;
}

.viewProdPrinter_productItemLongDesc ul {
	padding:0;
	margin:0;
}
.viewProdPrinter_productItemLongDesc li {
	list-style-type: disc;
	margin-left:20px;
}

/* search product */
.searchProdPicture {
	float:left;
	width:40%;
	height:auto;
	padding:0;
	margin: 0 0 10px 0;
	text-align:left;
}
.searchProdDetails {
	margin: 0;
	float:left;
	width:55%;
	height:auto;
	padding:10px;
	text-align:left;
}
.searchResultsGrid {
	width:100%;
	height:auto;
}
.searchResultsGrid td{
	padding:10px;
	font-size: 11px;
	width:30%;
	vertical-align: bottom;
	text-align:left;	
}

/* news */
#newsItem {
	border-bottom: 1px dashed #cecece;
	margin:10px 0 10px 0;
}
#newsHeader {}
#newsTitle {
	margin:10px 0 10px 0;	
	padding: 5px;
	height:auto;
	float:left;
	font-size:13px;
	font-weight:bold;
	background: #f0f0f0;
	width:80%;
	color:#680000;
}
#newsDate {
	margin:10px 0 10px 0;	
	padding: 5px 0px 6px 0;
	height:auto;
	width:18%;
	float:left;
	text-align:center;	
	background: #e6e6fa;
}
#newsContent {
	padding:5px 3px;
	line-height:17px;
}
#newsContent p{
	padding:5px 0;
}
.productColumnLeft {
	float:left;
	width:30%;
}
.productColumnRight {
	margin:0;
	float:left;
	background: #fff;
	width:68%;
}

/*** enquiryMultiple.asp ***/
.gridEnquiryMultiple {	
	font-size:11px;	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	width:100%;
	margin:0 0 40px 0;
}
.gridEnquiryMultiple td {}
.gridEnquiryMultiple th {
	background:#f0f0f0;
}
.enquiryForm {
	margin-top:10px;
}
.warning {
	color:#ff0000;
}

/*** dynamic pages general style ***/

.pageContent {
	/* wraps around the whole content */	
	margin-left:0;
}
.pageHeader {
	font-size:24px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#996b39;
	line-height:35px;
	text-shadow: #efefef 0 1px 0; /* color, x-axis, y-axis, blur */
	background:#fff;
}
.pageSubHeader {
	color:#666;
	font-size:11px;
	padding:0 0 5px 0;
	background:#fff;
}
.pageBody {
	/* body */
	background:#fff;
	padding:10px 0 0 0;
}

/*** featured products ***/
.featuredProductsHeader {
	width:auto;
	margin:10px 0 0 0;
	font-size:17px;
	line-height:20px;	
	font-weight:bold;
	color:#fff;
	padding:10px;
	background:#a7b5c0;
}
.featuredProductsGrid {
	font-size: 11px;
	border-width: 0px;
	border-spacing:1px;				
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	width: 100%;
}
.featuredProductsGrid td{
	padding:10px 10px 40px 10px;
	width:30%;
	text-align:center;
	vertical-align: bottom;	
}
.featuredProducts_prodItemPicture {
	font-weight:normal;
	color:#555;
	text-align:center;
	margin:5px 0 5px 0;
}
.featuredProducts_prodItemName {
	font-weight:bold;
	margin:0px 0 5px 0;
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#000;
}
.featuredProducts_priceLabel {
	color:#000;
	text-align:center;
	margin:5px 0 5px 0;
	color:#fff;
}
.featuredProducts_prodItemShortDesc {
	color:#444;
	line-height:20px;
	/*overflow:hidden;*/
	margin:5px 0 5px 0;
	text-align:center;
}
.featuredProducts_prodItemLink {
	font-weight:normal;
	color:#000;
	text-align:center;
	margin:5px 0 5px 0;
}
.mainCategoryDetails{
	display:none;
}
.dropdownlist {
	font-size:11px;
	border:1px solid #999;
}

/*** section ***/
.sectionGrid {
	font-size:11px;
	width:100%;
}

/*** section component ***/
.sectionComponent {
	font-size:11px;
	margin: 0px 0px 10px;
	background: #D31C16;
	padding: 1px;	
}
.sectionComponentHeader {
	height:18px;
	background: url(images/navbar_titlebg.gif) #D31C16;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 2px 1px;
}
.sectionComponentGrid {
	font-size:11px;	
	background:#fff;	
	width:100%;
}

/*** productMap ***/
#productMap {
	margin:40px 0;
}
#productMap ul {
	margin:0 0 0 10px;	
}
#productMap li {
	margin:0 0px 0px 15px;
	line-height:20px;
}
#productMap a {
	text-decoration:none;
}
#productMap a:hover {
	text-decoration:none;
}
.prodItemShortDesc {
	color:#4c4b49;
}
.static3col {
	border:1px solid #fff;
	color:#fff;
}
.static3col td {
	padding:10px;
}
.slideshow {
	width:960px;
	height:389px;
	margin:0;
	padding:0;
	background:url(images/slideshowBg.png) 0 0 no-repeat;
}
.middleBox {
	clear:both;
	width:940px;
	height:165px;
	background:#a7b5c0;
	margin:20px 0 10px 0;
	padding:10px;
}
.middleBoxSub {
	float:left;
	width:208px;
	height:145px;
	border:4px solid #e3e8ec;
	padding:6px;
	text-align:left;
	background:url(images/middlesubBG.gif) right 45px no-repeat #fff;
}
.middleBoxSubImg {
	width:95px;
	height:145px;
	border:none;
	margin:0;
	float:left;
}
.middleBoxSubDesc {
	width:105px;
	height:145px;
	color:#666;
	float:right;
}
.middleBoxSubDesc h1 a{
	color:#996b39;
	font-size:12px;
	width:auto;
	height:40px;
	text-transform:uppercase;
}
.middleBoxSubDesc a{
	color:#168abb;
	font-size:11px;
	margin:0;
	text-decoration:none;
}
.middleBoxSubDesc a span{
	font-size:13px;
}
.middleBoxSubDesc a:hover{
	text-decoration:underline;
}
.middleBoxSubDesc p{
	font-size:10px;
	margin:10px 0 0 0;
	line-height:13px;
	height:80px;
	padding:0;
}
.footerBox {
	width:940px;
	height:auto;
	padding:10px;
	clear:both;
	background:#e3e8ec;
	text-align:left;
}
.footerBoxBorder {
	border:1px solid #fff;
	width:920px;
	height:auto;
	padding:9px;
}
.footerBoxSub {
	width:290px;
	height:auto;
	/*height:200px;*/
	float:left;
}
.smallBanner {
	clear:both;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}
.ProdPage {
	background:url(images/ProdPageBg.gif) 0 0 repeat-y;
	clear:both;
	margin:0 0 0 0;
	padding:0;
}
.staticHeader {
	font-size:18px;
	font-weight:normal;
	color:#996b39;
	line-height:23px;
	padding:2px 0;
	margin:10px 0 0 0;
}
.iconPhone {
	clear:both;
	padding:3px 0 3px 25px;
	margin:0;
	background:url(images/ico-phone.gif) 0 3px no-repeat;
}
.iconFax {
	clear:both;
	padding:3px 0 3px 25px;
	margin:0;
	background:url(images/ico-fax.gif) 0 3px no-repeat;
}
.iconEmail {
	clear:both;
	padding:3px 0 3px 25px;
	margin:0;
	background:url(images/ico-email.gif) 0 3px no-repeat;
}


/** brochure **/
.brochure
{
width:auto;
background:url(images/brochure-top.jpg) 0 0 no-repeat;
display:block;
padding:20px 0 0 0;
text-align:left;
margin:10px 0 20px 25px;
float:left;
display:inline;
clear:both;
}
.brochure h2{margin:0 0 0 50px; color:#996b39;}
.brochure p{margin:0 0 0 50px;}
.brochure p small{
width:277px;
font:11px Tahoma, Arial, Helvetica, sans-serif;
color:#666666;
line-height:14px;
float:left;
display:inline;
margin:5px 0 0 0;
}
.brochure p.pdf
{
background:url(images/ico-pdf.jpg) 0 0 no-repeat;
padding:0 0 0 20px;
line-height:20px;
}
.brochure p.pdf a
{
background:url(images/ico-download.jpg) 0 0 no-repeat;
padding:0 0 2px 20px;
text-decoration:none;
color:#168abb;
}
.brochure p.pdf a:hover{text-decoration:underline;}
.brochure p.pdf strong{
	padding:0 20px 0 0;
}
.brochure img
{
float:left;
display:inline;
margin:5px 10px 0 50px;
}
.brochure div
{
width:670px;
background:url(images/brochure-bottom.jpg) 0 bottom no-repeat;
float:left;
display:inline;
padding:0 0 20px 0;
}
.yellow
{
background:#ffff66;
border:1px solid #f5f73c;
padding:10px 10px 0 10px;
margin:0 0 30px 0;
}


/**** Slideshow ****/
div.wrap {
width : 920px;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 993px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#SlideshowHeader {
margin : 0 0 0 0;
padding:19px 0 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#SlideshowHeader div.wrap {
height : 350px;
background : url(images/header-bg.png) no-repeat 50% 0;
}
div#SlideshowHeader div#slide-holder {
z-index : 40;
width : 920px;
height : 350px;
position : absolute;
}
div#SlideshowHeader div#slide-holder div#slide-runner {
top : 0px;
left : 0px;
width : 920px;
height : 350px;
overflow : hidden;
position : absolute;
}
div#SlideshowHeader div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#SlideshowHeader div#slide-holder div#slide-controls {
left : 0;
bottom : 0;
width : 920px;
height : 46px;
display : none;
position : absolute;
}
div#SlideshowHeader div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#SlideshowHeader div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 5px 0 0;
}
div#SlideshowHeader div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
color:#fff;
}
div#SlideshowHeader div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#SlideshowHeader div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(images/silde-nav.png);
}
div#nav ul li a {
background : url(images/nav.png) no-repeat;
}
/** slideshow **/

.staticBox {
	border:none;
	text-align:center;
	padding:5px 10px;
	margin:0 0 20px 0;
	width:200px;
	height:auto;
	float:left;
	vertical-align:bottom;
	color:#168abb;
}
.staticBox a {
	color:#168abb;
	text-decoration:none;
}
.staticBox a:hover {
	text-decoration:none;
}
.staticTable {
	padding:0;
	margin:0;
}
.staticTable td{
	padding:0 0 40px 0;
	margin:0;
	vertical-align:bottom;
}
.staticOL {
	margin:0;
	padding:0 0 0 10px;
	list-style-type:decimal;	
}
.staticOL li{
	line-height:24px;
	font-size:15px;
	padding:0 0 0 5px;
}
.viewProd_attachments {
	display:none;
}
