@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #E9FFD9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	top:0; 
	left:0;
	margin:0; 
	padding:0;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #696;
	border-left-color: #696;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

.oneColFixCtr A:link {
	text-decoration: underline;
	color: #F30;
}
.oneColFixCtr A:visited {
	color: #F30;
}
.oneColFixCtr A:active {
	text-decoration: underline;
	color: #F30;
	}
.oneColFixCtr A:hover {
	text-decoration: none;
	color: red;
	text-decoration: none;
	}

h1 {
	color: #F30;

	padding: 10px;
	text-align: center;
	margin-top: 10px;
	font-size: 23px;
}

/*h1 {
	color: #F30;
	border: 3px dashed #FC9;
	background-color: #FFC;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	font-size: 23px;
}*/

h2 {
	color: #F30;
}


#sale{
	top: 10px;
	color: #063;
	background-color: #E2FFE8;
	width: 95%;
	text-align: center;
	padding: 0px 15px;
	margin: 0px;
	border: 3px dashed #6C9;
	line-height: 1.4em;
	font-size: 14px;
}


#shoutbox{
	top: 10px;
	color: #063;
	background-color: #E2FFE8;
	width: 95%;
	text-align: left;
	padding: 0px 15px;
	margin: 0px;
	border: 3px dashed #6C9;
	line-height: 1.4em;
	font-size: 14px;
}

#shoutbox2{
	top: 10px;
	color: #333;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	margin: 0px;
	line-height: 1.2em;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#shoutbox2 h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
	font-style: italic;
	color: #497F20;
}

#order{
	color: #FFF;
	background-color: #6C9;
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: 3px dotted #393;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
}

	ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; }

.large {
	font-size: 24%;
}

.oneColFixCtr #container #mainContent .large {
	font-size: 24px;
	font-weight: bold;
	width: 250px;
	padding: 10px;
	height: 40px;
	background-color: #FEFFD5;
	border: 2px dashed #FDD5A9;
}

#floater {
	margin: 0px;
	padding: 0px;
	float: left;
	position: static;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}

#nomove {
	position:fixed;
	left:0;
	top:0px;

}

.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #73CA2B;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}


.button a:link {
	text-decoration: underline;
	color: #FFF;
}
.button a:visited {
	color: #FFF;
}

/* TOP MENU PANEL*/ 

.hovermenu {
	position:fixed;
	top:0px;
	padding: 0px;
	margin: 0px auto;
}
.hovermenu ul{
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	clip: rect(0px,auto,0px,auto);
	visibility: inherit;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 5px 0.5em;
	text-decoration: none;
	color: #FFF;
	background-color: #393;
	border: 1px solid #360;
	margin-right: auto;
	margin-left: auto;
}

.hovermenu ul li a:hover{
	background-color: #393;
	border: 1px solid #360;	
	border-style: outset;
}


.hovermenu A:link {
	text-decoration: none;
	color: #FFF;
}
.hovermenu A:visited {
	color: #FFF;
}
.hovermenu A:active {
	text-decoration: underline;
	color: #FFF;
	}
.hovermenu A:hover {
	text-decoration: none;
	color: #CFC;
	text-decoration: none;
	border: 1px solid #360;
	}
