@CHARSET "ISO-8859-1";

/* BASE TAGS */
	body{
		background:  url(../images/body_bg.jpg); /* bg.jpg */
		font-family: verdana, arial;
		font-size: 11px;
		color:#fff;
	}
	
	h1 {
	}
	
	h2 {
	}
	
	h3 {
	}
	
	p {
	}
	
	strong {
	}
	
	div {
		/*background: #ccc;*/
		/*margin:-1px;*/
		/*border: 1px solid #fff;*/
		/*opacity: 0.75;*/
	}


fieldset {
	margin: 15px 0px;
	border: 1px solid #707070; _border: none;
	padding: 10px; _padding:2px;
}
fieldset div {
	clear: left;
}
fieldset a.boxbutton {
	margin: 0;
}
legend {
	background-color: #505050;
	padding: 5px;
	color: #FFF;
	font-weight: 700;
}

label, dt {
	float: left;
	width: 200px; _ width:160px;
	padding: 8px 0; _padding: 0px 0
	clear: left;
}

input, dd {
	float: left;
	width: 150px;
	margin: 10px 0;
}

/* BASE STRUCTURE */
	#all {
		width:100%;
		position:relative;
		background: transparent url(../images/all/bg.png) center repeat-y;
	}
	
	#base-outer {
	/*	background: transparent url(../images/base/outer/bg.png);*/
		height:auto;
		width: 1030px;
		margin: 0 auto;
		
	}
	
	#base-inner {
		width:998px;
		margin: 0 auto;
	}
	
	#base-footer-wrapper {
		position:fixed;
		width:100%;
		height: 26px;
		font-color: #999;
		font-wight:bold;
		bottom:0px;
		
	}
	
	#base-footer {
		width: 1024px;
		padding: 0 10px;
		left: auto;
		right:auto;
		margin: 0 auto;
		background:  url(../images/footer.jpg);
		height: 26px;
		position:relative;
	}
	
	#base-footer a {
		color:#999;
		line-height: 30px;
		height: 30px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		display:block; float:left;
		margin-right: 5px;
	}
	
	#base-footer a:hover {
		color:#fff;
	}
	
	#base-footer #right{
		position:absolute;
		top:0;
		right:0;
	}
	
	#footer-tour {
		padding-right: 25px;
		background: url(../images/footer/tour.gif) no-repeat right top;
	}
	
	#footer-assistance {
		padding-right: 25px;
		background: url(../images/footer/assistance.gif) no-repeat right top;
	} 
	
	#footer-packaging {
		padding-right: 25px;
		background: url(../images/footer/packaging.gif) no-repeat right top;
	}
	
	#content-header {
		height:96px;
		background:  url(../images/header/bg.gif); 
		padding-top:20px;
		position:relative;
	}


	
	#content-banner {
		height:552px;
		position:relative;
		
	}
	
	#primary-navigation {
		height:50px;
		font-size: 9px;
		padding: 22px 301px 24px 310px;
		background: url(../images/navigation/bg.gif) no-repeat; 
		position:relative;
	}
	
	#primary-navigation ul li {
		float:left;
		padding:0 2px;
		
	}
	
	#primary-navigation-menu{
		display:block;
		height:50px;
		position:relative;
	}
	
	#primary-navigation ul li ul{
		display:block;
		position: absolute;
		top:15px;
		left:0px;
		padding: 0 0 15px 0;
		width: 387px;
		height:15px;
	}
	
	#primary-navigation ul li ul a {
		font-style: italic;
		opacity:0.8;
	}
	
	
	
	#primary-navigation a {
		text-decoration: none;
		color: #fff;
		padding: 0 1px;
		
	}
	
	#primary-navigation a:hover {
		text-decoration: underline;
	}
	
	/**** PASTED AND AMENDED *******************************************/
	
	
	
	#primary-navigation ul {
		list-style: none;
		/*width: 500px;*/
		display:block;
	/*background:#c03 !important;*/
	}
	#primary-navigation ul li {
		float: left;
	}
	#primary-navigation ul li a {
		display: block;
		/*line-height: 18px;*/
	}
	
	#primary-navigation ul li ul{
		position:absolute;
		display:none;
		text-align:center;
	}
	
	#nav-brochure{
		left: 90px !important;
	}
	
	#content {
		height:80px;
		position:relative;
		padding-bottom: 20px;

