html, body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* Background colour of site */
	background-color: #fff;
}
/* Page Layout */
#background {
	background:#fff url(images/bg.gif) repeat-x 0 top;
	width:100%;
}
#background2 {
	background:url(images/bg2.gif) no-repeat center top;
	width:1057px;
	margin:0 auto;
}
#page {
	/* Width of site */
	width: 899px;
	margin: 0px auto;
	padding: 0 6px;
	background: url(images/body-dropshadow.png) repeat-y 0 0;
}
#header {
	margin: 0px;
	padding: 0px;
}
#body {
	background:#fff url(images/right-top.gif) no-repeat right top;
	margin:0 0 0 4px;
	padding:0;
	width:891px;
}
#left {
	float:left;
}
.nav {
	background:url(images/nav-btm.gif) no-repeat 0 bottom;
	width:186px;
	font-size:13px;
}
.nav ul {
	background:url(images/nav-top.gif) no-repeat 0 top;
	width:100%;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
.nav ul li {
	background:#3b678a;
	border-left:#6486a1 1px solid;
	border-right:#9db3c5 1px solid;
	margin:0;
}
.nav ul li.last {
	background:none !important;
	border:none !important;
}
.nav ul li a {
	line-height:24px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	border-bottom:#6c8da7 1px solid;
	display:block;
	padding-left:17px;
}
.nav ul li a:hover {
	background: #3b7099;
}
.nav ul li.sub-nav {
	background:#437999;
}
.nav ul li.sub-nav a {
	padding:0 0 0 20px;
	border-bottom:#3c6f92 1px solid;
}
.nav ul li.sub-nav a:hover {
	background-color: #3f87b2;
}
.nav-order-online {
	background:#80d700 !important;
	border:none;
	border-right:#ffc001 1px solid;
}
.nav ul li.nav-order-online a:hover {
	background: #74c300;
}
.nav-free-quote {
	background:#ffc001 !important;
	border:none;
	border-right:#80d700 1px solid;
}
.nav ul li.nav-free-quote a:hover {
	background: #ffae01;
}
.cards {
	text-align:center;
	margin: 30px 0;
}
#content {
	background:#fff url(images/content-top.gif) no-repeat 0 top;
	width:458px;
	height:100%;
	float:left;
	text-align:left;
	padding:24px 28px 0;
}
ul.tick {
	padding:0;
	margin:0;
}
ul.tick li {
	margin:10px 0;
	padding:0;
}
ul.blue {
	list-style:url(images/bullet-tick-blue.gif);
}
#right {
	float:left;
	position: relative;
	z-index: 5;
}
.top-buttons {
	background:#3b678a url(images/right-btm.gif) no-repeat 0 bottom;
	width:180px;
	border-right:#376386 1px solid;
	margin-top:6px;
	padding:0 0 10px 10px;
}
.top-buttons a.order-online {
	background:url(images/btn-order-online.png) no-repeat 0 0;
	display:block;
	padding:24px 0;
	margin:8px 0;
}
.top-buttons a.order-online:hover {
	background:url(images/btn-order-online-over.png) no-repeat 0 0;
}
.top-buttons a.free-quote {
	background:url(images/btn-free-quote.png) no-repeat 0 0;
	display:block;
	padding:24px 0;
	margin:8px 0;
}
.top-buttons a.free-quote:hover {
	background:url(images/btn-free-quote-over.png) no-repeat 0 0;
}
.buttons {
	padding:10px 0;
	text-align:center;
}
.testimonial {
	background:#F1F1F2 url(images/testimonial.gif) no-repeat scroll 0 top;
	padding:0 10px 10px;
	width:152px;
	margin:5px 0 5px 12px
}
.testimonial h3 {
	line-height:33px;
	margin:0;
	color:#fff;
	text-align:center;
}
.testimonial p {
	color:#29537c;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}
.feature {
	width:180px;
	float:right;
	clear:both;
	background:url(images/feature-bg.gif) repeat-y 0 0;
	margin:5px 0;
}
.feature-top {
	background:url(images/feature-top.gif) no-repeat 0 0;
	height:7px;
}
.feature-btm {
	background:url(images/feature-btm.gif) no-repeat 0 0;
	height:7px;
}
.feature h3 {
	margin:0;
	line-height:33px;
}
.feature-content {
	padding:0 15px;
}
.content-bottom {
	/*	background:url(images/content-btm.gif) no-repeat scroll 3px 0;*/
	height:5px;
	width:100%;
	clear:both;
}
#footer {
	width: auto;
	background: #1d96bc url(images/footer-bg.gif) repeat-x 0 0;
	height:57px;
	padding: 5px 10px;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 1px 0;
	font-size: 12px;
	color: #FFFFFF;
}
#footer a {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	/*	line-height:25px;*/
	padding:0 2px;
}
#footer a:hover {
	text-decoration:underline;
}
/* Johnsonbox */
.johnsonbox {
	margin:10px auto;
	background:#cbf0f4;
	border:#7aa2b8 1px solid;
	padding:0 15px;
}
.johnsonbox.white {
	background:url(images/jb-white.gif) repeat-x 0 bottom;
}
.johnsonbox.yellow h3, .johnsonbox.blue h3 {
	color:#29537c;
	text-align:center;
}
.johnsonbox.yellow, .johnsonbox.yellow {
	background:#ffffcc;
	border:#ffcc00 1px solid;
	padding:0 15px;
}
.johnsonbox.blue {
	background:#ebf7ff;
	border:#0096ff 1px solid;
	padding:0 15px;
}
.johnsonbox.grey {
	padding: 0;
	background: none;
	border: none;
}
.johnsonbox.grey .header {
	background:url(images/jb-grey-header.gif) repeat-x 0 0;
	display:block;
}
.johnsonbox.grey .header h2, .johnsonbox.grey .header h3 {
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	line-height:28px;
}
.johnsonbox.grey .inner {
	background:#f1f1f2 !important;
	border:#d8d9dc 1px solid;
	padding: 15px;
}
.orderbox {
	width: 90%;
	margin:10px auto;
	background:#cbf0f4;
	border:#7aa2b8 1px solid;
	padding:0 15px;
}
/* Standard Elements */
h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	color: #1d96bc;
	font-size: 24px;
	font-weight: bold;
}
h1.seo {
	color: #222;
	font-size: 16px;
	text-align: center;
}
h2 {
	/*color: #212C7B;*/
	color: #FE7E10;
	font-size: 20px;
	font-weight:bold;
}
h3, .ProductPointHead {
	color: #3F83A7;
	font-size: 16px;
	font-weight: bold;
}
a, a:link, a:active, a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #222;
}
ul li {
}
ul.ticks li, ul.ticks2 li {
	list-style: none;
	background: transparent url(images/bullet-tick-blue.gif) 0 0 no-repeat;
	margin: 7px 0;
	padding: 0 0 0 20px;
}
ul.ticks.green li, ul.ticks2.green li {
	background: transparent url(images/bullet-tick-green.gif) 0 0 no-repeat;
}
img {
	border:none;
}
img.border, img.imgborder {
	border: solid 1px #000000;
}
.float-left {
	float:left;
}
.hidden {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.no-border {
	border:none !important;
}
#breadcrumb, #breadcrumb a {
	color: #999999;
	font-size: 12px;
}
.samplebox {
	width: 141px;
	height: 138px;
}
.samplebox .title {
	width: 142px;
	height: 16px;
	margin: 0;
	padding: 11px 0;
	display: block;
	background: #8fb650 url(images/home-area-title.png) 0 0 no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.samplebox .title.double {
	height: 30px;
	padding: 4px 0;
}
.samplebox .title a {
	color: #FFFFFF;
	text-decoration: none;
}
.samplebox .thumb {
	width: 120px;
	height: 79px;
	display: block;
	padding: 10px;
	background-color: #f9f9f9;
	border: solid 1px #f2f2f2;
	border-top: none;
}
span.button {
	margin: 10px auto;
	padding: 5px;
	background-color: #cbf0f4;
}
.odd, .even {
	height: 25px;
}
tr.odd {
	background-color: #e5eff5;
}
tr.even {
	background-color: #FFFFCC;
}
tr.odd td, tr.even td {
	font-size: 12px;
}
/*
	Forms
			*/
