@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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;
	background-color: #069;
}

body, td, th {
	color:#000099;
	font-size:12px;
	font-style:italic;
}

#container {
	width: 900px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
} 
#header {
	background-color: #FFF;
	background-image: url(../gfx/xmas09/Main_header_2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
} 
#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: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #12004A;
}

#sidebar_container {
	float: left; /* since this element is floated, a width must be given */
	width: 126px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 6px;
	color: #000;
	background-image: url(../gfx/xmas09/sidebar_bg_1px.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 24px;
	text-align: left;
}
#sidebar1_bottom {
	float: left;
	width: 150px;
	color: #000;
	background-image: url(../gfx/xmas09/sidebar_bg_bott.jpg);
	background-repeat: no-repeat;
	height:15px;
}
#sidebar_partners {
	float: left;
	width: 150px;
	color: #000;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer {
	background-color: #6599C8;
	/*height: 160px;*/
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
#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 */
}
.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;
}
#navbar {
	height: 40px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	color: #3CC;
	font-weight: normal;
	text-transform: none;
}
#tdNavigation a {
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000033;
	text-decoration: none;
	padding-top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	padding-left: 0px;
}
#tdNavigation a:hover {
	color: #9D1404;
	text-decoration: underline;
}
#MainHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #19004B;
	text-decoration: none;
}
#FrontImage {
	background-image: none;
	height: 600px;
	width: 660px;
	border-top-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
#mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#GreetingFront {
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #241A3D;
	padding-left: 200px;
}
#container #mainContent #FrontImage tr td #FrontImage2 tr td div {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #261937;
}
#trFlowerNames {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: center;
	vertical-align: middle;
}
#container #mainContent #FrontImage tr td table tr td p {
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
#ProdDescription {
color:#000000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0 4px 2px;
padding:0 10px 4px;
text-align:left;
vertical-align:top;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
}

table#FrontImage tr td {
	color: #000000;
}

.style10 {
	color: #0000CC;
	font-size: 16px;
}

.style13 {
color:#990000;
}

.style15 {
color:#660000;
font-style:italic;
font-weight:bold;
}

td.flowerTitle { font-weight: bold; font-size: 12px; }

#ProdDescription td { color: #000000; }

table.prodListItem {
	width:200px;
}

table.prodListItem td {
	padding: 3px;
}

.discount {color: #A00;}
