body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}




html{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#101010 none repeat scroll 0 0;
	
}


textarea{
	/*added to disable the drag that becomes available for textbox is set to multiline in google chrome and apple safari */
	resize:none;
}


a:link { text-decoration:none }
a:visited { text-decoration:none }
a:hover { text-decoration:none }

a{
	text-decoration: none;
	border: 0px;
	outline:none; 
}


body{
		
	font-family:Arial;
	
}


/* clear fix */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    line-height:0;
    clear: both;
    visibility: hidden;
}




/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear{ *zoom:1; *display:block; }
/* End hide from IE-mac */



.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

/*
	=WRAPPER
*/
.wrapper{
	
	/*min-height:900px;     
	height:100%;*/     
	
	/*g************/
	min-height:0px; 
	height:0px;
	
	/*g*********/
	position:relative;
	margin-left:0px !important;
	/*margin-left:134px;*/

}

/*
	=CONTENT
*/
.content {
	width:990px;
	margin: 0 auto;
}



/*
	=HEADER
*/
.header{
	height			:	80px;
	width			:	100%;
	min-width		:	990px;
	background:transparent url(/bulgari/wireframe_images/header.png) repeat scroll 0 0;
height:80px;
left:0;
}

	.header .hd-transparent-holder{
	    height:80px;  
	    position:absolute;  
	    top:0px;  
	    left:0px;
	}

	.header .content{
		top:0px;
		padding-top:15px;
		position:relative;			
		width:960px;
	}
	
	.header .content .logo{
		width:190px;
		height:19px;
		display:block;
		text-indent:-9999px;
		float:left;
		background:transparent url(/bulgari/wireframe_images/bulgari_logo.png) no-repeat 0 0;
	}

/*
 * =utility
 */
.header .utility{
	
	float:right;
	display:inline;
	margin-right: 3px;
	LINE-HEIGHT: 3px;
	
}

#logoutButton{
	LINE-HEIGHT: 14.5px;
}

.header .utility .shopping_text{
	LINE-HEIGHT: 21px;
	color:#D1D1CC;
	font-size:10px;
	background-color:transparent;
	margin-top:3px;
	cursor:pointer;
}
.header ul.utility {
	display:inline;
}
	.header .utility li{
		display:inline;
		float:left;
		margin-left:10px;
		/*line-height:11px;*/
		height:18px;
		
	}
	
	.header .utility a:link,
	.header .utility a:visited{
		color:#d1d1cc;
		font-size:10px;
		text-decoration:none;
	}
	.header .utility a:hover,
	.header .utility a:active{
		color:#d1d1cc;
	}
/*
 * =search
 */
.header .search-frm{
	margin:0 0 0 10px;
	position:relative;
	border: 1px solid  #dddbd9;
}

	.header .utility .search-frm li{
		margin:0;
		
	}
	.search-frm label{
		display:none;
	}
	
	.header .search-frm fieldset ul{
		position:relative;
		z-index:2;
		height: 17px;
		
	}
	.search-frm .frm-text{
		background-color:transparent;
		border:none 0px;
		outline:none;
		text-transform:uppercase;
		margin:3px 2px 10px 0;
		padding:0 2px;
		/*line-height:17px;
		height:18px;*/	
		font-size:9px;
		opacity:0.7;
		-moz-opacity:0.7; 
		filter:alpha(opacity=70);
		color:#ffffff;
		
	}
	
	#searchfield{
	
	margin-top:3px!important;

	}
	
	.search-frm .btn-search{
		text-indent:-9999px;
		width:17px;
		height:18px;
		line-height:10px;
		padding:0;
		margin:0;
		display:block;
		vertical-align:top;
		border-left:1px solid #d1d1cc;
		background:transparent url(/bulgari/wireframe_images/ir-buttons.gif) no-repeat 7px -15px;
		
	}
	.search-frm .btn-search:hover 
	{
		color:#fff;
	}
	
	.search-frm .transparent-holder{
		opacity:0.3;  
	    filter:alpha(opacity=30);  
	    -moz-opacity:0.3; 
	    background-color:#000000;   
	    width:111px;  
	    height:17px;
		display:block;  
	    position:absolute;  
	    top:0;
	    left:0; 
	}
	
	
		
	.inputHide
{
	
	display:none;
	border: 0px;
	margin:0px;
	padding:0px;
	
}



