@charset "utf-8";
  * {margin: 0px;padding: 0px;}
  body, p {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #333333;}
  p,li {margin-bottom: 10px;line-height: 130%;}
  ul,ol {margin-left: 30px;}
  a:link,a:visited,a:active {text-decoration: none;}
  a:hover {text-decoration:underline;}
  #holder {
	  /*width: 960px;*/
	  margin-right: auto;
	  margin-left: auto;
	  text-align: left;
  }
  /* ------------------------------------------------------------- */
  #holder {
	  width: 960px;
  }
  table {margin-bottom: 10px;}
  #header {
	background-color: #171717;
	height: 53px;
	text-align: left;
	background-image: url(images/bg_carnaval_floripa.jpg);
}
  #header img{float: left;}
  body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
  }
  #product_title {
	background-color: #333;
	background-image: url(http://www.stoat.com.br/shop/images/bg_title.jpg);
	text-align: left;
	color: #FFF;
	padding: 20px;
  }
  #content {
	text-align: left;
	padding: 30px;
  }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
li {
	background-color: #fffff0;
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	list-style-type: none;
}
#menu_top {
	/*float: right;*/
	color: #FFF;
	text-align: right;
	padding: 20px;
}
  #footer {
	text-align: right;
	padding: 50px;
	background-color: #ee1768;
	color: #FFF;
  }
  #footer a:link,#footer a:visited,#footer a:active {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
  }
  #footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
  }
  
