/* CSS Document by Igor Palmer c 2009 */

*
{
	margin:0;
	outline:none;
	text-decoration:none;
	border:none;
}

a
{
	text-decoration:none;
}

img
{
	text-decoration:none;
	border:none;
}

.bold_red
{
	font-weight:bold;
	color:#FF0000;
}

.img_link
{
	text-decoration:none;
	border:none;
}





#bg_grad
{
position:fixed;
top:0px;
right:0px;
width:100%;
height:100%;
border:none;
z-index:-2;
background-repeat:no-repeat;
}

#buts
{
  position: fixed;
  top:225px;
  right:14em;
}

/* 4 buttons array */
.but_1
{
  display: block;
  width: 105px;
  height: 36px;
  background-image:url(../images/but_1x.png);
}

.but_1:hover
{ 
  background-position: 0 36px;
}

.but_2
{
  display: block;
  width: 105px;
  height: 36px;
  background-image:url(../images/but_2x.png);
}

.but_2:hover
{ 
  background-position: 0 36px;
}

.but_3
{
  display: block;
  width: 105px;
  height: 36px;
  background-image:url(../images/but_3x.png);
}

.but_3:hover
{ 
  background-position: 0 36px;
}

.but_4
{
  display: block;
  width: 105px;
  height: 36px;
  background-image:url(../images/but_4x.png);
}

.but_4:hover
{ 
  background-position: 0 36px;
}

.call_us
{
  display: block;
  width: 105px;
  height: 36px;
  background-image:url(../images/but_0x.png);
}

.call_us:hover
{ 
  background-position: 0 36px;
}
/* end 4 buttons plus contact_us array */

.tabx
{
margin-left:32px;
display:block;
}

.justcomment
{
display:none;
}

.bold_red
{
	font-weight:bold;
	color:#FF0000;
}

.linkto_templates
{
  display: block;
  width: 308px;
  height: 31px;
  background:url(../images/linkto_templates.png);
}

.linkto_templates:hover
{ 
  background-position: 0 31px;
  cursor:pointer;
}

.linkto_customized
{
  display: block;
  width: 207px;
  height: 31px;
  background:url(../images/linkto_customized.png);
}

.linkto_customized:hover
{ 
  background-position: 0 31px;
  cursor:pointer;
}

.linkto_replica
{
  display: block;
  width: 220px;
  height: 31px;
  background:url(../images/linkto_replica.png);
}

