/*baseline styles--------------------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, del, dfn, em, font, img, strong, sub, sup, 
b, u, i, 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;
	vertical-align: baseline;
}

/*Divs*/
#outer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Banner {
	width: 800px;
}
#Nav {
	float: left;
	width: 150px;
	margin-top: 25px;
}
#main {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	width: 635px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #6e3313;
	text-align: left;
	margin-bottom: 25px;
	display:inline;
}
#footer {
	width: 800px;
	clear: both;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #6e3313;
}
#footer a:link {
	text-decoration: none;
	color: #6e3313;
}



.picbox { /*product pictures*/
	height: 170px;
	width: 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	color: #6e3313;
	border: thin outset #5F414B;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding: 10px;
	text-align: center;
	display:inline;
	font-size: small;	
}

.picboxLg {
	height: 400px;
	width: 400px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
	float: left;
	display:inline;
}

.picboxL {
	height: 300px;
	width: 400px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 10px;
	float: left;
	display:inline;
}

#Description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #6e3313;
	float: left;
	width: 185px;
	padding-top: 30px;
	margin-left: 10px;
	font-style: italic;
}


.td {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding-bottom: 10px;
	padding-top: 5px;
}

/**/ul#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-variant: small-caps;
	list-style-type: none;
	line-height: 1.75em;	
}

ul#navigation a:link {
	color: #6e3313;
	text-decoration: none;
	padding-left: 25px;
}
ul#navigation a:visited {
	color: #992b58;/*purple*/
	text-decoration: none;
	padding-left: 25px;
}
/*root path in Nav.php must be correct for this to work!*/
ul#navigation a#this_page:link, ul#navigation a#this_page:visited {
	color: #90b85F;/*green*/
	font-weight:  bold;
}	

ul#navigation a:hover {
	color: #E8563d;/*orange*/
	text-decoration: none;
	background-image: url(images/sprial.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration:  underline;
	padding-left: 25px;
}
