@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: justify;
}
a img { 
	border: none;
}

/* ~~ Styling for site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#00C;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 1024px;
	max-width: 1024px;
	margin: 0 auto;
	border: thin outset #999;
	background-color: #FFF;
}
.header {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* ~~ These are the columns for the layout. ~~ */

.sidebar1 {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	background-color: #FFF;
}
.content {
	width: 850px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-left-color: #FFF;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
	border-top-style: none;
	border-top-color: #999;
}
ul.nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 100%;
	background-color: #F00;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #000;
	background-color: #CCC;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #C31C26;
}

/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	background-color: #CCC;
}

/* ~~USER classes~~ */
.adbox {
	float: none;
	height: auto;
	width: auto;
	border: thin none #036;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #069;
}
.adright { /* ~~used for side by pic ad~~ */
	text-align: center;
	width: 300px;
	float:right;
}
.caption {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2em;
	clear: both;
	color: #006;
}
.descriptionL {
	text-align: justify;
	margin-left: 15px;
	width: 540px;
	height: 100px;
}
.descriptionR {
	text-align: center;
	float:right;	
}
.descriptionS {
	float: left;
	width: 640px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 15px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-size: 12px;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	border: medium outset #006;
	text-align: justify;
	height: 80px;
	padding-top: 20px;
	background-color: #FFF;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
}
.font1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	color: #006;
	font-weight: bold;
	padding-left: 15px;
}
.form {
	float: left;
	padding-left: 15px;
}
.logo {
	display: block;
	width: 1021px;
	margin-right: auto;
	margin-left: auto;
}
.pictureL {
	float: left;
	width: 500px;
	margin-left: 15px;
}
.pictureR {
	float: right;
	border: thin none #006;
	padding-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
.piece {
	float: left;
	width: 253px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.pieceL {
	width: 400px;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
}
.pieceR {
	width: 540px;
	margin-bottom: 10px;
	padding-left: 10px;
	float: right;
}
.rack {
	width: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	background-color: #FFF;
	margin-top: 0px;
	clear: both;
}
.rssblog {
	background-color: #CCC;
	width: 80%;
	border: thin solid #036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-left: 10%;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}
.sample {	/* ~~sales thumbs~~ */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #006;
	padding: 10px;
	width: 185px;
	text-align: center;
	float: left;
}
.searchbox {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: 10px;
}
.section {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	color: #000;
}
.shelf {
	float: left;
	height: 300px;
	width: 192px;
	padding-right: 15px;
	padding-left: 15px;
	color: #006;
	font-size: large;
	text-align: center;
}
.snap {
	height: auto;
	width: 195px;
	padding-right: 11px;
	padding-left: 11px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	color: #006;
	text-align: center;
	float: left;
}
.spanright {
	float: right;
	padding-right: 5px;
}
.thumb {
	width: 180px;
	float: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
/* ~~title is weblog class~~ */
.title {
	margin-left: 10px;
	font-size: 36px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #006;
	text-align: center;
	background-color: #FFC;
	border: thin inset #03A;
	margin-right: 10px;
}
.videobox {
	border: medium solid #006;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.wide {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	width: 819px;
	margin-bottom: 10px;
	font-style: italic;
	color: #006;
	float: left;
	line-height: 1.2em;
	padding-left: 10px;
}
.slide {
	padding-top: 15px;
	padding-left: 4px;
	position: absolute;
	z-index: 100;
}
.label {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	height:60px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:480px;
	font-size:x-large;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: 20px;
	margin-bottom: 16px;
}
.slideshow { 
	width: 512px;
	height: 392px;
	margin: auto
}
.slideshow img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
}
/* ~~site map classes~~ */
.cabinet {
	width: 840px;
	padding-left: 10px;
	float: left;
}
.drawer {
	float: left;
	width: 400px;
	padding-left: 10px;
}
.cubbie {
	float: left;
	width: 260px;
	padding-left: 10px;
}
