/* ================= UNDO DEFAULT ================= */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;font-weight: normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,legend,input,select { margin:0; padding:0 }
a img,:link img,:visited img, fieldset { border:none }
address { font-style:normal }
table {border:none;padding:0;margin:0;}

/* ================= MAIN STUFF ================= */

body {
	background: #bf8f54 url(../images/wood.jpg) repeat 50% 0;
	padding-bottom: 20px;
	font-family: Arial, sans-serif;
	}

#wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 66px 0 20px 0;
	}

#logo {
	display: block;
	position: absolute;
	width: 299px;
	height: 0;
	padding-top: 210px;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	top: 6px;
	left: 21px;
	z-index: 2;
	}

#utah {
	display: block;
	position: absolute;
	width: 148px;
	height: 0;
	padding-top: 166px;
	background: transparent url(../images/utahsown.gif) no-repeat 0 0;
	top: 550px;
	left: 94px;
	z-index: 2;
	}

#main {
	width: 869px;
	background: #f6e5be url(../images/back.jpg) repeat 0 0;
	margin: 0 auto;
	position: relative;
	}

#header {
	width: 869px;
	height: 68px;
	background: #f6e5be url(../images/header.jpg) no-repeat 0 0;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	}

h1 {
	}

#footer {
	width: 869px;
	height: 100px;
	background: transparent url(../images/footer.jpg) no-repeat 0 0;
	margin: 0 auto 30px auto;
	color: #E7ABA3;
	}

#footer p {
	padding: 40px 20px 0 0;
	font-size: .7em;
	text-align: right;
	}

#content {
	margin: 0 40px 0 280px;
	padding: 6px 0 20px 0;
	font-family: Georgia, serif;
	line-height: 1.4em;
	background: transparent url(../images/julio.gif) no-repeat 100% 6px;
	color: #7e4b2f;
	font-size: 1.1em;
	}

#content a {
	color: #7e4b2f;
	text-decoration: underline;
	}

#content h1 {
	height: 0;
	padding-top: 100px;
	background-position: 100% 33px;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;
	}

.photoright {
	float: left;
	margin: 0 10px 10px 0;
	}

#content h1#brands {background-image: url(../images/h1_brands.gif);}
#content h1#contact {background-image: url(../images/h1_contact.gif);}
#content h1#employment {background-image: url(../images/h1_employment.gif);}
#content h1#history {background-image: url(../images/h1_history.gif);}
#content h1#home {background-image: url(../images/h1_home.gif);}
#content h1#partners {background-image: url(../images/h1_partners.gif);}
#content h1#press {background-image: url(../images/h1_press.gif);}
#content h1#recipes {background-image: url(../images/h1_recipes.gif);}

#content h2 {
	color: #D31145;
	padding-top: 1em;
	font-size: 1.1em;
	}

#content p {
	padding-bottom: 10px;
	}

#content ul {
	list-style-type: square;
	padding: 0 0 10px 20px;
	margin-left: 10px;
	}

#content img.left {
	float: left;
	margin: 6px 16px 16px 0;
	}

#content img.right {
	float: right;
	margin: 6px 0 16px 16px;
	}

#menu {
	position: absolute;
	top: 100px;
	left: 40px;
	}

#menu li {
	padding: 5px 0 6px 0;
	background: transparent url(../images/divider.gif) no-repeat bottom left;
	}

#menu li.noline {
	background: none;
	}

#menu li a {
	display: block;
	width: 197px;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
	}

#menu li a.brands {
	background: transparent url(../images/menu_brands.gif) no-repeat 0 0;
	}
#menu li a.history {
	background: transparent url(../images/menu_history.gif) no-repeat 0 0;
	}
#menu li a.press {
	background: transparent url(../images/menu_press.gif) no-repeat 0 0;
	}
#menu li a.recipes {
	background: transparent url(../images/menu_recipes.gif) no-repeat 0 0;
	}
#menu li a.employment {
	background: transparent url(../images/menu_employment.gif) no-repeat 0 0;
	}
#menu li a.partners {
	background: transparent url(../images/menu_partners.gif) no-repeat 0 0;
	}
#menu li a.contact {
	background: transparent url(../images/menu_contact.gif) no-repeat 0 0;
	}

#menu li a:hover,
#menu li a.selected {
	background-position: 0 -26px;
	}

.gridform td {
	font-size: 70%;
	}

.gridform th {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	line-height: .9em;
	}

.gridform .center {
	text-align: center;
	}

.gridform .input input {
	width: 140px;
	}

/* @group page actions */

.actions {
	clear: both;
	position: relative;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	}

.actions .left {
	position: absolute;
	top: 0;
	left: 0;
	}

.actions .right {
	position: absolute;
	top: 0;
	right: 0;
	}

.actions .center {
	text-align: center;
 	}
 
.actions .center input {
	margin: 0 3px;
 	}

.actions .left input {
	margin-right: 8px;
	float: left;
	}
.actions .right input {
	margin-left: 8px;
	float: left;
	}

.actions input {
	border-top: 1px solid #BBB;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	border-bottom: 1px solid #666;
	background: #E7E7E7 url(../images/button_nondefault.gif) repeat-x bottom left;
	color: #666;
	padding: 1px 6px 2px 6px;
	font-size: .85em;
	font-family: Arial, sans-serif;
	}

.actions .default {
	background: #00A261;

	color: #fff;
	}

/* @end */

/* @group form design */

