/*
colorfactory.co.nz css
requires boilerplate css reset
(c) 2008 Gavin Botica - [stompbox.net.nz]
*/

body {
	background:url(/images/bg-wallpaper.jpg) 0 0 repeat #fff fixed;
	margin:0;
	padding:0;
	color:#666;
}
a {
	color:#587ab0;
}
a:hover {
	text-decoration:underline;
}
/* page elements */
#top {
	width:962px;
	margin:0 auto;
}
#header {
	height:192px;
	width:962px;
}
/* logo */
#logo {
	width:380px;
	height:102px;
	background:url(/images/cf-logo-lg.png) 0 0 no-repeat;
	margin-top:13px;
	margin-left:20px;
	float:left;
}
#logo p, #logo h1 {
	text-indent:-9999px;
	overflow:hidden;
}
#logo a {
	display:block;
	width:350px;
	height:87px;
}
/*contact header bar */
#contact-header {
	float:right;
	width:324px;
	height:59px;/*46px;*/
	padding:5px 0 0 0;
	top:0;
	right:0;
	font-size:12px;
	letter-spacing:-.05em;
	word-spacing:.15em;
	color:#999;
	background:url(/images/bg-contact-header.png) 0 0;
}
#contact-header p {
	margin:0;
	text-align:center;
	line-height:1.25em;
}
#contact-header img {
	vertical-align:middle;
	margin:0 2px 0 0px;
}
#contact-header .head-ph {
	margin-left:12px;
}
/* main nav */
#menu-wrap {
	clear:both;
}
ul#menu {
	clear:both;
	width:962px;
	height:60px;
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
	background:url(/images/menu-bar.png) 0 0;
}
#menu li {
	float:left;
	width:160px;
	height:60px;
	text-indent:60px;
	text-align:center;
}
#menu li.sml {
	width:159px
}
#menu a.home {
	background:url(/images/menu-home.png) 0 0 no-repeat;
}
#menu a.services {
	background:url(/images/menu-services.png) 0 0 no-repeat;
}
#menu a.technology {
	background:url(/images/menu-technology.png) 0 0 no-repeat;
}
#menu a.team {
	background:url(/images/menu-team.png) 0 0 no-repeat;
}
#menu a.gallery {
	background:url(/images/menu-gallery.png) 0 0 no-repeat;
}
#menu a.faq {
	background:url(/images/menu-faq.png) 0 0 no-repeat;
}
#menu li a {
	display:block;
	font-size:1.2em;
	font-weight:normal;
	padding:26px 0 0;
	color:#999;
	width:160px;
	height:34px;
	text-decoration:none;
}
#menu li a:hover {
	color:#1f99d3;
	text-decoration:underline;
}
#menu li a.sel {
	color:#1f99d3;
	font-weight:bold;
}
#menu li a:hover.sel {
	text-decoration:none
}
/* banner */
#banner {
	width:962px;
	background:url(/images/banner-bg.png) 0 0 no-repeat;
	display:none;
}
.banner-inner {
	width:962px;
	height:260px;
}
.banner-content {
	height:260px;
	color:#fff;
}
.banner-content.right {
	text-align:right;
}
.banner-content.center {
	text-align:center;
}
.banner-content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	letter-spacing:-.05em;
	font-weight:normal;
	padding:74px 80px 0 80px;
	margin:0 0 10px 0;
	line-height:.85em;
}
.banner-content p {
	font-size:1.2em;
	line-height:1em;
	margin-bottom:.2em;
	padding:.25em 80px 0 80px;
}
.banner-content p a {
	color:#ddd;
	text-decoration:underline;
}
.banner-content p a:hover {
	color:#fff;
}
#banner-menu {
	list-style-type:none;
	margin:0;
	padding:0 0 0 1px;
	background-color:#ccc;
	height:78px;
	width:961px;
}
#banner-menu li {
	float:left;
	height:78px;
	width:320px;
	background:url(/images/carousel-btns.png) 0 0 no-repeat #ccc;
	cursor:pointer;
}
#banner-menu li p {
	margin:15px 10px 0 7em;
	font-size:1em;
	color:#3D5900;
	line-height:1.1em;
}
#banner-menu li.over {
	background:url(/images/carousel-btns.png) 0 -78px no-repeat;
}
#banner-menu li.sel {
	background:url(/images/carousel-btns.png) 0 -156px no-repeat;
}
#banner-menu li.sel p {
	color:#eee;
}
#banner-menu li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	color:#fff;
	line-height:1.35em;
}
#banner-menu li a:hover {
	color:#fff;
	text-decoration:none;
}
/* columns */
.col1 {
	width:630px;
	float:left
}
.wide #content .col1 {
	width:960px;
}
.col2 {
	width:302px;
	float:right;
	margin:0 20px 0 0;
}
/* main content */

