@charset "utf-8";
.tbs-right_col {
	color: #666666;
}

/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	padding-top: 0px;
	margin: 0px auto;
	background-image: url(../NEW_WEB/backgr-4px-blue-left-180.png);
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 608px;
	float: left;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 110px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	font: 80% Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent {
	padding: 0 10px;
	float: left;
	width: 55%;
	border-right: thin solid #666666;
	padding-top: 30px;
	background-image: url(../NEW_WEB/images/backgr-blue-faded.png);
	font: 90% Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 70%;
} 
.thrColFixHdr #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;
}
.horizontal-menu-div {
	width: 780px;
	background: #FFCC33;
	float: left;
}
.qfs-text {
	font: normal70
% Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 70%;
}
.qfs-image {
	padding: 10px;
}
#section-1 {

}
#section-1-left-box {
	font-size: 100%;
	margin-top: 10px;
}
#section-1-right-box {
}
#section-2-text-1 {
	width: 100px;
}

#section-1-right-box {
	font-size: 70%;
	float: none;
	margin-left: 255px;
	margin-top: -340px;
	padding: 0;
	margin-bottom: 55px;
}
#section-2 {
}
.yel-border {
	margin-bottom: 20px;
	clear: both;
}
#section-3 {
}
#section-4 {
}
#section-4 p {
	font-size: 80%;
}
#browser-pref {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	width: 200px;
	border: thin solid #666666;
	background-color: #FFFF66;
	font-size: 80%;
	height: auto;
}
#header-right-box {
	float: left;
	width: 172px;
}
.quick-find {
	margin-bottom: 5px;
	margin-top: 30px;
}
.thrColFixHdr #container #mainContent #section-2 h4 {
	font-size: 90%;
}
.thrColFixHdr #container #mainContent #section-3 text-right {
	padding-right: 200px;
}
.section-1-right-text {
	padding-left: 200px;
}
.section-3-image {
	width: auto;
	float: left;
}
.thrColFixHdr #container #mainContent #section-3 .section-1-right-text p {
	font-size: 80%;
}
.thrColFixHdr #container #mainContent #section-2 p {
	font-size: 90%;
}
.section-2 {
}
.thrColFixHdr #container #mainContent .section-2 p {
	font-size: 85%;
}
.section-3 {
}
.thrColFixHdr #container #mainContent .section-3 .section-3-image p {
	font-size: 80%;
}
.thrColFixHdr #container #mainContent #section-3 .section-1-right-text h5 {
	font-size: 100%;
	color: #3366CC;
}
.text-section-4 {
	font-size: 80%;
}
.img-1 {
	padding: 5px;
	float: left;
}
.header_background {
	font-size: 120%;
	font-weight: bold;
	background-color: #D8E1E5;
	color: #0000CC;
}
#tip-main-section {
}
.thrColFixHdr #container #mainContent #tip-main-section p {
	font-size: 90%;
}
.thrColFixHdr #container #mainContent #tip-main-section h5 {
	font-size: 100%;
	color: #FFFF33;
}
.thrColFixHdr #container #mainContent #tip-main-section h4 {
	font-size: 100%;
	color: #FFFF99;
}
.img-2-bottle {
	padding: 10px 40px 10px 10px;
	float: left;
}

