* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url(images/body.jpg) repeat-x;
}
#top {
	width:850px;
	padding:0 53px;
	position:relative;
	margin:0 auto;
	background:url(images/shadow.jpg) no-repeat left top;
}
#main {
	background:url(images/main-background.jpg) repeat-y left top;
	padding:84px 0 20px 243px;
	min-height:433px;
	color:#4c4c4c;
	font:normal 13px/16px "Hevetica Neue" HelveticaNueue, Hevetica, "HelveticaNueue", Arial,  sans-serif;
}
#main p {
	margin-bottom: 1em;
}
#main h2 {
	color:#a86741;
	font:normal 26px/26px "Helvetica Neue UltraLight", HelveticaNeue-UltraLight, sans-serif;
	margin-bottom:0.8em;
}
#main h3 {
	font:normal 16px/16px "Helvetica Neue Light", HelveticaNeue-Light, sans-serif;
	color:#806F5F;
}
a img {
	border:none;
}
.fieldWithErrors {
	display:inline;
}
a {
	color:#644526;
	text-decoration:none;
	border-bottom:1px solid #E1D7CE;
}
/* ========== */
/* = Header = */
/* ========== */
#head {
	width:233px;
	position:absolute;
	left:53px;
	top:60px;
	text-align:center;
}
#head h1 {
	background:url(images/logo.jpg) no-repeat center center;
	padding:22px 0 30px;
	height:113px;
	overflow:hidden;
}
#head h1 a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	border:none;
	text-indent:-100em;
}
#head address,
#head p,
#head span,
#head strong {
	font:normal 10px/14px Helvetica, "HelveticaNueue", Arial,  sans-serif;
	color:#514851;
	text-transform:uppercase;





}
#head address {
	margin-bottom:15px;
}
#head address, #head p {
	padding:0 22px;
	clear:both;
}
#head span {
/*	float:left;*/
	width:50px;
/*	padding-right:10px;*/
}

/* ============== */
/* = NAVIGATION = */
/* ============== */
#nav {
	position:absolute;
	height:28px;
	width:586px;
	padding-right:4px;
	left:296px;
	top:56px;
	background:url(images/tab-top.jpg) no-repeat left bottom;
}
#nav h2 {
	display:none;
}
#navmenu li {
	background:url(images/tab-dim.jpg) no-repeat left top;
	float:right;
	list-style-type:none;
	width:97px;
	height:28px;
	margin-right:4px;
	text-align:center;
}
#navmenu li a {
	font:normal 10px/28px helvetica, "HelveticaNueue", Arial,  sans-serif;
	text-decoration:none;
	text-align:center;
	color:#777;
	border:none;
}
html#profile #nav-profile,
html#referrals #nav-referral,
html#compose #nav-send,
html#list #nav-users,
html#edit #nav-users {
	background-image:url(images/tab-light.jpg);
}

html#profile #nav-profile a,
html#referrals #nav-referral a,
html#compose #nav-send a,
html#list #nav-users a,
html#edit #nav-users  a {
	font-weight:bold;
	color:#333;
}
/* ================ */
/* = Main Content = */
/* ================ */
#content {
	background:url(images/tab-group.jpg) repeat-y left top;
	padding:30px 40px 30px 30px;
}
#omgbad {
	display:block;
	background:url(images/tab-bottom.jpg) no-repeat left top;
	height:7px;
	margin:0;
	border:0;
}
#main iframe {
	width:100%;
	height:30em;
	border:1px solid #CCC;
}
/* ========= */
/* = FORMS = */
/* ========= */
#main form {
	margin-top:1.7em;
}
#main form .text-field,
#main form .password-field {
	padding:4px 0;
}
#main form p {
	margin:0;
}
#main form .tip {
	display:none;
}
#main form label {
	font-weight:bold;
	font-size:11px;
	line-height:13px;
}
#main form input.text {
	border:1px solid #bababa;
	padding:3px 2px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
}
#main form .buttons-field {
	background:url(images/buttons-field.jpg) repeat-x left top;
	padding:10px;
	height:22px;
	text-align:right;
	margin-top:0.7em;
}
#main form .buttons-field button {
	width:101px;
	height:25px;
	padding:0;
	margin:0;
	background:url(images/save-button.jpg) no-repeat left top;
	border:0;
	text-indent:-100em;
	overflow:hidden;
	text-align:left;
	cursor:pointer;
}
#main form .buttons-field button.signup {
	background-image:url(images/signup-button.jpg);
}
#main form .buttons-field button.add {
	background-image:url(images/add-button.jpg);
}
#main form .buttons-field button.new-user {
	background-image:url(images/add-user-button.jpg);
}
#main form .buttons-field button.reset_password {
	background-image:url(images/reset-button.jpg);
}
#main form .buttons-field button.send {
	background-image:url(images/send-button.jpg);
}

