/*
The Plastic Card Shop
Cross-browser styles
*/

/* @override 
	http://pcs:8888/styles/style.css
	http://plastic/styles/style.css
*/

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* Images */

a img {
	border: none;
	outline: none;
}

a {
	outline: none;
}

/* Global */

body {
	color: #676c6d;
	font: 11px/18px Arial, sans-serif;
	background: #f6fafb url(/images/body.jpg) repeat-x;
	-webkit-text-stroke: 1px transparent;
}

#container {
	position: relative;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/container.jpg) repeat-x 0 60px;
	padding-bottom: 20px;
}

.wrap {
	position: relative;
	overflow: auto;
}

/* Head */

#head {
	
}

#head .wrap {
	padding: 64px 4px 0;
	background: url(/images/head/mask.gif) no-repeat 0 60px;
	zoom: 1;
	width: 936px;
}

#cardmarque #head .wrap {
	overflow: visible;
}

/* @group Top */

#top {
	position: relative;
	background: #fff url(/images/head/top.gif) no-repeat left top;
	height: 60px;
}

#top h1 {
	position: absolute;
	top: -65px;
	left: 352px;
	width: 228px;
	height: 108px;
	background: url(/images/logo-glow.gif) no-repeat;
	width: 228px;
	height: 108px;
	text-indent: -9999px;
	overflow: hidden;
}

#top h1 a {
	width: 228px;
	height: 108px;
	display: block;
	background: url(/images/logo.gif) no-repeat;
}

#top em {
	position: absolute;
	top: 22px;
	color: #444;
	font: italic 14px/24px Georgia, serif;
	left: 28px;
}

#top em strong {
	font: normal normal 22px/26px Arial, sans-serif;
	padding-left: 2px;
	position: relative;
	top: -2px;
}

#top p {
	position: absolute;
	top: 5px;
	color: #444;
	font: italic 14px/24px Georgia, serif;
	right: 16px;
	padding-right: 96px;
	padding-top: 20px;
}

#top p a {
	background: url(/images/head/eco.gif) no-repeat;
	width: 92px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 26px;
}

#top ul {
	position: absolute;
	top: 25px;
	line-height: 24px;
	right: 28px;
	width: auto;
}

#top ul li {
	float: left;
	font-size: 14px;
	color: #2d2d2d;
	list-style: none;
	padding-left: 8px;
}

#top ul li a {
	color: #2d2d2d;
	text-decoration: none;
	height: 23px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left top;
}

#top ul li.login a  {
	background-image: url(/images/head/login.gif);
	width: 65px;
}

#top ul li.contact a  {
	background-image: url(/images/head/contact.gif);
	width: 94px;
}

#top ul li.faqs a  {
	background-image: url(/images/head/faqs.gif);
	width: 52px;
}

#top ul li a:hover {
	background-position: 0 -23px;
}

#top ul li a:active {
	margin-top: 1px;
}

/* @end */

/* @group Navigation */

#navigation {
	background-color: #f9f9f9;
	padding-top: 3px;
	border-top: 1px solid #ebebeb;
	overflow: hidden;
	position: relative;
	zoom: 1;
	z-index: 1;
}

#navigation ul {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#navigation ul li {
	float: left;
	position: relative;
	list-style: none;
	cursor: pointer;
}

#navigation ul li.cards {
	z-index: 5;
}

#navigation ul li.packaging {
	z-index: 4;
	margin-left: -34px;
}

#navigation ul li.prices {
	z-index: 3;
	margin-left: -40px;
}

#navigation ul li.quote {
	z-index: 2;
	margin-left: -36px;
}

#navigation ul li.contact {
	z-index: 1;
	margin-left: -24px;
}

#navigation ul li a {
	display: block;
	height: 83px;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation ul li.cards a {
	background-image: url(/images/nav/new/cards.png);
	width: 209px;
	z-index: 4;
}

#navigation ul li.packaging a {
	background-image: url(/images/nav/new/packaging.png);
	width: 226px;
	z-index: 3;
}

#navigation ul li.prices a {
	background-image: url(/images/nav/new/prices.png);
	width: 217px;
	z-index: 2;
}

#navigation ul li.quote a {
	background-image: url(/images/nav/new/quote.png);
	width: 226px;
}

#navigation ul li.contact a {
	background-image: url(/images/nav/new/contact.png);
	width: 192px;
	z-index: 0;
}

#navigation ul li a:hover {
	display: block;
	height: 83px;
}

#navigation ul li a em {
	position: absolute;
	top: 0;
	height: 83px;
	z-index: 9999;
}

#navigation ul li.cards a em {
	left: -235px;
	width: 209px;
	background-image: url(/images/nav/new/cards-active.png);
}

#navigation ul li.packaging a em {
	left: -235px;
	width: 226px;
	background-image: url(/images/nav/new/packaging-active.png);
}

#navigation ul li.prices a em {
	left: -215px;
	width: 217px;
	background-image: url(/images/nav/new/prices-active.png);
}

#navigation ul li.quote a em {
	left: -242px;
	width: 226px;
	background-image: url(/images/nav/new/quote-active.png);
}

#navigation ul li.contact a em {
	left: -270px;
	width: 192px;
	background-image: url(/images/nav/new/contact-active.png);
}

#navigation ul li a:active em {
	top: 1px;
}

/* @end */

/* @group Intro */

#intro {
	clear: both;
	background: url(/images/intro-new.png) repeat-y 0 bottom;
	border-bottom: 1px solid #dfdfdf;
	float: left;
	position: relative;
	width: 100%;
	display: inline;
	z-index: 0;
}

#intro span.shadow, #banners span.shadow {
	width: 936px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background: url(../images/shadow.png) no-repeat;
}

.generic #intro {
	border-bottom-color: #fff;
	overflow: visible;
}

.prices #intro {
	padding-right: 260px;
	width: 676px;
	border-bottom: none;
	overflow: hidden;
}

.quote #intro, .contact #intro {
	padding-bottom: 24px;
	padding-right: 260px;
	width: 676px;
	height: 129px;
	display: inline;
	overflow: hidden;
}

.contact #intro .contact {
	position: absolute;
	top: 7px;
	display: block;
	z-index: 9;
	text-align: right;
	height: 121px;
	width: 200px;
	right: 290px;
}

.contact #intro .contact h3 {
	color: #323232;
	font-size: 26px;
	zoom: 1;
	position: absolute;
	top: 18px;
	left: 0;
	padding-left: 40px;
}

.contact #intro .contact a {
	color: #5b6870;
	font-size: 24px;
	position: absolute;
	float: right;
	right: 0;
	top: 50px;
	text-decoration: none;
}

#page .wrap {
	background: url(/images/lighting.jpg) no-repeat;
	overflow: auto;
	float: left;
}

.key-nav {
	background-color: #fffeff;
	padding-bottom: 1px;
}

.key-nav ul {
	border-bottom: 1px solid #dfdfdf;
	list-style: none;
	overflow: hidden;
	padding: 12px 19px;
	font-size: 13px;
	font-weight: bold;
}

.key-nav ul li {
	float: left;
	margin-right: 15px;
}

.key-nav ul li a {
	color: #707576;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
}

.key-nav ul li a:hover, .key-nav ul li.active a {
	background-color: #4dceea;
	color: #fff;
	border: 1px solid #60b7ca;
}

.quote #page .wrap, .contact #page .wrap {
	overflow: visible;
	background: url(/images/content.jpg) repeat-y right top;
}

.quote #page #left, .contact #page #left {
	background: none no-repeat;
	width: 687px;
	overflow: visible;
}

.home #page .wrap, .prices #page .wrap {
	background: none;
	overflow: hidden;
}

.prices #page .wrap {
	width: 100%;
}

#intro h1 {
	color: #323232;
	font-size: 26px;
	padding-top: 24px;
	padding-left: 28px;
	margin-bottom: 7px;
	z-index: 2;
	position: relative;
}

.cards #intro h1 {
	color: #28b5d7;
	font-size: 36px;
}

.packaging #intro h1 {
	color: #2c72a9;
	font-size: 36px;
}

.generic #intro h1 {
	padding-bottom: 14px;
}

#intro h2 {
	font: italic normal 17px/26px Georgia, serif;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 28px;
	z-index: 2;
	position: relative;
	color: #425054;
}

