﻿/* General reset */
body{
	margin:0;
	color:#000;
	font:12px/14px Arial, Helvetica, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper start */
#wrapper{
	margin:0 auto;
	width: 965px;
	position: relative;
	overflow: hidden;
}
/* logo start */
.logo{
	margin: 0;
	width: 225px;
	height: 130px;
	position: absolute;
	top: 2px;
	left: 20px;
	z-index: 100;
}
.logo a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 225px;
}
.logo span{
	height: 130px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}
/* logo end */
/* header start */
#header{
	width: 963px;
	z-index: 10;
	height: 132px;
	position: absolute;
	top: 0;
	left: 1px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
}
#header .ad{
	overflow: hidden;
	width: 100%;
	padding: 1px 0 0;
}
#header .ad a{
	float: right;
	display: inline;
	margin: 0 6px 0 2px;
}
/* nav start */
.nav-holder{
	width: 100%;
}
.nav-holder:after{
	clear: both;
	content: "";
	display: block;
}
#nav{
	padding: 0 0 0 2px;
	list-style: none;
	margin: -2px 0 0;
	float: right;
	position: relative;
}
#nav li{
	float: left;
	margin-left: -2px;
	display: inline;
}
#nav li:hover,
#nav li.hover{
	position: relative;
}
#nav a{
	display: block;
	width: 109px;
	height: 32px;
	background: url(../images/nav.png) no-repeat;
	padding: 9px 3px 0 0;
	overflow: hidden;
}
#nav a:hover,
#nav .active a,
#nav li:hover a,
#nav li.hover a{
	background: url(../images/nav-hover.png) no-repeat;
}
#nav a span{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
	position: absolute;
	top: 0;
	left: -9999px;
}
#nav img{
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
#nav div{
	position: absolute;
	top: 33px;
	left: 0;
	width: 109px;
	display: none;
}
#nav li:hover div,
#nav li.hover div{
	display: block;
}
#nav div span{
	display: block;
	overflow: hidden;
}
#nav div span.b{
	height: 6px;
	background: url(../images/bg-subnav-b.png) no-repeat;
}
#nav div span.t{
	height: 13px;
	background: url(../images/bg-subnav-t.png) no-repeat;
}
#nav ul{
	padding: 4px 3px 2px 8px;
	list-style: none;
	margin: 0;
	background: url(../images/bg-subnav.png);
	height: 1%;
}
#nav ul li{
	float: none;
	padding-bottom: 2px;
	position: relative;
}
#nav ul a{
	display: inline;
	color: #fff;
	width: auto;
	height: auto;
	background: none;
	text-transform: uppercase;
	font-weight: bold;
}
#nav ul a:hover,
#nav li:hover ul a,
#nav li.hover ul a{
	background: none;
}
/* nav end */
/* header end */
/* main start */
.container{
	padding-top: 132px;
}
#main{
	overflow: hidden;
	width: 100%;
	padding:0 0 3px;
}
#twocolumns{
	float: left;
	width: 681px;
}
/* content start */
#content{
	float: right;
	width: 446px;
	background: url(../images/content-bg.gif) repeat-y;
}
#content .t{
	background: url(../images/content-t.gif) no-repeat;
}
#content .b{
	padding: 13px 20px 20px 9px;
	background: url(../images/content-b.gif) no-repeat 0 100%;
}
#content .heading{
	overflow: hidden;
	width: 100%;
}
#content .heading h2{
	float: left;
	margin: 0 13px 0 0;
}
#content .heading img{
	display: block;
}
#content .heading p{
	margin: 11px 0 0;
	font-size: 10px;
	line-height: 12px;
}
#content .txt-holder{
	padding: 6px 20px 0 11px;
}
#content h3{
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #124e91;
}
#content p{
	margin: 0;
}
#content ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
#content ul li{
	height: 1%;
	vertical-align: top;
	padding-left: 17px;
	background: url(../images/bullet1.gif) no-repeat 1px 3px;
}
#content a{
	color: #124e91;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