#main form .buttons-field button.login {
	background-image:url(images/login-button.jpg);
}
#main form #tos.checkbox-field {
	float:left;
	padding-top:1px;
	margin-left:-8px;
	font-weight:normal;
}
#main form #tos.checkbox-field label {
	font-weight:normal;
}
#main form hr {
	clear:both;
	visibility:hidden;
}

#main #first_name_field {
	float:left;
	width:135px;
}
#main #first_name_field input.text{
	width:115px;
}
#main #last_name_field input.text {
	width:115px;
}
#main #email_field {
	clear:both;
}
#main #email_field input.text {
	width:250px;
}
#main #phone_field input.text,
#main #fax_field input.text {
	width:130px;
}
#main #address_list p {
	display:none;
}
#main #address_list div.text-field {
	height:17px;
	position:relative;
}
#main #address_list input.text {
	width:493px;
	float:left;
}
#main #state_field input.text,
#main #zipcode_field input.text {
	width:80px;
}
#main #city_field input.text,
#main #address_field #user_address {
	width:200px;
}
#main #address_list a.remove_address,
a.edit-button,
a.destroy-button {
	display:block;
	float:left;
	background:url(images/x.jpg) no-repeat left top;
	width:22px;
	height:22px;
	margin-left:5px;
	text-decoration:none;
	overflow:hidden;
	text-indent:-100em;
	opacity:0.8;
	border:none;
}
a.edit-button {
	background-image:url(images/package_editors.png);
}
a.edit-button,
a.destroy-button {
	margin:-3px 5px 0 0;
	float:right;
}
form #name {
	width:54%;
	float:left;
	padding-right:5%;
}
form #address {
	float:left;
	width:35%;
}
select {
	width:210px;
	display:block;
	border:1px solid #AAA;
	font-family:Helvetica, Arial, sans-serif;
}


/* ======================= */
/* = ERROR /SUCCESS BARS = */
/* ======================= */
div.flash,
div.errorExplanation {
	border:1px solid #CCC;
	background:#FAFAFA;
	padding:3px 10px;
	margin-bottom:15px;
	overflow:hidden;
}
div.errorExplanation {
	background:#ffe3e3 url(images/messagebox_warning.png) no-repeat 10px 10px;
	padding:10px 20px 10px 60px;
	color:#310201;
	border:1px solid #d53535;
}

#main div.flash *,
#main div.errorExplanation * {
	margin:0;
	font:normal 11px/27px Helvetica, "HelveticaNueue", Arial,  sans-serif;
	line-height:22px;
}
#main div.errorExplanation ul {
	padding-left:1.5em;
	list-style-type:square;
}
#main div.errorExplanation p {
	font-size:18px;
	line-height:32px;
	color:#a90704;
	font:normal 18px/32px "Helvetica Neue Light", HelveticaNeue-Light, sans-serif;	
	text-transform:capitalize;
}
#main div.errorExplanation h2 {
	display:none;
}
#main div.flash h2 {
	display:block;
	float:left;
	width:16px;
	height:22px;
	text-indent:-1000em;
	margin-right:5px;
}
div#flash_notice.flash {
	background:#a5e4a3 url(images/notice-bar.jpg) repeat-x left top;
	color:#195317;
	border:1px solid #31af2c;
}
#main div#flash_notice.flash h2 {
	background:url(images/accept.png) no-repeat center	center;
}
div#flash_error.flash {
	background:#f5e182 url(images/warning-bar.jpg) repeat-x left top;
	color:#c9770d;
	border:1px solid #dda129;
}
#main div#flash_error.flash h2 {
	background:url(images/error.png) no-repeat center	center;
}
/* ====================== */
/* = REFERRALS DOCUMENT = */
/* ====================== */
#referrals-link {
	margin:1.5em 0;
	border:1px solid #E1D7CE;
	padding:10px 10px 0px 95px;
	overflow:hidden;
	background:#FFFDFA;
}
#referrals-link a img {
	border:0;
	color:#333;
	float:left;
	margin-left:-80px;
	margin-top:-5px;
}
#referrals-link h3 {
	font-size:14px;
	margin-bottom:9px;
}
#referrals-link p {
	margin-top:3px;
	font-size:11px;
	line-height:15px;
	color:#666;
}
/* ===================== */
/* = MANAGE USERS LIST = */
/* ===================== */
html#list table {
	margin-top:3em;
	width:100%;
	border-spacing:0;
}
html#list th {
	text-align:left;
	font:normal 14px/14px "Helvetica Neue Light", HelveticaNeue-Light, sans-serif;
	color:#806F5F;
	padding-bottom:5px;
}
html#list th.actions {
	overflow:hidden;
	text-indent:-100em;
}

html#list td {
	padding:8px 0;
	border-top:1px solid #E3D9D2;
}

/* ========== */
/* = Footer = */
/* ========== */
#meta {
	padding-top:10px;
	padding-left:233px;
	text-align:center;
	font:normal 9px/16px Helvetica, "HelveticaNueue", Arial,  Sans-serif;
	color:#9F9F9F;
}
#meta p a img {
	position:relative;
	top:4px;
	left:-1px;
}