/* CSS Document by Igor Palmer c 2009 */

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

#bg_grad
{
position:fixed;
width:100%;
height:100%;
z-index:-2;
}

#wrap
{
background-color:#000000;
width:70%;
min-width:1160px;
min-height:800px;
}

#navbar
{
}

#imgx
{
background-image:url(../images/index.jpg);
width:701px;
height:720px;
background-repeat:no-repeat;
}


/* 4 buttons array */

.nav_but
{
  display:block;
  background-image:url(../navbar/nav_but.png);
  width: 160px;
  height: 43px;
  line-height:28px;
  color:#666666;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
}

.nav_but:hover
{ 
  background-position: 0 46px;
  color:#00FFFF;
}

.justcomment
{
display:none;
}

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

/* end 4 buttons plus contact_us array */

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


.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);
}
