@import url('blueprint/screen.css');
@import url('manager_survey.css');
@import url('stylesheet.css');
@import url('forms.css');
@import url('mainmenu.css');
@import url('navigation.css');
@import url('jqueryui.css');

/* BASE HTML5 ready reset and base css styles
-------------------
===================
BaCSS v0.1
===================
-------------------
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
 
Some base styling from Paul Irish's HTML5 Boilerplate: http://github.com/paulirish/html5-boilerplate/blob/master/css/style.css
Table styling from SenCSS: http://sencss.kilianvalkhof.com/
 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; 
}

/* Base Elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
 
html {
	-webkit-font-smoothing: anti-aliased;
	overflow-y: scroll; 
}
 
table {
	font-size: inherit;
	font: 100%; 
}
 
body, select, input, textarea { color: #003366; }
 
.body {
	color: #333;
	font: 12px/1.5 'Droid Sans';
}

/* Block elements */
h1,h2,h3,h4,h5,h6 {
	color: #e27322;
	font:18px/1.5 'MemphisMedium';
	margin:10px 0;
	padding:0;
}

h1	{
	font-size:24px;
	color: #A0292F;
}	
		
h2	{	
	font-size:18px;
	text-transform:uppercase;
}	
		
h3	{
	font-size:16px;
}	

h4	{	
	font-size:14px;
	font-weight:bold;
}	
	
h5	{	
	font-size:12px;
	margin:0;
}
	
h6	{	
	font-size:11px;
	line-height:1;
	margin:0;
}
p {
	margin:0 0 10px;
}

pre {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	margin-bottom: 0.8em;
	padding: 15px;
	white-space: pre;
	word-wrap: break-word; 
}

ul {
	list-style-type: disc;
	margin: 0 0 0.8em 2.5em; 
}
 
ol {
	list-style-type: decimal;
	margin: 0 0 0.8em 2.5em; 
}
 
blockquote {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	font-style: italic;
	margin: 0.8em 0;
	padding: 10px; 
}
 
	blockquote p { margin-bottom: 0; }
	
dl {
	background: #F4F5F1;
	padding: 10px; 
}

dt { font-weight: bold; }
 
dd {
	font-size: 13px;
	margin-bottom: 1em; 
}

hr {
	background: #DDD;
	background: -moz-linear-gradient(left center, rgb(255,255,255) 0%, rgb(187, 187, 187) 25%, rgb(187, 187, 187) 75%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255,255,255)), color-stop(0.25, rgb(187, 187, 187)), color-stop(0.75, rgb(187, 187, 187)), color-stop(1, rgb(255,255,255)));
	border: 0;
	height: 1px;
}

/* Inline elements */
b, strong, th { font-weight: bold; }
 
i, em { font-style: italic; }
 
a { color: #000; }
 
	a:hover, a:active {
		color: #C00;
		outline: none;
		text-decoration: none; 
	}
 
	a:link { -webkit-tap-highlight-color: #FF5E99; }
 
small { font-size: 85%; }
 
sub {
	font-size: smaller;
	vertical-align: sub; 
}
 
sup {
	font-size: smaller;
	vertical-align: super; 
}
 
cite {
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal; 
}
 
pre, code, kbd, samp, tt, var { font: 12px "Monaco", "Inconsolata", "Courier New", Courier, monospace; }
 
code, kbd, samp, tt, var { background: rgba(0, 0, 0, 0.15); }
 
abbr, time {
	color: #ed6617;
	cursor: help; 
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	padding: 0; 
}
 
caption {
	font-style: italic;
	text-align: left; 
}
 
tr.alt td { background: #eee; }
 
td {
	padding: 0.333em;
	vertical-align: middle; 
}
 
th {
	font-weight: 700;
	padding: 0.333em;
	vertical-align: middle; 
}

.left { float: left !important; }
 
img {
	border:0 none;
}

img.left { margin: 0 1em 1em 0; }
 
.right { float: right !important; }
 
img.right { margin: 0 0 1em 1em !important; }
 
.clear { clear: both; }
 
.clearfix {
	overflow: hidden;
	zoom: 1; 
}

/* CUSTOM SITE OVERRIDES */

header {
	background:#c00 url(/images/template/header.png) center 0 repeat-x scroll;
}
#logo {background:#c00 url(/images/template/header_logo.jpg) 0 0 no-repeat scroll;height:30px;width:300px;margin:10px;}
#logo a {display:block;text-decoration:none;}

#internal-header {
	background:#c00 url(/images/template/header.png) center 0 repeat-x scroll;
	margin:0 auto;
	padding:0;
}

nav {
	background-color:#C00;
	height:42px;
}

.container {
	background-color:#fff;
	margin:0 auto;
}

.contentarea {
	width:950px;
	margin:0 auto;
}

#contentarea {
	background:#fff;
	margin:40px 0;
}

#home-hero {
	height:150px;
	text-align:center;
}


