@charset "utf-8";
body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFC;
	background-repeat: no-repeat;
}
a {
	font-weight: bold;
	color: #300;
	text-decoration: underline;
}
#container #footer #bottomlink1 a {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#container #footer #bottomlink2 a {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#container #footer #bottomlink3 a{
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.oneColFixCtrHdr #container #footer #bottomlink4 a {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}



.oneColFixCtrHdr #container {
	width: 1020px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: ffffcc;
	background-image: url(../images-new/index-backgound.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	background: ffffcc;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 150px;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: ffffcc;
	height: 350px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent .homepagetext {
	width: 465px;
	position: relative;
	float: left;
	height: 350px;
	overflow: auto;
}
.oneColFixCtrHdr #container #header table tr td div {
	padding-right: 7px;
	font-size: 10px;
}


.oneColFixCtrHdr #footer {
	height: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer2 {
	height: 100px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 9px;
}

.oneColFixCtrHdr #container #mainContent #navigationbox #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p a {
	color: #630;
}
.addtocart {
	float: right;
	padding-right: 0px;
	padding-left: 5px;
}
#bottomlink1 , #bottomlink2, #bottomlink3, #bottomlink4{
	height: 210px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
}
.bottomlinktext {
	text-align: center;
	padding-top: 80px;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 30px;
	position: relative;
	width: 190px;
	height: 37px;
}
#bottomlink1 {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 60px;
	height: 70px;
	background-image: url(../images-new/index-bottomnavbox-1.jpg);
}
#bottomlink2 {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 38px;
	height: 92px;
	background-image: url(../images-new/index-bottomnavbox-2.jpg);
}
#bottomlink3 {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 50px;
	height: 80px;
	background-image: url(../images-new/index-bottomnavbox-3.jpg);
}
#bottomlink4  {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images-new/index-bottomnavbox-4.jpg);
	padding-top: 45px;
	height: 85px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtrHdr #container #footer #bottomlink1 .bottomlinktext h3 strong {
	color: #630;
}

