 breastactives.com.au

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
* {
    box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(_images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
#header {
	width: 100%;
	background-image: url(_images/bgh.gif);
	background-repeat: repeat-x;
	background-position: left;
}
#header img {
	margin-right: auto;
	margin-left: auto;
}
#main {
	text-align: center;
	vertical-align: baseline;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 993px;
	max-width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main p {
	margin-right: 20px;
	margin-left: 20px;
}
.ingredientname {
	font-family: Melbourne-Bold;
	font-size: 17px;
	color: #999966;
}

img {
	max-width: 100%;
	height: auto;
	}
.copyright {
	font-size: 13px;
	color: #666666;
}
#main iframe {
	width: 385;
	max-width: 100%;
}
#main h1 {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Melbourne-Bold;
	font-size: 22px;
	color: #CC9999;
	font-weight: normal;
	text-align: center;
}
#main h2 {
	font-family: Melbourne-Bold;
	font-size: 19px;
	color: #9966CC;
	margin-left: 20px;
	font-weight: normal;
}
#menubar {
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #908649;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menubar ul{
	list-style:none;
	margin:0;
	padding-top:4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menubar li {
  display:inline;
  }
#menubar a:link, #menubar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Melbourne-Bold;
	font-size: 16px;
  }
#menubar a:hover {
	color: #FFCC00;
	font-family: Melbourne-Bold;
	text-decoration: none;
	font-size: 16px;
  }  
#menubar a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Melbourne-Bold;
	font-size: 16px;
  }    
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