footer {clear:both;}
.footercrumbs{text-align:center;}
.footercrumbs a{color:#000;font-size:0.8em;text-decoration:none;}

.footerlinks,a.footerlinks, a.footerlinks:hover, a.footerlinks:visited, a.footerlinks:visited:hover {
	color: #000; 
	font-size: 0.8em;
	text-decoration: none; 
}
.footersitelinks {font-size:0.8em;margin:0 10px;}

.logintext {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
		
.redcomment {
	color: Red;
}

.photogallerytable {
	background:#eaeaea;
	border:1px solid #666666;
	height:200px;
	width: 200px;
}

.photogallerycell {
	background:#eaeaea;
	width:200px;
	height:200px;
	
}
.photogallerycaption {
	font-size: 9px;	
	font-style: italic;
}

/* Top of page Links */
A.TopOfPage, A.TopOfPage:visited {
	color: #444; font-size: 10px; text-decoration:none;
}
A.TopOfPage:hover, A.TopOfPage:visited:hover {
	color: #000; font-size: 10px; text-decoration:none;
}

/* tree style */
input.op {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 15px;
	height:	15px;
}

/**********************
MANAGER CMS TABS
**********************/

ul.cmstablist
{
	margin:0;
	padding:0;
	display:inline-block;
}

ul.cmstablist li
{
	list-style:none;
	float:left;
	display:inline-block;
	padding:0;
	margin:0;
	margin-right:5px;
	background-color:#dddddd;
	border:1px solid #666666;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
}

ul.cmstablist li.active
{
	border-bottom:1px solid white;
	background-color:#FFFFFF;
}

ul.cmstablist li a
{
	text-decoration:none;
	padding:5px 15px;
	color:#000000;
	display:inline-block;
	outline:none;
}

ul.cmstablist li a:hover, ul.cmstablist li a:visited
{
	color:#000000;
}

div.cmstab
{
	border:1px solid #666666;
	width:725px;
	padding:10px;
	display:none;
	overflow:auto;
	background-color:#ffffff;
	margin-top:-1px;
}

div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px; text-align: left
}

/*****************
*** RHS COLUMN ***
*****************/

.rhscolumn
{
}

.rhsitem
{
	margin:0 0 10px 0;
	display:block;
}



/* misc style */

.votestyle {
	color: #FFFFFF;
	font-size: 9pt;
}


.blogDate
{
	font-size:10px;
	text-transform:uppercase;
}
.blogTitle
{
	
}
.blogPostedBy
{
	font-size:10px;
	text-transform:uppercase;
	vertical-align:middle;
}

.blogSmallTitle
{
	font-size:10px;
	text-transform:uppercase;
}

.blogSmallList
{
	font-size:11px;
	padding: 3px 0 3px 0;
}

.blogSmallList a, .blogSmallList a:visited
{
	color: #000000;
	text-decoration:none;
}

.blogSmallList a:hover
{
	text-decoration:underline;
}

.blogCommentTitle
{
	text-transform:uppercase;
	font-size:11px;
	padding: 3px 0 3px 0;
	vertical-align:bottom;
}

.blogCommentTitle a, .blogCommentTitle a:visited
{
	text-decoration:none;
}

.blogCommentTitle a:hover
{
	text-decoration:underline;
}

/* AJAX start Rating */
.rating {
	cursor: pointer;
	display: inline;
	text-align:left;
}
/**/
.rating:after {
	content: '.';
	display: inline;
	height: 0;
	width: 0;
	visibility: hidden;
}

/*.cancel,*/
.star {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.starLoading {
	background: url(../images/loading.gif) no-repeat 0 0px;
}
/*.cancel,
.cancel a {background: url(../images/delete.gif) no-repeat 0 -16px;}*/

.star,
.star a {background: url(../images/star.gif) no-repeat 0 0px;}
	
/*.cancel a,*/
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}

/*****************
*** LEGACY STYLES (IMPORTED) ***
*****************/

#headerdiv {
	position:relative;
	margin-bottom:5px;
}

#headerdiv .share {
	position:absolute;
	top:5px;
	right:5px;
	z-index:100;
}

#contentdiv {
	border-bottom: 1px solid #A0292F;
	margin:0 0 20px;
}


div.pdf-to-print > div {
	border:2px solid #5b9cbe;
	padding:18px;
}

div.pdf-to-print-internal {
	/*border-left:1px dashed #CCCCCC;
	padding:0 0 0 19px;*/
}

div.pdf-to-print-internal h1 {
	background-color:#d3e1f0;
	float:left;
	padding:10px 0 10px 10px;
	width:530px;
}

div.pdf-to-print-internal div.steps {
	background-color:#D3E1F0;
	float:right;
	margin:10px 0 0;
	padding:10px 10px 0 0;
	width:240px;
}

div.pdf-to-print-internal div.products-help {
	background-color:#FFF;
	border:0 none;
	clear:both;
	float:right;
	*margin-left:-340px;
	padding:10px 0;
	width:590px;
}
div.video-intro {
	/*clear:both;*/
	float:none;
}