/* note start */
.note{
	font-weight: bold;
	padding: 66px 0 171px 15px;
	font-size: 11px;
}
* html .note{padding-bottom: 169px;}
*+ html .note{padding-bottom: 169px;}
/* note end */
/* content end */
/* btn1 start */
.btn1{
	overflow: hidden;
	height: 31px;
}
.btn1 a{
	height: 55px;
	width: 109px;
	display: block;
	padding: 7px 4px 0 0;
	background: url(../images/btn1.png) no-repeat;
}
.btn1 a:hover{
	background: url(../images/btn1-hover.png) no-repeat;
}
.btn1 img{
	display: block;
	margin: 0 auto;
}
/* btn1 end */
/* aside2 start */
.aside2{
	float: left;
	width: 233px;
}
.block1{
	background: url(../images/block1.gif) no-repeat;
	height: 192px;
	position: relative;
	overflow: hidden;
	padding: 20px 0 0 29px;
	margin-bottom: 4px;
}
.holder .block1{
	float: left;
	width: 204px;
	margin: 0;
}
.block1 img{
	display: block;
}
.block1 .btn1{
	position: absolute;
	bottom: 14px;
	right: 16px;
}
.block1 h3,
.block1 h2{
	margin: 0;
	width: 99px;
	height: 55px;
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 2;
}
.block1 p{
	position: absolute;
	top: 106px;
	left: 62px;
	margin: 0;
	text-align: center;
	width: 127px;
	line-height: 13px;
	font-weight: bold;
}
.block2{
	position: relative;
	background: url(../images/block2.gif) no-repeat;
	height: 205px;
	padding: 7px 13px 0 5px;
}
.block2 img{
	display: block;
}
.block2 .box{
	overflow: hidden;
	width: 100%;
	padding-bottom: 3px;
}
.block2 .box div{
	float: right;
	width: 125px;
}
.block2 .coupon div{
	float: left;
	width: 134px;
	position: relative;
	margin-right: -8px;
	z-index: 2;
}
.block2 h3{
	margin: 0 0 4px;
}
.block2 .coupon h3{
	margin: 0;
}
.block2 p,
.flyer p,
.driving p,
.coupon-box p{
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.block2 .coupon p{
	margin: 0 13px;
}
.block2 p a{
	color: #124e91;
	text-decoration: underline;
}
.block2 p a:hover{
	text-decoration: none;
}
.block2 .icon{
	float: left;
	margin: 3px 0 0 6px;
	display: inline;
}
.block2 .coupon .icon{
	float: right;
	margin: 15px 0 0;
}
/* aside2 end */
/* aside1 start */
.aside1{
	float: right;
	width: 270px;
	background: url(../images/bg-aside1.gif) no-repeat;
	height: 428px;
	padding: 0 10px 0 2px;
}
.aside1 img{
	display: block;
}
.flyer{
	overflow: hidden;
	width: 100%;
}
.flyer .icon{
	float: left;
	margin-left: 9px;
	display: inline;
}
.flyer .txt{
	float: left;
	width: 140px;
	padding-top: 8px;
}
.flyer h3{
	margin: 0 12px 4px 0;
	overflow: hidden;
	height: 1%;
}
.flyer h3 img{
	float: right;
}
.flyer .box,
.driving .box{
	border: 3px solid #124e91;
	background: #fff;
	padding: 4px 8px 7px;
	overflow: hidden;
	height: 1%;
}
.driving .box{
	padding: 7px 32px 0 6px;
	margin-right: 130px;
	height: auto;
}
.flyer p{
	margin: 0 12px 12px 0;
	text-align: right;
}
.flyer .box .btn1 a{
	float: right;
}
.driving{
	position: relative;
	width: 100%;
	padding: 57px 0 18px;
	overflow: hidden;
	height: 103px;
}
.driving p{
	margin-bottom: 45px;
}
.driving h3{
	margin: 0;
	position: absolute;
	top: 0;
	left: 7px;
	z-index: 3;
}
.driving .icon{
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 1;
}
.driving .btn1{
	position: absolute;
	top: 135px;
	left: 6px;
	z-index: 2;
	width: 113px;
}
.cards{
	padding: 0 0 0 2px;
}
.aside1 h4{
	color: #fff;
	font-size: 14px;
	margin: 0 2px 7px;
}
/* aside1 end */
/* holder start */
.holder{
	overflow: hidden;
	width: 100%;
	padding-top: 4px;
}
.top-holder{
	padding: 0;
}
.recipes{
	float: right;
	width: 416px;
	height: 203px;
	background: url(../images/recipes-bg.gif) no-repeat;
	padding: 9px 14px 0 16px;
}
.recipes .icon{
	float: left;
	margin-top: 1px;
}
.recipes .txt{
	float: right;
	width: 175px;
}
.recipes h3{
	margin: 0 0 12px 24px;
}
.recipes p{
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	text-align: right;
	margin: 0 11px 8px 0;
}
.recipes .btn1{
	padding-right: 5px;
}
.recipes .btn1 a{
	float: right;
}
.coupon-box{
	float: left;
	width: 322px;
	background: url(../images/block3.gif) no-repeat;
	position: relative;
	padding: 17px 11px 0 6px;
	height: 195px;
	display: inline;
	margin-left: -10px;
}
.coupon-box h3{
	margin: 0;
	position: absolute;
	top: 8px;
	left: 6px;
	z-index: 3;
}
.coupon-box .txt{
	border: 3px solid #124e91;
	background: #fff;
	width: 118px;
	padding: 66px 25px 10px 5px;
}
.coupon-box p{
	margin: 0 0 17px 4px;
	word-spacing: -1px;
}
.coupon-box .icon{
	position: absolute;
	top: 32px;
	right: 16px;
	z-index: 1;
}
.special{
	width: 318px;
	background: url(../images/block3.gif) no-repeat;
	float: right;
	height: 200px;
	position: relative;
	padding: 12px 11px 0;
}
.special h3{
	margin: 0;
	position: absolute;
	top: 8px;
	left: 18px;
	z-index: 2;
}
.special .txt{
	border: 3px solid #124e91;
	background: #fff;
	padding: 0 1px;
}
.special .txt .box{
	overflow: hidden;
	width: 100%;
}
.special .icon{
	margin-top: 51px;
	float: left;
}
.special .txt .box div{
	float: left;
	width: 155px;
	text-align: left;
	padding-top: 10px;
}
.special .txt span{
	font-size: 14px;
}
.special .txt strong{
	display: block;
	font-size: 29px;
	line-height: 29px;
	padding-top: 2px;
}
.special .txt em{
	font-size: 40px;
	display: block;
	text-align: center;
	color: #124e91;
	font-style: normal;
	line-height: 45px;
	position: relative;
	margin-top: -7px;
	text-transform: uppercase;
	font-weight: bold;
}
/* holder end */
/* main end */
/* footer start */
#footer ul{
	padding: 2px 20px 3px;
	list-style: none;
	margin: 0;
	text-align: center;
	background: #124e91;
	height: 1%;
}
#footer ul li{
	display: inline;
	background: url(../images/sep.gif) no-repeat 0 3px;
	padding: 0 9px 0 12px;
	white-space:nowrap;
}
#footer ul li:first-child{background: none;}
#footer ul a{
	color: #fff;
	font-weight: bold;
}
#footer p{
	text-align: center;
	margin: -1px 0 0;
	font-weight: bold;
	color: #124e91;
}
/* footer end */
/* wrapper end */
