@CHARSET "ISO-8859-1";
	
body, html {
	border:0px;
	padding:0px;
	font-family:sans-serif;
	font-size:90%;
	}
	/* required to persist scrollbar in ie */
html {
	height: 100%;
	padding-bottom: 1px;}

/* required to make ie work like ffx */
form {
	margin:0px;
	padding:0px;
	border:none 0px;}
	
div.pagecontainer {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	background-image: url('images/pagecontainer_background.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position:relative;
	}

div.topsection {
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	margin:0px;
	border:0px;
	padding:0px;
	width:100%;
	position:relative;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	height:111px;
}
div.leftsection {
	position:relative;	
	float:left;
	width:208px;
	height:438px;
	margin: 0px;
	padding:5px;	
	background-image: url('images/left.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	}
	
div.centersection {
	position:relative;
	float:left;	
	width:350px;	
	margin-left:0px;
	margin-right:0px;
	padding:5px;
}	
div.rightsection {
	position:relative;
	float:right;
	width:172px;
	height:421px;		
	margin:0px;
	padding:5px;
	text-align:center;	
	background-image: url('images/right.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

div.bottomsection {
	clear: both;
	height:89px;
	font-style:italic;
	text-align:center;
	background-image: url('images/bottom.jpg');	
	padding:5px;}
	
/* page content */

#t2iframe {
	background-color:white;
	border:none;
	margin:0px;	
	}
	
div.logo {
	z-index:99999;
	position:absolute;
	width:210px;
	top:8px;
	left:12px;
	font-family:sans-serif;	
	font-size:22px;
	font-weight:bold;
	color:#999999;
	}
/* search controls, with and without scripting */
div.t2_searchcontroldiv1 {
	width:192px;
	z-index:99999;	
	position:absolute;		
	text-align:center;
	top:115px;
	left:8px;	
	background-color: rgb(249,101,29);	
	}

div.t2_searchcontroldiv2 {
	width:192px;
	z-index:99999;	
	position:absolute;		
	text-align:center;
	top:215px;
	left:8px;	
	background-color: white;	
	}
	
div.searchcontrols div,
div.searchcontrols_noscript div{
	color:white;
	font-weight:bold;
	}
	
div.searchcontrols input.text {
	margin-top:5px;
	width:120px;
	}
	
div.searchcontrols_noscript input.text {
	display:none;
	}	
	
div.searchcontrols input.submit,
div.searchcontrols_noscript input.submit {
	margin-top:5px;	
	}
		
/* product details */	
div.productdetailsection {
	background-image: url('images/detail.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:350px;}
	
div.productdetailimage {
	position:absolute;
	top:145px;
	left:60px;
	}
div.productdetailtitle {
	position:absolute;
	top:85px;
	color: #333333;
	width:320px;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	}

/* DEMO LINKS */
div.demolinks {
	z-index:99999;	
	position:absolute;
	top:0px;
	right:0px;
	filter:alpha(opacity=90);
	opacity:0.9;
	font-weight:bold;	
	padding:5px;
	border:outset;
	background-color:#eeeeee;
	}
div.demolinks ul {
	margin-top:0px;
	margin-bottom:0px;	
	padding-top:0px;
	padding-bottom:0px;	
	}
div.demolinks a, 
div.demolinks a:link, 	
div.demolinks a:visited, 	
div.demolinks a:active {
	color:blue;
	}
div.demolinks a:hover {
	color:purple;
	}

