﻿/*This is the main stylesheet for the willabay store*/

/*normalize margin, padding*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
}

/*remove list style from lists*/
ol, ul {
	list-style: none;
}

/*remove border from fieldset and images*/
fieldset, img {
	border: 0;
}

h1 {
	text-indent: -9999px;
}

h2 {
	
	font-size: 12pt;
	color: #8d8870;
	text-align: left;
	padding-bottom: 5px;
	letter-spacing:1px;
}

h3 {
	
	font-size: 10pt;
	color: #8d8870;
	text-align: left;
	letter-spacing:1px;
}


/*layout code*/
html {
	text-align: center;	
}

body {
	position:relative;
	margin: 0 auto;
	font-family: Georgia, "Book Antiqua", "Times New Roman";
	font-size: 12pt;
	color: #333333;
	text-align: center;
	background: #51442a;
	background-image:url('graphics/00000001/wbbg.jpg');
	background-repeat: repeat;
}

#container {
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	padding: 0;
	width: 948px;
	text-align: center;
	border: 2px solid #c0b99a;
	background-color: #ffffff;
	overflow: hidden;
	
}

#branding {
	width: 948px;
	background:transparent url('graphics/00000001/storeheader1.jpg') no-repeat;
	height: 125px;
	
}

#hotspot {    /* clickable area */
float: left;
width : 225px;
height: 75px;
}

#content {
	position: relative;
	width: 948px;
	
		
}

#navigation {
	width: 694px;
	height: 300px;
	background-image: url('../images/navbg.gif');
	background-position:left top;
	background-repeat: no-repeat;
	border: 1px solid #b3c4e3;
	float: left;
	margin-left: 20px;
}

#prodnav {
	
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	width: 170px;
	
	list-style-type: none;
	
}


#prodnav li {
	margin: 0;
	padding: 0;
	
	float: left;
	width: 100%;
	border-bottom: 1px solid #c0b99a;
}

#prodnav a {
	display: block;
	color: #60583b;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10pt;
	text-align: left;
	border-bottom: 1px solid #c0b99a;

}

#prodnav a:active {
	display: block;
	color: #60583b;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10pt;
	text-align: left;
	border-bottom: 1px solid #c0b99a;

}




#prodnav a:hover {
	color: #335566;
	
}


#shopmenu {
    position: absolute;
    top: 87px;
    left: 450px;
	margin: 0;
	/*margin-right: 10px;*/
	/*margin-top: 5px;*/
	padding: 0;
	list-style-type:none;
	width: 490px;
	float: right;
	
}

/*#shopmenu li {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10pt;
	text-align: right;
}*/

#shopmenu a {
	margin: 0 15px;
	/*width: 100px;*/
	height: 20px;
	float: right;
	display: block;
	color: #223344;
	text-decoration: none;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	
}



#shopmenu a:hover {
	color: #335566;
	
}

#shopmenu a:active {
	color: #568092;
}



body#home a#home, 
body#where a#where,
body#learn a#learn,
body#history a#history,
body#press a#press,
body#photos a#photos,
body#help a#help,
body#contact a#contact {
	font-weight: bold;
}

#special1 {
	position: relative;
	float: right;
	width: 208px;
	height: 140px;
	margin-right: 20px;
	border: 1px solid #b3c4e3;
}
#special2 {
	position: relative;
	float: right;
	width: 208px;
	height: 140px;
	margin-right: 20px;
	margin-top: 18px;
	border: 1px solid #b3c4e3;
}

#info {
	width: 918px;
	/*float: left;*/
	/*margin: 5px 15px 5px 15px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid #b3c4e3;
	
}

#info p {
	font-size: 11pt;
	text-align: left;
	padding-bottom: 15px;
}

#relprod {
	border: solid 1px #8d8870;
	text-align: center; 
	padding: 5px 0px 0px 0px; 
	background-color: #dedaca;
		
}

#relprod p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #000;
	padding-top: 5px;
}


#display {
	position: relative;
	width: 738px;
	float: right;
	
}


#companyinfo {
	clear: both;
	width: 948px;
	background:transparent url('graphics/00000001/companyinfo.jpg') no-repeat;
	height: 75px;
	
}

#companyinfo p {
	color: #60583b;
	font-size: 10pt;
	padding-top: 15px;
	line-height: 14pt;
}

a.info:link {
	text-decoration: none;
	color: #60583b;
}

a.info:visited {
	text-decoration: none;
	color: #60583b;
}

a.info:hover {
	text-decoration: underline;
}

a.info:active {
	text-decoration: underline;
}

a.plain:link,
a.plain:visited,
a.plain:hover,
a.plain:active {
 
	text-decoration: none;
	
}

#learnmore {
	width: 170px;
	float: left;
	margin-left: 10px;
}


#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 952px;
	text-align: center;
}

#footer p {
	color: #dedeca;
	font-size: 8pt;
	
}

.floatright {
	float: right;
	padding: 5px;
	width: 210px;
	clear: both;
}

div.floatright img {
	border: 1px solid #c0b99a;
	padding: 5px;
}

div.floatright p {
	font-size: 8pt;
	font-style: italic;
	padding-top: 5px;
	margin: 0 auto;
	padding: 0 3%;
	text-align: justify;
}

.mainfloatright {
	float: right;
	clear: both;
}

.trademark {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
}
.prop20 {
	width: 1px;
	height: 20px;
	float: left;
	color: black;
}

.prop200 {
	width: 1px;
	height: 200px;
	float: left;
}

.padding {
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 25px;
}

.padding10 {
	padding: 10px 10px 10px 30px;
}

.padding1 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.paddingright {
	padding-right: 5px;
}


.footerpadding {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.italic {
	font-style: italic;
	font-size: 8pt;
}

