/* For information on what this font-size and em stuff is all about */
/* Visit the following articles: */
/* http://ryanwerth.com/blog/article/22/ems-revisited-part-ii-making-ems-more-usable */
/* http://www.clagnut.com/blog/348/ */

html {
	font-size: 50%;
}
	
body {
	font-size: 125%;
}

/* Global Styles */
	
body {
	background: url(/ttsystem/images/body_content/bg-logo.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 752px;
	margin: 0 auto;
}

p {
	font-size: 1.1em; /* 11 points */
	line-height: 1.363em; /* 15 points */
}

a,
a:hover,
a:link,
a:visited,
a:focus,
a:active {
	font-weight: bold;
	color: #000;
}

.structural {
  position: absolute;
  left: -9999px;
}

/* Navigation Styles */
#primaryNavigation {
	position: relative;
	overflow: auto;
	background: #FFF;
	border: 1px solid #B3B3B3;
	border-top: 0; border-bottom: 0;
}
#primaryNavigation ul {
	float: right;
}
#primaryNavigation li {
	display: block;
	float: left;
	margin-right: 10px;
}
#primaryNavigation li a {
	display: block;
	text-indent: -5000px;
	height: 49px;
	background-repeat: no-repeat;
}
#primaryNavigation li.home a {
	background-image: url(/ttsystem/images/body_content/logo.gif);
	background-position: 0 14px;
	width: 231px;
	position: absolute;
	top: 0; left: 0;
}
#primaryNavigation li.vendorLogin a {
	background-image: url(/ttsystem/images/body_content/button-vendorlogin.gif);
	background-position: 0 6px;
	width: 65px;
}
#primaryNavigation li.contact a {
	background-image: url(/ttsystem/images/body_content/button-contact.gif);
	background-position: 0 6px;
	width: 43px;
}
#primaryNavigation li.faq a {
	background-image: url(/ttsystem/images/body_content/button-help.gif);
	background-position: 0 6px;
	width: 32px;
}

/* Homepage Styles */
#content {
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	background: url(/images/homepage_content_bg.gif) repeat-y;
	padding-bottom: 2em;
	overflow: auto;
}

#sellers p,
#buyers p {
	padding: 4px 10px;
}

#sellers {
	width: 332px;
	float: right;
}
#sellers h1 a {
	text-indent: -5000px;
	display: block;
	height: 160px;
	background: url(/ttsystem/images/body_content/sell_image.jpg) no-repeat;
}
#sellers p {
	color: #FFF;
}
#sellers a {
	font-weight: bold;
	color: #FFF;
}

#buyers {
	float: left;
	width: 418px;
}
#buyers h2 a {
	text-indent: -5000px;
	display: block;
	background: url(/ttsystem/images/body_content/buy_image.jpg) no-repeat;
	height: 160px;
}
#buyers p {
	float: left;
	width: 184px;
	padding-right: 20px;
}
#buyers form #frmSearch_txt {
	width: 153px;
}
#buyers form {
	margin-top: 0.5em;
	float: left;
	width: 184px;
	position: relative;
}
#buyers form p {
	width: auto;
	color: #000;
	padding: 4px 10px;
}
#buyers form label {
	position: absolute;
	left: -9999px;
}
#buyers form p.searchTerm {
	float: none;
}
#buyers form p.findButton {
	float: left;
}
#buyers form p.showAllLink {
	float: right;
	font-size: 0.9em; /* 9 points */
	line-height: 1.77778em; /* 16 points */
}
#buyers fieldset {
	border: 2px groove threedface;
	padding: 6px 0;
	overflow: auto;
}
#buyers legend {
	color: #999;
	font-size: 1.1em; /* 11 points */
	border: medium none;
	padding: 0 2px;
	margin-left: 1em;
}

/* Footer Styles */
#footer {
	height: 25px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	background-color: #392494;
}

#footer p {
	padding-left: 117px;
	background: url(/ttsystem/images/body_content/footer-logo.gif) no-repeat;
	background-position: 0 -1px;
	font-size: 0.9em; /* 9 points */
	line-height: 2.5556em; /* 23 points */
	color: #FFF;
}
#footer a {
	color: #FFF;
}