@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg/bg_plain.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color:#988976;
	margin: 0; padding: 0;
	text-align: center; 
}

#header {
	padding: 0px;  margin: 0px;
}
#header .innertube { 
	background-image:url(../images/bannerRoad_bg4.jpg);
	width: 100%;
	background-repeat:no-repeat;
	height:100px;
	padding: 0 10px; 
}
#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 */
}
#container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin: 0px; padding:0px
}
#sidebar1 {

}
#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background:#ffffcc;
	font-size:75%;
} 
#footer .innertube { 
	width: 100%;
	padding: 10px; 
}
#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 */
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Two Column */
.oneColLiqCtrHdr #container {

}

.oneColLiqCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding: 0px;
}

/* Two Column */
.twoColLiqLtHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	clear:both;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColLiqLtHdr #mainContent { 
	margin: 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0px;
} 

/* three Column */
.thrColLiqHdr #container { 
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin: 0px;
	clear:both;
 }
 .thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div */
	margin: 0px;
 }
 .thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
 }
 .thrColLiqHdr #mainContent {
	margin: 0px 165px 0px 165px; 
	padding:0px;
 }

/* ----------- [ Product List ] -------------------- */
#productList {
	margin: 0px auto;
	width:100%;
	float:left;
}
#productList ul{
	 list-style:none; padding:0px; margin:0px;
}
#productList a{
	font-size:small;
}
#productList ul li{
	 width:100%; text-align:center; margin:5px;
}
.blueHead {
	margin: 0px; padding: 4px 0px; color:#FFFFFF;
	background: #5970B2;
	font-weight:bold;
	font-size: 75%;
	text-align:center;
}
.blueFoot {
	margin: 0px; padding: 4px 0px;
	width:100%;
	color:#FFFFFF;
	background: #5970B2;
	font-weight:bold;
	font-size: 65%;
	text-align:center;
}
#facebook {
	background-color:#f1dab6; text-align:right; font-weight:bold; vertical-align:middle;
	margin: 0px; padding: 5px;
}