input[type=text], input[type=file], textarea {
	border: solid 1px #e7e7e7;
}
label {
	cursor: pointer;
}
input[type=text].activeField, input[type=file].activeField, textarea.activeField, .activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #888888;
}
input[type=text].idle, input[type=file].idle, textarea.idle, .idle {
	border: solid 1px #e7e7e7;/*background-image: url(../images/input_grad_bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
input[type=text].idle.required, input[type=file].idle.required, textarea.idle.required, .idle.required {
	background-image: url(images/required-star.png);
	background-repeat: no-repeat;
	background-position: 99% 2px;
}
label.error {
	color: #CC0000;
	font-size: 8pt;
	clear:both;
	display:block;
}
input.error {
	border: solid 1px #CC0000;
}
select.choose {
	background-color: #FFCCCC;
	border: solid 1px #888888;
}
.name {
	color:#FF9900;
	font-weight:bold;
}
.resellers {
	padding: 15px 0 0 6px;
}
a.btn-resellers {
	background: url(images/button-reseller-login.png) no-repeat 0 0;
	display: block;
	height: 47px;
	width:175px;
}
a.btn-resellers:hover {
	background: url(images/button-reseller-login-over.png) no-repeat 0 0;
}
a.btn-resellers span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.btn-sticker-price {
	background: url(images/btn-sticker-prices.jpg) no-repeat 0 0;
	height: 47px;
	width: 174px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
.btn-order-stickers {
	background: url(images/btn-order-stickers.jpg) no-repeat 0 0;
	height: 47px;
	width: 174px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
.top-buttons a.btn-comparison-guide {
	background:url("images/btn-comparison-guide.png") no-repeat scroll 0 0 transparent;
	display:block;
	margin:8px 0;
	width: 175px;
	height: 47px;
	cursor: pointer;
}
.top-buttons a.btn-comparison-guide:hover {
	background-position: 0 -47px;
}
#content-wide {
	clear:both;
	padding:10px 28px;
}
/* @group Comparison Guide */

.comparison-guide th {
	padding:10px;
	color:#fff;
}
.comparison-guide td {
	padding: 5px;
	border-bottom:1px dashed #ccc;
}
.comparison-guide th.cs {
	background:#00c4e8;
}
.comparison-guide th.company-a {
	background:#ff6464;
}
.comparison-guide th.company-b {
	background:#ff6464;
}
.comparison-guide .cs {
	background:#dffaff;
}
.comparison-guide .company-a {
	background:#fff3f3;
}
.comparison-guide .company-b {
	background:#fff3f3;
}
/* @end */

table.free-artwork {
	border-top: 1px dashed #ccc;
}
table.free-artwork td {
	padding: 10px 3px;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px dashed #ccc;
}
table.free-artwork td a {
	text-decoration: none;
	color: #000;
}
/*EXIT POP UP*/

/* Overlay */
#simplemodal-overlay {
	background-color:#000000;
	cursor:wait;
}
/* Container */
#simplemodal-container {
	height: auto;
	width: 350px;
	background-color:#fff;
	border:5px solid #f1f1f1;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow:0 0 2em white;
}
#simplemodal-container a.modalCloseImg {
	background:url('/images/x.png') no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;

}
#simplemodal-container #basicModalContent {
	padding:8px;
}

#survey-form label{
	display:block;
	font-weight:bold;
}

#survey-form .submit{
	display:block;
	margin:0 auto;
	background:url(/images/survey-btn.png) no-repeat 0 0;
	border:none;
	text-indent:-9999px;
	line-height:0;
	font-size:0;
	margin-top:20px;
	width:175px;
	height:47px;
	cursor:pointer;
}
#survey-form .submit:hover{
	background-position:0 -47px;

}
#survey-form{
	display:block;
	widows:50%;
	margin:0 auto;
}

#survey-form #comments{
	width:100%;
}