.formwrapper {
	margin: 0 auto;
	}

.leftpadding {
	padding-left: 20px;
	}

.formwrapper td {
	vertical-align: top;
	}

#content h2.legend {
	text-align: left;
	font-size: 80%;
	color: #00A261;
	margin-top: 10px;
	}
 
.formdesign {
	margin-bottom: 20px; 
	font-size: .72em;
	}

.error {
	color: #D31145;
	}

.centerform {
	margin: 0 auto;
	}
 
.layout .line fieldset {
	margin-top: 40px;
	margin-bottom: 20px;
	display: inline;
	}

sub {
	font-family: georgia, sans-serif;
	font-size: 1.7em;
	line-height: .25em;
	color: #CB2726;
	font-weight: boldest;
	vertical-align: -.3em;
	padding-right: 2px;
	}

.formdesign th .tip {
	display: none;
	}

.formdesign th .showtip {
	border-top: 1px solid #ca9d5a;
	border-left: 1px solid #a56825;
	border-right: 1px solid #a56825;
	border-bottom: 1px solid #a56825;
	padding: 2px 4px;
	background: #eed8ae url(../images/notes_back.gif) repeat-x left bottom;
	color: #7a380a;
	display: inline;
	font-weight: normal;
	text-decoration: none;
	}

.formdesign .failed td {
	border: 2px solid #CB2726;
	padding-left: 3px;
	padding-right: 3px;
	}

.formdesign .failed label {
	/*background: transparent url(../images/icon_warning.gif) no-repeat 100% 5px;*/
	color: #CB2726;
	/*padding: 6px 18px 6px 2px;*/
	padding: 6px 0 6px 2px;
	font-weight: bold;
	}
	
.formdesign .oldvalue {
	background: #EEEADB;
	}

.formdesign .newvalue {
	background: #D3E29D;
	}

.formdesign .oldvalue th {
	background: transparent url(../images/icon_badge_old.gif) no-repeat 6px 50%;
	padding-left: 34px;
	}

.formdesign .newvalue th {
	background: transparent url(../images/icon_badge_new.gif) no-repeat 6px 50%;
	padding-left: 34px;
	}


.formdesign .newvalue th label {
	font-weight: bold;
	}
 
.formdesign th,
.formdesign td {
	/* DO I NEED THESE STUPID LINES? */
	padding: 3px 0;
	vertical-align: top;
	}

.formdesign td.noline {
	border-bottom: none;
	}
 
.formdesign td.padded {
	padding-left: 10px;
	}

.formdesign td .warning {
	color: #880000;
	background: transparent url(../images/icon_warning.gif) no-repeat 0 0;
	padding: 2px 0 8px 18px;
	font-weight: normal;
	display: block;
	}

.formdesign th {
	text-align: right;
	padding: 5px 10px 6px 2px;
	font-weight: normal;
	line-height: 1.2em;
	}

.formdesign .readonly {
	padding: 5px 10px 6px 2px;
	text-align: left;
	color: #666;
	}

.formdesign .copy {
	width: 250px;
	}

.formdesign a {
	text-decoration: underline;
	}

.formdesign select {
	font-size: 90%;
	color: #333;
	padding: 0 0 -1px 0;
	}

.formdesign select option {
	padding-left: 10px;
	}

.formdesign td.tighter {
	padding-bottom: 0;
	}

.formdesign .input,
.formdesign .required,
.formdesign .failed {
	vertical-align: middle;
	}
  
.formdesign .input input,
.formdesign .date input {
	width: 100px;
	padding: 1px 2px;
	font-size: 80%;
	}

.formdesign th.picker {
	vertical-align: middle;
	padding: 0  10px 0 0;
	}

.formdesign th.picker select {
	font-size: 100%;
	color: #333;
	padding: 0;
	}

  
input.suggest {
	background: #FFF url(../images/icon_ajax.gif) no-repeat top right;
	padding-right: 16px;
	width: 164px;
	}

.formdesign .select span {
	top: 2px;
	}

.formdesign .date {
	padding-bottom: 0;
	}		

.formdesign .date span {
	top: 2px;
	}	

.formdesign .input em,
.formdesign .select em,
.formdesign .date em,
.formdesign .file em {
	display: block;
	color: #666;
	padding-top: 4px;
	}

.formdesign .file input {
	font-size:90%;
	}

.formdesign th input {
	top: 2px;
	}

.formdesign .date input {
	width: 70px;
	}

.formdesign td img {
	position: relative;
	vertical-align: middle;
	top: -2px;
	}
 
th.adjacent {
	padding-left: 20px;
	}
 
.formdesign .checkbox,
.formdesign .radio {
	padding-top: 2px;
	line-height: .8em;
	}
 
.formdesign .checkbox input,
.formdesign .radio input{
	width: 13px;
	height: 13px;
	margin: 2.5px 4px 2px 0;
	vertical-align: middle;
	border: none;
	}
 
.formdesign .checkbox label,
.formdesign .radio label {
	padding: 0 10px 0 0;
	cursor: pointer;
	vertical-align: middle;
	}

.formdesign textarea {
	width: 180px;
	height: 6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

.formdesign tfoot td {
	border: none;
	font-size: 140%;
	}

.groupheader {
	margin: 4px 0 5px 0;
	}
 
.groupheader input {
	vertical-align: middle;
	cursor: pointer;
	}
 
.groupheader label {
	vertical-align: middle;
	margin-left: 4px;
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	}

/* @end */
