/* reset */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
* {
    margin: 0;
    padding: 0;
}
ol, ul { list-style: none; }
a img { border: none; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
/* ----------------- */
html{
    width: 100%;
    height: 100%;
}
body {
    color: #5c5b5b;
    font: normal 12px/13px Calibri, Arial, Helvetica, sans-serif;
	margin:0 auto;
}
a {
    color: #5c5b5b;
    text-decoration: none;
}
a:hover {
    color: #5c5b5b;
    text-decoration: underline;
}
#wrapper {
	position:relative;
	z-index:1;
	padding-top:476px;
	background:url(../images/ministry-of-food.jpg) center top no-repeat;
}
.container{
    margin:0px auto;
    width: 980px;
}
#black-strip{
	height:20px;
	background:#000;
	width:1264px;	
	margin:0 auto;
}
#main-content{
    margin:0px auto;
    width: 940px;	
}
#main-content h1{
	margin-top:60px;
	width:620px;
	font-size:26px;	
	line-height:24px;
}
#main-content .address{margin-top:27px;}
#main-content .address h3{
	font-size:26px;	
	line-height:24px;
	margin-bottom:5px;	
}
#main-content .address .colum{
	width:140px;
	margin-right:20px;	
}
#main-content .address .colum strong{color:#000;}
#main-content .yellow{color:#ffde00;}
#main-content .red{color:#ef4136;}
#footer{
	height:153px;
	color:#ababab;
	font-size:11px;
	padding-top:38px;
}
#footer #copyright{
	text-align:left;
	padding:20px 0px 0px;
	float:left;
}
#footer #copyright a{color:#ababab;}
#footer #brands{
	padding:20px 0px 0px;
	float:right;
}
#footer #brands a{
	background:url(../images/brands.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	height:81px;
	float:left;
}
#footer #brands a#ny-hotdogs{
	width:76px;
	background-position:0 0;
}
#footer #brands a#tomatomatic{
	width:160px;
	background-position:-76px 0;	
}
#footer #brands a#cbj{
	width:69px;
	background-position:-236px 0;		
}