height:100%;
	}
	


	#content-footer {
		height:40px;
		padding-top:130px;
		background: url(../images/content/footer.png) top no-repeat;
		color: #333;
		margin-top: 20px;
		margin-bottom:10px;
		text-align: center;
		
	}
	
	#content-footer a {
		color: #333;
	}
	
	
	#lcol {

    float:left;
    width:195px;
    padding-left: 35px; _padding: 0;
    height: 538px;
    }
    	#lcol-inner {
    		width:160px;
    		 		background: url(../images/internal/lcol/inner/bg.gif) top repeat-x;
    		padding: 0 10px;
    		height:507px;
    	}
    		#lcol-inner h2 {
    			font-size: 12px;
    			height:26px;
    			background: #161616;
    			line-height: 26px;
    			padding: 0 10px;
    			margin: 0 -10px;
    		}
    		
    		#lcol-inner h3 {
    			line-height: 1.25em;
    			font-size:10px;
    			color: #ccc;
    			display:block;
    			margin: 5px 0 ;
    		}
    		
    		#lcol-inner h3 strong {
    			display:block;
    			
    			color:#fff;
    		}
    		
    		#lcol-inner a {
    			color: #fff;
    			text-decoration: none;
    		}
    		
    		#lcol-inner a.dark {
    			font-size: 10px;
    			height:26px;
    			background: #161616;
    			line-height: 26px;
    			padding: 0 10px;
    			margin: 0px -10px;
    			display:block;
    			
    		}
    		
    		#lcol-inner a.plain {
    			font-size: 10px;
    			height:26px;
    			line-height: 26px;
    			display:block;
    		}
    		
    		#lcol-inner label {
    			line-height: 1.25em;
    			font-size:10px;
    			color: #ccc;
    			display:block;
    			margin: 5px 0 ;
    		}
    		
    		#lcol-inner label strong {
    			display:block;
    			
    			color:#fff;
    		}
    		
    		#lcol-inner select {
    			width:100%; font-size: 10px;
    		}
    		
    		#lcol-inner #order-hotline {
    			padding: 5px 0  26px 0;
    			background: url(../images/internal/lcol/inner/cards.gif) no-repeat bottom left;
    		}
    		
    		#lcol-inner #order-hotline strong {
    			display:block;
    			font-size: 18px;
    			line-height: 1.5em;
    		}
    		
    		#shopping-quote {
    			margin: 20px 0  10px 0 ;
    			font-size: 10px;
    			
    		}
    		
    		#shopping-quote strong {
    			font-weight:normal;
    			color: #9f5b1f;
    		}
    		
    		#sb-mmtour {
    		margin-top:20px;
    			display: block;
    			height: 51px;
    			width: 150px;
    			background: url(../images/internal/lcol/inner/mmtour.jpg) no-repeat;
    		}
    		
    		#sb-mmtour span {
    			display:none;
    		}


    	#lcol2-inner {
    		width:160px;
    		background: url(../images/internal/lcol/inner/bg2.gif) top repeat-x;
    		padding: 0 10px;
    		height:1635px;
