@charset "utf-8";
/* CSS Document */

body {				/*main page setup with no margins*/
	margin:0px;
	padding:0px;
	background-color:#bcbdbf;
	
}
.stdtxt {

	font-family:Arial;
	font-size: 12px;
}

.heading1	{
	font-weight:bold;
	font-size:14px;
	color:#b3262c;
	font-family: Arial;
}
.subheading	{
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	}

#mainpage		/* setup background*/
{
background-image:url(templateimg/MacDev-2010_01.jpg);
background-repeat:repeat-x;
background-color:bcbdbf;
margin:0px;
}

#content
{
background-color:#FFFFFF;
margin-top:0px;
padding:0px;
}

#lpgborder    /* left page border image */
{
background-image:url(templateimg/MacDev-2010extra_08.jpg);
background-repeat:repeat-y;
/*background-repeat:no-repeat;*/
background-color:bcbdbf;
}

#rpgborder    /* right page border image */
{
background-image:url(templateimg/MacDev-2010extra_09.jpg);
background-repeat:repeat-y;
background-color:bcbdbf;
margin-left:0;
}

#footerimg   /*footer image*/
{
background-image:url(templateimg/MacDev-2010_08.jpg);
background-repeat:no-repeat;
}

#footerlink
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin-left:40px;
margin-top:15px;
float:left;
}

#copyright
{
	font-family:
	font-size:12px;
	color:#666666;
	float:right;
	margin-right:135px;
	margin-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Navigation */


#homebut
{
  display: block;  /* block element to give width and height*/
  width: 53px;
  height: 38px;
  background: url("templateimg/navigation/homebut.jpg") no-repeat 0 0;
  float:left;
}
#homebut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#homebut span
{  display: none; /* hide text link */}

#prodbut
{
  display: block;  /* block element to give width and height*/
  width: 72px;
  height: 38px;
  background: url("templateimg/navigation/prodbut.jpg") no-repeat 0 0;
  float:left;
}
#prodbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#prodbut span
{
  display: none; /* hide text link */
}

#suppbut
{
  display: block;  /* block element to give width and height*/
  width: 67px;
  height: 38px;
  background: url("templateimg/navigation/suppbut.jpg") no-repeat 0 0;
  float:left;
}
#suppbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#suppbut span
{
  display: none; /* hide text link */
}


#newsbut
{
  display: block;  /* block element to give width and height*/
  width: 51px;
  height: 38px;
  background: url("templateimg/navigation/newsbut.jpg") no-repeat 0 0;
  float:left;
}
#newsbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#newsbut span
{
  display: none; /* hide text link */
}


#companybut
{
  display: block;  /* block element to give width and height*/
  width: 71px;
  height: 38px;
  background: url("templateimg/navigation/companybut.jpg") no-repeat 0 0;
  float:left;
}
#companybut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#companybut span
{
  display: none; /* hide text link */
}

#dealerbut
{
  display: block;  /* block element to give width and height*/
  width: 63px;
  height: 38px;
  background: url("templateimg/navigation/dealerbut.jpg") no-repeat 0 0;
  float:left;
}
#dealerbut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#dealerbut span
{
  display: none; /* hide text link */
}


#storebut
{
  display: block;  /* block element to give width and height*/
  width: 99px;
  height: 38px;
  background: url("templateimg/navigation/storebut.jpg") no-repeat 0 0;
  float:left;
}
#storebut:hover
{ 
  background-position: 0 -38px;  /*move on hover*/
}
#storebut span
{
  display: none; /* hide text link */
}

/* --- end nav --- */
#mainpage #content {
	vertical-align: top;
}
