HTML, BODY, TD, INPUT, SELECT, TEXTAREA {
	font-family: Helvetica;
	font-size: 24px;
	color: #000000;
}

INPUT, SELECT, TEXTAREA {
	font-size: 32px;
}

body {
	background: #D9D9D9;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
}

#header {
	background: url(./pheader.png) repeat-x center top #000000;
	margin: 0;
	padding: 0;
	height: 96px;
	width: 640px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 96px;
	width: 640px;
}

#header li {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
}

#header li a {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
	font-size: 18px;	
	line-height: 20px;
	height: 20px;
	padding: 70px 0 6px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-shadow: 1px 1px 0 #000000;
}

#header li a.sel {
	background-position: center -96px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;	
}

#header li a#linkhome {
	background-image: url(./phome.png);
}

#header li a#linkback {
	background-image: url(./pback.png);
}


#header li a#linknav {
	background-image: url(./pnav.png);
}

#header li a#linkshop {
	background-image: url(./pshop.png);
}

#header li a#linksearch {
	background-image: url(./psearch.png);
}

.togglebox {
	width: 640px;
	background-color: #fafafa;
	overflow: hidden;
	height: 0;
		-webkit-transition: height 0.2s;
	}

.togglebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.togglebox ul li {
	border-bottom: 1px solid #ABABAB;
	color: #666666;
	list-style-type: none;
	background: url(./parrow.png) right center no-repeat;
}

.togglebox ul li.divider {
	border-bottom: 1px solid #ABABAB;
	color: #ffffff;
	list-style-type: none;
	background: #B7C0C7 url(./pdivider.png) repeat-x;
	padding: 4px 20px;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 1px 1px 0px #666B6F;
}

.togglebox ul li a {
    color: #3A3A3A;
	text-decoration: none;
	font-size: 30px;
	padding: 20px;
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 0px #C2C2C2;
}

#searchform {
	display: block:
	margin: 0;
	padding: 0;
	width: 640px;
	height: 96px;
	background-color: #000000;
	position: relative;
}

#searchsubmit {
	border: 0;
	background: url(psearchsubmit.png);
	width: 185px;
	height: 65px;
	padding: 0;
	color: #eeeeee;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 14px;
	right: 14px;
}

#searchcriteria {
	background: url(./psearchform.png);
	width: 380px;
	font-size: 32px;
	color: #000000;
	position: absolute;
	left: 16px;
	top: 14px;
	padding: 13px;
	line-height: 38px;
	border: none;
	-webkit-border-radius: 10px;
	outline: none;
}

#content {
	width: 600px;
	padding: 20px;
	background: #ffffff url(./pshadow.png) repeat-x;
}

#footer {
	width: 600px;
	padding: 40px 20px;
	background: url(./pshadow.png) repeat-x;
	text-align: center;
	color: #666666;
	text-shadow: 1px 1px 0 #eeeeee;	
	font-size: 20px;
}

#footer a {
	color: #666666;
	text-shadow: 1px 1px 0 #eeeeee;	
	text-decoration: none;
	font-weight: bold;
}

#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 120px;
	height: 120px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 450px;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	color: #000000 !important;
	text-shadow: 2px 2px 0 #C2C2C2;
}

.clearer {
	clear: both;
}