input{
	border: 0px;

}


/*
	=FOOTER
*/
.footer{
	height			:	30px;
	width			:	100%;
	min-width		:	990px;
	bottom			:	0;
	overflow:hidden;
	position		:	absolute;
	font-size:10px;	 
    background: transparent url(/bulgari/wireframe_images/header.png) repeat scroll 0 0;
	height:30px;
	left:0;	
}
	.footer .transparent-holder{
	    height:30px;  
	    position:absolute;  
	    top:0px;  
	    left:0px;
	}
	.footer .content{
		margin:0 auto;
		color:#fbfbfb;
		font-family:Arial;
		position:relative;
		width:960px;
	}
	
	.footer a:link,
	.footer a:visited{
		color:#fbfbfb;
		text-decoration:none;
		padding:0 0 10px 0;
		line-height:25px
	}

	
	.footer .content .footerlinks{
	}
	
	.header-footer{
		/*border: 1px red solid;*/
	}

	.footer .content .footerlinks li{
		display:inline;
		height:25px;
	}
	
	.footer .content .footer-internal{
		float:left;
		margin:8px 0px 0 0;
		padding-right:10px;	
		margin-left:auto;
		margin-right:auto;	
		
	}
	
	
	
	.left-content
	{
		display:inline-block;		
	}
		.footer .content .footer-internal li{
			display:inline;
			margin-right:18px;
			
		}
		
		.footer .content .footer-internal li.shopping_list_item{
			display:inline;
			margin-right:9px;
			
		}
		
		.footer .content .footer-internal li .american_fb{
			display:inline;
			margin-right:9px;
			
		}
		
		
		.footer .content .footer-icon{
		
		float:right;
		margin:7px 0 0 0;
		/*width:70px;*/
		
	}
		
	.footer .content .footer-icon ul{
		float:left;
		margin-left:10px;
		
		
	}
	.footer .content .footer-icon li{
		display:inline;
		margin-right:10px;
	}
		
	.footer .content .footer-external{
	margin:10px 0 0 0;

		float:right;

		white-space:nowrap;
	}
		.footer .content .footer-external li{
			display:inline;
			margin-left:20px;
			text-transform:uppercase;
		}
		
		.footer .footerlinks li.active a:link,
		.footer .footerlinks li.active a:visited,
		.footer .footerlinks li.active a:hover,
		.footer .footerlinks li.active a:active{

	}

/*
	=BACKGROUND
*/
	.bg-container{
		display:block;
		position:absolute;
		
		top:0;
		left:0;
		
		z-index:-1;
		overflow:hidden;
		
	}
	
	.bg-image{
		display:block;	
		position:absolute; 
		-ms-interpolation-mode:bicubic;		
		margin:0px;
		
	}

.js .bg-container{
	left:0;
	margin:0;

}	


/*
	=globalnav
*/		
.globalnav{
	
	margin:12px 0 0 0;
	margin-top:	25px !important;
	
}
	.globalnav li{
		height:20px;
		margin:0 24px 0 0;
		display:inline;
		float:left;
		font-size:10px;
		
	}
	.globalnav li.right{
		float:right;
		margin:0 0 0 25px;
	}
	.globalnav a:link,
	.globalnav a:visited{
		color:#dddbd9;
		text-transform:uppercase;
		text-decoration:none;
		padding:0 0 10px;
		line-height:25px;
	}

	.globalnav a:hover,
	.globalnav a:active{
		/*color:#dddbd9;
		background:transparent url(/bulgari/wireframe_images/nav-highlight.gif) repeat-x 0 14px;*/
	}

	.globalnav li.active a:link,
	.globalnav li.active a:visited,
	.globalnav li.active a:hover,
	.globalnav li.active a:active{
		/*color:#dddbd9;
		background:transparent url(/bulgari/wireframe_images/nav-highlight.gif) repeat-x 0 14px;*/
	}
	





	