/* ------------------------------------------------------------ 
 
    parrotshopping.com - Homepage IFrame styles
  
---------------------------------------------------------------*/  

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
/                                         REDEFINE STANDARD TAGS
/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*set basic styles on body/html */
body,html {
  width: 620px; /*Iframe max width 600px */
  height: 900px;/*Iframe max height 600px */
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: small; /*set default font size - we'll be resizing using percentages from this default*/
  margin: 0; padding: 0; /*remove all padding and margins on body */
  /*hide any content that's outside the maximum width/height*/
}

img,table {border:0}/*remove link borders on all images & tables*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
/                                                               IFrame CONTENT
/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.style4 {
	font-family: Arial;
	font-size: 12px;
	color:#800080;
}


a:link {
	font-family: Arial;
	font-size: 12px;
	color:#800080;
	text-decoration:none;	
	
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color:#800080;
	text-decoration: underline;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	color:#800080;
	text-decoration:none;	

}


#promo1 {
	font-family: "Arial Black";
	font-size: 14px;
	font-weight: normal;
	color: a60725;
	text-decoration: none;
}
#promo2 {
	font-family: "Arial Black";
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

#special_offer { 
  margin: 0 0 10px; /*set bottom margin on special offer image*/
}

#special_offer p { 
  float: left; /*float all images left*/
  margin: 0 4px 5px 0; /*set right and bottom margin on all p elements*/
  font-family: "Arial";
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  font-size: 10px
}

#category_links {
  float: left; /* float cat link container left */
  margin-bottom: 2px; /*bottom margin on container*/
}

#category_links p { 
  float: left; /*float all images left*/
  margin: 0 4px 5px 0; /*set right and bottom margin on all p elements*/

}

#category_links p.last { 
  margin: 0 2 0 0; /*remove right margin from last panels in row to prevent wrapping*/
}