#intro h2 a {
	color: #828d90;
	text-decoration: none;
}

#intro h2 a:hover {
	color: #425054;
}

#intro em {
	position: absolute;
	right: -1px;
	top: 23px;
	z-index: 99;
}

#intro em a {
	background: url(../images/packaging/save10.gif) no-repeat;
	display: block;
	width: 254px;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
}

#range.cards #intro h2 {
	padding-bottom: 12px;
	padding-top: 0;
	padding-right: 365px;
}

#range.packaging #intro h2 {
	padding-bottom: 12px;
	padding-top: 0;
	padding-right: 365px;
}

.cards #intro h2, .packaging #intro h2 {
	padding-bottom: 12px;
	padding-top: 18px;
}

.cards #intro img {
	position: absolute;
	z-index: 99;
	top: 25px;
	right: 26px;
}

.contact h2 {
	width: 431px;
}

#intro ul {
	float: left;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
	top: 1px;
}

#intro ul li {
	float: left;
	list-style: none;
	position: relative;
}

#intro ul li a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
}

#intro ul li a:active {
	position: relative;
	top: 1px;
}

/* @group Cards */

.cards #intro ul li a {
	background-image: url(/images/subnav/cards.gif);
}

#intro ul li.cards-range a {
	width: 115px;
	background-position: 0 top;
}

#intro ul li.cards-range a:hover {
	background-position: 0 -44px;
}

#range #intro ul li.cards-range a {
	background-position: 0 bottom;
}

#intro ul li.cards-contactless a {
	width: 127px;
	background-position: right top;
}

#intro ul li.cards-contactless a:hover {
	background-position: right -44px;
}

#contactless #intro ul li.cards-contactless a {
	background-position: right bottom;
}

#intro ul li.cards-membership a {
	width: 126px;
	background-position: -214px top;
}

#intro ul li.cards-membership a:hover {
	background-position: -214px -44px;
}

#membership #intro ul li.cards-membership a {
	background-position: -214px bottom;
}

#intro ul li.cards-discount a {
	width: 105px;
	background-position: -340px top;
}

#intro ul li.cards-discount a:hover {
	background-position: -340px -44px;
}

#discount #intro ul li.cards-discount a {
	background-position: -340px bottom;
}

#intro ul li.cards-gift a {
	width: 67px;
	background-position: -445px top;
}

#intro ul li.cards-gift a:hover {
	background-position: -445px -44px;
}

#gift #intro ul li.cards-gift a {
	background-position: -445px bottom;
}

#intro ul li.cards-keytag a {
	width: 97px;
	background-position: -512px top;
}

#intro ul li.cards-keytag a:hover {
	background-position: -512px -44px;
}

#keytag #intro ul li.cards-keytag a {
	background-position: -512px bottom;
}

#intro ul li.cards-promotional a {
	width: 128px;
	background-position: -609px top;
}

#intro ul li.cards-promotional a:hover {
	background-position: -609px -44px;
}

#promotional #intro ul li.cards-promotional a {
	background-position: -609px bottom;
}

#intro ul li.cards-hotelkey a {
	width: 116px;
	background-position: -737px top;
}

#intro ul li.cards-hotelkey a:hover {
	background-position: -737px -44px;
}

#hotelkey #intro ul li.cards-hotelkey a {
	background-position: -737px bottom;
}

/* @end */

/* @group Packages */

.packaging #intro ul li a {
	background-image: url(/images/subnav/packaging.gif);
}

#intro ul li.packaging-range a {
	width: 115px;
	background-position: 0 top;
}

#intro ul li.packaging-range a:hover {
	background-position: 0 -44px;
}

#range #intro ul li.packaging-range a {
	background-position: 0 bottom;
}

#intro ul li.packaging-flippy a {
	width: 92px;
	background-position: -115px top;
}

#intro ul li.packaging-flippy a:hover {
	background-position: -115px -44px;
}

#flippy #intro ul li.packaging-flippy a {
	background-position: -115px bottom;
}

#intro ul li.packaging-foldy a {
	width: 92px;
	background-position: -206px top;
}

#intro ul li.packaging-foldy a:hover {
	background-position: -206px -44px;
}

#foldy #intro ul li.packaging-foldy a {
	background-position: -206px bottom;
}

#intro ul li.packaging-boxy a {
	width: 88px;
	background-position: -298px top;
}

#intro ul li.packaging-boxy a:hover {
	background-position: -298px -44px;
}

#boxy #intro ul li.packaging-boxy a {
	background-position: -298px bottom;
}

#intro ul li.packaging-slidy a {
	width: 85px;
	background-position: -386px top;
}

#intro ul li.packaging-slidy a:hover {
	background-position: -386px -44px;
}

#slidy #intro ul li.packaging-slidy a {
	background-position: -386px bottom;
}

#intro ul li.packaging-tucky a {
	width: 94px;
	background-position: -471px top;
}

#intro ul li.packaging-tucky a:hover {
	background-position: -471px -44px;
}

#tucky #intro ul li.packaging-tucky a {
	background-position: -471px bottom;
}

#intro ul li.packaging-hangy a {
	width: 96px;
	background-position: -565px top;
}

#intro ul li.packaging-hangy a:hover {
	background-position: -565px -44px;
}

#hangy #intro ul li.packaging-hangy a {
	background-position: -565px bottom;
}

/* @end */

#intro img {
	position: absolute;
	right: 0;
	bottom: -1px;
}

.packaging #intro img {
	bottom: 0;
	z-index: 0;
}

.quote #intro img {
	top: 0;
}

.contact #intro img {
	top: 0;
}

#cardmarque #intro .marque {
	top: 27px;
	left: 627px;
	zoom: 1;
	position: absolute;
}

#cardmarque #intro img {
	position: absolute;
	top: 0;
	left: 0;
}

#intro ol {
	list-style: none;
	padding-left: 22px;
	padding-bottom: 10px;
	overflow: auto;
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	zoom: 1;
}

#intro ol li {
	float: left;
}

#intro ol li a {
	background-color: #fff;
	color: #666;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 8px 1px;
}

#intro ol li a:hover {
	background-color: #a0c412;
	color: #fff;
}

#intro ol li.artwork a {
	color: #e26124;
	font-style: italic;
	margin-left: 10px;
}

#intro ol li.artwork a:hover {
	background-color: #eb660c;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* @end */

/* Page */

/* @group Hubs */

#range.cards #page #content .wrap, #range.packaging #page #content .wrap, .packaging #page #content .wrap {
	float: none;
	background: url(/images/lighting-clean.jpg) no-repeat;
}

#range.cards .other {
	background: #fcfcfc url(../images/ourcards/other.gif) repeat-x 0 top;
	border-bottom: 1px solid #fff;
}

.featured {
	overflow: hidden;
}

.featured ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 891px;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom: 22px;
	list-style: none;
}

.featured ul li {
	background: url(../images/ourcards/featured-box.png) no-repeat;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	width: 243px;
	padding-left: 19px;
	padding-right: 19px;
	height: 263px;
	position: relative;
}

.featured ul li h3 {
	padding-bottom: 6px;
	padding-top: 12px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	font-size: 20px;
	color: #415054;
	position: relative;
}

.featured ul li h3 a {
	background: url(/images/ourcards/view.gif) no-repeat;
	width: 84px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 0;
}

.featured ul li p {
	font-size: 12px;
	line-height: 18px;
}

.featured ul li img {
	position: absolute;
	top: 130px;
	left: 19px;
}

.other {
	overflow: hidden;
}

.other ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 892px;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom: 22px;
	list-style: none;
}

.other ul li {
	background: url(../images/ourcards/other-box.png) no-repeat;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	width: 392px;
	padding-left: 19px;
	padding-right: 19px;
	height: 179px;
	position: relative;
	padding-bottom: 14px;
}

.other ul li h3 {
	padding-bottom: 6px;
	padding-top: 12px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	font-size: 20px;
	color: #415054;
	position: relative;
	width: 200px;
}

.other ul li h3 strong {
	font-size: 13px;
	position: absolute;
	top: 14px;
	right: 0;
	color: #46c7e3;
}

.other ul li p a {
	background: url(/images/ourcards/view.gif) no-repeat;
	width: 84px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	top: 11px;
	right: 0;
	position: relative;
}

