@charset "utf-8";
/* CSS Document */

/*controls the banner at the top that says howard offers many top-of-the-line accessories*/
#accessoriesbannerhicare
{
margin-left:50px;
margin-top:30px;
border:0px;
}


/*makes all the accessories have space below the banner*/
#accessoriestophicare
{
margin-top:20px;
}


/*controls all accessories*/
#allaccessorieshicare
{
margin-left:95px;
width:961px;
height:255px;
display:block;
}


/*controls all accessories-first item listed in each row*/
#leftsideaccessorieshicare
{
float:left;
width:185px;
padding-right:10px;
}


/*controls all accessories-second item listed in each row*/
#leftsideaccessorieshicare2
{
float:left;
width:185px;
padding-right:10px;
}


/*controls all accessories-third item listed in each row*/
#leftsideaccessorieshicare3
{
float:left;
width:185px;
padding-right:10px;
}


/*controls all accessories-fourth item listed in each row*/
#leftsideaccessorieshicare4
{
float:left;
width:185px;
padding-right:10px;
}


/*controls the title of each accessories*/
#titleofeachaccessoriehicare
{
padding-bottom:10px;
text-align:center;
}


/*controls the paragraph for each accessorie*/
#paragraphseachaccessoriehicare
{
margin-top:10px;
width:180px;
}






