@charset "utf-8";
/* --- Resets --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

#content li {margin-left:10px; list-style:circle; font-weight:bold;}
#content ul {margin-left:10px;}


.hide {
	display: none;
}

strong {
	font-weight: bold;
	color: #000;
}

.clear
{
     clear: both;
     display: block;
     overflow: hidden;
     width: 0;
     height: 0;
}

/* --- Basic Styles --- */


body {
	background: #fff url(../images/bg-body.jpg)	top left repeat-x;
	font: 13px/20px "Lucida Grande", Tahoma, sans-serif;
	color: #545454;
}

body#subpage {
	background: #fff url(../images/bg-subbody.jpg) top left repeat-x;
}

p {
	margin: 0 0 15px 0;
}
em {font-style:italic;}
#container {
	width: 900px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
	text-align: left;
	position:relative;
}

/* --- Link Styles --- */

a:link, a:visited {
	color: #1e9be4;
	text-decoration: none;
}
a:hover {
	color: #1e9be4;
	text-decoration: underline;
}
a:active {
	color: #1e9be4;
	text-decoration: none;
}

/* -------------------------
--------- HOMEPAGE ---------
-------------------------- */

/* --- Top Header --- */

#top {
	width: 900px;
	height: 207px;

	position: relative;
}

.topbg {

	background: transparent url(../images/bg-top.jpg) top center no-repeat;

}

#top h1 {
	background: transparent url(../images/logo.png) top left no-repeat;
	text-indent: -9999px;
	width: 241px; height: 58px;
	margin: 18px 0 0 35px;
	float: left;
}

#slogan {
	color:#EEEEEE;
	float: left;
	margin: 20px 0px 0px 450px;
	padding: 0px;
	height: 20px;

}

#slogan span {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	float: left;
	display: block;
	margin: 0px;
	padding: 3px 6px 0px 12px;
	height: 17px;
	font-weight:bold;
	letter-spacing:1.8px;


}
#slogan2 {
	color: #fff;
	float: left;
	margin: 0px 0px 0px 60px;
	padding: 0px;
	height: 20px;

}

#slogan2 span {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	height: 12px;
	font-weight:bold;
	letter-spacing:1.8px;


}

/* --- Navigation --- */

#nav {
	position: absolute;
	bottom: 0px;
	left:20px;
	font-size:14px;
	font-weight:bold;
}

#nav li {
	display: block;
	background: url(../images/bg-nav.png) top no-repeat;
	width: 108px;
	height: 39px;
	line-height: 39px;
	float: left;
	text-align: center;
	margin: 0 17px 0 0;
}

#nav li a {
	color: #fff;
}

#nav li a:hover {
	color: #1e9be4;
	text-decoration: none;
}

#nav li.current {
	background-position: bottom;
}

#nav li.current a {
	color: #000;
}

#nav li a {
	display: inline;
	line-height: 39px;
}


/* --- Spotlight / Slider --- */

#spotlight {
	height: 315px;
	width: 900px;
	overflow: hidden;
	background: url(../images/bg-spotlight.jpg) top right no-repeat;
	position: relative;
}

#mover {
	position: relative;
	overflow: hidden;
	width: 7000px; /* Adjust the width based on spotlight-items number (1000*[items number]) */
}

#item {
	width: 820px;
}

.spotlight-item {
	margin: 0px 50px 0;
	overflow: hidden;
	width: 820px;
	float: left;
	position: relative;
	display: inline;
}

.spotlight-item h2 {
	color: #2a2a2a;
	font: 44px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0 0px 0;
	padding:0;

}

.spotlight-item p {
	color: #444;
	font: 13px/19px Arial, Helvetica, Verdana, sans-serif;
	padding: 0 0 0 2px;
	margin:0;
}

.spotlight-item .description {
	margin: 20px 0 0 10px;
	width: 340px;
	min-height:200px;

}

.spotlight-item img#prod {
	position: absolute;
	top: 0; right: 0;
	padding:30px 0px 20px 0px;
}

.launch {
	background: url(../images/launch.png) top left no-repeat;
	display: block;
	width: 110px;
	height: 29px;
	text-indent: -9999px;
	margin: 30px 0 0 -1px;
	cursor: pointer;
}

.pause {
	background: url(../images/pause.png) top left no-repeat;
	display: block;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	bottom: 2px; right: 20px;
	cursor: pointer;
}

