/* @@@@@@@@@ ELEMENTS @@@@@@@@ */
body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
/* ################################################### */
/* the foll body styles correspond to either the Colorado
or Capri brochure, followed by pg number */
/* ################################################### */
/* common elements for ts body classes */
body.colorado02, body.colorado04, body.colorado06, body.coloradolaundry {
	background-position: top left; 
	background-repeat: no-repeat;
	margin-left: 0px;
}
/* the foll 3 are used in Colorado-KitchenSinks px pgs */
body.colorado02 {
	background-image:  url(../IMAGES/colorado02.jpg); 
}
body.colorado04 {
	background-image:  url(../IMAGES/colorado04.jpg); 
}
body.colorado06 {
	background-image:  url(../IMAGES/colorado06.jpg); 
}
body.coloradolaundry {
	/* top LHS bg img for all products in Colorado-Laundry */
	background-image: url(../IMAGES/coloradoLaundryHdrBg.jpg);
}


body.instruct, body.instructTT {
	/* common styles for all instruct*.asp 
	which contains instructions on how to view thumbnails */
	margin-left: 80px;
	background-position: left top;
}
body.instruct {
	/* bg for Capri-Range main page that does NOT
	 contain the Type Tested logo */
 	background-image: url(../IMAGES/colorado01.jpg);
}
body.instructTT {
	/* bg for Colorado-Range main page that contains
	Type Tested logo */
	background-image: url(../IMAGES/colorado01TT.jpg);
}
a.bgblue {
	/* link styles on blue bg */
	color: #FF9900;
	text-decoration: none;
}
a.bgblue:hover {
	background-color: #FFCC66;
	color: black;
}

iframe.fmdisplay {
	/* styles for the iframe */
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: visible;
}

p.deco {
	/*to decorate the first letter of a paragraph as per brochure */
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #000099;
	color: white;
}
p.deco:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	float: left;
	background-color: #FFCC66;
	color: white;
	padding-bottom: 5px;
	margin-right: 3px;
	border: 2px solid white;
	}
table td {
	/* for any table without further styling */

}

/* @@@@@@@ TABLE FOR LOGO @@@@@@@ */
/* this is common throughout the site for the 'main files' 
eg index, kitchenCapri.asp etc. */
table.logo {
	border-collapse: collapse;
	width: 770px;
	height: 120px;
	padding: 0px;
	background-color: #000099;
}


/* @@@@@@ MAIN TABLE WITH VARIBALE CONTENTS @@@@@@ */
/* this table and cell could change from page to page.  
These styles are common to all of them. */
table.main {
	border-collapse: collapse;
	width: 770px;
	height: 85%; /* to compensate for the table.logo above */
	padding: 0px;
}
table.main td.thumbnail {
	/* cell that conatins the thumbnails;
	note: the (changeable) bg color is specified in the cell itself */
	width: 100px;
	background-color: #000099;
	font-size: 10px;
	color: white;
}
td.thumbnail img {
	/* styles the thumbnails within this cell */
	width: 70px;
	/*height: 50px;*/
	border: 0px;
	margin-bottom: 2px;
}
table.main td.display {
	/* this is the cell that contains the main display contents &/or iframe
	i.e. not thumbnails, etc. */
}

/* @@@@@@ PRODUCT TABLES @@@@@@ */
table.px {
	/* table for product pages (eg px_c800.asp). 
	Contains desc and product images */
	width: 100%;
	border: 0px;
	padding: 0px;
	margin-top: 10px;
}
table.px td {
	vertical-align: top;
	font-size: 12px;
}
table.px td.descblue {
	/* cell that contains the large image and has a blue bg */
	width: 40%;
	background-color: #000099;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.px td.descwhite {
	/* cell that contains the product desc & has a white bg */
	width: 40%;
	background-color: white;
	color: black;
}

/* @@@@@@ HEADERS @@@@@@ */
.hdr1 {
/* header 1 (eg "Colorado Range") within td.main */
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
	background-color: #6699CC;
	margin-left: 95px;
	padding-left: 10px;
	padding-right: 10px;
	word-spacing: 10px;
}
.hdr2 {
/* header 2 (eg "Kitchen Sinks") within td.main */
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	font-family: "Times New Roman", "MS Serif", "New York", serif;
	color: navy;
	letter-spacing: 10px;
	margin-left: 95px;
}
.hdr3 {
/*  */
	margin-top: 5px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", "MS Serif", "New York", serif;
	color: navy;
	letter-spacing: 0px;
	margin-left: 95px;
}

/* @@@@@@ MISCELLANEOUS @@@@@@ */
.pxcode {
	/* for displaying the product code as per brochure */
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-align: center;	
	background-color: #FFCC66;
	padding: 2px;
	border: 3px ridge white;
	width: 70px;
	height: 40px;

	float: left;
	margin-right: 2px;

}
.pxdesc {
	/* for product description */
	clear: left; /* to clear the float of .pxcode, above the desc */
	padding: 10px;
}



.smnote {
	/* for small text next to product code */
	font-size: 10px;
}