.other ul li p {
	font-size: 12px;
	line-height: 18px;
	width: 200px;
}

.other ul li img {
	position: absolute;
	top: 24px;
	left: 258px;
}

.packages {
	overflow: hidden;
}

.packages ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 891px;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom: 22px;
	list-style: none;
}

.packages ul li {
	background: url(../images/packaging/package-box.png) no-repeat;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	width: 243px;
	padding-left: 19px;
	padding-right: 19px;
	height: 263px;
	position: relative;
	padding-bottom: 14px;
}

.packages ul li h3 {
	padding-bottom: 6px;
	padding-top: 12px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	font-size: 20px;
	color: #415054;
	position: relative;
}

.packages ul li h3 a {
	background: url(/images/packaging/view.gif) no-repeat;
	width: 93px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 0;
}

.packages ul li p {
	font-size: 12px;
	line-height: 18px;
}

.packages ul li img {
	position: absolute;
	top: 112px;
	left: 38px;
}

/* @end */

#page {
	clear: both;
	background-color: #f0f4f5;
	padding-left: 4px;
	padding-right: 4px;
	overflow: visible;
	width: 936px;
}

#content {
	background-image: url(/images/content.jpg);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #fff;
	overflow: auto;
	border-bottom-style: none;
	zoom: 1;
}

.generic #content {
	background: #fff url(/images/generic.jpg) no-repeat;
	border: none;
}

.generic #page .wrap {
	background: none;
}

.home #content, .prices #content {
	border: none;
	background-position: 688px top;
}

.prices #content, #range #content, .packaging #content {
	background: #fff none;
}

.quote #content, .contact #content {
	overflow: visible;
	float: left;
	background: #fff url(/images/gradient.jpg) repeat-x;
}

/* @group Home */

#content .leading {
	background: #fff url(/images/home/leading.gif) repeat-x;
	padding: 20px 28px;
	zoom: 1;
	float: left;
	width: 631px;
}

#content .leading h3 {
	color: #555;
	font: italic 20px/28px Georgia;
	zoom: 1;
}

#content .leading h3 a {
	text-decoration: none;
}

#content .leading h3 a.cards {
	color: #1dbee2;
}

#content .leading h3 a:hover.cards {
	color: #30a0cd;
}

#content .leading h3 a.packaging {
	color: #0f6cb4;
}

#content .leading h3 a:hover.packaging {
	color: #095997;
}

#content .leading h3 a.prices {
	color: #a3bc00;
}

#content .leading h3 a:hover.prices {
	color: #8ba100;
}

#content .leading h3 a.contact {
	color: #f56b0d;
}

#content .leading h3 a:hover.contact {
	color: #d95b05;
}

#content .leading h3 span {
	float: left;
	padding-right: 6px;
}

#content .leading h3 a.quote {
	background: url(/images/content/getquote.gif) no-repeat;
	width: 136px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 0px;
	display: inline-block;
	position: static;
	line-height: 28px;
	float: left;
}

#content .range {
	padding-top: 20px;
	padding-left: 28px;
	overflow: auto;
	background: #ededed url(/images/home/range.jpg) no-repeat;
	zoom: 1;
	clear: both;
}

#content .range h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 8px;
	margin-left: 1px;
	text-align: center;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #e1e1e1;
	margin-right: 26px;
}

#content .range h3 small {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: -3px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

#content .range h4 {
	font-size: 20px;
}

#content .range a {
	color: #323232;
	text-decoration: none;
}

#content .range ul {
	text-align: center;
	list-style: none;
	float: left;
	padding-top: 12px;
	border-top: 1px solid #fff;
	overflow: auto;
	padding-bottom: 22px;
}

#content .range ul li {
	float: left;
	width: 211px;
	overflow: auto;
}

#content .range ul li img {
	display: block;
	position: relative;
	margin: 12px auto 6px;
	top: 0;
}

#content .range ul li em {
	background-image: url(/images/home/range-tag.png);
	text-align: center;
	width: 170px;
	display: block;
	height: 27px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	line-height: 26px;
	font-size: 12px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}

/* @end */

/* @group Banners */

#banners, #cycle {
	height: 320px;
	width: 936px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#cycle .banner-one, #cycle .banner-two, #cycle .banner-three {
	position: relative;
	padding-left: 0;
	padding-top: 0;
	height: 320px  !important;
	width: 936px !important;
	z-index: 1;
	padding: 0;
}

#name-one {
	
}

#name-two {
	
}

#name-three {
	
}

#name-one h1, #name-two h1, #name-three h1 {
	background: url(/images/banners/headline-one.png) no-repeat;
	width: 314px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 8px;
}

#name-one h1 {
	width: 292px;
	height: 34px;
	margin-bottom: 9px;
}

#name-two h1 {
	background: url(/images/banners/headline-two.png) no-repeat;
	width: 227px;
	height: 44px;
}

#name-three h1 {
	background: url(/images/banners/headline-three.png) no-repeat;
	width: 239px;
	height: 74px;
	margin-bottom: 34px;
}

#name-one h2, #name-two h2, #name-three h2 {
	color: #a9b8c6;
	font: italic normal 24px/28px Georgia;
	width: 255px;
}

#name-two h2 {
	color: #dbd2c4;
}

#name-three h2 {
	color: #c8e2f3;
}

#name-one h2 strong, #name-two h2 strong, #name-three h2 strong {
	color: #fff;
	width: 340px;
	font-weight: normal;
}

#name-one p, #name-two p, #name-three p {
	color: #fff;
	font: 13px/18px Arial;
	width: 340px;
	position: absolute;
	top: 208px;
	left: 30px;
}

#name-two p {
	width: 230px;
}

#name-three p {
	width: 240px;
}

#name-one p a, #name-two p a, #name-three p a {
	color: #fff;
	text-decoration: underline;
}

#name-one p a:hover, #name-two p a:hover, #name-three p a:hover {
	color: #fff;
	text-decoration: none;
}

a.action {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 20px;
	left: 20px;
	height: 250px;
	width: 650px;
}

.banner-two a.action {
	display: none;
}

.controls {
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 282px;
	width: 100px;
	height: 18px;
	left: 30px;
}

.controls a {
	width: 11px;
	height: 11px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/banners/control.png) no-repeat;
	margin-right: 9px;
	zoom: 1;
	position: relative;
	float: left;
}

.controls a.activeSlide {
	background: url(/images/banners/control-active.png) no-repeat;
}

#next {
	width: 19px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/banners/control-next.png) no-repeat;
	position: absolute;
	z-index: 9;
	bottom: 23px;
	left: 250px;
	cursor: pointer;
}

#banners .promotion {
	position: absolute;
	top: 16px;
	z-index: 9;
	left: 700px;
	width: 223px;
}

.promotion .ad {
	background: url(/images/banners/ad.png) no-repeat;
	width: 213px;
	height: 136px;
	overflow: visible;
	padding-left: 5px;
	padding-top: 4px;
	margin-bottom: 9px;
	position: relative;
	right: 0;
	padding-right: 5px;
	cursor: pointer;
	zoom: 1;
}

#right .promotion .ad {
	background: none;
	width: 223px;
	height: auto;
	overflow: visible;
	position: relative;
	margin-bottom: 0;
	padding: 4px 0 6px;
}

#right .promotion .ad img {
	background: url(/images/banners/promotion.png) no-repeat;
	overflow: visible;
	position: relative;
	margin-bottom: 0;
	padding: 4px 6px 7px 5px;
}

/* @end */

/* @group Left */

#left {
	width: 687px;
	float: left;
}

.packaging #left {
	width: 450px;
}

.cards #left {
	padding-bottom: 24px;
}

.home #left {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #ededed;
	overflow: visible;
}

#left h1 {
	color: #415054;
	font-size: 28px;
	padding-top: 26px;
	padding-left: 28px;
	padding-bottom: 9px;
	background: url(/images/content/heading.gif) no-repeat 0 bottom;
	width: 420px;
	margin-bottom: 18px;
	overflow: auto;
}

#left h1 strong {
	float: left;
}

#left h1 a {
	background: url(/images/content/getprice.gif) no-repeat;
	width: 136px;
	height: 32px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 4px;
	display: inline;
}

