/* CSS Document */

#logo1{
	background-image:url(images/tslogo_ts_top.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
	height:92px;
	z-index:0;	
}

#logo2{
	background-image:url(images/tslogo_creations.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position:absolute;
	top:0px;
	left:110px;
	width:205px;
	height:92px;
	z-index:0;	
}

#logo3{
	background-image:url(images/tslogo_ts_mid.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position:absolute;
	top:92px;
	left:0px;
	width:110px;
	height:33px;
	z-index:0;	
}


#logo4{
	background-image:url(images/tslogo_yellow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position:absolute;
	top:92px;
	left:110px;
	width:205px;
	height:33px;
	z-index:0;	
}


#logo5{
	background-image:url(images/tslogo_ts_bott.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position:absolute;
	top:0px;
	left:0px;
	width:110px;
	height:93px;
	z-index:0;	
}

#topsplash {
	position:absolute;
	height:33px;
	width:485px;
	left:135px;
	top:-33px;
	background-color:#FFCC66;
	z-index: 0;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

#sidebar {
	position:absolute;
	width:180px;
	left:-180px;
	height:105%;
	top:0px;
	z-index: 0;
	
}
#sidenav {
	position:absolute;
	width:180px;
	left:0px;
	top:93px;
	z-index: 0;
}

#footer {
	position:absolute;
	background-color:#FFCD64;
	left:0px;
	width:800px;
	height:20px;
	bottom:0%;
	z-index: 1;
	vertical-align:middle;
}



#maincontent {
	position:absolute;
	left:180px;
	top: 125px;
	width:620px;
	z-index:2;
}
