/* Globals */
body {font:62.5% Arial, sans-serif; background:#F1F1F1; color:#717174;}
#skiplinks {position:absolute; left:-9999px;}

h2 { 
	font-size: 2em;
	color: #F48026;
	margin-bottom:0.6em;
	padding-top:0.2em;
}

a {	color:#F48026; text-decoration:none; }

.hide {display:none;}
.clear {clear:both;height:0; overflow:hidden;}

#wrapper { width:917px; margin:0px auto; margin-bottom:20px; overflow:hidden; }

#main { float:left; width:780px; background:#fff url('../images/page-a.gif') repeat-y; }
#main  .main-inner { padding:0 10px 1em 10px; background:url('../images/page-b.gif') no-repeat left bottom; }

/* Header */
#search p.field input {
	padding: 2px;
	width: 127px;
}

#search {
	display: inline;
	float: right;
	margin: 12px 15px 3px;
	position: relative;
	width: 165px;
}

#social {
	clear: right;
	float: right;
	height: 60px;
	margin-right: 21px;
}

/* Home Page */

.homepage #header #page-photos #homepageoverlay {
	position: relative;
	top: -188px;
	z-index: 2;
}

.read-more-link {
	margin-top: 1em;
}

.homepage .latest-news p {
	font-size: 110%;
}

.homepage .latest-news h2 {
	font-size: 165%;
	margin-top: 0.5em;
}

.homepage .latest-news li {
	border-bottom: 1px solid #ccc; padding-bottom: 1em; margin-bottom: 1em;
}

.homepage .offers-header {
	background-color: #F48026;
	padding: 10px;
}

.homepage .offers-header h1 {
	color: #fff;
	font-size: 2em;
	padding-top: 0.1em;
	text-transform: uppercase;
}

img.idupe {
	position: absolute;
	z-index: 1;
	visibility: hidden;
}

/* Offers Page */
.card #area-select select {
	width: 220px;
	margin-bottom: 5px;
	padding: 2px;
}

.card #content {
	float: right;
	width: 460px;
}

.card #sidebar {
	padding-right: 20px;
	border-right: 1px solid #ccc;
	width: 220px;
}

.card #sidebar p {
	text-align: justify;
}

img.offer-card {
	padding: 0 0 5px 5px;
}

/* New Voucher */

.new-voucher-container {

}

.vertical {
	width: 230px;
}

.horizontal {
	height: 100px;
}

.new-voucher {
	width: 188px;
	border: 1px solid #F48026;
	background: url(../images/voucher_bg-new.png) repeat-x top;
	margin-bottom: 10px;
	padding: 15px;
	min-height: 70px;
}

.voucher-image {
	margin-bottom: 10px;
}

.new-voucher h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.new-voucher p {
	color: #717174;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-left: 53px;
	margin-bottom: 0;
	padding-bottom: 0.7em;
}

.new-voucher p.go a {
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
}

.new-voucher a:hover {
	text-decoration: underline;
}

.new-voucher .icon {
	width: 37px;
	height: 61px;
	float: left;
	margin: 0 15px 0 0;
	background-repeat: no-repeat;
	background-position: center;
}

.alert .icon {
	background-image: url(../images/icon.png);
}

.pound .icon {
	background-image: url(../images/pound.png);
}

.trophy .icon {
	background-image: url(../images/trophy.png);
}

.forks .icon {
	background-image: url(../images/forks.png);
}

.share-links div.facebook,
.share-links div.twitter {
	width: 50%;
	text-align: center;
	float: left;
}