p.more-link {
	margin:1em 0 0 0;
	height:80px;
}
p.more-link a {
	line-height:2.5em;
	padding:8px 10px 20px 50px;
	background:url(/images/arrow-lg.png) 0 0 no-repeat;
}
.right p.more-link a {
	padding:8px 50px 20px;
	background-position:top right;
}
#content p.more-link {
	margin-bottom:2em;
	height:auto;
}
#content p.more-link a {
	margin:0;
	background:url(/images/arrow-med.png) 0 0 no-repeat;
	padding:5px 10px 10px 30px;
	font-weight:bold;
	text-decoration:none
}
#content p.more-link.open a {
	background:url(/images/arrow-med-back.png) 0 0 no-repeat;
}
#content {
	margin:0;
	clear:both;
	background:url(/images/body-wall.gif) 0 0 repeat-y;
}
.wide #content {
	background:url(/images/body-wall-wide.gif) 0 0 repeat-y;
}
#content p a {
	text-decoration:underline;
}
#content-top {
	background:url(/images/single-top-bg.png) 0 0 no-repeat;
	height:12px;
	width:962px;
}
#home #content-top {
	background:url(/images/body-wall-top.gif) no-repeat;
	height:10px;
	width:962px;
}
.wide #content-top {
	background:url(/images/single-page-wide-top.png) 0 0 no-repeat;
}
#content-bottom {
	background:url(/images/body-wall-bottom.png) 0 0 no-repeat;
	width:962px;
	height:27px;
}
.wide #content-bottom {
	background:url(/images/body-wall-wide-bottom.png) 0 0 no-repeat;
}
.col1 .content-wrapper {
	padding:0 65px 50px 65px;
}
.col2 .content-wrapper {
	padding:0px 25px 50px 40px;
}
#content h2, #content h3, #content h4 {
	letter-spacing:-.01em;
}
#content h2 {
	background:url(/images/single-heading-bg.gif) 0 0 no-repeat;
	width:647px;
	height:63px;
	margin:0 0 0 -64px;
	padding:0 0 0 1em;
	color:#F38224;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	font-weight:normal;
	line-height:1.3em;
}
.wide #content h2 {
	background:url(/images/single-heading-wide-bg.gif) 0 0 no-repeat;
}

#content h3 {
	letter-spacing:-.05em;
	font-size:2em;
	color:#1f99d3;
	clear:left;
	font-weight:normal;
	margin-top:1.25em;
	clear:left;
}
#content h4 {
	margin:0 -22px 0 -17px;
	font-size:1.4em;
	font-weight:bold;
	padding:12px 18px;
	background:#f3f3f3;
	color:#777;
	color:#1f99d3;
	clear:both;
}
#content h4 img {
	vertical-align:middle;
	margin:0 12px;
}
#content p {
	clear:left;
	margin-top:1em;
}



#gallery #content p.gallery-thumbs img {
	margin:2px 2px;
	border:1px solid #999;
}