text-align:center;
    	}
    		#lcol2-inner h2 {
    			font-size: 12px;
    			height:26px;
    			background: #222222;
    			line-height: 26px;
    			padding: 0 10px;
    			margin: 10px -10px 10px -10px;
    		}
    		

    		#lcol2-inner h3 {
    			line-height: 1.25em;
    			font-size:10px;
    			color: #ccc;
    			display:block;
    			margin: 5px 0 ;
    		}
    		
    		#lcol2-inner h3 strong {
    			display:block;
    			
    			color:#fff;
    		}
    		
    		#lcol2-inner a {
			font-size: 11px;
    			color: #dedede;
    			text-decoration: none;
    		}
    		
    		#lcol2-inner a:hover {
    			color: #fff;
    			text-decoration: none;
    		}
    		

    		#lcol2-inner a.dark {
    			font-size: 10px;
    			height:26px;
    			background: #161616;
    			line-height: 26px;
    			padding: 0 10px;
    			margin: 0px -10px;
    			display:block;
    			
    		}
    		
    		#lcol2-inner a.plain {
    			font-size: 10px;
    			height:26px;
    			line-height: 26px;
    			display:block;
    		}

    		#lcol2-inner p {
    			line-height:20px;

    		}
    		
    		#lcol2-inner label {
    			line-height: 1.25em;
    			font-size:10px;
    			color: #ccc;
    			display:block;
    			margin: 5px 0 ;
    		}
    		
    		#lcol2-inner label strong {
    			display:block;
    			
    			color:#fff;
    		}
    		
    		#lcol2-inner select {
    			width:100%; font-size: 10px;
    		}
    		
    		#lcol2-inner #order-hotline {
    			padding: 2px 0  46px 0px;
    			background: url(../images/internal/lcol/inner/cards2.gif) no-repeat bottom center;
    		}
    		
    		#lcol2-inner #order-hotline strong {
    			display:block;
    			font-size: 18px;
    			line-height: 1.5em;
    		}
    		


    	#lcol3-inner {
    		width:160px;
    		background: url(../images/internal/lcol/inner/bg3.gif) top repeat-x;
    		padding: 0 10px;
    		height:780px;
text-align:center;
    	}
    		#lcol3-inner h2 {
    			font-size: 12px;
    			height:26px;
    			background: #222222;
    			line-height: 26px;
    			padding: 0 10px;
    			margin: 10px -10px 10px -10px;
    		}
    		

    		#lcol3-inner h3 {
    			line-height: 1.25em;
    			font-size:10px;
    			color: #ccc;
    			display:block;
    			margin: 5px 0 ;
    		}
    		
    		#lcol3-inner h3 strong {
    			display:block;
    			
    			color:#fff;
    		}
    		
    		#lcol3-inner a {
			font-size: 11px;
    			color: #dedede;
    			text-decoration: none;
    		}
    		
    		#lcol3-inner a:hover {
    			color: #fff;
    			text-decoration: none;
    		}
    		

    		#lcol3-inner a.dark {
    			font-size: 10px;
    			height:26px;
    			background: #161616;
    			line-height: 26px;
    			padding: 0 10px;
    			margin: 0px -10px;
    			display:block;
    			
    		}
    		
    		#lcol3-inner a.plain {
    			font-size: 10px;
    			height:26px;
    			line-height: 26px;
    			display:block;
    		}

    		#lcol3-inner p {
    			line-height:20px;

    		}
    		
    		#lcol3-inner label {
    			line-height: 1.25em;
    			font-size:10px;
    			color: #ccc;
    			display:block;
    			margin: 5px 0 ;
    		}
    		
    		#lcol3-inner label strong {
    			display:block;
    			
    			color:#fff;
    		}
    		
    		#lcol3-inner select {
    			width:100%; font-size: 10px;
    		}
    		
    		#lcol3-inner #order-hotline {
    			padding: 2px 0  46px 0px;
    			background: url(../images/internal/lcol/inner/cards2.gif) no-repeat bottom center;
    		}
    		
    		#lcol3-inner #order-hotline strong {
    			display:block;
    			font-size: 18px;
    			line-height: 1.5em;
    		}


    	
		#relatedhampers {height:100% width:160px; display: block; background-color: #777777; margin-top: 20px;}

	#rcol {

    float:right;
    width:773px;
    font-size: 12px;
    color: #bdbdbd;
    position:relative;
    padding-left: 10px;
    }
    
    #rcol h2 {
    	font-size: 16px;
    	margin: 35px 0 15px 0;
    	font-family: verdana, arial;
    }
    
    
    #rcol p {
    	margin: 0 0 15px 0;
    	line-height: 1.25em;
    }
    