#spotlight img.preview {
	float: right;
}


/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

#mainContent {

	margin: 2px 0 0;
}

#topMain {
	padding: 13px 0 0 18px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.who {
	width: 490px;
	float: left;
	padding: 0 20px 0 0;
}

.whob {
	width: 690px;
	float: left;
	padding: 0 20px 0 0;
}
.whob img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 5px 5px 5px;
	float: left;
}

.whob h3 {
	color: #393939;
	font: 14px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 435px;
	background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;
	padding: 0 0 15px 5px;
	margin: 0 0 20px 0;
}
.whob h4 {
	color: #393939;
	font: 12px/14px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align:right;
	background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;
	padding: 0 0 10px 5px;
	margin: 0 0 15px 0;
}

.whob p {
	margin: 0 0 20px 0;
}

.who img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 5px 5px 5px;
	float: left;
}

.who h3 {
	color: #393939;
	font: 14px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 435px;
	background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;
	padding: 0 0 15px 5px;
	margin: 0 0 20px 0;
}
.who h4 {
	color: #393939;
	font: 12px/14px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align:right;
	background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;
	padding: 0 0 10px 5px;
	margin: 0 0 15px 0;
}

.who p {
	margin: 0 0 20px 0;
}

.who p.more {
	text-align: right;
}

.who p.more a {
	text-decoration: underline;
}
#services2 {
	width: 145px;
	float: right;
	margin: 38px 0 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #e4e4e4;
}
#services {
	width: 345px;
	float: right;
	margin: 38px 0 0 0;
	padding: 0 0 0 25px;
	border-left: 1px solid #e4e4e4;
}
#services2  h5 {
	color: #111;
	font: 14px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom:2px;
}
#services2 ul {
	margin:10px 0 0 0;
	padding:0;
}
#services2 li {
	margin: 0 0 0 0;

}
#services li {
	width: 260px;
	height: 57px;
	display: block;
	padding: 10px 0 5px 70px;
	list-style-type:none;
}

#services li h5 {
	color: #111;
	font: 14px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom:2px;
}
#services h4 {
	color:#666666;	font: 16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom:2px;
	margin-left:69px;
	}

#services li h5 a {
	color: #111;
}

#services li p {
	color: #545454;
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#services li#first {
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(../images/third.png) top left no-repeat;
	height:50px;
}
#services li#first2 {
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(../images/third.png) top left no-repeat;
	height:60px;
}

#services li#first:hover {
	text-decoration: none;;
	background: #fff url(../images/third.png) top left no-repeat;
}

#services li#second {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	background: #f6f6f6 url(../images/third.png) top left no-repeat;
	height:100px;
}

#services li#second:hover {
	text-decoration: none;;
	background: #fff url(../images/third.png) top left no-repeat;
}

#services li#third {
	border-top: 1px solid #fff;
	background: #f6f6f6 url(../images/third.png) top left no-repeat;
}

#services li#third:hover {
	text-decoration: none;;
	background: #fff url(../images/third.png) top left no-repeat;

}

/* --- Content: Second Row --- */

#bottomMain {
	border-top: 1px solid #e4e4e4;
	padding: 15px 15px 0;
	margin: 0 0 25px 0;
	overflow: hidden;
}

#notes {
	width: 265px;
	padding: 0 25px 0 0;
	float: left;
}

#swipe {
	width: 270px;
	padding: 0 25px 0 25px;
	float: left;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

#bulb {
	width: 220px;
	float: left;
	padding: 0 0 0 25px;
}

#notes h4, #swipe h4, #bulb h4 {
	color: #222;
	font: 14px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 20px;
	padding: 0 0 0 25px;
}

#notes h4 {
	background: url(../images/h4-notes.jpg) top left no-repeat;
}

#swipe h4 {
	background: url(../images/h4-clients.jpg) top left no-repeat;
}

#bulb h4 {
	background: url(../images/h4-bulb.jpg) top left no-repeat;
}

/* --- FOOTER --- */
.bottomcurve {background:url(../images/bottomcurve.png) bottom right no-repeat; position: fixed;right:0;bottom:0; height:200px;width:500px;z-index:0; }
.footerlinks {
	position:absolute;
	right:0;
	z-index:1;
	text-align:right;
}
.footerlinks p {
	margin-top:20px;
}
#footer, .push {
    height: 120px;
    padding: 15px 0 0 0;
	color:#999999;
	font-size:12px;
}

