@charset "UTF-8";
/* CSS Document */


html {margin:0 auto;padding:0;background: url(../media/interface/bg2.gif) repeat-x;;}

body{font: lighter .9em/1.4em Arial, Helvetica, sans-serif;color: #333;}

/* 
----------------------------------------------------------------------------------------------------
LINKS
---------------------------------------------------------------------------------------------------- */

a {color: #433333;border-bottom:1px solid #ccc;text-decoration:none;}
a:hover{color:#000;border-bottom:1px solid #666;}
a img{border:none;}


/* 
----------------------------------------------------------------------------------------------------
HEADINGS
---------------------------------------------------------------------------------------------------- */

h3{text-indent:-9999px;width:830px;height:110px;background-image:url(../media/interface/logo.gif);}

h2{
	color:#62544a;
	font-weight:lighter;
	/*border-bottom:1px solid #666;*/
	padding:0 0 .2em 0;
	margin:0;
	font: small-caps 2em "Times New Roman", Times, serif;
}

/* 
----------------------------------------------------------------------------------------------------
CONTENT AREA
---------------------------------------------------------------------------------------------------- */

#wrapper {width:832px;margin:0 auto;background-color:#fff;}

#innerWrapper{
	width:830px;
	border-right:1px solid #999;
	border-left:1px solid #999;
	float:left;
	background-color:#fff;
	}

/*----  RIGHT COLUMN -----*/

#rightCol{
	width: 454px;
	float: right;
	background: url(../media/interface/columnBg.gif) repeat-x;
	padding:0 0 0 0;	
}
.content{width:400px;margin:0 auto;padding:20px 0 0 0;}
.contentProducts{width:380px;margin:0 auto;padding:20px 0 0 40px;}

#righttCol dl{}
#rightCol dt{color:#333;text-transform:uppercase;font: bold 1.2em"Times New Roman", Times, serif;}
#rightCol dd{margin:0;padding:0;font-size:.9em;}

#rightCol img{float:right;padding:0 0 10px 10px;}


/*----  LEFT COLUMN -----*/

#leftCol{float:left;width:370px;}
#leftCol img{margin:0 auto; display:block; padding:10px 0 10px 0;}
#leftCol ul, #rightCol ul{
	border-bottom:1px dotted #666;
	border-top:1px dotted #666;
	padding:10px 10px 10px 30px;
	color:#827667;
	width:90%;
	list-style:circle;
	margin:10px 0 10px 0;
	font: italic 1.1em/1.7em "Times New Roman", Times, serif;
}
.contentLeft{width:310px;margin:0 auto;padding:20px 0 0 0;}


#products dl{}
#products dt{float:left;width:150px;margin:0 40px 20px 0;padding:0;
font: lighter 1.1em/1.1em Arial, Helvetica, sans-serif;
text-transform:none;
}
#products dt img{padding:5px 0 0 0;}

/*----  OTHER STYLES -----*/


#subnote2{font-style:italic;
	font-weight:lighter;
	font-size:1.2em;
	width:350px;
	color: #827667;
}

.chamberLogo{float:right;height:53px;width:102px;padding:30px 45px 0 0;}

.caption{
	font: italic 1em/1.25em "Times New Roman", Times, serif;
	width:310px;
	margin: 0 auto;
	text-align:center;
	padding:0 0 20px 0;
}

blockquote {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0 20px 10px 20px;
	font: italic 1.18em/1.4em "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	color:#72502e;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; font-size:1.5em;color:#ccc3b4;padding:0 .2em 0 0;}
blockquote:after { content: close-quote; font-weight: bold; font-size:1.5em;color:#ccc3b4;padding:0;} 


#clear {clear:both;}

/* 
----------------------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------------------- */

#footer{
	min-height:85px;
	bottom:0;
	padding:20px 20px 0 20px;
	font-size:.9em;line-height:1.3em;
	text-align:left;
	margin:25px 0 0 0;
	background: url(../media/interface/footer.gif) repeat-x;
}
#footer p{padding:0; margin:0 0 15px 0;color:#000;font-size:.9em;}

.bigger {font-size:1.5em;}

