/* CSS Document */

/*----------------------------------
Main Product Features Content
------------------------------------ */

.ServiceDESCRIPTION {  width: 207px;
  float: right;
}



.ServiceIMAGE {  width: 50px;
  float: left;
}

.Services {

float:right;
	width: 635px;
	margin-top:35px;
	font-size: 11px;
	font-family:verdana;
	color: #000000;
	margin-bottom: 18px;

	
}


  
.ServicesLEFT {  float: left;
  width: 53%;
}
.THEService { 
  margin-right: 45px;
    
}

#compBack {
	background: url(gui/images/homebanner.gif) no-repeat;
	height:264px;
	margin-top:1px;
	width: 695px;
	
  }
  
  #compWrap {
  position:relative;

  }
  
  
  .brands 
{
	width:95%;
}

.brands p 
{
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}

.brands td
{
	text-align:center;
}

 /*----------------------------------
Bottom Product Features Content
------------------------------------ */ 
    .bottomDESCRIPTION {
	width:290px;
	float: left;
	text-align:none;
	
}
  




.bottomIMAGE {  width: 50px;
  float: left;
}

.bottom {
	background: url(gui/images/cashforelectronics.gif) no-repeat;
	float:right;
	width: 620px;
	margin-top:15px;
	font-size: 12px;
	font-family:lucida grande, verdana;
	color: #333;
	margin-bottom: 15px;
}


  
.bottomLEFT {  float: left;
  width: 45%;
}
.THEbottom { 
  margin-right: 25px;
    
}



/*----------------------------------
Small Icon Divs
------------------------------------ */

#iconSmall {
width: 23px;
height:20px;
float:left;
}

#iconTitle {
	font-size: 14px;
	font-family: "lucida grande";
	color: #000;
	font-weight: bold;
}



/* Mac PC iPhone buttons */

#home_buttons{
	float: left;
	width: 680px;
	margin-top: 150px;
}

#home_buttons ul{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#mac_button, #pc_button, #mac_button a, #pc_button a {
	clear: none;
	padding: 0;
}

#mac_button {
	display: block;
	float: left;
	padding-left: 52px;
}

#mac_button a{
	display: block;
	width: 190px;
	height: 84px;
	background: url('gui/images/macrepair.png') 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;
}

#mac_button a:hover{
	background-position: -219px 0;
}

#pc_button {
	display: block;
	float: left;
	padding-left: 6px;
}

#pc_button a{
	display: block;
	width: 190px;
	height: 85px;
	background: url('gui/images/pcrepair.png') 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;
}

#pc_button a:hover{
	background-position: -219px 0;
}


#iphone_button {
	display: block;
	float: left;
	padding-left: 6px;
}

#iphone_button a{
	display: block;
	width: 190px;
	height: 85px;
	background: url('gui/images/iphonerepair.png') 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;
}

#iphone_button a:hover{
	background-position: -219px 0;
}                    

