@CHARSET "ISO-8859-1";
/* colors for this template
	tan background color =>	rgb(248,245,238)
	*/

/* Main page elements */
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:780px;
	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:125px;
}
div.leftsection {
	position:relative;	
	float:left;
	width:162px;
	height:672px;
	margin-left:2px;
	margin-right:6px;
	padding:5px;
	background-image: url('images/left.jpg');
	background-repeat: no-repeat;
	background-position: 0px 60px;
	}
	
div.centersection {
	position:relative;
	float:left;	
	width:545px;	
	margin-left:4px;
	margin-right:4px;
	padding:10px;
}	
div.rightsection {
	position:relative;
	float:right;
	width:0px;
	height:0px;
	}

div.bottomsection {
	clear: both;
	height:26px;
	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:#cccccc;
	}

/* search controls, with and without scripting */
div.searchcontrols,
div.searchcontrols_noscript {
	z-index:99999;	
	position:absolute;		
	text-align:center;
	width:160px;
	top:125px;
	left:9px;	
	}

div.searchcontrols div,
div.searchcontrols_noscript div{
	color:black;
	font-weight:bold;
	background-color: transparent;
	}
	
div.searchcontrols input.text {
	width:100px;
	display:compact;
	}
div.searchcontrols_noscript input.text {
	display:none;
	}
	
div.searchcontrols button {
	display:none;
	}
div.searchcontrols_noscript button {
	background-color:white;
	font-size:80%;
	display:compact;
	}
		
/* product detail page elements */	
div.productdetailsection {
	background-image: url('images/detail.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:367px;}

div.productdetailimage {
	position:absolute;
	top:90px;
	left:80px;
	}

div.productdetailtitle {
	position:absolute;
	top:210px;
	left:20px;
	color:#333333;
	width:220px;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	}

div.modellist {
	}
	
/* 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;
} 		