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

body  {
	font: 100% Georgia, Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	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: #000000;
	font-size: 12px;
	line-height: 24px;
}
#sidebar1 a  {
	color: #000000;
	text-decoration: none;
	background-color: #b9e1f8;
	padding: 4px;
}
#sidebar1 a:hover  {
	color: #000000;
	text-decoration: none;
	background-color: #DBEFFA;
}
.twoColFixLt #container { 
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top: 70px;
	padding-bottom: 70px;
	margin-left: 250px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px;
	align: right;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent a {
	color: #56a1d5;
}
.twoColFixLt #mainContent a:hover {
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topbar {
	width: 100%;
	background-color: #79b7da;
	height: 5px;
}
#footer {
	width: 100%;
	background-color: #e0f2fc;
	height: 25px;
}
#footer a {
	color: #56a1d5;
}
#footer a:hover {
	color: #000000;
}
img.blleft {
	margin-right: 10px;
	border: solid 1px;
	border-color: #000000;
}
img.blright {
	margin-left: 10px;
	border: solid 1px;
	border-color: #000000;
}
img.header {
	border: solid 1px;
	border-color: #000000;
}
img.left {
	margin-right: 10px;
	border: solid 1px;
	border-color: #000000;
}
img.right {
	margin-left: 10px;
	border: solid 1px;
	border-color: #000000;
}
.products {
	border-bottom: dotted 1px black;
	padding-bottom: 10px;
	padding-top: 10px;
}
.mapbox {
	border-bottom: dotted 1px black;
	padding-bottom: 20px;
}
.map {
	border: solid 1px black;
}
img.icon {
	vertical-align: baseline;
	margin-right: 4px;
	border: none;
}
#flashcontent {
		height: 100%;
	}
p.line {
	border-bottom: dotted 1px black;
	padding-bottom: 20px;
}
img.shopleft {
	margin-right: 10px;
	border: 2px solid #569fd3;
}
img.shopright {
	margin-left: 10px;
	border: 2px solid #569fd3;
}
img.shopleft:hover {
	margin-right: 10px;
	border: 2px solid #000000;
}
img.shopright:hover {
	margin-left: 10px;
	border: 2px solid #000000;
}
img.linkimg {
	border: 2px solid #569fd3;
}
img.linkimg:hover {
	border: 2px solid #000000;
}
img.linkimgright {
	border: 1px solid #569fd3;
	margin-left: 10px;
}
img.linkimgright:hover {
	border: 1px solid #000000;
	margin-left: 10px;
}
#contact-area {
	width: 500px;
	margin-top: 20px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 371px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 80px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #56a1d5;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 60px;
	padding-top: 5px;
	font-size: 1em;
}
#bg {
	width: 250px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/flower.png);
	background-repeat: no-repeat;
}