/* Site Colours  - orange #F55D0A */

/* Typography */
body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: Georgia,serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;font-weight: normal;
	color: #666;
	background-color: #fff;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
i {font-style:normal;}
ol, ul, li {
	list-style: none;
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li p {
	margin: 0.2em 0em 0em 0em;
	line-height: 1.2em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
/* end of typography */


body{margin:0em;padding:0em;
		height:100%;width:100%;
		background-color: #FFF;
		color:#bbb;
			}
h1 {
			color: #bbb;
			background-color:#fff;
		 }
		 h2 {
			color: #bbb;
			background-color:#fff;			
		 }
h3 {width:100%;
		 }

a:link {color:#bbb;background-color:#fff;text-decoration:none;}
.centered {width:780px;margin:0px auto 0px auto;}
.centered a {color:#bbb;background-color:#fff;font-weight:normal;text-decoration:none;}
.updateblock {background-color:white;color:#aaa;width:100%;border:1px solid #bbb;margin-top:5px;padding:5px 0px;}
#bgpagearea{
  color:#bbb;padding:0px;overflow:hidden;
	height:419px;
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(images/transparentbg.gif);
	background-color: #FEF0F7;
	border:1px solid #bbb;
				}
#bglongpagearea{
  color:#bbb;padding:0px;overflow:auto;
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: no-scroll;
	background-image: url(images/transparentbg.gif);
	background-color: #FFFFFF;
	border:1px solid #bbb;
				}
.bghome {background-image: url(images/transbgwithlogoandname.gif);
/*#bgpagearea img{float:left;margin:0;*/
}
#verticalnav {width:15em;background-color:#fff;padding:0em 0em 0em 0em;margin:0em;}
#verticalnav ul {padding:0em 0em 0em 1.5em;margin:0em;}
#verticalnav ul li ul li{padding:0em 0em 0em 0.5em;margin:0em;line-height:1.3em;}
#verticalnav ul li {padding:0em;margin:0.3em 0em; line-height:1.2em;}
#verticalnav li a {font-size:95%;}
#banner {background:#fff; color:#bbb;
				 text-align:right;
				}
#banner p {line-height:1.3em;}
#banner img {margin:1em 0px;}
#banner a:link {color:#bbb;background-color:#fff;text-decoration:none;}

#rightcolumn {width:300px;padding-right:200px;}
.textarea {float:left;width:220px;
					 margin:40px 0px 0px 10px;padding:5px;
					 background-color:transparent;
					}
.textarea h1, .textarea h2 {background-color:transparent;}
.textarea h2 {color:#555;}
.textarea p {font-size:.9;line-height:1.2em;}	
.textarea ul {padding:0em 0em 0em 1.5em;margin:0em;}
.textarea ul li{line-height:1em;list-style:circle;}			 
h1 {color:#000;background-color:#fff;}
/* imagemap menu */
#menu {clear:both;float:left;
			 width:15em;
			 margin:1em;
			 }					
#menu a {
	 display: block;
   height: 48px;
   width: 48px;
   top: 28px; 
   text-decoration: none;
	 color:#000;background-color:#fff;
   }
#menu a i { position:relative;left:40px;top:40px;
						color:#666; background-color:#fff;
						}
#menu a:hover i 				{ color:#000;background:#fff;text-decoration:underline;}
a#homeactive i 					{ color:#000;background:#fff;text-decoration:underline;}
a#aboutactive i 							{ color:#000;background:#fff;text-decoration:underline;}
a#productsactive i 			{ color:#000;background:#fff;text-decoration:underline;}
a#contactactive i 			{ color:#000;background:#fff;text-decoration:underline;}

a#home 		 { color:#666; background-image: url(images/imagemapmenu/home.jpg);    background-color:#fff; background-repeat: no-repeat; }
a#about  	 { color:#666; background-image: url(images/imagemapmenu/about.jpg); 	 background-color:#fff; background-repeat: no-repeat; }
a#products { color:#666; background-image: url(images/imagemapmenu/products.jpg);background-color:#fff; background-repeat: no-repeat; }
a#contact  { color:#666; background-image: url(images/imagemapmenu/contact.jpg); background-color:#fff; background-repeat: no-repeat; }

a#home:hover  		 		{ color:#000; background-image: url(images/imagemapmenu/homehover.jpg);			background-color:#fff; background-repeat: no-repeat; }
a#about:hover 		 		{ color:#000; background-image: url(images/imagemapmenu/abouthover.jpg);		background-color:#fff; background-repeat: no-repeat; }
a#products:hover 	 		{ color:#000; background-image: url(images/imagemapmenu/productshover.jpg);	background-color:#fff; background-repeat: no-repeat; }
a#contact:hover 	 		{ color:#000; background-image: url(images/imagemapmenu/contacthover.jpg);	background-color:#fff; background-repeat: no-repeat; }

a#homeactive 		 	 	 	{ color:#000;background-image: url(images/imagemapmenu/homehover.jpg);  		background-color:#fff; background-repeat: no-repeat; }
a#aboutactive  		 		{ color:#000;background-image: url(images/imagemapmenu/abouthover.jpg); 		background-color:#fff; background-repeat: no-repeat; }
a#productsactive 	 		{ color:#000;background-image: url(images/imagemapmenu/productshover.jpg);	background-color:#fff; background-repeat: no-repeat; }
a#contactactive  	 		{ color:#000;background-image: url(images/imagemapmenu/contacthover.jpg); 	background-color:#fff; background-repeat: no-repeat; }
a#homeactive:link  		{ color:#000;background-image: url(images/imagemapmenu/homehover.jpg);			background-color:#fff; background-repeat: no-repeat; }
a#aboutactive:link 		{ color:#000;background-image: url(images/imagemapmenu/abouthover.jpg);			background-color:#fff; background-repeat: no-repeat; }
a#productsactive:link { color:#000;background-image: url(images/imagemapmenu/productshover.jpg);	background-color:#fff; background-repeat: no-repeat; }
a#contactactive:link 	{ color:#000;background-image: url(images/imagemapmenu/contacthover.jpg);   background-color:#fff; background-repeat: no-repeat; }

a#home:hover,
a#about:hover, 
a#products:hover, 
a#contact:hover { border: none;} 

#contactform {
  width:420px;
	margin:10px 0px 0px 30px;
	background-color:transparent;color:#000;
	/*border:2px solid #FFB6DE;*/border:none;
	opacity:.92;filter: alpha(opacity=92); -moz-opacity: 0.92;
	}
	