#footer {
	background: #f0f0f0 url(../images/bg-h3.jpg) top left repeat-x;
	z-index:-1;

}

#footer-inner {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}

#footer-inner p {
	float: left;
}

#footer-inner p.validate {
	float: right;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color:#999999;
}

#footer-inner p.validate a {
	color:#999999;
	background: url(../images/valid.jpg) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0 25px 0 0;
	height: 20px;
	display: block;
	float: left;
}


/* -------------------------
--------- SUBPAGES ---------
-------------------------- */

#content {
	width: 100%;
	margin: 25px 0 0 0;
	overflow: hidden;
}

#portfolio {
	margin: 15px 5px 0 0;
	overflow: hidden;
}


/* --- Single Portfolio Item --- */

.item2 {
	width: 525px;
	float: left;
	margin: 5px 10px 40px 0px;
	color: #565656;

}
.item2 img {

	padding: 6px;
	margin: 0 0 15px;
}

.item2 h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item2 p {
	padding: 0 10px;
	text-align:justify;
}
.item2b {
	width: 325px;
	float: left;
	margin: 0px 10px 40px 0px;
	color: #565656;
	padding-left:15px;

}
.item2b img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

.item2b h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item2b p {
	padding: 0 10px;
}
.item2b table {
	background-color:#CCCCCC;
}
.item2b table td {
	background-color:#FFFFFF;
}
.item {
	width: 100%;
	float: left;
	margin: 5px 10px 40px;
	color: #565656;
}



.item img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0px 5px 15px 0px;}

.item h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item p {
	padding: 0 10px;
}

.item3 {
	width: 425px;
	float: left;
	margin: 0 10px 40px;
	color: #565656;
}



.productListingImage  {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}
.productListingImage .inner {
	background-color:white;
	text-align:center;
}
.item3 h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item3 p {
	padding: 0 10px 0 0;
}

/* --- Portfolio Nav --- */

#folioNav {
	width: 100%;
	height: 35px;
	margin: 0 5px;
	background: #ececec url(../images/bg-h3.jpg) top left repeat-x;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

#folioNav span#previous {
	float: left;
	width: 96px;
	height: 26px;
	background: transparent url(../images/previous.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

#folioNav span#next {
	float: right;
	width: 96px;
	height: 26px;
	background: transparent url(../images/next.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

/* --- Clients & Testimonials --- */

#wrap {
	margin: 40px 10px 25px 20px;
	overflow: hidden;
}

#clients {
	width: 600px;
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #e4e4e4;
}

#testimonials {
	width: 230px;
	float: left;
	margin: 0 0 0 20px;
}

#clients h4, #testimonials h4 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 16px;
	padding: 0 0 0 22px;
}

#clients h4 {
	background: url(../images/h4-clients.jpg) top left no-repeat;
}

#testimonials h4 {
	background: url(../images/h4-testi.jpg) top left no-repeat;
	line-height: 10px;
	margin-left: 18px;
}

#clientlist {
	overflow: hidden;
}

#clientlist li {
	float: left;
	margin: 0 15px 0 0;
}

#clientlist li img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

#testimonials blockquote {
	background: url(../images/quotes.jpg) top left no-repeat;
	padding: 0 10px 0 25px;
	margin: 0 0 15px 0;
	color: #999;
	font-style: italic;
}

#testimonials p.author {
	padding: 0 10px 0 25px;
}

#testimonials span.readmore {
	display: block;
	width: 96px;
	height: 25px;
	background: transparent url(../images/readmore.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0 20px;
}

/* --- CONTACT PAGE --- */

#contactForm {
	width: 470px;
	float: left;
	padding: 0 20px 0 0;
	margin: 20px 0 25px 20px;
}
#contactForm img {
	border:none;
	background:none;
}
.topBorder {
	border-top: 1px solid #e4e4e4;
	padding-top: 30px;
}

#contactInfo {
	margin-bottom: 50px;
}

#contactInfo p {
	color: #545454;
}

#contactInfo h4 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	background: url(../images/contact.png) top left no-repeat;
	margin: 0 0 10px 0;
	height: 16px;
	padding: 0 0 0 25px;
}

