/* ------------------------------------------
Private Label Proteins screen stylesheet
Author - benbailey.com.au
------------------------------------------ */

* { margin: 0; padding: 0; } /* reset all element's margin and padding to 0 to avoid browser inconsistencies  */
.hide { display: none; }
#skip, .structure-label { position: absolute; left: -4000px; width: 3000px; overflow: hidden; }
#plug, #plug a { color: #DDD; }


/* =wrapper 
--------------------------------------------------------------------------
 */
#wrapper 
{
position: relative;
width: 639px;
margin: 0 auto; 
padding: 0 25px;
background: #FFF url(../i/bg-wrapper.png) no-repeat center bottom; 
}

/* =header 
--------------------------------------------------------------------------
 */
#header 
{
position: absolute;
top: 20px;
left: 20px;
}

/* =banner 
--------------------------------------------------------------------------
 */
#banner 
{
padding: 82px 0 3px 0;	
}

/* =main navigation 
--------------------------------------------------------------------------
 */
#navigation
{
position: relative;
height: 35px;
overflow: hidden; /* ie hack */
}

#navigation li { list-style-type: none; }

#navigation li a
{
position: absolute;
display: block;
top: 0;
left: 0;
height: 35px;
text-indent: -3000px;
text-decoration: none;
background: url(../i/bg-navigation-lower.png);
}

/* whoops! this is a bit of a mess. IE needed some extra code */
#navigation li a#nav-home { width: 75px; }
#navigation li a#nav-about { position: absolute; width: 84px; left: 75px; background: url(../i/bg-navigation-lower.png) -75px 0; }
#navigation li a#nav-products { position: absolute; width: 89px;	left: 159px; background: url(../i/bg-navigation-lower.png) -159px 0; }
#navigation li a#nav-package { position: absolute; width: 118px; left: 248px; background: url(../i/bg-navigation-lower.png) -248px 0; }
#navigation li a#nav-customer { position: absolute; width: 163px; left: 366px; background: url(../i/bg-navigation-lower.png) -366px 0; }
#navigation li a#nav-contact { position: absolute; width: 110px; left: 529px; background: url(../i/bg-navigation-lower.png) -529px 0; }

#navigation li a#nav-home:hover { background: url(../i/bg-navigation-lower.png) 0 -36px; }
#navigation li a#nav-about:hover { background: url(../i/bg-navigation-lower.png) -75px -36px; }
#navigation li a#nav-products:hover { background: url(../i/bg-navigation-lower.png) -159px -36px; }
#navigation li a#nav-package:hover { background: url(../i/bg-navigation-lower.png) -248px -36px; }
#navigation li a#nav-customer:hover { background: url(../i/bg-navigation-lower.png) -366px -36px; }
#navigation li a#nav-contact:hover { background: url(../i/bg-navigation-lower.png) -529px -36px; }

/* =container
--------------------------------------------------------------------------
 */
#container 
{
	 margin: 20px 0 40px 25px;  
	 }


/* =content
--------------------------------------------------------------------------
 */
#content 
{
	 margin: 5px 0 40px 25px; 
	 width: 530px; 
	 }

/* float an image right. */
#content .right
{
float: right;
margin: 0 0 20px 25px;
padding: 5px;
border: 3px double #ddd;
}

/* float an image left. */
#content .left
{
float: left;
margin: 0 10px 10px 0;
padding: 3px;
border: 1px solid #ddd;
}

/* =related-content (right hand column in this stylesheet)
--------------------------------------------------------------------------
 */

#related
{
display:  none;
}

#related .feature
{
width: 216px;
padding-top: 10px;
margin: 0 0 3px 4px;
}

/* =footer
--------------------------------------------------------------------------
 */
#footer { clear: both; text-align: center; padding: 20px 20px 40px 20px; }
#footer li { 	display: inline; 	list-style: none; padding-right: 10px; background: none; }

/* =elements
--------------------------------------------------------------------------
 */
a { color: #041D65; text-decoration: underline; }
a:visited { color: #666; }
a:hover { color: #F1662B; text-decoration: none; }

acronym { cursor: help; }

body
{
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #666;
font-size: 62.5%;
background: url(../i/bg-body.jpg) repeat-x top;
padding-top: 25px;
}

blockquote 
{
font-family: georgia, san-serif;
font-size: 1.4em;
padding: 1em 20px;
}

blockquote p
{
margin: 0;
padding: 0;
}

.bqstart
{
float: left;
height: 45px;
margin-top: -20px;
padding-top: 45px;
margin-bottom: -50px;
font-size: 500%;
color: #F1662B;
}

.bqend
{
float: right;
height: 25px;
margin-top: 0px;
padding-top: 45px;
font-size: 500%;
color: #F1662B;
}

fieldset { border: 0; }

form { margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6
{
margin: 0 5px 5px 0;
font-weight: bold;
font-size: 1.25em;
}

/*h1 { margin-bottom: .5em; }*/

h2, h3, h4, h5, h6 { margin: 1.5em 0 .25em 0; }

hr { display: none; }

img { border: 0; }

label { display: block; padding-top: 1em; font-size: 1.15em; font-weight: bold; cursor: pointer; }

legend { display: none; }

p
{
font-size: 1.2em;
line-height: 1.5em;
margin-bottom: 1.25em;
}

ul
{
list-style-type: disc;
margin: 0 0 10px 20px;
padding: 0;
}

ul li
{
list-style-type: none;
padding-left: 15px;
background: url(../i/bg-bullet.png) no-repeat 0 .35em;
}

ol
{
list-style-type: decimal;
margin: 0 0 5px 28px;
padding: 0;
}

li
{
font-size: 1.2em;
line-height: 1.45em;
padding: 1px 0;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 30px;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

