@charset "utf-8";
body {
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.clr {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.hold {
}


.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.top1 {
	background-image: url(img/tophosieryfeet1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 89px;
}
.top1 h1 {
	font-size: 80px;
	margin: 0px;
	letter-spacing: -2px;
	font-weight: normal;
	padding-left: 77px;
}

.top2 {
	background-image: url(img/tophosieryfeet2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
	padding-left: 77px;
	padding-right: 370px;
	font-size: 13px;
	font-weight: bold;
}
.bigthumb {
	background-image: url(img/bg_tophosieryfeet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 415px;
	width: 356px;
	text-align: right;
}
.col_left {
	float: left;
	width: 356px;
}
.col_right {
	float: left;
	width: 624px;
}
.cenimg {
	background-image: url(img/tophosieryfeet3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 289px;
	width: 604px;
	text-align: right;
	padding-right: 20px;
}
.cenimg a {
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
}
.thumbs {
	background-image: url(img/bg_thumbs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.thumbs img {
	margin-right: 7px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.decoimg {
	background-image: url(img/centhosieryfeet1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 266px;
}
.click {
	background-image: url(img/bothosieryfeet1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	padding-left: 380px;
	padding-top: 8px;
}
.click a {
	font-size: 50px;
	color: #000000;
	text-decoration: none;
	line-height: 45px;
	letter-spacing: -1px;
}
.bot {
	background-image: url(img/bothosieryfeet2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	padding-top: 80px;
	white-space:nowrap;
	padding-left: 70px;
	font-size: 12px;
}
.bot a {
	color: #000000;
	text-decoration: none;
}
.bot ul {
	margin: 0px;
	padding: 0px;
}
.bot li {
	float: left;
	margin-right: 6px;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

.style1 {color: #FF0000}