.product_spotlight_texture {
/* background-image:url(../images/product_spot_light/product_spotlight_gradient.jpg); */
/* background-repeat:repeat-y; */
/* background-position:right; */
background-color: #BCBCBC;
}

.txt_margin1 {
margin: 10px 10px 10px 10px;
}

.txt_content_gray_17px {
font-family: "Sabon", Georgia, Times, Helvetica, sans-serif;
font-size: 17px;
color:#383838;
text-decoration:none;
}

.txt_gray_13 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#434142;
text-decoration:none;
}

.txt_gray_11px_2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#383838;
text-decoration:none;
}

/* hamper dept view */

#deptview {float:left; width: 230px;  margin: 5px 0px 5px 0px;display: inline; _padding: 0 -10px 0 -50px;}

#depthorizontal {float: left; width: 28px; _width: 1px; height: 300px; background-image:url('img/spacer.gif'); background-repeat: repeat-y;}

.deptbreak {background: url(../images/content/deptfooter.gif) no-repeat; clear:both; height: 61px;}

    #colfooter{
    	clear:both;
    }


/*    HEADER ELEMENTS */

#content-header a {
	background: #323132;
	font-size: 11px;
	padding:2px;
	color:#bdbdbd;
	display:block;
	width: 45px;
	float:left;
	margin-right:5px;
	text-align: center;
	text-decoration: none;
}
#content-header a:hover {
	background:#666;
}

#content-header-right {
	position:absolute;
	right:0px;
	width: 300px;
	/*text-align:right;*/
}

#content-header-right a {
	background: #323132;
	font-size: 11px;
	padding:2px;
	color:#fff;
	display:block;
	width: 40px;
	float:right;
	margin-right:0px;
	text-align: center;
	text-decoration: none;
}

#content-header-right div {
	float:left;
	
	
}


#leftcontent span, #rightcontent span{
		display:none;
	}

#leftcontent {
	position:absolute;
	width: 300px;
	top:50px;
	left:0px;
	height: 50px;
	background: url(../images/content/home/left.png) no-repeat;
}

#middlecontent {
	margin-top:22px;
	padding: 		0 301px 24px 310px;
	line-height:	1.25em;
	height: 		100%;
	color:			#bdbdbd;
}

#middlecontent a {
	color: #bdbdbd;
	font-weight: bold;
}

#rightcontent {
	position:absolute;
	width: 300px;
	top:50px;
	right:0px;
	height: 50px;
	background: url(../images/content/home/right.png)  right no-repeat;
	
}


/* component images */



#hamperinfo {
	width: 341px;
	float: left;
	padding-top: 10px;
}

table.hampercontents {
	width: 341px;
}
table.hampercontents td {
	background: url(../images/layout/bkg_dotted.gif) repeat-x left bottom;
	height: 30px;
	text-align: left;
}

table.hampercontents td a, table.hampercontents td span  {
	background-color: #FFF;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
	float: left;
}

table.hampercontents td span.qty {
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	color: #81040A;
	vertical-align: top;

}

table.hampercontents td a:hover {
	text-decoration: underline;
}

#component, div.images img {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#component, #holding_image {
	width: 341px;
	margin-top: 0;
	float: left;
	background-color: #FFF;
}

/* div.images img, #presenter img { border: 1px solid #ddd; } */


p.compdescription {
	margin-top: 18px;
	padding-bottom: 18px;
	border-bottom: 3px double #ddd;
	text-align: left;
}
div.images  {
	display: none;
}

div.images img.awardimage, img.awardimage {
	float: right;
	border: none;
	margin: 0;
	margin-bottom: 5px;
	
}


.smallselect {width:100%; font-size: 10px;}


#feature-hamper {
	height: 214px;
	width:760px;
	background: #ccc;
	margin-right: -26px;
	margin-top:80px;
	padding-top: 00px;
	position:relative;
	background: url(../images/internal/rcol/featured.jpg) no-repeat right top;
}

#feature-hamper p {
	width: 320px;
}


.content-col-content {
	padding-top: 10px;
	padding-left: 30px;
}

.content-col-content h2 {
	height: 62px;
	width:  327px;
	/*background: #ccc;*/
}