#content .box-2 .testimonial h3 {
	font-size:1.9em;
	margin-bottom:1.25em
}
#content .testimonial .left {
	margin-left:0;
	margin-top:5px;
	width:125px;
	clear:left
}
#content .testimonial p {
	margin-left:140px;
	clear:right;
	width:340px
}
#content #dye-anim {
	float:right;
	margin-right:-75px
}
#content dt {
	font-size:1.2em;
	color:#777;
	font-weight:normal;
	font-style:italic;
	color:#1f99d3;
	display:list-item;
	list-style-position:inside;
	cursor:pointer;
	padding:0;
	margin:.25em 0;
}
#content dt.over {
	color: #FA5807;
}
#content dd {
	margin:0 0 0 3em;
}
#content p.img-caption {
	color:#999;
	font-size:.9em;
	margin:-20px 0 2em 0;
	padding:0;
	text-align:center
}
#content .subcol img {
	float:left;
	margin:0 10px 10px 0
}
#content ul {
	list-style:url(/images/bullet_star.gif) none;
	margin:2em 0 2em 3em;
}
#content li {
	color:#666;
}
#content .left {
	float:left;
}
#content .right {
	float:right;
}
#content .center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#content .pad-right {
	margin-left:20px;
	margin-bottom:5px;
	margin-right:-25px
}
#content .underline {
	border-bottom: 1px solid #eee
}
#content .overline {
	border-top: 1px solid #eee
}
#content .pdf li {
	list-style-type:none;
	list-style-image:none;
	background:url(/images/icon-pdf.gif) no-repeat 0 0;
	padding:0px 0 5px 24px;
	font-size:1.2em;
}
/* note */
#content .callout p {
	padding:.25em 1em .25em 105px
}
#content .callout h4 {
	color:#4AB6C5;
	background-color:transparent;
	margin:1em 0 1em 105px;
	padding:0 1.5em 0 0;
	font-variant:small-caps;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	line-height:1.15em;
}
#content .callout {
	margin:1.2em -12px 1em -12px
}
#content .callout.info {
	background:url(/images/callout-info-icon.gif) 15px 20px no-repeat #f1fff2;
	border-top:1px dotted #b4c6b4;
	border-bottom:1px dotted #b4c6b4;
}
#content .callout.help {
	background:url(/images/callout-help-icon.gif) 15px 20px no-repeat #f2fdff;
	border-top:1px dotted #d1dfe2;
	border-bottom:1px dotted #d1dfe2;
}
.callout.warning {
	background-color:#fffee7;
}

#services #content .box-1 h4 {
	margin:0 0 0 40px;
	padding:9px 0 0 64px;
	background:url(/images/tick-big.png) 0 0 no-repeat;

}

#services  #content .box-1 h4 a {
	font-size:1.4em;
	font-weight:bold;
	color:#5ca32d;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#services  #content .box-1 p {
margin-left:104px;
margin-right:45px;
margin-top:0;
font-size:1.3em;
color:#2477ae;
padding-top:0;
padding-bottom:20px;
border-bottom:1px dotted #d9d9d9;
background:url(/images/gradient-invert.png) bottom center repeat-x;
}
/*sidebar*/

#content .col2 p {
	margin:1em 1em 1em 0;
}
#content .col2 p img {
	vertical-align:bottom
}
#content .col2 {
	color:#999;
	padding-top:0
}
#content .col2 h3 {
	margin:0 0 -15px -20px;
	padding:.55em 0 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F38224;
	font-size:2em;
	background:url(/images/side-bar-box-header.gif) 0 0 no-repeat;
	width:260px;
	height:62px;
}

#content .col2 .sidebar-banner {
	margin:10px 0 10px -20px;
}
#content .col2 h3.contact {
	background:url(/images/side-bar-box-header-contact.gif) 0 0 no-repeat;
	padding-left:80px;
	margin-top:50px;
	width:200px;
}
#content .col2 h3.gallery {
	background:url(/images/side-bar-box-header-gallery.gif) 0 0 no-repeat;
	padding-left:80px;
	width:200px;
}
#content .col2 h3.email {
	background:url(/images/side-bar-box-header-email.gif) 0 0 no-repeat;
	padding-left:70px;
	width:210px;
	font-size: 21px;
	padding-top: 13px;
}
#content .col2 h3.services {
	background:url(/images/side-bar-box-header-services.gif) 0 0 no-repeat;
	padding-left:60px;
	width:240px;
}
#content .col2 h3.faq {
	background:url(/images/side-bar-box-header-faq.gif) 0 0 no-repeat;
	padding-left:80px;
	width:200px;
}
#content .col2 ul {
	list-style:url(/images/bullet-colorcubes.gif) none;
	margin:2em 0 2em 0;
}
#content .col2 ul li {
	color:#1f99d3;
	font-size:1.5em;
	font-weight:bold;
	margin-top:1em;
	padding-bottom:1em;
	border-bottom:1px solid #eee;
}
#content .col2 ul li a {
	color:#1f99d3;
}
#content .col2 ul li p {
	font-size:.8em;
	color:#999;
	font-weight:normal;
	line-height:1.15em;
	margin-top:0;
	margin-bottom:0;
}