#keytag #left h1 a {
	background: url(/images/content/getquote.gif) no-repeat;
	width: 136px;
	height: 32px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 4px;
	display: inline;
}

#left p, #left h2 {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 24px;
}

#left p.guarantee {
	margin-bottom: 28px;
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px dashed #d8e2e4;
	padding: 8px 14px;
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px dashed #d8e2e4;
	background-color: #f9f9f9;
}

#left p a {
	color: #30a9c4;
	text-decoration: underline;
}

#left p a:hover {
	text-decoration: none;
}

#left h2 {
	font: italic 17px/30px Georgia;
	padding-right: 270px;
}

#left img.mock {
	float: right;
}

#left ol {
	background-color: #f8fbfc;
	border: 1px solid #e8f3f7;
	font-size: 14px;
	font-style: italic;
	list-style: none;
	padding-top: 14px;
	padding-bottom: 2px;
	float: left;
	width: 618px;
	color: #7b8082;
}

#left ol li {
	padding-left: 40px;
	padding-bottom: 12px;
	background-position: 16px 1px;
	background-repeat: no-repeat;
	margin-left: 0;
	float: left;
}

#left ol li.one {
	background-image: url(/images/content/bullets/1.gif);
}

#left ol li.two {
	background-image: url(/images/content/bullets/2.gif);
}

#left ol li.three {
	background-image: url(/images/content/bullets/3.gif);
}

#left .tips {
	overflow: hidden;
	padding-left: 28px;
	padding-bottom: 20px;
	padding-right: 24px;
}

#left .tips img {
	float: left;
}

#left .tips h3 {
	text-transform: uppercase;
	margin-left: 210px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 8px;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 6px;
}

#left .toptip {
	background: url(/images/cards/tip.gif) no-repeat 16px 21px;
	margin-left: 30px;
	margin-right: 36px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 142px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	zoom: 1;
}

img.temp {
	float: right;
	margin: 10px 5px 10px 20px;
	clear: right;
	display: block;
}

img.keytag {
	display: block;
	margin-left: 30px;
}

#left .toptip h4 {
	color: #30a9c4;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 14px;
	padding-bottom: 6px;
}

#left .toptip p {
	padding-left: 0;
	padding-bottom: 0;
	line-height: 22px;
	font-style: italic;
}

#left .special {
	background: url(/images/special.gif) no-repeat 8px 18px;
	margin-left: 30px;
	margin-right: 36px;
	padding: 26px 120px 10px 142px;
	position: relative;
	width: 359px;
	clear: both;
}

#left .special h4 {
	color: #a3bc00;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 17px;
	padding-bottom: 4px;
}

#left .special p {
	padding-left: 0;
	padding-bottom: 0;
	line-height: 23px;
	font-style: italic;
	padding-right: 0;
}

#left .special p strong {
	line-height: 25px;
	font-style: italic;
	font-size: 16px;
	background-color: #b0cb00;
	color: #fff;
	margin-bottom: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 1px solid #9fb700;
	padding: 3px 6px 2px 5px;
}

#left .special p strong span {
	font-style: italic;
	font-weight: normal;
}

#left .special img {
	position: absolute;
	right: 10px;
	top: 25px;
}

#left .why {
	margin-left: 30px;
	margin-right: 36px;
	position: relative;
	padding-top: 20px;
	overflow: auto;
}

#left .why h4 {
	color: #6c797d;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
}

/* @end */

/* @group Right */

#right {
	width: 247px;
	overflow: auto;
	float: right;
}

.quote #right, .contact #right {
	width: 247px;
	margin-top: -1px;
}

#right .pricingcard {
	width: 431px;
	height: 242px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/cards/pricecard.gif) no-repeat;
	padding-top: 47px;
	padding-left: 34px;
	zoom: 1;
}

#right .pricingcard ul {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	padding-left: 25px;
	width: 390px;
}

#right .pricingcard ul li {
	display: inline-block;
	position: relative;
	top: 1px;
	padding: 5px 8px 6px;
	font-size: 14px;
	text-transform: uppercase;
	color: #666c6d;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	zoom: 1;
}

#right .pricingcard ul li.howmuch {
	background: url(/images/icons/howmuch.gif) no-repeat 8px 7px;
	padding-left: 25px;
}

#right .pricingcard ul li.spec {
	background: url(/images/icons/spec.gif) no-repeat 8px 7px;
	padding-left: 30px;
}

#right .pricingcard ul li.active {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
}

#right .pricingcard ul li.extras {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 4px;
	right: -2px;
}

#right .pricingcard .spec a {
	background: url(/images/cards/extras.gif) no-repeat;
	width: 101px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: -4px;
	margin-top: 6px;
}

#right .pricingcard #scroll {
	padding-left: 35px;
	width: 360px;
	float: left;
	overflow: hidden;
	zoom: 1;
	display: block;
	position: relative;
	padding-top: 8px;
	height: 187px;
	padding-right: 20px;
}

#right .pricingcard .scroller {
	width: 2000px;
	position: relative;
}

#right .pricingcard .scroller .chart, #right .pricingcard .scroller .spec {
	width: 380px;
}

#right .pricingcard .scroller .chart {
	position: absolute;
	top: 0;
	left: 0px;
	width: 360px;
}

#right .pricingcard .scroller .spec {
	position: absolute;
	top: 0;
	left: 390px;
}

#right .pricingcard p {
	padding-top: 7px;
	padding-bottom: 7px;
}

#right .pricingcard table {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}

#right .pricingcard th, #right .pricingcard td {
	padding-right: 20px;
	font-weight: bold;
	margin-right: 0;
	padding-left: 0;
	padding-bottom: 2px;
	text-align: center;
}

#keytag #right .pricingcard td {
	line-height: 23px;
}

#right .pricingcard td.amount {
	font-weight: normal;
	font-style: normal;
	color: #7f7f7f;
}

#right .pricingcard th.amount, #right .pricingcard td.amount {
	text-align: right;
	padding-left: 0;
}

#right .pricingcard th strong {
	font-size: 16px;
}

#right .pricingcard th.header {
	color: #00b4d4;
	padding-bottom: 8px;
}

#right .pricingcard th.highlight {
	color: #00b4d4;
	background-color: #f5fafb;
	border-left: 1px solid #e0f2f5;
	border-right: 1px solid #e0f2f5;
	border-top: 1px solid #e0f2f5;
	padding-right: 14px;
	padding-left: 14px;
}

#right .pricingcard td.highlight {
	background-color: #f5fafb;
	border-left: 1px solid #e0f2f5;
	border-right: 1px solid #e0f2f5;
	padding-right: 14px;
	padding-left: 14px;
}

#right .pricingcard th {
	color: #7fb8c2;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 6px;
}

#right .pricingcard .sticker {
	position: absolute;
	left: -32px;
	z-index: 1;
	top: 81px;
	zoom: 1;
	margin-top: 0;
}

#right .pricingcard dl {
	line-height: 12px;
	padding-top: 3px;
	padding-right: 30px;
}

.pricingcard dl dt {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	float: left;
	width: 85px;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 2px;
}

dt {
	background-position: 0 0;
	background-repeat: no-repeat;
}

dt.size {
	background: url(/images/icons/size.gif) no-repeat 0 2px;
}

dt.colour {
	background: url(/images/icons/colour.gif) no-repeat 0 2px;
}

dt.thickness {
	background: url(/images/icons/thickness.gif) no-repeat 0 2px;
}

dt.finish {
	background: url(/images/icons/finish.gif) no-repeat 0 2px;
}

dt.inc {
	background: url(/images/icons/inc.gif) no-repeat 0 2px;
}

.pricingcard dt.size {
	background: url(/images/icons/size.gif) no-repeat 0 0px;
}

.pricingcard dt.colour {
	background: url(/images/icons/colour.gif) no-repeat 0 6px;
	padding-top: 8px;
	color: #10b5da;
}

.pricingcard dt.weight {
	background: url(/images/icons/weight.gif) no-repeat 0 1px;
}

.pricingcard dt.thickness {
	background: url(/images/icons/thickness.gif) no-repeat 0 0px;
}

.pricingcard dt.finish {
	background: url(/images/icons/finish.gif) no-repeat 0 0px;
}