*clearfix start */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*clearfix end */
div.thumbnails { margin:0.5em;
							   text-align:center;
							 	 border:1px solid #F55D0A;
								 width:200px;height:220px;
								 float:left;background-color:#fff;
							 }
div.thumbnails a img {margin-top:5px;}
div.products {left:20px;}

#Footer {	  background-color:#fff;color:#ccc;
					  border:none;margin-top:10px;
						text-align:left;
					 }
#Footer a {border:none;color:#ccc;background-color:#fff;}
#Footer img {border:none;color:#ccc;background-color:#fff;}
#Copyright {color:#ccc;background-color:#fff;text-align:left;}
#idFrontOnLink a {color:#ccc;background-color:#fff;font-weight: normal;text-decoration:none;padding:0px 0px 5px 0px;}
/*div.textarea {background-color:#fff; opacity:1.0;filter: alpha(opacity=100); -moz-opacity: 1.0;
						  color:#9e4a4a;color:#000;
							position:absolute;top:55px;left:15px;width:480px;
							border:2px solid #000; padding:10px;
							line-height:150%;
						 }
div.textarea p {margin:0px 0px 5px 5px;}
div.textarea img {float:right;margin:5px;border:2px solid #000;opacity:1.0;}
div.textarea a img {border:2px solid #000;}

.textarea .previousnext {width:100%;float:left;height:80px;padding-bottom:4px;}
.previousnext .previous img {float:left;border:none;}
.previousnext .next img {float:right;border:none;}

.interiordesigntext .previousnext {width:100%;float:left;height:40px;padding-bottom:4px;}
.interiordesigntext.previousnext .previous img {float:left;border:none;}
.interiordesigntext.previousnext .next img {float:right;border:none;}

div.textarea ul {float:left;height:2em;}
div.textarea ul li {display:inline;padding-right:5px;}
div.textarea a {color:#770900;background-color:#fff;}
*/
/*.pullquote {
	width: 25%;
	float:right;
	font-size:125%;font-weight:bold;
	line-height:140%;
	margin:10px;
	background-image: url(images/closequote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background-image: url(images/openquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 2px 10px 35px;
}*/
/*
div.pullquote { float:right;width:150px;}
div.pullquote img { border:none;}
div.floatleft {float:left;}
div.textareatitle {width:400px;text-align:center;margin:0px auto;}
div.textareatitle img {float:none;margin:0px;border:none;}
div.textareatitle a {text-decoration:none;}
div.signature {width:100%;text-align:right;font-style:italic;margin-bottom:10px;}
*/