/* standard elements */
a {
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.obfuscate{display:none;}

body {
	color: #333;
	margin: 30px;
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/CSSImages/bg.gif);
	background-repeat: repeat-x;
}
.TPLOGO a {
	background: #FFFFFF url(http://www.threadparadise.com/images/CSSImages/LogoStart8.gif) no-repeat; display: block; height: 110px;

}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}





/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 10px auto 4px auto; 
	text-align: left;
	width: 774px; 
}
.container {
	margin: 12px;
}

a img {
   border: none;

} 





/* menu */
.menu a {
	background: #a6b488;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #000;
	float: left;
	padding-top: 4px;
	width: 157px; height: 22px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #B9C589 url(images/CSSImages/bgmenu.gif) repeat-x;
	color: #888;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	clear: both;
	height: 5px;
	border: thin none #E1EEDB;
	background-color: #DDDFDB;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0px; color: #666;
}

.item a:hover {
	color: #00CC00;
	background-color: #FFFFFF;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 
