BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
}	


a
{
	color: #131313;
}

a:hover {color: #000;}
#outer
{
	margin: 0px auto;
	width: 890px;
}

#header
{
	position:relative;
	height: 70px;
}

.logo
{
	position: relative;
	top: 0px;
	float: left;
	width: 210px;
}

.top_links
{
	position: relative;
	top: 10px;
	right: 30px;
	float: right;
}

.phone_number
{
	font-size: 16px;
	color: #000;
	text-align: right;
	font-weight: bold;
	margin-bottom: 8px;
}

.site_search
{
	font-size: 12px;
	color: #000;
}

#main_body_box
{
	position:relative;
	top: 0px;
	left: 0px;
	width: 889px;
	background-image: url('/_base/static/img/spaggi_main_bg.jpg');
	background-repeat: no-repeat;
	height: 814px;
	border: 1px solid #b0bbcb;
}

#main_body_layout
{
	position: relative;
	top: 0px;
	left: 6px;
	margin: 0px auto;
}

#main_nav
{
	position: relative;
	left: 0px;
	width: 880px;
	height: 26px;
	background-color: #f6f8fc;
	z-index: 9999;
}

#left_column_box
{
	clear: both;
	position: relative;
	top: 10px;
	left: 0px;
	width: 245px;
	float: left;
	z-index: 1;
}

#wide_left_column_box
{
	clear: both;
	position: relative;
	top: 10px;
	left: 0px;
	width: 602px;
	float: left;
	z-index: 1;
}

#center_column_box
{
	width: 370px;
	position: relative;
	top: 10px;
	left: 8px;
	float: left;
	z-index: 1;
}

#wide_center_column_box
{
	width: 630px;
	position: relative;
	top: 10px;
	left: 8px;
	float: left;
	z-index: 1;
}


#right_column_box
{
	position: relative;
	top: 10px;
	left: 12px;
	width: 250px;	
	float: left;
	z-index: 1;
	color: #A3A3A3;
}

#body_footer
{
	clear: both;
	float: none;
	position: relative;
	top: 14px;
	left: 3px;
	width: 880px;
	height: 105px;
	background-color: #f6f8fc;
}

.footer_content
{
	float: none;
	clear: both;
	position: relative;
	top: 20px;
	color: #A3A3A3; 
}
.footer_content a
{
	color: #A3A3A3;
	text-decoration:none;
}
.footer_content a:hover
{
	color: #A3A3A3;
	text-decoration: underline;
}
.image_padding_right
{
	margin-right: 2px;
	margin-top: 0px;
	margin-left: 5px;
}

.retail_store_image
{
	margin-top: 0px;
}
.image_padding_left
{
	margin-left: 6px;
}
P.footer_text
{
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	color: #A3A3A3;
}

p
{
	margin: 0px;
	padding:0px;
}

.input
{
	font-size:12px;
	color: #000;
	border: 1px solid #ffb500;
}

label
{
	width: 150px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#login_form
{
	position: relative;
	top: 10px;
	left: 10px;
	width: 200px;
}

.submit_btn
{
	position: relative;
	top: 10px;
	right: 20px;
}

.form_elem
{
	padding-top: 4px;
}
.clear
{
	float: none;
	clear: both;
}

.reg_form_left
{
	float: left;
}
.reg_form_right
{
	float: left;
	margin-left: 5px;
}

.user_reg_form
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	padding: 6px; 
	margin-top: 10px;
	background-color: #e7f0e0;
	overflow: hidden;
}

.membership_header
{
	font-size:18px;
	margin:0px;
	padding:0px;
	color: #5c8241;
}

/* FORM ELEMENTS */

.form_text
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 150px;
	padding: 4px;
	background: #FFF;
	font-family: arial;
	float: left;
}

.form_text_email
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 360px;
	padding: 4px;
	background: #FFF;
	font-family: arial;
	float: left;
}
.form_text_area_email
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 560px;
	height: 350px;
	padding: 4px;
	background: #FFF;
	font-family: arial;
	float: left;
}

.form_text_area_large
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 500px;
	height: 100px;
	padding: 4px;
	background: #FFF;
	font-family: arial;
	float: left;
}

.form_labels
{
	width: 100px;
	float: left;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
	color:  #5c8241;
}
.zip_box
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	width: 60px;
	padding: 4px;
	background: #FFF;
	font-family: arial;
	float: left;
}

.buy_sell_header
{
	float: left;
	position: relative;
	margin: 1px 72px;
	
}

.image_border
{
	border: 1px solid #6699cc;
}


#login-window
{
	width: 361px;
	height: 110px;
	position: absolute;
	left: 50%;
	margin-left: -191px;
	border: 2px solid #6F86AA;
	background: #FFF;
	z-index: 10000;
	top: 109px;
	display: none;
}
#login-window a
{
	color: #666;
	
}

#login-window a:hover
{
	color: #000;
	
}

.login-title
{
	background: #6F86AA;
	padding: 4px;
	color: #FFF;
	font-weight:bold;
}

#login-title-text
{
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
}

input.login-txt
{
	border: 1px solid #CCC;
	font-size: 9pt;
	width: 140px;
	padding: 2px;
}


#user-header-info
{
	width: 260px;
	font-size: 9pt;
	text-align: right;
}

#user-header-info span
{
	padding-right: 5px;
}

#user-header-info a
{
	color: #4E77B5;
	text-decoration: none;
}
#user-header-info a:hover
{
	color: #000;
	text-decoration: none;
}

.gc-to
{
	width: 160px;
	border: 1px solid #9ec582;
	padding: 3px;
	font-size: 9pt;
}

#gift-cert-error
{
position: absolute;top: 100px;left: 340px; width: 130px;color: red;
display: none;
}

#gift-card-confirm-error
{
	position: absolute;
	top: 107px;
	left: 210px;
	width: 200px;
	color: red;
	display: none;
}



.txt
{
	border: 1px solid #AAA;
	padding: 3px;
	font-size: 9pt;
}

.w120
{
	width: 120px;
}

.required-red
{
	color: #DF4545;
	font-size: 11pt;
}


a.dflt
{
	color: #2b4d80;
	text-decoration: none;
}

a.dflt:hover
{
	color: #6E84A9;
}