/* --- Contact Form --- */

#contactForm form label {
	display: none;
}

#contactForm form input {
	display: block;
	height: 15px;

	border: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 230px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 12px/20px "Lucida Grande", Tahoma, sans-serif;
}

#contactForm form input#submit {
	display: inline;
	height: 25px;
	width: 97px;
	background: transparent url(../images/send.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	float: right;
	margin: 5px 55px 0 0;
}



#contactForm form textarea {
	display: block;

	border: 2px solid #ccc;
	background-color: #f6f6f6;
	width: 400px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;

}

.who li { list-style:circle inside; font-weight:bold;}
.who ul {margin-left:10px;}
.who p {margin: 0 0 15px 0;}

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 5px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 10px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #333;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.productnameimage img {float:left;
}
.blogphoto {
	float:left;
	margin: 0px 10px 10px 0px;
}
.pagination {
	font-size:11px;
	text-align:center;
	border-top:1px solid #d0dafd;
	color:#666666;
}
.back {
	width: 96px;
	height: 26px;
	background: transparent url(../images/back.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}
.required, .error {
	color:red;
}

#map_canvas img{
    background: inherit;
}
/* PRODUCT PAGE COLOURS */
.blue {
	background:transparent url(../images/product_bg_blue.png) repeat-x center 207px;
}
.orange {
	background:transparent url(../images/product_bg_orange.png) repeat-x center 207px;
}
.green {
	background:transparent url(../images/product_bg_green.png) repeat-x center 207px;
}
.grey {
	background:transparent url(../images/product_bg_grey.png) repeat-x center 207px;
}
.silver {
	background:transparent url(../images/product_bg_silver.png) repeat-x center 207px;
}
.yellow {
	background:transparent url(../images/product_bg_yellow.png) repeat-x center 207px;
}
.purple {
	background:transparent url(../images/product_bg_purple.png) repeat-x center 207px;
}
.red {
	background:transparent url(../images/product_bg_red.png) repeat-x center 207px;
}
.redorange {
	background:transparent url(../images/product_bg_redorange.png) repeat-x center 207px;
}
.darkpurple {
	background:transparent url(../images/product_bg_darkpurple.png) repeat-x center 207px;
}
.blue #content, .orange #content, .green #content, .grey #content, .silver #content, .yellow #content, .purple #content, .red #content, .redorange #content, .darkpurple #content  {
	margin: 0 0 0 0;
}	
/* PRODUCT LISTING BACKGROUND */
.inner .blue {
	background:transparent url(../images/product_bg_blue.png) repeat-x center top;
}	
.inner .orange {
	background:transparent url(../images/product_bg_orange.png) repeat-x center top;
}
.inner .green {
	background:transparent url(../images/product_bg_green.png) repeat-x center top;
}
.inner .grey {
	background:transparent url(../images/product_bg_grey.png) repeat-x center top;
}
.inner .silver {
	background:transparent url(../images/product_bg_silver.png) repeat-x center top;
}
.inner .yellow {
	background:transparent url(../images/product_bg_yellow.png) repeat-x center top;
}
.inner .purple {
	background:transparent url(../images/product_bg_purple.png) repeat-x center top;
}
.inner .red {
	background:transparent url(../images/product_bg_red.png) repeat-x center top;
}	
.inner .redorange {
	background:transparent url(../images/product_bg_redorange.png) repeat-x center top;
}	
.inner .darkpurple {
	background:transparent url(../images/product_bg_darkpurple.png) repeat-x center top;
}	
/* PRODUCT PAGE */
img#name_pic {
	position:absolute;
	top:275px;
	right:25px;
}	
/* STORE LOCATOR */
.storecontainer {
	border-top:1px solid white; 
	margin:2px 20px 0px 0px;
	border-bottom:1px solid #EFEFEF;
	padding:5px 0px;
	cursor:pointer;
	float:left;
	width:250px;
	min-height:100px;
}
*html .storecontainer {
	height:100px;
}
.storecontainer .address {
	font-size:11px;
}		
#map_canvas { /* google map div */
	width:500px;
	height:400px;
	float:left;
	margin-right:20px;
}
#storeslist {
	width:820px;
	clear:left;
}		
.statelist {
	font-size:14px;
	font-weight:bold;
	line-height:2;
	float:left;
}
#map_canvas img{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