.pricingcard dl.extras {
	background-color: #9dce0a;
	border-top-color: #8cb904;
	width: 357px;
	-webkit-border-radius: 6px;
	padding-top: 2px;
}

.pricingcard dl.extras dt {
	background: url(/images/icons/extras.gif) no-repeat 5px 3px;
	line-height: 12px;
}

.pricingcard dl.extras dt, .pricingcard dl.extras dd {
	color: #fff;
}

.pricingcard dl dd {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 107px;
	margin-left: -7px;
}

.pricingcard dl dd.colour {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #85def2;
	-moz-box-shadow: 0px 0px 5px #85def2;
	box-shadow: 0px 0px 5px #85def2;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border: 1px solid #85def2;
}

.pricingcard dl dd.colour abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}

.pricingcard dl dd.colour abbr:hover {
	border-bottom: 1px dotted #10b5da;
	border-color: #fff;
}

.pricingcard dl dd small {
	font-size: 11px;
	font-weight: bold;
}

.pricingcard dl dd.inc {
	font-weight: bold;
}

#right .pricingcard dl.extras dd {
	padding-bottom: 6px;
	padding-right: 6px;
	line-height: 14px;
}

/* @group Promos */

#right .promotion {
	margin-left: 1px;
	padding-top: 300px;
	padding-left: 12px;
	padding-bottom: 4px;
}

.home #right .promotion, .quote #right .promotion {
	padding-top: 18px;
	border: none;
}

#right .examples {
	padding-top: 4px;
	margin-left: 1px;
	padding-bottom: 14px;
}

#right .tip {
	margin-left: 1px;
	padding: 14px 14px 0;
}

#right .map {
	margin-left: 1px;
	padding: 4px 14px 10px;
}

#right .contact {
	border-top: 1px solid #fff;
	margin-left: 1px;
	padding: 14px 14px 0;
}

#right h4 {
	text-transform: uppercase;
	font-size: 14px;
	background: url(/images/content/divide.gif) no-repeat 0 bottom;
	padding-bottom: 8px;
	margin-left: 1px;
	margin-bottom: 8px;
}

#right .promotion h4 {
	padding-left: 60px;
	margin-right: 13px;
}

#right .contact h4 {
	padding-left: 38px;
	margin-bottom: 11px;
}

#right .map h4 {
	padding-left: 93px;
}

#right .tip h4 {
	padding-left: 80px;
	margin-bottom: 11px;
}

#right .examples h4 {
	padding-left: 55px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 12px;
}

#right .ad {
	padding-bottom: 12px;
}

#right .promotion span {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 12px;
}

#right a {
	color: #9fa5a5;
	text-decoration: none;
}

#right a:hover {
	color: #8f9597;
}

#right .tip p, #right .contact p {
	font-size: 11px;
	border: 1px solid #e5dcc4;
	padding: 8px 14px 10px;
	font-style: italic;
	background: #faf1d7 repeat;
	color: #666;
}

#right .contact p {
	margin-bottom: 10px;
	color: #847f70;
	font-size: 11px;
	line-height: 14px;
}

#right .contact p.detail {
	margin-bottom: 10px;
	font-size: 12px;
}

#right .contact p strong {
	display: block;
	font-size: 12px;
}

#right .contact p.detail strong {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b1aa97;
	font-style: normal;
	padding-bottom: 0;
	line-height: 11px;
	padding-top: 6px;
}

#right .contact p a {
	color: #847f70;
}

#right .contact p span {
	color: #847f70;
	font-size: 16px;
}

#right .contact p a:hover {
	text-decoration: underline;
}

#right .map a {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 11px;
	color: #9fa5a5;
	text-decoration: none;
}

#right .map a:hover {
	color: #8f9597;
}

/* @end */

#right .examples img {
	position: relative;
	left: 0;
	padding-left: 16px;
}

/* @end */

/* @group Prices */

/* @group Subnav */

.prices .subnav {
	background: url(../images/subnav/prices-bar.gif) repeat-x;
	height: 53px;
	margin-bottom: 26px;
}

.prices .subnav ul {
	float: left;
	padding-left: 10px;
	margin-bottom: -1px;
	padding-top: 10px;
}

.prices .subnav ul li {
	float: left;
	list-style: none;
	position: relative;
}

.prices .subnav ul li a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
}

.prices .subnav ul li.card a {
	background: url(../images/subnav/prices.gif) no-repeat;
	width: 123px;
}

.prices .subnav ul li.card a.active {
	background: url(../images/subnav/prices.gif) no-repeat 0 -45px;
}

.prices .subnav ul li.keytag a {
	background: url(../images/subnav/prices.gif) no-repeat -433px top;
	width: 142px;
}

.prices .subnav ul li.keytag a.active {
	background: url(../images/subnav/prices.gif) no-repeat -433px bottom;
}

.prices .subnav ul li.packaging a {
	background: url(../images/subnav/prices.gif) no-repeat -123px 0;
	width: 155px;
}

.prices .subnav ul li.packaging a.active {
	background: url(../images/subnav/prices.gif) no-repeat -123px -45px;
}

.prices .subnav ul li.artwork a {
	background: url(../images/subnav/prices.gif) no-repeat -278px 0;
	width: 155px;
}

.prices .subnav ul li.artwork a.active {
	background: url(../images/subnav/prices.gif) no-repeat -278px -45px;
}

.prices .subnav ul li a:active {
	position: relative;
	top: 1px;
}

/* @end */

/* @group Artwork */

.prices div.artwork {
	border-top: 2px solid #e0e4e7;
	padding-left: 28px;
	position: relative;
	overflow: auto;
	clear: both;
	zoom: 1;
	padding-bottom: 20px;
	background: url(/images/lighting-clean.jpg) 1px center;
}

.prices .artwork .title {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 20px;
	margin-top: 20px;
	zoom: 1;
}

.prices .artwork .basic {
	float: left;
	width: 240px;
	background-color: #fff;
	border-bottom: 2px solid #e9f2f5;
	border-left: 1px solid #e9f2f5;
	border-right: 1px solid #e9f2f5;
	padding: 10px 20px 14px;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
}

.prices .artwork .finest {
	float: left;
	width: 336px;
	background-color: #fff;
	border-bottom: 2px solid #e9f2f5;
	border-left: 1px solid #e9f2f5;
	border-right: 1px solid #e9f2f5;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-top: 20px;
	position: relative;
}

.prices .artwork .basic .sticker {
	position: absolute;
	right: 7px;
	top: 34px;
	zoom: 1;
}

.prices .artwork .finest .sticker {
	position: absolute;
	top: 14px;
	right: -10px;
	zoom: 1;
}

.prices .artwork h3 {
	color: #8dad04;
	font-size: 24px;
	padding-bottom: 6px;
	zoom: 1;
	padding-left: 0;
	margin-left: 0;
	border-bottom-style: none;
	margin-bottom: 0;
}

.prices .artwork h4 {
	font: italic normal 20px Georgia;
	padding-top: 2px;
	padding-bottom: 6px;
	color: #999;
}

.prices .artwork h4 strong {
	color: #676c6d;
	font-weight: normal;
}

.prices .artwork .basic small, .prices .artwork .finest small {
	font: italic 14px Georgia;
	display: block;
	padding-bottom: 8px;
}

.prices .artwork p {
	padding-bottom: 6px;
	font-size: 12px;
}

.prices .artwork ul {
	list-style: none;
	float: left;
	margin-right: 20px;
}

.prices .artwork ul.plus {
	margin-right: 0;
}

.prices .artwork ul li {
	background: url(/images/icons/tick.gif) no-repeat 0 3px;
	padding-left: 18px;
	font-size: 12px;
}

.prices .artwork ul.plus li {
	background-image: url(/images/icons/plus.gif);
}

.prices .artwork ul.plus li.plus {
	background-image: none;
}

/* @end */

