#topSection, #headerSection, #logoSection, #topNavigationSection, #mainNavigationSection, #homepageBannerSection {display: none;}
#servicesBannerSection, #contentSectionLeft, #contentSectionRight {display: none;}
#contentFullTop, #contentFullBottom {display: none;}
#guestBook,#scrollingNews, #ProductsForYouTopBG, #ProductsForYouBottomBG, #footerSection {display: none;}
#flowertabs, #tcontent3, #byKeyword {display: none;}

body {
	text-align: left;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #000000;
}
#logoSectionPrint {
	display: block;
	width: 100%;
	height: 60px;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-align: left;
	margin-bottom: 20px;
}
#introductionPrint {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contentSection {
	width: 690px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0 solid #000000;
}
#contentSectionLeft {
	text-align: left;
	padding: 0px px 0px 0px;
}
#contentSectionMiddle {
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#contentSectionRight {
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#footerReflectionSection {
	background-color: #e5e5e5;
	padding-top:20px;
	margin-top:50px;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}
#contentFullDetails {
	padding: 10px;
	background-color: #ffffff;
	width: 690px;
}





h1.pageHeadingFull {
  height: 32px;
	color : #1a569c;
	font-size: 1.15em;
	font-weight: bolder;
	padding-top: 7px;
	padding-left: 0px;
	margin-bottom: 15px;
}
p.copyrights {
	border-top-width: 0px;
	border-top-color: #cccccc;
	border-top-style: solid;
	padding-top: 5px;
	margin-top: 0px;
  color: #aaaaaa;
	text-align: center;
	font-size: 0.9em;
}
h1.leftNavigation {
  height: 32px;
	color : #1a569c;
	font-size: 1.15em;
	font-weight: bolder;
	padding-top: 7px;
	padding-left: 0px;
	margin-bottom: 15px;
}
h1.pageHeading {
  height: 32px;
	color : #1a569c;
	font-size: 1.15em;
	font-weight: bolder;
	padding-top: 7px;
	padding-left: 0px;
	margin-bottom: 15px;
}
h1.rightNavigation {
  height: 32px;
	color : #1a569c;
	font-size: 1.15em;
	font-weight: bolder;
	padding-top: 7px;
	padding-left: 0px;
	margin-bottom: 15px;
}
a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #cc6600;
	text-decoration : none;
}
a.copyrights {
	font-weight: normal;
	color: #aaaaaa;
	text-decoration: none;
}
ul.servicesList {
	list-style-type: none;
	margin: 10;
	padding: 0;
}
ul.servicesList li.servicesList{
	padding-bottom: 10px; /*bottom spacing between menu items*/
}
ul.servicesList li.servicesList a.servicesList{
	color: #3d72b0;
	font-size: 1em;
	font-weight: bold;
	background: url(Images/ArrowServices.gif) no-repeat 0 1; /*custom bullet list image*/
	display: block;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
ul.servicesList li.servicesList a:hover.servicesList{ /*hover state CSS*/
	color: #cc6600;
	background-color: #ffffff;
}

ul.productByCategory {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.productByCategory li.productByCategory{
	padding-bottom: 3px; /*bottom spacing between menu items*/
}
ul.productByCategory li.productByCategory a.productByCategory{
	color: #003399;
	font-size: 1em;
	font-weight: bold;
	background: url(Images/ArrowCategory.gif) no-repeat 0 1; /*custom bullet list image*/
	display: block;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
ul.productByCategory li.productByCategory a:hover.productByCategory{ /*hover state CSS*/
	color: #cc6600;
	background-color: #ffffff;
}
h3.productName {
	color : #1a569c;
	font-size: 0.95em;
	font-weight: bolder;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
}
div.productSummary {
	font-size: 0.85em;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin-bottom: 15px;
}
a.productSummary {
	font-size: 0.85em;
	font-weight: bold;
	color : #cc6600;
	font-style: italic;
}
div.productPrice {
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
}
div.price {
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	padding: 5px 0px 5px 0px;
	width: 250px;
	color : #1a569c;
	font-size: 0.95em;
	font-weight: bolder;
	text-align: left;
	float: left;
}
div.buyNow {
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	padding: 4px 0px 4px 0px;
	width: 50px;
	text-align: right;
	float: left;
}
table.product {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
td.productPicture {
	width: 100px;
}
td.productSummary {

}
#productForYouByPartner, #productForYouByCategory {
	color : #1a569c;
	font-size: 0.95em;
	font-weight: bolder;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}
#byPartner {
	padding:0px 0px 0px 0px;
	text-align: left;
	margin-bottom: 30px;
	margin-right: 20px;
	width: 198px !important; /*moz width*/
	width: 220px; /*IE width*/
}
#byCategory {
	padding:0px 0px 0px 0px;
	text-align: left;
	width: 198px !important; /*moz width*/
	width: 220px; /*IE width*/
}
#tabcontent {
	float: left;
}


