/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

/*
body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:0px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
*/

html, body {
	height: 100%;
}

body { 
	font-family: 'FuturaStdMediumRegular', Arial, sans-serif;
	font-size: 12px;
	background:#efefef url(../img/background.png) repeat top center;
	color:#175726;
	width: 768px;
}

a { font-family: 'FuturaStdLightRegular', Arial, sans-serif;
	font-size: 1.0833333em; /* 13px */
	text-decoration: none;
	color: #175726;
}

a:link {color:#175726;}      /* unvisited link */
a:visited {color:#352116;}  /* visited link */
a:hover {color:#87a925;}  /* mouse over link */
a:active {color:#b2d451;}  /* selected link */


p { font-family: 'FuturaStdMediumRegular', Arial, sans-serif; 

}



.capttitles { font-family: 'FuturaStdBookRegular', Arial, sans-serif; 
	font-size: 1.0833333em;
	margin-left: 8px;
}



#container {
	width:768px;
	height: 842px;
	margin:0 auto;
	padding-top: 0px;
	position:relative;
	z-index:0;
	background-image: url(../img/ContainerBackground.png); 
	background-repeat: no-repeat;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6.5em;
}

#header {
	width: 768px;
	height: 124px;
	padding-top: 9px;

}

#HeaderBar {
	width: 768px;
	height: 4px;
	margin-top: 120px; 
	background-image: url(../img/Headerbar.png);
}

#LOGO {
	width: 117px;
	height: 104px;
	background-image: url(../img/LOGOIPad.svg);
	margin-left: 14px;
	float:left;
}

#LOGOTEXT {
	background-repeat: no-repeat;
	background-size: 97%;
	background-image: url(../img/LogoTextIPad.svg);
	margin-top: 20px;
	margin-right: -4px;
	width: 623px;
	height: 53px;
	float: right;
}


#TopNavBar {
	width: 614px;
	height: 14px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#TopNavBar a {
	display: inline-block;
		margin-right: 19px;
	font-size: 14px;
}

#TopNavBar a:last-child {
	margin-right: 0;
}



.AboutBeansBackground {
width: 768px;
height: 660px;
background-image: url(../img/AboutBeansBinsBackgroundiPad.png);
}



.iPhoneNavLinks {
	width: 320px;
	height: 11px;
	float: left;
	margin-top: 30px;
	margin-left: 12px;
	
	display: none;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}



footer {

background-image: url(../img/footerimg.png);
width: 100%;
height: 84px;
text-align: center;

-webkit-box-shadow:
  0 0 0 2px #003316, /* Purple Line */
  0 0 0 4px #add445, /* Blue line*/
  0 -8px 50px 16px hsla(350, 1%, 50%, 0.7); /* The Shadow */
  

	height: auto !important;
	margin: 0 auto -6.5em;
	
}


.footerlinks {
	font-family: 'FuturaStdBookRegular';
	font-size: 1.083333em;
}

.footernav {
 	padding-top: 20px;
	padding-bottom: 20px;
 	margin: 0 auto;
 	width: 715px;
 	height: 37px;
}

.footertext { font-family: 'FuturaStdBookRegular', Arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #175726;
	height: 12px;
	width: 715px;
	margin-top: 8px;
}


@font-face {
    font-family: 'FuturaStdLightRegular';
    src: url('FuturaFonts/futurastd-light-webfont.eot');
    src: url('FuturaFonts/futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('FuturaFonts/futurastd-light-webfont.woff') format('woff'),
         url('FuturaFonts/futurastd-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaStdMediumRegular';
    src: url('FuturaFonts/futurastd-medium-webfont.eot');
    src: url('FuturaFonts/futurastd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('FuturaFonts/futurastd-medium-webfont.woff') format('woff'),
         url('FuturaFonts/futurastd-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'FuturaStdBookRegular';
    src: url('FuturaFonts/futurastd-book-webfont.eot');
    src: url('FuturaFonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('FuturaFonts/futurastd-book-webfont.woff') format('woff'),
         url('FuturaFonts/futurastd-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}