.prices h3 {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.prices h3 strong {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	top: 1px;
	right: 30px;
	padding-left: 20px;
	background: url(../images/icons/colour.gif) no-repeat 0 1px;
}

.prices .artworking h3 {
	margin-bottom: 0;
	border-bottom: none;
}

.prices .section {
	margin-left: 31px;
	margin-right: 31px;
	background: url(../images/prices/new/box.gif) no-repeat left bottom;
	padding-bottom: 26px;
	margin-bottom: 5px;
	position: relative;
	float: left;
	clear: both;
	width: 874px;
	zoom: 1;
}

.prices .packaging .section, .prices .keytags .section {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.prices .section .left {
	width: 194px;
	float: left;
	background: url(../images/prices/new/box-top.gif) no-repeat left top;
	padding: 20px 24px 6px;
}

.prices .section .left h3 {
	font-size: 17px;
	color: #585447;
	font-weight: normal;
	font-style: normal;
	position: relative;
	border-bottom: 1px solid #cecbc2;
	margin-bottom: 14px;
	margin-left: -1px;
	padding: 1px 0 10px;
}

.prices .section .left .info {
	font-size: 12px;
	color: #585447;
	font-weight: normal;
	font-style: normal;
	position: relative;
	margin-left: -1px;
	padding: 5px 0 0;
	border-top: 1px solid #cecbc2;
}

.prices .section .left .info a {
	padding-left: 16px;
	color: #646053;
	text-decoration: none;
	background: url(../images/prices/info.gif) no-repeat 1px 1px;
}

.prices .section .left .info a:hover {
	text-decoration: underline;
}

.prices .keytags .section .left h3 {
	font-size: 15px;
}

.prices .keytags .section .left h3 a {
	margin-right: -8px;
	margin-top: 1px;
}

.prices .packaging .section .left h3 a {
	margin-top: 1px;
}

.prices .section .right p {
	font-size: 15px;
	color: #676c6d;
	font-weight: normal;
	font-style: normal;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 14px;
	margin-left: -1px;
	line-height: 25px;
}

.prices .section .left h3 em {
	background-image: url(../images/prices/new/step.png);
	width: 21px;
	height: 26px;
	position: absolute;
	left: -31px;
	top: -4px;
	padding-top: 4px;
	padding-left: 9px;
}

.prices .section .left p {
	font-size: 12px;
	padding-left: 1px;
}

.prices .section .right {
	padding-left: 24px;
	padding-top: 17px;
	padding-right: 28px;
	float: left;
	width: 580px;
	background: url(../images/prices/new/box-top.gif) no-repeat right top;
	position: relative;
}

.prices .section .right img {
	position: absolute;
	top: 8px;
	right: 4px;
}

.prices .section .right table {
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
	position: relative;
}

.prices .section .right table.mifare {
	margin-top: 20px;
}

.prices .section .right table tr.carriage td {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

.prices .section .right th, .prices .section .right td {
	font-weight: normal;
	margin-right: 0;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	padding: 6px 20px 9px;
	position: relative;
}

.prices .section .right td.empty {
	padding: 0;
	font-size: 1px;
	line-height: 10px;
}

.prices .section .right th {
	color: #7fb8c2;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 4px;
	background-color: #f5fafb;
	border-top: 1px solid #dff2f5;
	border-bottom: 1px solid #dff2f5;
	padding-bottom: 3px;
	line-height: 24px;
	font-weight: bold;
}

.prices .section .right th.focus {
	padding-left: 20px;
	font-size: 11px;
	line-height: 24px;
	padding-top: 4px;
	color: #00b3d5;
	border-left: 1px solid #dff2f5;
	text-align: right;
}

.prices .section .right td.focus {
	text-align: right;
	color: #00b3d5;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border-right: 1px solid #e6e6e6;
	padding-left: 0;
}

.prices .section .right tr.message td {
	background-color: #f9f9f9 !important;
	font-size: 12px;
	font-style: italic;
	border-top: 1px dashed #e6e6e6 !important;
	border-bottom: 1px dashed #e6e6e6 !important;
	padding-top: 8px;
}

.prices .section .right tr.message td a {
	color: #676c6d;
}

.prices .section .right tr.message td a:hover {
	color: #676c6d;
	text-decoration: none;
}

.prices .section .right tr.mifare td {
	font-size: 12px;
	font-style: italic;
}

.prices .section .right tr.mifare td.focus {
	text-align: right;
	color: #8a9091;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	border-right: 1px solid #e6e6e6;
	padding-left: 0;
	line-height: 12px;
	vertical-align: middle;
	padding-top: 9px;
}

.prices .section .right td.focus strong, .prices .section .right th.focus strong {
	font-size: 14px;
}

.section .right table tbody tr td.focus span {
	position: absolute;
	top: 69px;
	left: 52px;
	color: #777;
	font-size: 9px;
}

.prices img.next {
	margin-left: 130px;
	margin-bottom: 8px;
	clear: both;
	float: left;
}

.prices .section .right p a {
	background: url(../images/prices/new/extras.gif) no-repeat;
	width: 123px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 0px;
	display: inline-block;
	position: relative;
	line-height: 28px;
	top: 4px;
}

.prices .section#action {
	margin-left: 31px;
	margin-right: 31px;
	background: url(../images/prices/new/box-action.gif) no-repeat left top;
	margin-bottom: 24px;
	position: relative;
	float: left;
	clear: both;
	padding-bottom: 0;
}

.prices .section#action .left {
	padding-left: 24px;
	padding-top: 20px;
	width: 295px;
	padding-right: 0;
	float: left;
	background: none;
}

.prices .section#action .right {
	padding-left: 0;
	padding-top: 17px;
	padding-right: 0;
	float: left;
	width: 555px;
	background: none;
	position: relative;
}

.prices .section#action .left p {
	padding-left: 1px;
	padding-top: 6px;
}

.prices .section#action .action {
	clear: both;
	background: url(../images/prices/new/box-action-bottom.gif) no-repeat 0 bottom;
	padding: 20px 26px 26px;
	overflow: hidden;
	float: left;
	width: 822px;
}

.action dl {
	float: left;
}

.action dl dt {
	font: italic 14px Georgia;
}

.action dl dd {
	font: italic 24px Georgia;
}

.action .calltoaction {
	font: italic 16px Georgia;
	padding-top: 12px;
	float: right;
}

.action .calltoaction em {
	color: #999;
}

.action .calltoaction a {
	position: relative;
	left: 0;
}

.action .calltoaction span {
	display: inline-block;
}

.action .calltoaction a.quote {
	background: url(../images/prices/new/quote.gif) no-repeat;
	width: 136px;
	height: 32px;
	overflow: hidden;
	margin-left: 0px;
	position: relative;
	line-height: 28px;
	margin-right: 4px;
	top: -2px;
	color: #f160b5;
	display: block;
	zoom: 1;
	text-indent: -117px;
}

.action .calltoaction a.contact {
	background: url(../images/prices/new/contact.gif) no-repeat;
	width: 136px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 4px;
	display: block;
	position: relative;
	line-height: 28px;
	margin-right: 4px;
	top: -2px;
	color: #f9871a;
	zoom: 1;
}

.packaging .section .left h3 a, .keytags .section .left h3 a {
	background: url(../images/prices/new/quote-mini.gif) no-repeat;
	width: 103px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	line-height: 28px;
	top: -1px;
	margin-left: 0;
	right: 0;
}

/* @end */

/* @group Generic */

#page .generic {
	padding: 30px 28px 20px;
}

#page .generic a {
	color: #7fb8c2;
}

#page .generic a:hover {
	text-decoration: none;
}

#success #page .generic, #received #page .generic, #success #page .generic {
	padding-bottom: 30px;
}

#page .generic h1 {
	font-size: 32px;
	color: #323232;
	padding-bottom: 18px;
}

#page .generic h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 12px;
	color: #525252;
}

#faqs #page .generic h3 {
	padding-bottom: 16px;
}

#cardmarque #page .generic h3 {
	font: italic 18px/30px Georgia;
	color: #676c6d;
	padding-right: 300px;
}

#page .generic h3 span {
	color: #999;
	font: normal 20px Georgia;
	padding-right: 4px;
}

#page .generic p {
	padding-bottom: 14px;
}

#cardmarque #content p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	padding-right: 300px;
}

#cardmarque #content ul {
	list-style: none;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 30px;
	position: relative;
}

.generic #content dl {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 15px;
	position: relative;
}

.generic #content dl dt {
	font-size: 15px;
	font-style: italic;
	padding-bottom: 6px;
	padding-left: 24px;
	background-image: url(/images/icons/faq.gif);
	position: relative;
	zoom: 1;
}

