/*
===================================================
Stacy's Pita Chips: GLOBAL STYLES
===================================================
*/

html
	{
	height: 100%;
	overflow: hidden
	}

body
	{
	height: 100%;
	padding: 0;
	margin: 0;
	background: #f4f4f7 url('../images/background.gif') 0 0 repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444037;
	}

#flashcontent
	{
	width: 100%;
	height: 100%;
	}

#noflash
	{
	padding: 50px;
	line-height: 1.5em;
	width: 50%;
	}

h1
	{
	display: block;
	width: 118px;
	height: 77px;
	background: transparent url('../images/logo.png') 0 0 no-repeat;
	text-indent: -999em;
	}

/*
---------------------------------------------------
Links
---------------------------------------------------
*/

a,
a:link,
a:visited
	{
	font-weight: bold;
	color: #2368ae;
	text-decoration: none;
	}
a:hover,
a:active
	{
	color: #2a7acb;
	text-decoration: underline;
	}