/*
===================================================
Stacy's Pita Chips: GLOBAL STYLES
===================================================
*/

body
	{
	padding: 0;
	margin: 0;
	background: #fdfaf7 url('../images/gradient.gif') 0 0 repeat-x;
	font-size: 0.7em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #444037;
	}

#wrapper
	{
	width: 595px;
	}

.float_left
	{
	float: left;
	margin-right: 10px;
	}

input,
textarea
	{
	border: 1px solid #cfcfcf;
	padding: 3px;
	}

/*
---------------------------------------------------
Links
---------------------------------------------------
*/

a,
a:link,
a:visited
	{
	font-weight: bold;
	color: #2368ae;
	text-decoration: none;
	}
a:hover,
a:active
	{
	color: #2a7acb;
	text-decoration: underline;
	}

#location_nav a,
#location_nav a:link,
#location_nav a:visited,
#footer a,
#footer a:link,
#footer a:visited
	{
	font-weight: normal;
	color: #908b83;
	}
#location_nav .selected_location a
	{
	font-weight: bold;
	color: #2368ae;
	text-decoration: none;
	}
#location_nav .selected_location a:hover
	{
	color: #2a7acb;
	text-decoration: underline;
	}

/*
---------------------------------------------------
Header
---------------------------------------------------
*/

#header
	{
	float: left;
	width: 595px;
	height: 108px;
	}
	

h1
	{
	display: block;
	width: 194px;
	height: 75px;
	background: transparent url('../images/logo.gif') 0 0 no-repeat;
	text-indent: -999em;
	float: left;
	}


#location_nav
	{
	float: right;
	margin: 36px 30px 0 0;
	}
#location_nav li
	{
	float: left;
	border-right: 1px solid #908b83;
	padding: 0 8px;
	}
#location_nav .last
	{
	border-right: 0;
	}
	
/*
---------------------------------------------------
Left Column
---------------------------------------------------
*/

#left_column
	{
	float: left;
	width: 144px;
	padding-left: 40px;
	}

#left_column h2
	{
	color: #adaaa4;
	font-size: 1.7em;
	float: left;
	margin-bottom: 10px;
	}

#left_column ul li
	{
	float: left;
	clear: left;
	margin: 6px 0 6px 12px;
	text-indent: -4px;
	list-style: url('../images/bullet.gif');
	}
	
/*
---------------------------------------------------
Right Column
---------------------------------------------------
*/

#right_column
	{
	float: left;
	width: 409px;
	}

#title_feedback
	{
	display: block;
	width: 230px;
	height: 26px;
	background: transparent url('../images/title_feedback.gif') 0 0 no-repeat;
	text-indent: -999em;
	}
	
	
	
#title_privacy
	{
	display: block;
	width: 230px;
	height: 26px;
	margin-left: 3.6em;
	background: transparent url('../images/title_privacy.gif') 0 0 no-repeat;
	text-indent: -999em;
	}
	
	
#title_terms
	{
	display: block;
	width: 400px;
	height: 26px;
	margin-left: 3.6em;
	background: transparent url('../images/terms.gif') 0 0 no-repeat;
	text-indent: -999em;
	}

.blurb
	{
	font-size: 1.7em;
	line-height: 1.4em;
	margin: 15px 0;
	}
	
.copyright
	{
	font-size: .9em;
	line-height: 2em;
	padding-left: 4em;
	margin: 15px 0;
	}

#right_column select#standalone
	{
	float: left;
	clear: left;
	margin: 15px 0 20px 0;
	}

#right_column input#continue
	{
	float: left;
	clear: left;
	border: none;
	width: 100px;
	}

legend
	{
	display: block;
	text-indent: -999em;
	height: 0;
	}

ol li
	{
	padding: 4px 8px;
	float: left;
	width: 100%;
	}
ol .alt
	{
	background-color: #f6f2ef;
	}
ol label
	{
	padding: 1px 2px;
	display: block;
	font-size: 1.1em;
	}
ol input,
ol textarea
	{
	clear: left;
	}
ol input
	{
	width: 200px;
	}
input.short
	{
	width: 50px;
	}
ol textarea
	{
	width: 367px;
	height: 102px;
	}

/*
---------------------------------------------------
Footer
---------------------------------------------------
*/

#footer
	{
	float: left;
	clear: left;
	padding-left: 40px;
	}

#footer ul
	{
	float: right;
	margin: 36px 30px 0 -8px;
	}
#footer li
	{
	float: left;
	border-right: 1px solid #908b83;
	padding: 0 8px;
	}
#footer .last
	{
	border-right: 0;
	}