.content-col-content p{
	font-size: 11px;
	line-height: 1.25em;
	color: #bdbdbd;
	margin: 20px 0 0px 0 ;
}

.content-col-content a.more {
	color: #bdbdbd;
	display:block;
/*	background: url(../images/banner/link.png) no-repeat right;
	margin-right:20px;
	padding: 1em 0 0.5em 0;*/
	float:left;
	margin: 20px 2px 0 0;
}

.content-col-content a.more span {
	display:none;
}

.content-col-content a.shop-now {
	width:156px;
	height: 38px;
	background: url(../images/banner/shop_now.gif) no-repeat right;
}	
.content-col-content a.find-out-more {
	width:156px;
	height: 38px;
	background: url(../images/banner/find_out_more.gif) no-repeat right;
}


.content-col-content h2 span {
	display:none;
}

#content-col-1 .content-col-content h2 {
	background: url(../images/banner/headers/festive.png);
} 


#content-col-2 .content-col-content h2 {
	background: url(../images/banner/headers/smoked.png);
} 


#content-col-3 .content-col-content h2 {
	background: url(../images/banner/headers/port.png);
} 


#content-col-4 .content-col-content h2 {
	background: url(../images/banner/headers/wines.png);
} 


#content-col-5 .content-col-content h2 {
	background: url(../images/banner/headers/occasions.png);
} 

.content-col-content h2 span{

	display:none;

}
/*

 img, div, a, input { behavior: url(iepngfix.htc) }

*/

.txt_white_10px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#ffffff;
text-decoration:none;
}

.txt_gray_22px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
color:#434142;
text-decoration:none;
}

.txt_gray_9px_3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#434142;
text-decoration:none;
}

.txt_content_gray_12px {
font-family: "Sabon", Georgia, Times, Helvetica, sans-serif;
font-size: 12px;
color:#656465;
text-decoration:none;
}

.txt_white_24px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
color:#ffffff;
text-decoration:none;
}

.txt_gray_10px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#b3b3b3;
text-decoration:none;
}

.formBtn1 {
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
border-style: outset;
border-color: #80C31C;
color: #0A50A1;
background-color: #FFFFFF;
}

.btn1 {
margin: 0px 0px 0px 0px;
width: 84px;
background-color: #454545;
text-align:center;
padding: 5px 0 5px 0;
color:#FFFFFF;
}

.btn1a {
margin: 0px 0px 0px 0px;
width: 84px;
background-color: #ababab;
text-align:center;
padding: 5px 0 5px 0;
color:#FFFFFF;
}

.btn2 {
margin: 0px 0px 0px 10px;
width: 184px;
background-color: #454444;
text-align:center;
padding: 5px 0 5px 0;
color:#FFFFFF;
}

a.link_white_10px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
text-decoration:none;
}

a.link_white_10px:hover {
text-decoration:underline;
}

a.link_gray_10px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#4b4b4b;
text-decoration:none;
}

a.link_gray_10px:hover {
text-decoration:underline;
}

a.link_white_12px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
text-decoration:none;
}

a.link_white_12px:hover {
text-decoration:underline;
}

.table_bg_white {
background-color: #FFFFFF;
}

.table_bg_gray {
background-color:#6b6b6b; text-align: center; padding-top: 7px;
}

.table_bg_gray2 {
background-color: #212120;
}

.table_bg_gray3 {
background-color:#484748;
}

.table_bg_gray4 {
background-color:#C1C2C3; text-align: center; padding-top: 7px;
}

a.link_gray_12px {
font-family: "Sabon", Georgia, Times, Helvetica, sans-serif;
font-size: 12px;
color:#656465;
text-decoration:none;
}

a.link_gray_12px:hover {
text-decoration:underline;
}

a.link_gray_12Apx {
line-height: 22px;
font-family: "Sabon", Georgia, Times, Helvetica, sans-serif;
font-size: 12px;
color:#000;
text-decoration:none;
float:left;
}

a.link_gray_12Apx:hover {
text-decoration:underline;
}