#content .col1 p.top-link {
	float:right;
	margin-right:-14px;
}
#content .col1 p.top-link a {
	font-size:.9em;
	background: url(/images/arrow-up.gif) right center no-repeat;
	padding:4px 26px 4px 0;
}
table caption {
	margin-bottom:1em;
	text-align:left
}
table.price-list {
	margin-top:1.5em;
	width:100%;
	border-top:1px solid #eee;
}
table.price-list th {
	background:url(/images/gradient-bottom.png) 0 bottom repeat-x #f6f6f6;
	padding:6px 3px 5px;
	border-bottom-width:1px;
	text-align:left;
	font-size:1.25em;
	font-weight:normal;
	color:#1f99d3;
}
table.price-list td {
	background:url(/images/gradient.png) 0 bottom repeat-x #fff;
	padding:4px 10px 5px;
}
table.price-list col.item {
	width:99%;
}
table.price-list col.price {
	width:1%;
	text-align:right;
}
/* sub columns */
.subcol {
	width:49%;
	float:left;
	margin:0;
}
.subcol p {
	margin:0 20px 10px 0;
	font-size:1em
}
/* box out 1 */

#content .box-1 {
	width:520px;
	background:url(/images/box-1-bg.gif) bottom left no-repeat;
	padding:2em 1em 2em 1em;
	margin:0 -1em 2em -1em;
}
#content h3.box-1 {
	height:24px;
	background:url(/images/box-header.gif) 0 -80px no-repeat;
	margin:.75em -1em 0 -1em;
	padding:7px 1em;
	text-decoration:none;
	font-size:1.7em;
}
#content h3.box-1.cp-toggle {
	background:url(/images/box-header.gif) 0 0 no-repeat;
	cursor:pointer;
}
#content h3.box-1.open {
	background-position:0 -40px
}
#content h3.box-1.over {
	cursor:pointer;
	color: #FA5807;
}
#content .box-1 h4 {
	margin:0 1em;
	background-color:transparent;
	color:#1f99d3;
	padding:0;
	font-size:1.4em
}
#content .box-1 p {
	margin:0em 2em 1em;
}
/* box out 2 */
.box-2 {
	width:553px;
	background:url(/images/box-2-bottom.gif) bottom left no-repeat;
	padding:0 0 2em 0;
	margin:2em -1em 2em -1.7em;
}
.box-2-content {
	background:url(/images/box-2-top.gif) 0 0 no-repeat;
	width:553px;
	margin:0;
	padding:1em 2em;
}
#content .box-2 h3 {
	margin:.5em 4em 0 0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.6em;
	color:#62A001;
}
#content .box-2 h4 {
	color:#1f99d3;
	font-weight:normal;
	background-color:transparent;
	margin:0 1em 0 -1.25em;
	font-size:1.4em;
}
/* footer */
#footer {
	background:url(/images/footer-wall.png) 0 0 no-repeat;
	width:962px;
	height:82px;
	margin-top:20px;
	color:#999;
	font-size:.95em;
}
#footer img {
	vertical-align:top;
}
#footer .col1 span a {
	color:#548acc;
}
#footer .content-wrapper {
	padding:20px 0 0 4em;
}
#footer p a {
	color:#999;
	font-size:.95em;
	text-align:left
}
#footer-logo {
	float:right;
	width:100px;
	font-size:.85em;
	margin:-4px 30px 0 0;
	color:#ccc;
	text-indent:-7px;
}
#footer-logo img {
	vertical-align:top;
}

