div#main {
	width:964px;
	height:700px;
	background:url(../gfx/bg_main_top.jpg) no-repeat;
	background-color:#fff200;
}

div#srinfopanel {
	width:218px;
	height:444px;
	background: url(../gfx/sr_infopanel1.png) no-repeat;
	position: absolute;
	top:180px;
	left:45px;
	padding: 16px 0px 0px 20px;
}

div#srinfopanel2 {
	width:250px;
	height:490px;
	background: url(../gfx/sr_infopanel3.png) no-repeat;
	position: absolute;
	top:135px;
	left:697px;
	padding: 10px 0px 0px 12px;
}

div#srinfopanel3 {
	width:206px;
	height:355px;
	position: absolute;
	top:95px;
	left:16px;
	padding: 0px 0px 0px 5px;
	overflow:auto;
}

div#srphotobox {
	width:422px;
	height:516px;
	background: url(../gfx/sr_photobox.png) no-repeat;
	position: absolute;
	top:130px;
	left:268px;
	padding: 18px 0px 0px 18px;
}

div#srinfopaneltext {
	width:200px;
	height:100px;
	top:175px;
}

div#srbgholder {
	width:1000px;
	height:489px;
	background: url(../gfx/showroom_bg.jpg) no-repeat;
	position: absolute;
	bottom:56px;
	right:-18px;
}

/* BUTTON FIND MORE */

#buttTC
{
  display: block;
  width: 176px;
  height: 52px;
  background: url("../gfx/butt_tc.png") no-repeat;
}

#buttTC:hover
{ 
  background-position: 0 -52px;
}

#buttTC span
{
  display: none;
}

/* BUTTON EMIAL */

#buttEmail
{
  display: block;
  width: 176px;
  height: 52px;
  background: url("../gfx/butt_email.png") no-repeat;
}

#buttEmail:hover
{ 
  background-position: 0 -52px;
}

#buttEmail span
{
  display: none;
}