@charset "UTF-8";
body {
	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: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-image: url(../Michael%27s%20images/7758-bkgrd-gradient.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center bottom;
}
.twoColFixRtHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #A12355;
	height: auto;
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 5px;
	text-transform: capitalize;
}
.twoColFixRtHdr #main_img {
}
.twoColFixRtHdr  #nav  {
	background-color: #A12355;
	text-align: center;
	padding-top: 02px;
	height: 40px;
	padding-bottom: 3px;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
}
.oneColFixCtrHdr #nav {
	background-color: A12355;
}
p.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
a.nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
}
a.nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
a.nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	text-transform: uppercase;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#logo_area {
}
.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;
}
.first_line {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #990066;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.bold_Michaels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.phone_number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #990066;
}
p.list_items {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #006600;
	font-style: normal;
	line-height: 26px;
	letter-spacing: 0em;
}
.brown_italic {
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #663300;
	letter-spacing: 0em;
	line-height: 30px;
}
.delivery {
	font-size: 24px;
	color: #003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
}
#delivery_box {
	border-top-style: solid;
	border-top-color: #006600;
	border-top-width: thick;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
	height: auto;
	padding-bottom: 0px;
}
.town_names {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-weight: bold;
	line-height: 14px;
	text-transform: none;
}
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: -60px;
	margin-left: -60px;
	background-image: url(../Michael%27s%20images/7758-RF_329178-footer.png);
	height: 80px;
	text-align: left;
	text-indent: 50px;
	vertical-align: bottom;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLftHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: auto;
}
.large_purple_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0em;
	line-height: 40px;
	font-size: 30px;
	color: #A12355;
	font-style: italic;
}
.reversed_header {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5pt;
	font-weight: bold;
}
#tag_line {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #006600;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663300;
	list-style-image: url(../7758-Web%20Images/7758-bullet.jpg);
	text-align: left;
}
.copyright {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: none;
	line-height: 9px;
	text-indent: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}
.copyright_brown {
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: none;
	line-height: 9px;
	text-indent: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}
.twoColFixRtHdr #footer3 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: -60px;
	margin-left: -60px;
	background-image: url(../Michael%27s%20images/7758-footer3.png);
	height: 166px;
	text-align: left;
	text-indent: 50px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}
.copyright_brown a:link {
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: none;
	line-height: 9px;
	text-indent: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}
.copyright_brown a:hover {
	color: #339900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: none;
	line-height: 9px;
	text-indent: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}
.copyright a:link {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: none;
	line-height: 9px;
	text-indent: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}
.copyright a:hover {
	color: #339900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: none;
	line-height: 9px;
	text-indent: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	text-decoration: none;
}
.twoColFixRtHdr  #footer2 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: -70px;
	margin-left: -70px;
	background-image: url(../Michael%27s%20images/7758-RF_329178-footer.png);
	text-align: left;
	text-indent: 50px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
}
.twoColFixRtHdr  #footer4 {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: -60px;
	margin-left: -60px;
	background-image: url(../Michael%27s%20images/7758-footer4.png);
	height: 100px;
	text-align: left;
	text-indent: 50px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	margin-top: 0px;
}
