/*********************************BEGIN STRUCTURE FORMATTING*********************************************/
#breadcrumbs{
	width: 965px;
	margin-left: 10px;
	padding: 5px 0px;
	position: relative;
	text-align: right;
	direction: rtl;
	unicode-bidi: embed;
	margin-top: 7px;
	/*unicode-bidi: bidi-override;*/
}
#container{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
}
#header{
	background-image: url('/images/amo_header_bg.gif');
	background-repeat: no-repeat;
	height: 175px;
	display: block;
	clear: both;
	width: 975px;
}
#main_content{
	width: 975px;
	margin: 0px auto;
	margin-top: 0px;
	z-index: 10;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
}
.master_table{
	width: 100%;
}
.master_table td{
	vertical-align: top;
}
#slogan{
	position: absolute;
	top: 120px;
	left: 57px;
	
	font-size: 15px;
	font-family: Times New Roman;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
	color: #000000;
	text-transform: capitalize;
}
#header_right{
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: right;
	line-height: 16px;
}
#header_right img{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
#logo{
	height: 145px;
	position: relative;
	width: 241px;
	top: 5px;
}
#content{
	position: relative;
}
.box_holder{
	position: relative;
	z-index: 10;
	width: 975px;
	overflow: hidden;
	min-height: 300px;
	margin-top: 10px;
}
.box_inner{
	width: 10000px;
	height: 491px;
}
.box_main{
	width: 315px;
	height: 487px;
	float: left;
}
.box_large_main{
	height: 491px;
	width: 975px;
	float: left;
}
.box_wrapper{
	position: relative;
	float: none;
	clear: both;
	height: 440px;
}
.footer_boxes{
	height: 100px;
	float: none;
	clear: both;
	margin-top: 12px;
	position: relative;
}
.footer_box{
	float: left;
}
.privacy_bg{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}
/*********************************END STRUCTURE FORMATTING*********************************************/
/*********************************BEGIN HORIZONTAL RULES*********************************************/
.gold_hr{
	margin: 7px 0px 0px 0px;
	width: 100%;
}
.dashed{
	display: block;
	border: 0px;
	outline: 0;
}
/*********************************END HORIZONTAL RULES*********************************************/
/*********************************BEGIN COLUMNS*********************************************/
.column{	
	float: left;
}
.side_column{
	margin: 0px 0px;
	width: 180px;
	margin-top: 25px;
}
.main_column{
	margin: 0px 0px 0px 20px;
	width: 760px;
	position: relative;
	/*min-height: 1000px;*/
}
.full_main_column{
	width: 940px;
	position: relative;
	/*min-height: 1000px;*/
}
.full_column{
	width: 965px;
	position: relative;
}
.side_column h1, .side_column h2, .side_column h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	
}
.main_column h1, .main_column h2, .main_column h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	
}
.full_column h1, .full_column h2, .full_column h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.col1{
	width: 550px;	
	height: 487px;
	float: left;
	position: relative;
}
.col2{
	width: 220px;	
	height: 487px;
	float: left;
	position: relative;
}
.col3{
	width: 205px;	
	height: 487px;
	float: left;
	position: relative;
}
.col1 div{
	padding: 15px;
}
.col1 div div{
	padding: 0px;
}
.col2 div{
	padding: 0px;
}
.col3 div{
	padding: 8px;
}
.col3 p{
	margin: 0px;
}
/*********************************END COLUMNS*********************************************/
/*********************************BEGIN AUTOCOMPLETE*********************************************/
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	text-align:				left;
	z-index:				50;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	white-space:			nowrap;
}
ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}
/*********************************END AUTOCOMPELTE*********************************************/
/*********************************BEGIN FOOTER*********************************************/
#footer{
	width: 965px;
	margin-left: 10px;
	height: 30px;
	position: relative;
	margin-top: 5px;
	text-align: center;
}
#last_updated{
	position: absolute;
	top: 0px;
	right: 0px;
}
#copyright{
	height: 30px;
	position: relative;
	margin-top: 5px;
}

