@charset "utf-8";
a:hover {
	color:#FFCC33;
	text-decoration:none;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
}

body  {
	font: 100% Geneva, 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-image: url(gigundo_bg.png);
	font-size: 12px;
}
a {
	color: #CC9900;
	text-decoration: none;
}


.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	width: 1005px;
	background-repeat: no-repeat;
	min-height: 205px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 220px;
	height: 840px;
	background-image: url(../840leftnav.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 900px;
} 
.twoColFixLtHdr #footer {
	padding: 40px 60px 0 70px;
	background-image: url(../footer_box.png);
	height: 160px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #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 */
}

}
.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;
}
h1 {
	font-size: 14px;
}
h3 {
	color: #CC9900;
}
.white_text {
	color: #FFFFFF;
	font-size: 12px;
}
h2 {
	font-size: 18px;
	color: #CC3300;
}
.oldprice {
	text-decoration: line-through;
	color: #FF0000;
