/*  reset browser defaults */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of reset browser defaults */

body 
{
	background-color: #eaeaea;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 20px;
	color: #666;
	font-size: 12px;
}
a { color: inherit;}
#outer_container 
{
	width: 960px;
	border: 0px solid black;
	margin: 0px auto;
}
#header
{
	height: 108px;
	width: 100%;
	margin-bottom: 6px;
}
#header img
{
	border: 4px solid white;
}
#main
{
	background-color: white;
	border: 9px solid white;
}
#mainbox
{
	border: 1px solid #ccc;
	min-height: 400px;
	background-color: white;
	padding: 9px; 
}
#content 
{
	font-size: 100%;
}
#index-left-column
{
	width: 300px;
	height: 100%;
	float: left;
	padding: 10px 0 0 20px;
}

#index-right-column
{
	width: 600px;
	height: 500px;;
	float: right;
}

#left-column
{
	padding-top: 20px;
	width: 160px;
	height: 100%;
	min-height: 500px;
	float: left;
	border-right: 1px solid #ccc;
	font-size: 120%;
	text-align: right;
	padding-right: 15px;
	line-height: 30px;
}
#left-column li {padding-bottom: 10px;}
#left-column a
{
	/*padding-left: 14px;
	padding-top: 82px;
	line-height: 20pt;
	text-align: right;*/
	text-decoration: none;
	color: inherit;
}
#right-column
{
	width: 700px;
	height: 100%;
	float: right;
	padding-right: 15px;
	padding-top: 20px;

}
#right-column p
{
	font-size: 14px;
}
img.heading 
{
	margin-left: -25px;
}
#collection_images a
{
	display:block;
	float: left;
	padding: 10px 40px;
}
#moto {text-align:left; font-size: 120%;}
#comment 
{ 
	line-height: 30px;
	text-align: justify;
}
.comment {border: 1px dotted #ddd; margin: 20px 0 ; background-color: #fafafa; padding: 10px;}
.alt_comment {background-color: white;}
#footer 
{
	padding: 15px;
}


/* menu */

#menu 
{
	text-transform: uppercase;
	border:1px solid #ccc;
	font-size: 16px;
	height: 38px;
	background-color:#f1f1f1;
	margin-bottom: 30px;
}

#menu ul
{
	margin: 0; padding: 0;
	float: left;
	
}

#menu ul li{
	display: inline;}

#menu ul li a{
	float: left; text-decoration: none;
	color: #888;
	letter-spacing: 1px;
	background-color: #f1f1f1;  margin: 0; padding:9px 14.5px;
	}

#menu ul li a:visited{
	color: #888;}

#menu ul li a:hover, #menu ul li .current{
	color: #fff;
	background-color:#a8a9ad;}

/* end of menu */

h4 { font-size:14px; font-weight: bold; color:#999; text-indent: -5px; margin-top:15px; margin-bottom: 2px;}
.trade-show {color: #aaa;}

.swatch { margin-top: 25px; }
.swatch_title {color: #333; font-size: 140%;} 
.swatch img {width: 50px; height: 50px; float: left; margin-right: 20px; border: 1px solid #333;}

.para {clear: both; padding-top: 20px;}
