body{
	margin:0;
	color:#000;
	font:11px Verdana, Arial,sans-serif;
	background:#fff;
}
img{border:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
#wrapper{
	width:720px;
	margin:0 auto;
}
#main {
	width:100%;
	overflow:hidden;
	display:table;
	padding:3px 0 0;
}
#main .holder {
	display:table-cell;
	vertical-align:middle;
	height:496px;
}
#content {
	width:100%;
	overflow:hidden;
	display:table;
}
.container {
	display:table-row;
	width:100%;
}
.heading {
	display:table-cell;
	vertical-align:middle;
	width:248px;
}
* html .heading {float:left;}
*+html .heading {float:left;}
#content h1 {
	background:url(../images/bg-logo.png) no-repeat;
	width:205px;
	height:56px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
#content h1 a {
	display:block;
	width:100%;
	height:100%;
}
.text {
	vertical-align:middle;
	width:472px;
	display:table-cell;
	line-height:17px;
	padding:34px 0 0;
}
.text:after {
	content:"";	display:block;	clear:both;
}
* html .text {float:left;}
*+html .text {float:left;}
.text div {
	overflow:hidden;
	width:100%;
}
.text p {margin:0 0 9px;}
#footer {
	background:url(../images/bg-separator.gif) repeat-x;
	width:720px;
	margin:0 auto;
	padding:16px 0;
	line-height:19px;
}
.items {
	list-style:none;	margin:0 0 37px;	padding:0;
	overflow:hidden;
	line-height:19px;
}
.items li {	height:1%;	overflow:hidden;	vertical-align:top;
}
.items strong {float:left;}
.items li ul {
	overflow:hidden;
	height:1%;
	list-style:none;	margin:0;	padding:0;
}
.items li ul li {
	background:url(../images/bg-deliver.gif) no-repeat 0 5px;
	float:left;
	margin:0 0 0 -2px;
	padding:0 7px;
}