#copyright_left{
	position: absolute;
	top: 0px;
	left: 0px;	
}
#copyright_left a{
	position: relative;
	top: 7px;
}
#copyright_left span, #footer span{
	padding: 0px 7px;
}
#copyright_left_simple{
	position: absolute;
	top: 0px;
	left: 0px;	
	text-align: center;
	width: 975px;
}
#copyright_left_simple a{
	position: relative;
	top: 7px;
}
#copyright_left_simple span{
	padding: 0px 7px;
}
#copyright_right{
	position: absolute;
	top: 4px;
	right: 0px;	
}
#copyright_right img{
	vertical-align: middle;
}
/*********************************END FOOTER*********************************************/
/*********************************BEGIN NAV*********************************************/
#nav{
	height: 35px;
	position: relative;
	z-index: 20;
	width: 975px;
	/*margin-left: 10px;*/
}
.nav_item{
	float: left;
	margin-right: 0px;
	height: 26px;
	padding: 0px 0px 0px 0px;
}
.nav_item a span{
	position: relative;
	top: 5px;
}
.nav_item a{
	height: 28px;
	padding: 5px 10px 0px 10px;
	/*position: relative;
	top: 5px;*/
	z-index: 16;
}
.nav_item a:hover{
	height: 28px;
	padding: 5px 10px 0px 10px;
	position: relative;
	z-index: 23;
}
.subnav{
	display: none;
	/*height: 300px;
	width: 350px;*/
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 21;
	padding: 15px 1px 5px 15px;
}
.subnav ul{
	margin-top: 5px;
}
.subnav img{
	margin-right: 7px;
}
#nav_left{
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 22;
}
#nav_left_simple{
	position: absolute;
	top: 0px;
	left: 50px;	
	z-index: 22;
}
#nav_right{
	position: absolute;
	top: 4px;
	right: 0px;	
}
#nav_right img{
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#nav_right .submit_button{	
	position: relative;
	top: 5px;
}
#left_nav{
	margin: 10px 0px;
	width: 220px;
	line-height: 16px;
}
#left_nav.narrow{
	margin: 0px 0px;
	width: 170px;
}
#left_nav h4{
	margin: 0px 0px 5px 0px;
}
#left_nav h2{
	padding: 25px 0px 0px 0px;
}
#left_nav h2.first{
	padding: 0px 0px 0px 0px;
}
#sub_nav {display: block; }
#sub_nav ul{list-style-type: none;margin-top: 0px;margin-bottom: 0px; }
.subnav dl{margin-top: 5px;margin-bottom: 0px; }
#sub_nav li{margin: 0px 0px 0px -40px;}
#sub_nav a{display: block;padding: 4px; }
#sub_nav a:hover{display: block;padding: 4px;}
/*********************************END NAV*********************************************/
/*********************************BEGIN PAGE CONTENT*********************************************/
#page_content{
	margin: 10px 10px 10px 20px;
	width: 720px;
	position: relative;
}
#page_content h2{
	margin: 0px 0px 5px 0px;
}
#page_content h3{
	margin: 0px 0px 5px 0px;
}
#page_content hr{
	margin: 15px 0px;
	padding: 0px;
}
#page_content div.pagination{
	position: absolute;
	right: 0px;
	top: 7px;
	width: 720px;
	text-align: right;
}
/*********************************END PAGE CONTENT*********************************************/
/*********************************BEGIN MISC*********************************************/
.pagination{
	margin: 0px auto;
}
.double_arrows{
	position: relative;
	top: 7px;
}
.double_arrows img{
	vertical-align: middle;
}
#nav_bar{
	position: absolute;
	top: 175px;
	left: 0px;
	height: 26px;
	width: 100%;
	z-index: 1;
}
.btn, .btn_red{
	width: 92px;
	height: 20px;
	line-height: 20px;
	/*display: block;
	padding-top: 2px;*/
}
.btn_red_wide{
	width: 145px;
	height: 20px;
	line-height: 20px;
	/*display: block;
	padding-top: 2px;*/
}
.btn_super{
	width: 145px;
	height: 32px;
	line-height: 32px;
	/*display: block;
	padding-top: 2px;*/
}
.image_boxes{
	padding: 6px;
	width: 225px;
}
.image_boxes_last{
	padding: 6px;
	width: 225px;
}
/*********************************END MISC*********************************************/
/*********************************BEGIN BANNER BOXES*********************************************/
.banner_box{
	float: none;
	clear: both;
	position: relative;
	height: 300px;
	width: 760px;
}
.left_banner_image{
	margin: 0px 20px 20px 0px;
	float: left;
}
.left_banner_image img{
	padding: 4px;
}
.right_banner_image{
	margin: 58px 36px 20px 0px;
	float: right;
	width: 284px;
}
.right_banner_image_noborder{
	margin: 35px 36px 0px 0px;
	float: right;
	width: 284px;
}
.right_banner_image p{
	margin: 10px 0px 0px 0px;
}
.blank_banner_image{
	text-align: center;
	width: 175px;
	padding: 70px 50px;
	margin: 0px 50px 20px 0px;
	float: left;
}
.left_banner_quote{
	width: 350px;
	float: left;
	margin-left: 9px;
}
.right_banner_content{
	width: 405px;
	float: left;
	margin-top: 36px;
	margin-left: 29px;
}
.right_banner_content .quote_header{
	padding: 10px 0px 20px 0px;
}
.page_indent{
	padding-left: 50px;
	padding-top: 20px;
}
.blue_banner_quote{
	float: left;
	position: relative;
	margin: 30px 0px 15px 0px;	
	text-align: right;
	width: 380px;
}
.large_banner_quote{
	float: left;
	padding: 0px 25px;
	position: relative;
	margin: 30px 50px 15px 50px;
}
.quote_col{
	width: 185px;
	float: left;
	position: relative;
	margin-right: 15px;
}
.quote{
	padding-left: 27px;
	margin-left: 20px;
}
.end_quote{
	display: inline;
	padding-left: 5px;
}
.block_content{
	float: left;
	width: 525px;
	margin-left: 25px;
}
/*********************************END BANNER BOXES*********************************************/
/*********************************BEGIN PARTNER BOX*********************************************/
#partner_box{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
	width: 600px;
	height: 450px;
	padding: 20px;
}
#image_close{
	position: absolute;
	top: 10px;
	right: 10px;
}
.partner_box{
	float: left;
	margin-right: 10px;
	width: 300px;
}
/*********************************END PARTNER BOX*********************************************/
/*********************************BEGIN QUICK VIEW*********************************************/
#quick_view{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
	width: 650px;
	/*height: 500px;*/
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #BC9739;
}

