/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
      color:#000;
}

#maincontainer{
width:100%;
}

#shopcart {
display:none;
}


#wrapper{
width:100%;
}
#menu{
display:none;
}
#banner{
display:none;
}



#maincontent{
width:100%;
}
#brands{
display:none;
}
#agents_login{
display:none;
}
#right_side{
display:none;
}
#footer{
display:none;
}
#footer a{
color:#85def9;
font-size:12px;
text-decoration:none;
margin-top:10px;
}
#left{
float:left;
width:130px;
}
#right{
float:left;
width:810px;
margin-left:10px;
}
#center{
display:none;
}
#leftop{
floast:left;
}
#icons{
float:right;
}