div.video-intro p img {
	margin:5px 10px 0 0;
	padding:10px 10px 0 0;
}

div.steps {
	float:left;
	width:270px;
}

div.steps p {
	float:left;
}

div.steps p.six-easy-steps {
	float:right;
	clear:none;
	display:inline-block;
	padding:1px 5px 1px 0;
	font-weight:bold;
	font-size:14px;
}

div.steps ul {
	background:url("http://www.soarprint.co.nz/Images/pdf-to-print/blue-line.png") no-repeat scroll 10px 11px;
	display:inline-block;
	float:right;
	margin:0 0 10px 0;
}

div.steps ul li {
	background:url("http://www.soarprint.co.nz/Images/pdf-to-print/blue-dot.png") no-repeat scroll 0 0;
	color:#fff !important;
	display:inline-block;
	float:left;
	font-size:14px;
	height:24px;
	margin:0 5px 0 0;
	text-align:center;
	width:24px;
}

div.steps ul li a
{
	display:block;
	color:#fff !important;
}

div.steps ul li.selected {
	background:url(/Images/pdf-to-print/orange-dot.png) no-repeat scroll 0 0;
}

div.steps p a {
	float:left;
	text-shadow:1px 1px 2px #666666;
	width:250px;
}
.contentcontainer table td {
	vertical-align:top;
}

div.products-help {
	background-color:#f2f6fa;
	border:1px dashed #6699cc;
	border-left:0;
	border-right:0;
	clear:both;
	float:left;
	padding:10px;
	width:360px;
}

div.products-help div {
	float:left;
	width:170px;
}
div.pdf-to-print-internal div.products-help div {
	float:left;
	width:290px;
}
div.products-help select {
	width:90%;
}
div.pdf-to-print-internal div.products-help select {
	width:190px;
}

div.latest-specials {
	/*clear:both;
	display:inline-block;
	float:none;
	margin:0;
	padding:5px 0 0;*/
	margin:10px 0;
	text-align:center;
}

div.product-spotlight {
	background-color:#dee9f4;
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
}

div.product-spotlight img {
	background-color:#fff;
	clear:both;
	margin:10px 0 0;
	padding:5px 10px;
}
div.product-spotlight p {
	font-size:11px;
	padding:0 10px;
}
div.product-spotlight h4 , div.product-spotlight h5 {
	display:inline;
}

div.product-spotlight h5 em{
	color:#9F292E;
	font-style:normal;
	margin:0 0 10px;
}

div.one-on-one > div {
	margin:0 0 0 20px;
}

.testimonials {
	font-size: 10px;
	color:#666666;
	padding:5px 0;
}
/*
.heading {
	FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #666633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.subHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
*/
a.button, input.button {
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#FFF !important;
	font-family:'Trebuchet MS',Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	margin:0 0 10px;
	padding:0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.small
{
	font-size:10px !important;
	height:20px !important;
	line-height:20px !important;
	padding:0 10px !important;
}
a.orange, .orange {
	background-color:#e27322;
	height:25px;
	line-height:25px;
	padding:0 25px;
	display:inline-block;
	vertical-align:top;
}
a.grey, .grey {
	background-color:#666666;
	height:25px;
	line-height:25px;
	padding:0 25px;
	display:inline-block;
	vertical-align:top;
}
a.orange:hover, a.grey:hover {
	background-color: #9F292E;
}
a.large, a.large:hover {
	background:url("http://www.soarprint.co.nz/images/pdf-to-print/orange-button.png") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:14px;
	height:45px;
	line-height:40px;
	margin:0 0 10px;
	padding:0;
	text-decoration:none;
	text-shadow:1px 1px 2px #666666;
	width:250px;
}
#contact-team {
	color:#FFF;
	float:left;
	font-size: 18px;
    font-weight: bold;
    margin: 0 15px;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e27322;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e27322), to(#A0292F));
	background: -moz-linear-gradient(#e27322, #A0292F);
	background: linear-gradient(#e27322, #A0292F);
	-pie-background: linear-gradient(#e27322, #A0292F);
	behavior: url(PIE.htc);
}
#account-team {
	background: url(/UserFiles/Image/Team%20Photos/team-photo.jpg) no-repeat scroll center center;
	float:left;
	height:120px;
	padding:0;
	text-decoration:none;
	width:180px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}

#news-wrapper {
	background-color: #e7e8e9;
}
#news {
	
}
#news-heading { 
	text-align:center;
	vertical-align:middle;
	height:160px;
} 
#news-heading p {
	font:24px/1.5 'MemphisMedium';
	padding:10px 0;
	font-size:24px;
	color: #A0292F;
	border-bottom:1px solid #A0292F; 
	border-top:1px solid #A0292F;
	margin:40px 10px 10px 10px;
	font-weight:bold; 
}
#news-hero {
	background: url(/userfiles/image/homepage/news-feature.jpg) no-repeat scroll left center;
	height:190px;
}
#news-text {
	padding:10px;
}