.cart_table{
	width: 100%;
	font-size: 12px;
}
.cart_table td{
	padding: 4px;
}
.cart_table td h3{
	margin: 0px;
	padding: 0px;
}
.cart_header{
	background-image: url(../images/amo_cart_bg_repeater.gif);
	background-repeat: repeat-x;
	height: 23px;
	color: #000000;
	/*width: 100%;*/
}
.cart_links{
	color: #666666;
}
.cart_prod_header{
	color: #686868;
	font-size: 14px;
	font-weight: bold;
}
.cart_item_number{
	color: #686868;
	font-size: 12px;
}

.cart_price_table{
	width: 100%;
	padding: 10px;
}
.cart_price_table_content{
	font-size: 12px;
	color: #b91714;
}
.cart_price_table_heavy{
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
	color: #b91714;
	font-weight: bold;
}
.cart_price_table_border{
	border: 1px solid #bababa;
	border-width: 1px 0px;
}
/*********************************END QUICK VIEW*********************************************/
/*********************************BEGIN SEARCH*********************************************/
#form-demo{
	display: inline;
	margin-top: 2px;
}
/*********************************END SEARCH*********************************************/
/*********************************BEGIN UPGRADE*********************************************/
#upgrade_browser{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
	/*height: 500px;*/
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #BC9739;
}
#image_upgrade_close{
	position: absolute;
	top: 5px;
	right: 5px;
}
#image_upgrade_close a{
	color: #d90e1c;
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#image_upgrade_close a:hover{
	color: #c09f5a;
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 11px;
}
/*********************************END UPGRADE*********************************************/
/*********************************BEGIN SUB NAV TABLES************************************/
.sub_table{
	
}
.sub_table_content{
	
}
.sub_table_home{
	padding-left: 30px;
}
.sub_table_whats_new{
	padding-left: 30px;
}
.sub_table_products{
	position: relative;
	z-index: 40;
	padding-right: 95px;
}
.sub_table_products_image{
	background-image: url(../images/amo_nav_image_products.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 237px;
	height: 237px;
	z-index: 10;
}
.sub_table_recipes{
	padding-left: 30px;
}
.sub_table_tips{
	padding-left: 30px;
}
.sub_table_customer_service{
	padding-left: 10px;
}
/*********************************END SUB NAV TABLES****************************************/
/**********************************BEGIN PORTBOX*********************************/
.port_box{
	color: #ffffff;
	display: none;
	border: 1px dashed #f4f4f4;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 91;
	/*width: 420px;
	height: 640px;*/
	padding: 8px;
}
.port_container{
	width: 100%;
	height: 100%;
	position: relative;
}
.close_port{
	position: absolute;
	top: 10px;
	right: 10px;	
	z-index: 92;
}
#port_top{
	/*float: left;	
	width: 480px;
	position: absolute;
	left: -1000px;
	top: 83px;*/
	position: relative;
	margin-top: 0px;
	color: #000000;
	padding: 0px 8px 8px 8px;
	font-size: 12px;
}
#port_top h1{
	margin-bottom: 0px;
	font-size: 18px;
	white-space: normal;
}
#port_bottom{
	/*float: left;	
	width: 260px;
	height: 400px;
	position: absolute;
	left: -1000px;
	top: 83px;*/
	/*background-color: #101010;*/
	color: #000000;
	padding: 8px;
}
#port_left{
	float: left;	
	width: 400px;
	position: absolute;
	left: 10px;
	top: 73px;
}
#port_right{
	float: left;	
	width: 340px;
	height: 400px;
	position: absolute;
	left: 553px;
	top: 73px;
	color: #ffffff;
	font-size: 12px;
	padding: 8px;
}
#port_right img, #port_left img, #scroller img{
	float: none;
	margin: 0px;
}
/**********************************END PORTBBOX*********************************/

#splash{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4000;
	width: 832px;
	height: 650px;
	display: none;
}
#splash_welcome{
	line-height: 1px;
	clear: both;
}
#splash_content{
	line-height: 1px;
}
#splash_amoretti{
	float: left;
	line-height: 1px;
}
#splash_store{
	float: left;
	line-height: 1px;
}