.generic #content dl dd {
	padding-bottom: 15px;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-left: 24px;
	position: relative;
	zoom: 1;
}

#cardmarque #content ul li {
	padding-left: 28px;
	padding-bottom: 10px;
	background: url(/images/icons/tick.gif) no-repeat 4px 2px;
	font-style: italic;
	position: relative;
}

#cardmarque #content ul li strong {
	font-weight: bold;
	font-style: normal;
}

#cardmarque #content blockquote {
	padding-right: 300px;
	padding-left: 129px;
	background: url(/images/icons/matt.jpg) no-repeat;
	padding-bottom: 10px;
}

#cardmarque #content blockquote p {
	padding-right: 0;
	padding-bottom: 4px;
	font-family: Georgia;
	font-style: italic;
}

#cardmarque #content blockquote span {
	font-size: 12px;
}

#cardmarque #content blockquote small {
	font-size: 10px;
	color: #999;
	padding-left: 10px;
}

.generic .time {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	position: relative;
	zoom: 1;
}

.generic .confirm {
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 60px;
	border: 1px solid #e1e1e1;
	margin-bottom: 0;
	position: relative;
	zoom: 1;
	background: #fff url(/images/icons/success.gif) no-repeat 30px 26px;
}

#unsubscribe.generic .confirm {
	background: #fff url(/images/icons/unsubscribe.gif) no-repeat 24px 26px;
}

#unsubscribe.generic .confirm h2 {
	padding-bottom: 12px;
}

.generic .confirm h2 {
	font: italic normal 18px/22px Georgia;
	padding-bottom: 4px;
}

.generic .confirm p {
	font-size: 11px;
}

.generic .confirm p a {
	color: #30a9c4;
	text-decoration: underline;
}

.generic .confirm p a:hover {
	text-decoration: none;
}

.generic #content .time dl dd {
	padding-bottom: 05px;
	font-size: 13px;
	border: none;
	margin-bottom: 0;
	padding-left: 24px;
}

.generic #content .time dl dt {
	background-image: url(/images/icons/time.gif);
}

#unsubscribe.confirm {
	background: #fff url(/images/icons/unsubscribe.gif) no-repeat 24px 26px;
}

#unsubscribe.confirm h2 {
	padding-bottom: 12px;
}

#unsubscribe fieldset {
	border-style: none;
	padding-bottom: 16px;
}

#unsubscribe.confirm fieldset input {
	width: 272px;
	font: normal 20px Arial;
	color: #444;
	border: 1px solid #d6dfe1;
	padding: 4px 4px 4px 6px;
	float: left;
}

#unsubscribe.confirm fieldset input.go {
	width: 181px;
	font: normal 20px Arial;
	color: #444;
	border: 1px none #d6dfe1;
	padding: 0;
	height: 40px;
	margin-top: -3px;
	margin-left: 10px;
}

/* @end */

/* @group Packaging */

.podium {
	clear: both;
	background: url(../images/packaging/podium.jpg) repeat-x 0 top;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 22px;
}

.podium .pricingcard {
	height: 249px;
	background: url(/images/packaging/price.jpg) no-repeat;
	padding-top: 13px;
	zoom: 1;
	position: relative;
	padding-left: 2px;
	width: 400px;
	padding-right: 2px;
}

.podium .pricingcard #scroll {
	padding-left: 25px;
	width: 375px;
	float: left;
	overflow: hidden;
	zoom: 1;
	display: block;
	position: relative;
	padding-top: 8px;
	height: 179px;
}

.podium .pricingcard .scroller {
	width: 2000px;
	position: relative;
}

.podium .pricingcard ul {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	padding-left: 15px;
	width: 385px;
}

.podium .pricingcard h4 {
	position: relative;
	top: 1px;
	padding: 5px 8px 6px;
	font-size: 13px;
	text-transform: uppercase;
	color: #666c6d;
	zoom: 1;
	background: url(/images/icons/howmuch.gif) no-repeat 8px 6px;
	padding-left: 25px;
}



.podium .pricingcard ul li {
	display: inline-block;
	position: relative;
	top: 1px;
	padding: 5px 8px 6px;
	font-size: 14px;
	text-transform: uppercase;
	color: #666c6d;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	zoom: 1;
}

.podium .pricingcard ul li.howmuch {
	background: url(/images/icons/howmuch.gif) no-repeat 8px 6px;
	padding-left: 25px;
}

.podium .pricingcard ul li.spec {
	background: url(/images/icons/spec.gif) no-repeat 8px 6px;
	padding-left: 30px;
}

.podium .pricingcard ul li.active {
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
}

.podium .pricingcard ul li.extras {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 4px;
	right: -2px;
}

.podium .pricingcard ul li a {
	background: url(/images/cards/extras.gif) no-repeat;
	width: 84px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.podium .pricingcard .chart {
	position: absolute;
	left: 378px;
	top: 15px;
	width: 342px;
}

.podium .pricingcard p {
	padding-left: 9px;
}

.podium .spec p {
	padding-left: 0;
	padding-top: 18px;
	font-size: 12px;
}

.podium .spec p a {
	background: url(../images/packaging/contact.gif) no-repeat;
	width: 106px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 7px;
	top: -3px;
}

.podium .pricingcard table {
	border-collapse: collapse;
	width: 100%;
}

.podium .pricingcard th, .podium .pricingcard td {
	padding-right: 30px;
	font-weight: bold;
	margin-right: 0;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align: center;
}

.podium .pricingcard td.amount {
	font-weight: normal;
	font-style: normal;
	color: #7f7f7f;
	text-align: right;
}

.podium .pricingcard th.amount, #right .pricingcard td.amount {
	text-align: right;
	padding-left: 0;
}

.podium .pricingcard th strong {
	font-size: 16px;
}

.podium .pricingcard th.header {
	color: #00b4d4;
	padding-bottom: 8px;
}

.podium .pricingcard th.highlight {
	color: #00b4d4;
	background-color: #f5fafb;
	border-left: 1px solid #e0f2f5;
	border-right: 1px solid #e0f2f5;
	border-top: 1px solid #e0f2f5;
	padding-right: 14px;
	padding-left: 14px;
}

.podium .pricingcard td.highlight {
	background-color: #f5fafb;
	border-left: 1px solid #e0f2f5;
	border-right: 1px solid #e0f2f5;
	padding-right: 14px;
	padding-left: 14px;
}

.podium .pricingcard th {
	color: #7fb8c2;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 6px;
}

.podium .pricingcard .sticker {
	position: absolute;
	z-index: 1;
	zoom: 1;
	margin-top: 0;
	left: 342px;
	top: 90px;
}

.podium .pricingcard .scroller .spec {
	position: absolute;
	top: 0;
	left: 0px;
	width: 316px;
}

.podium .pricingcard dl {
	line-height: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 14px;
}

.podium .pricingcard dl.extras {
	background-color: #9dce0a;
	border-top-color: #8cb904;
	width: 357px;
	-webkit-border-radius: 6px;
	padding-top: 2px;
}

.podium .pricingcard dl.extras dt {
	background: url(/images/icons/extras.gif) no-repeat 5px 3px;
	line-height: 12px;
}

.podium .pricingcard dl.extras dt, .podium .pricingcard dl.extras dd {
	color: #fff;
}



.podium .pricingcard dl dd.inc {
	font-weight: bold;
}

.podium .pricingcard dl.extras dd {
	padding-bottom: 6px;
	padding-right: 6px;
	line-height: 14px;
}

.podium img#hero {
	position: absolute;
	top: 23px;
	right: 0;
}

#foldy .podium img#hero {
	top: 56px;
}

#boxy .podium img#hero {
	position: absolute;
	top: 56px;
	right: 50px;
}

#slidy .podium img#hero {
	position: absolute;
	right: 20px;
	top: 74px;
}

#tucky .podium img#hero {
	position: absolute;
	right: 36px;
	top: 35px;
}

#hangy .podium img#hero {
	position: absolute;
	right: 40px;
	top: 35px;
}

ul.gallery {
	clear: both;
	background: url(../images/packaging/gallery.jpg) repeat-x;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 15px;
	padding-left: 18px;
	list-style: none;
}

#boxy ul.gallery, #hangy ul.gallery {
	padding-left: 230px;
}

