/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
	background-color: white; /* Background Color */
	background-image: none; /* Background Image */
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 0px; /* Margins */
}

.GeneralTable
{
	background-color: ; /* Background Color */}

.Content
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #333333; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */

}

.highlight
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #0099CC; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */

}

H1, h1 {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
	display: inline;
}

H2, h2 {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
	display: inline;
}

.price {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
	display: inline;
}

a {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #0099CC; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */
	/*border-bottom: dotted 1px #0099CC;*/

}

a:hover {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFCC00; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */
	/*border-bottom: dotted 1px #FFCC00;*/

}

a.size {
	background-image: url(layout-images/size-more-info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 130px;
	display: block;
}

a.size:hover {
	background-image: url(layout-images/size-more-info-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 130px;
	display: block;
}

a.window {
	background-image: url(layout-images/window-more-info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 125px;
	display: block;
}

a.window:hover {
	background-image: url(layout-images/window-more-info-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 125px;
	display: block;
}

.win-warning {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 14pt; /* Font Size */
	color: #FF0000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */
	margin-left: 100px;
}

a.warning {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 14pt; /* Font Size */
	color: #FF0000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: underline; /* Font Style */
	text-align: left; /* Text Align */

}

a.warning:hover {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 14pt; /* Font Size */
	color: #FF0000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */

}

a.big-help {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 14pt; /* Font Size */
	color: #0099CC; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: underline; /* Font Style */
	text-align: left; /* Text Align */

}

a.big-help:hover {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 14pt; /* Font Size */
	color: #FFCC00; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */

}
a.footerlink
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8.5pt; /* Font Size */
	color: #939598; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
}
a.footerlink:hover
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8.5pt; /* Font Size */
	color: #0066CC; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
}
a.squarefruit
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8.5pt; /* Font Size */
	color: #939598; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
}
a.squarefruit:hover
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8.5pt; /* Font Size */
	color: #87C830; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
}
img.img-detail {
	border: 2px solid #006699;
}

#padding {
	margin: 25px;
}

#discount-bg {
	background-image: url(/layout-images/discount-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 250px;
	padding-top: 160px;
}

#detail-left {
	background-image: url(/layout-images/detail-left.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 220px;
	background-position: left top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#detail-right {
	background-image: url(/layout-images/attribute-bg.gif);
	background-repeat: no-repeat;
	height: 350px;
	width: 305px;
	background-position: left top;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#detail-centre {
	background-image: url(/layout-images/detail-centre.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 425px;
	background-position: left top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#detail-attribute {
	background-image: url(/layout-images/detail-attribute.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 85px;
	background-position: left top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#more-info {
	padding: 0px;
	height: 75px;
	width: 250px;
	display: inline;
}

.small {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 7pt; /* Font Size */
	color: #0099CC; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

#win-position {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 320px;
	width: 620px;
}

#select-position {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 300px;
	width: 305px;
}

.hide {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Instructions
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #72AED9; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ErrorMessages
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Messages
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Headings
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
}



.AlternatingContent
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ContentTableHeader
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Heading Font Size */
	color: #353F9A; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.ContentTable
{
}

.ContentTableHorizontal
{
	background-color: #E7E3D7;
}

#inline {
	margin-left: 25px;
}
#wrap {
	background-color: #F1FAFE;
	background-image: url(Images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
}

.usfuladvice {
	background-color: #F1FAFE;
	background-image: url(Images/bottom3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.hands_clean {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #353F9A; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Background color */
	background-image: url(Images/bottom.jpg); /* Background Image */
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
}

.hands_clean-alt {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #353F9A; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Background color */
	background-image: url(Images/bottom.jpg); /* Background Image */
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}

.hands_dirty {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #55701A; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #F8FEF1; /* Background color */
	background-image: url(Images/bottom2.jpg); /* Background Image */
	text-align: left; /* Text Align */
	padding: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}









































/* Not Required */

.TopBanner
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 28px; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: none; /* Background Color */
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
}

.TopSubBanner
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #E7E3D7; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #666666; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Align Text */
}

.TopSubBannerText
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: #E7E3D7; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
}

.LeftColumn
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #C6BFA5; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.LeftColumnText
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.RightColumn
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #C6BFA5; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.RightColumnText
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.Footer
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8.5pt; /* Font Size */
	color: #939598; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
	vertical-align: top; /* Vertical Align Text */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FooterText
{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #939598; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
}

#call-me {
	padding: 0px;
	height: 282px;
	width: 425px;
	background-image: url(/ssl/Images/call-me-lrg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 550px;
	top: 150px;
}

#call-me-again {
	padding: 0px;
	height: 180px;
	width: 300px;
	background-image: url(/Images/call-me-sml.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 675px;
	top: 150px;
}