.hampercontentsqty {
	float: right;
	padding-left: 1px;
	padding-right: 5px;
	color: #81040A;
	vertical-align: top;
line-height: 22px;
}

.componentfooter {border-bottom: medium dotted #454545 1px; width: 390px;}

.table_bg_black {
background-color: #000000; text-align: center; padding-top: 10px; 
/* text-align: right; padding-right: 10px; */
}

.table_bg_black2 {
background-color: #000000; text-align: left; padding-top: 5px; 
/* text-align: right; padding-right: 10px; */
}

.txt_white_12px {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#ffffff;
text-decoration:none;
}

.txt_white_10pxbold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#ffffff;
text-decoration:none;
font-weight: 600;
}

.basketqty{width:18px; font-size:10px;float:none;clear:both; margin:0 5px 0 5px;}


div.alert {
	margin: 10px auto;
	padding: 10px;
	width: 696px;
	background-color: #505050; 
	color: #FFF;
	clear: both;
	font-weight: 700;
	text-align: center;
}
div.alert h2 {
	padding:5px;
}

div.alert p {
	padding: 0;
}

a.boxbutton {
	display: block;
	padding: 5px;
	margin: 10px 20px;
	border: 1px solid #FFF;
	background-color: #707070;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
}
a.boxbutton:hover {
	text-decoration: underline;
}

tr.alternate {
	background-color: #dddddd;
}

label.warning {
	width: auto;
	clear: none;
	float: none;
	margin: 0;
	color: #FFF;
}

label.warning a {
	color: #FFF;
}

input.btn {
	padding: 5px;
	margin: 10px 20px;
	border: 1px solid #FFF;
	background-color: #505050;
	color: #FFF;
	cursor: pointer;
	width: auto;
}

input.btnRED {
	padding: 5px;
	margin: 10px 20px;
	border: 1px solid #FFF;
	background-color: #81040A;
	color: #FFF;
	cursor: pointer;
	width: 65px;
}

table.checkoutbuttons {
	clear: left;
	margin: 20px auto;
	width: 690px;
	text-align: right;
}


table.checkoutbuttons input {
	float: right;
	margin: 0;

}

table.checkoutbuttons input.btnRED {
	float: right;
	margin: 0;
	background-color: #81040A;
	width: auto;
}
input.nostyle {
	width: auto;
	clear: none;
	margin: 0 10px 0 0 ;
}

#ordersummary a.boxbutton, #basket a.boxbutton {
	display: inline;
}

#basket a.boxbutton {
	float: left;
	margin: 0;
}


table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

th {
	background-color: #505050;
	color: #FFF;
	padding: 2px;
}

td {
	padding: 2px;
}

#basket1 th {
	font-weight: 600;
	padding-top: 20px;
	background-color: #505050;
	color: #fff;
	padding: 2px 0 0 5px;
	height: 30px
}

#basket td.basketqty {
	width: 120px;
}
#basket td.basketqty input {
	width: 20px;
	float: left;
}
#basket td.basketqty input.btnRED {
	width: 70px;
	margin-left: 5px;
}

tfoot {
	border-top: 2px solid #505050;
}

tfoot td {
	font-weight: 700;
	color:#505050;
}


span.required {
	color: #81040A;
	font-weight: 700;
}

#deliveryhamperleft img, div.summaryitem img {
	float: right;
}

#deliveryhamperleft p.price, #item p.price {
	float: left;
	display: block;
	height: 30px;
	padding: 0px 5px;
	background-color: #505050; 
	color: #FFF;
	font-size: 24px;
	line-height: 1em;
}

#item img {
	float: right;
}
#item p.price {
	float: left;
	display: block;
	height: 24px;
	padding: 0px 5px;
	background-color: #505050; 
	color: #FFF;
	font-size: 18px;
	line-height: 1em;
}
#ffh1 {
	text-align:center;
	font-size:1em;
	font-weight:normal;
	color:			#bdbdbd;
	margin:10px 0;
}
#ffh2 {
	display:inline;
	font-size:1em;
	font-weight:normal;
		margin:10px 0;
}