
body{
	font-size: 76%;
	font-family: Lucida Grande, Lucida Sans, sans-serif;
	background-color: #687B8f;
	width: 100%;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4
{
	font-family: Cochin, Georgia, serif;
	font-weight: normal;
	text-transform: inherit;
	letter-spacing: 1.2;
}

p {
	line-height: 150%;
	}

a:link,a:visited
{
	color: #eeeeff;
	text-decoration: none;
	}

a:hover
{	text-decoration: underline;
}



#top
{
	width: 100%;
	background-color: #687B8F;
	height: 76px;
	color: #ccc;
	background-image: url(art/top.jpg);
	background-repeat: repeat-x;
}

#top h1
{
	text-align: right;
	font-size: 24px;
	margin-right: 32px;
	padding-left: 210px;
	letter-spacing: .3em;
	font-family: Lucida Grande, Lucida Sans, sans-serif;
	}

	
#navlist{
	width: 100%;
	background-color: #687B8f;
	height: 32px;
	color: #fff;
	}
	
#navlist ul 
{
	display: inline;
	list-style-type: none;
	list-style-position: default;
}
	
#navlist ul li 
{
	display: inline;
	padding-right: 24px;
	padding-left: 2px;
	padding-bottom: 2px;
	}

	
#catalog {
	width: 700px;
	margin-left: 32px;
	}

#footer
{
	width: 100%;
	color: #fff;
	font-size: .8em;
	display: inline;
	list-style-type: none;
	list-style-position: default;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;
}
	
	
#footer ul 
{
	border-color: #036;
	border-width: 1 0 0 0;
	border-style: dotted;
}
	
#footer ul li
{
	display: inline;
	padding-right: 24px;
	padding-left: 2px;
	padding-bottom: 4px;
	vertical-align: middle;
}

#footer img
{
	vertical-align: middle;
	text-transform: inherit;
}
	

#bottom
{
	border-color: #fff;
	color: #036;
	font-size: .8em;
	text-align: center;
	text-transform: inherit;
}

/* -------- catalog item -------- */
	
div .catalogItem
{
	width: 300px;
	height: 200px;
	float: left;
	border-color: #CCC;
	border-width: 1;
	border-style: none;
	overflow: hidden;
	margin: 0 48px 20px 0px;
}

.catalogItem p
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	}
	
.catalogItem h2
{
	font-size: 1.4em;
	}
	
.catalogItem img
{	margin-right: 16px;
}

.catalogItem .more
{
	float: right;
	}
	
.buy
{
	float: left;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border-color: #FFF #036 #036 #FFF;
	border-width: 1px;
	border-style: solid;
	width: auto;
}

.order {
	float: right;
	clear: right;
	margin-bottom: 24px;
	margin-left: 24px;
	width: 200px;
	font-size: 0.9em;
	}
	
.imageLeft {
	margin-right: 32px;
	width: auto;
	float: left;
	}
	
.imageRight
{
	width: 200px;
	float: right;
	text-align: center;
	text-transform: inherit;
	margin-bottom: 24px;
}

.also
{
	float: right;
	clear: right;
	margin-bottom: 24px;
	margin-left: 24px;
	width: 200px;
	font-size: 0.9em;
	border-width: 1;
	border-style: dotted;
}

.quote
{
	margin-left: 20%;
	margin-right: 20%;
	font-size: 0.9em;
	line-height: auto;
	}