ul.gallery li {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

ul.gallery li img {
	position: relative;
	top: 0px;
}

/* @end */

/* Foot */

ul#fancybox {
	display: none;
}

#foot {
	clear: both;
	background: #fff url(/images/foot/foot.gif) no-repeat 0 bottom;
	overflow: auto;
	padding-bottom: 14px;
	zoom: 1;
}

#page #foot .wrap {
	background: url(/images/foot/lines.gif) repeat-y;
	padding-bottom: 0;
}

/* @group Links */

#foot .cards {
	padding-left: 28px;
	width: 316px;
	background: url(/images/foot/header.gif) no-repeat left top;
}

#foot .links {
	padding-left: 22px;
	width: 135px;
	background: url(/images/foot/header.gif) no-repeat -344px top;
}

#foot .info {
	padding-left: 22px;
	width: 165px;
	background: url(/images/foot/header.gif) no-repeat -501px top;
}

#foot h4 {
	text-transform: uppercase;
	font-size: 13px;
	padding-bottom: 20px;
}

#foot .cards h4, #foot .cards h4 a {
	color: #00b9e2;
}

#foot .links h4 {
	color: #f01c97;
}

#foot .info h4 {
	color: #f6791a;
}

#foot .cards, #foot .links, #foot .info, #foot #signup {
	float: left;
	padding-top: 16px;
	font: italic 13px/20px Georgia;
	color: #323232;
}

#foot ul {
	list-style: none;
}

#foot .cards ul li {
	display: inline-block;
	width: 155px;
}

#foot .cards a, #foot .links a, #foot .info a {
	color: #5a5a5a;
	text-decoration: none;
}

#foot .cards a:hover, #foot .links a:hover, #foot .info a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Signup */

#foot #signup {
	width: 248px;
	background: #9ea2a2 url(/images/foot/signup.jpg) no-repeat;
	overflow: hidden;
	position: relative;
}

#foot #signup h4 {
	color: #fff;
	padding-left: 25px;
	padding-bottom: 4px;
}

#foot #signup fieldset {
	border-style: none;
	float: left;
	width: 220px;
	padding-left: 15px;
	line-height: 8px;
	display: inline;
	position: relative;
	padding-bottom: 2px;
	padding-top: 4px;
}

#foot #signup fieldset.button {
	padding-bottom: 6px;
	position: static;
}

#foot #signup small {
	color: #fff;
	font-size: 13px;
	float: left;
	padding-left: 10px;
}

#foot #signup small em {
	display: block;
}

#foot #signup fieldset input {
	background: url(/images/foot/input.gif) no-repeat;
	border-style: none;
	color: #e1e1e1;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 210px;
	margin-bottom: 4px;
}

#foot #signup fieldset.button input {
	border-style: none;
	color: #c9c2b7;
	width: 120px;
	margin-bottom: 0;
	padding: 0;
	background-image: none;
	height: 28px;
	display: inline;
	position: absolute;
	top: 84px;
	right: 15px;
}

/* @end */

/* End */

#end {
	background: #f0f4f5 url(/images/foot/end.gif) no-repeat 0 bottom;
	padding-bottom: 12px;
	padding-top: 12px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

/* @group End */

#end small {
	text-transform: uppercase;
	font-size: 12px;
	color: #4c4c4c;
	float: left;
	display: inline;
	padding-left: 33px;
}

#end em {
	height: 25px;
	width: 48px;
	display: inline;
	position: absolute;
	top: 9px;
	right: 20px;
}

#end em a {
	display: block;
	width: 48px;
	height: 25px;
	background: url(../images/foot/crafty.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* @end */

/* Quote + Contact */

/* @group Forms */

#the-form {
	overflow: visible;
	background: url(/images/contact/form.gif) repeat-y 17px;
	padding-left: 17px;
	float: left;
	position: relative;
	z-index: 3;
}

.form {
	float: left;
	width: 652px;
	background: url(/images/contact/form-top.gif) no-repeat;
	position: relative;
	margin-top: -30px;
	padding-top: 24px;
}

.form fieldset {
	float: left;
	width: 284px;
	border-style: none;
}

.form fieldset small {
	font-size: 11px;
	color: #999;
	padding-left: 4px;
	position: relative;
	top: -3px;
}

.form fieldset span.require small {
	display: block;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
}

.form fieldset.details {
	padding-right: 27px;
	padding-left: 30px;
}

.form fieldset.preferences {
	padding-right: 22px;
}

.form fieldset.message, .form fieldset.submit, .form fieldset.subscribe {
	clear: both;
	width: 100%;
	padding-top: 8px;
}

.form fieldset.message {
	padding-left: 30px;
	padding-right: 22px;
	width: 600px;
	padding-top: 2px;
}

.form fieldset.submit, .form fieldset.subscribe {
	width: 592px;
}

.form fieldset.subscribe {
	padding-top: 12px;
	background-color: #fff;
	margin-left: 30px;
	padding-bottom: 4px;
	display: inline;
}

.form fieldset.submit {
	width: 592px;
	background: #fff url(/images/contact/form-bottom.gif) no-repeat 0 top;
	padding: 36px 30px 24px;
}

.form fieldset input, .form fieldset select {
	width: 272px;
	font: normal 20px Arial;
	color: #444;
	border: 1px solid #d6dfe1;
	padding: 4px 4px 4px 6px;
}

.form fieldset select {
	width: 280px;
	font: normal 17px Arial;
	color: #444;
	border: 1px solid #d6dfe1;
	height: 33px;
	background-color: #fff;
}

.form fieldset textarea {
	width: 582px;
	font: normal 15px/21px Arial;
	color: #444;
	border: 1px solid #d6dfe1;
	padding: 8px 4px 4px;
	height: 200px;
}

.form label {
	display: block;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 18px;
	font: italic 14px Georgia;
}

.form fieldset.message label {
	font-size: 16px;
}

.form fieldset label.error {
	font: bold 11px/18px Arial;
	color: #6b5f3d;
	background-color: #fee398;
	-webkit-border-radius: 6px;
	padding: 3px 6px;
	border-bottom: 1px solid #dec684;
	margin-top: 6px;
	margin-bottom: 0;
	display: inline;
	position: relative;
	top: 4px;
}

#unsubForm fieldset {
	position: relative;
}

#unsubForm label.error {
	font: bold 11px/18px Arial;
	color: #6b5f3d;
	background-color: #fee398;
	-webkit-border-radius: 6px;
	padding: 3px 6px;
	border-bottom: 1px solid #dec684;
	margin-top: 6px;
	margin-bottom: 0;
	display: inline;
	position: absolute;
	top: -2px;
	left: 484px;
}

.form fieldset.subscribe label {
	display: inline;
	padding-top: 0;
	font-size: 12px;
	float: left;
	width: 560px;
}

.form fieldset.subscribe input, .form fieldset.submit input {
	display: inline;
	width: auto;
	height: auto;
	float: left;
	border-style: none;
}

.form fieldset.submit span.require {
	float: right;
	line-height: 12px;
	padding-top: 8px;
}

.form fieldset.submit input.submitform {
	display: block;
	clear: both;
	float: left;
	padding: 0;
	height: 40px;
	width: 181px;
}

/* @end */

/* @group Errors */

#foot #signup label.error {
	font: bold 11px/18px Arial;
	color: #6b5f3d;
	background-color: #fee398;
	position: absolute;
	-webkit-border-radius: 6px;
	padding: 2px 10px;
	width: 198px;
	top: -27px;
	border-bottom: 1px solid #feebd0;
	left: 15px;
}

#left p.error {
	font: bold 11px/18px Arial;
	color: #c81c00;
	width: 248px;
	border-bottom: 1px solid #c81c00;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#unsubscribe fieldset {
	border-style: none;
	padding-bottom: 16px;
}

#unsubscribe .confirm fieldset input {
	width: 272px;
	font: normal 20px Arial;
	color: #444;
	border: 1px solid #d6dfe1;
	padding: 4px 4px 4px 6px;
	float: left;
}

#unsubscribe fieldset input.go {
	width: 181px;
	font: normal 20px Arial;
	color: #444;
	border: 1px solid #d6dfe1;
	padding: 0;
	height: 40px;
	margin-top: -3px;
	margin-left: 10px;
}

/* @end */