/* @override http://www.artsgraphica.local/css/styles.css */

/* @group Undo HTML */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
a {
	outline: none;
}

address { font-style:normal }

/* @end */

html {
	overflow-y: scroll;
}

/* @group Header */

#header {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #2E2E2E;
	z-index:1;
	height: 110px;
}

#header-logo {
	display: block;
	width: 280px;
	height: 100px;
	overflow: hidden;
	float: left;
	background: url(/images/page/artsgraphica.gif) no-repeat 0px 0px;
}

#header-logo a{
	display: block;
	width: 280px;
	float: left;
	height: 127px;
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none;
}
#header-telephone {
	display: block;
	float: right;
	background: url(../images/page/telephone.gif) no-repeat;
	width: 195px;
	height: 100px;
	text-indent: -5000px;
	overflow: hidden;
}

/* @end */

/* @group Header Nav */

#header-nav {
	float: right;
	height: 30px;
	font-size: 1.1em;
	margin-top:  40px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.03em;
}

#header-nav ul {
	float: left;
}

#header-nav li {
	float: left;
	clear: none;
}

#header-nav a {
	float: left;
	display: block;
	height: 30px;
	text-align: center;
	padding-left: 20px;
	line-height: 28px;
}

#header-nav a:link, #header-nav a:visited {
	text-decoration: none;
	color: #222222;
}

#header-nav a:hover, #header-nav a:active {
	text-decoration: underline;
	color: #22b24c;
}

#header-nav li.selected a {
	text-decoration: underline;
	color: #22b24c;
}

/* @end */

/* @group Header Nav Pull downs */

/* IMPORTANT : WILL NOT DISPLAY TO IE BELOW v8.00 */

/*	Styles which handle the top pulldown menus
 *	Don't forget that the sub, sub menu will stack infinitely
 *	and can be nested down through it's levels as far as is
 *	necessary.
 */

#header-nav li.topMain{
	float: left;
	position:relative;
}

#header-nav ul.topSubNav{
	float:left;
	width: 164px;
	display: none;
	position:absolute;
	top: 22px;
	background-color: #ebebeb;
	z-index:100001 !important;	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#header-nav ul.topSubNav li.topSub{
	float: left;
	clear: left;
	width: 164px;
	position:relative;
	z-index:100002 !important;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
}

#header-nav ul.topSubNav li.topSub a.topSub{
	float: left;
	clear: left;
	width: 144px;
	color: #222;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	text-shadow: none;
}

#header-nav ul.topSubNav li.topSub a.topSub:hover{
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000;
	text-align: left;
	background-color: #0c93c0;
	
}

#header-nav ul.subSubNav{
	float:left;
	width: 185px;
	position:absolute;
	top: -2px;
	left: 187px;
	background-color: #ebebeb;
	z-index:100px;	
	border-radius: 5px;
	border: 2px solid #418332;
	padding-bottom: 0;
	display: none;
}

#header-nav ul.subSubNav li.subSub{
	float: left;
	clear: left;
	width: 160px;
	position:relative;
}

ul.subSubNav li.subSub a.subSub{
	float: left;
	width: 160px;
	color: #FFF;
	text-decoration: none;
	padding: 7px 10px 7px 15px;
	text-shadow: 0px 1px 0px #000;
	font-size: 0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

ul.depSubNav li.depSub a.depSub:hover{
	background: #242424 url(/images/nav/departmentnav_selected_bg.gif) repeat-x 0 50%;
}


/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* title on top of white page */

h1 {
	color: #fff;
	font-size: 1.6em;
	width: 100%;
	float: right;
	font-weight: normal:
	clear: both;
	margin-left: 10px;
	display: inline;
	padding-top: 20px;
	text-align: right;
}

/* Summary introduction to the page */

h2 {
	display: block;
	color: #0c93c0;
	float: left;
	clear: both;
	font-size: 1.8em;
	line-height: 1.2em;
	width: 100%;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin-bottom: 20px;
}

h2 strong {
	color: #0c93c0;
}

#portfolio h2 {
	height: 50px;
	margin-bottom: 0px;
	color: #22b24c;
}

h2.pageIntro {
	padding-top: 30px;
	padding-bottom: 10px;
}

h3
{
	font-size: 1.5em;
	color: #22b24c;
	padding-bottom: 10px;
	line-height: 1.4em;
	width: 100%;
	font-weight: bold;
	float: left;
	letter-spacing: -0.03em;
	clear: left;
}

h3 a:link, h3 a:visited {
	color: #22b24c;
}

h3 a:hover, h3 a:active {
	color: #fff;
	background-color: #0c93c0;
	text-decoration: none;
}

h4
{
	font-size: 1.2em;
	color: #22B24C;
	line-height: 1.7em;
	width: 100%;
	font-weight: normal;
	font-style: normal;
}

h6
{
	padding: 0.5em;
	width: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	color: #FFFFFF;
	background-image: url(/images/page/button-background.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #83BDFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #5798E6;
	border-right-color: #5798E6;
	border-bottom-color: #83BDFF;
	font-size: 11px;
}

#introduction {
	padding-top: 50px;
}

/* @end */

/* @group Page */

body{
	color: #333;
	font: 80% "PT Sans", Arial, Helvetica, Geneva, sans-serif;
	background: #fdf9fa url(../images/page/background.gif) repeat-x;
}

body.home {
	background: #fdf9fa url(../images/page/background-home.gif) repeat-x;
}

body#white {
	background: url(/images/backgrounds/white.gif) repeat-x 0 0px;
}

body#blog {
	color: #333;
	font: 80% "PT Sans", Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(../images/page/background-blog.gif) repeat-x;
}

body.portfolio{
	background: #fcf9fa url(/images/backgrounds/header.gif) repeat-x 0 0px;
}

body#feature {
	background-color: #222;
	background: #474749 url(/images/new-bg.gif) repeat-x 0 0px;
}

#page {
	
	margin-right: auto;
	margin-left: auto;
	width: 920px;

}

p 
{
	line-height: 150%;
	margin-bottom: 20px;
	float: left;
	clear: left;
	width: 100%;
}

.white-page-right h3 
{
	
}

/* Left column titles */

.white-page-left p 
{
	line-height: 150%;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.white-page-left h3, .white-page-left h4 
{
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
}

#masthead{
	float: left;
	clear: left;
	width: 960px;
	height: 250px;
}

/* Links */

a:link,a:visited {
	color: #0c93c0;
}

a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

.white-page-right a:hover, .white-page-right a:active {
	color: #fff;
	background-color: #0c93c0;
	text-decoration: none;
}

.nav-item a:link, .nav-item a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	color: #666666;
	background-image: url(/images/page/nav-background.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.nav-item a:hover, nav-item a:active {
	color: #FFFFFF;
	background-image: url(/images/page/nav-back-over-v2.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.nav-selected a:link, .nav-selected a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	color: #FFFFFF;
	background-image: url(/images/page/nav-back-over-v2.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444444;
}
.nav-selected a:hover, .nav-selected a:active {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #FFFFFF;
	background-image: url(/images/page/nav-back-over-v2.gif);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444444;
}


/* background-color: #666;
	background-color: rgba(255,255,255,0.2); */

.no-top {
}

.nav-selected {
	background-image: url(/images/page/header-nav-button-over-2.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 8em;
	float: left;
}



a {
	text-decoration: none;
}
.indent {
	padding-left: 1em;
}

/* LI's are indented and bulleted */


.white-page-right ul, .full-page ul
{
	padding-bottom: 0.5em;
	padding-left: 1em;
	clear: both;
	float: left;
	width:  100%;
}

.white-page-right li, .full-page li
{
	background-image: url(/images/page/tick.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin-bottom: 0.8em;
	padding-left: 1.5em;
}

/* Sorting LI on blog sidebar, portfolio */


#sidebarright li
{
	background-image: none;
	padding-left: 0em;
}

#left li
{
	background-image: none;
	padding-left: 0em;
}



.services {
	clear: left;
}
.services a img {
	float: left;
}
.txt-centre {
	text-align: center;
}
.example {
	float: none;
}
.arrow {
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.arrow li {
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	background-image: url(/images/page/arrow.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.arrow li, .features li {
	line-height: 1.8em;
	width: 100%;
}
.code {
	float: left;
	margin-left: 15px;
	padding: 5px;
	width: 500px;
	margin-bottom: 10px;
	background-color: #F6F6F6;
	border: 1px dashed #CCCCCC;
}
.small {
	font-size: 90%;
}

.clear {
	clear: both;
}

#bottom {
	clear: both;
	width: 920px;
	display: block;
	height: 40px;
}

strong
{
	color: #191919;
}
.no-padding {
	margin: 0px;
	padding: 0px;
}
#main p {
	clear: left;
	float: left;
}

#empty
{
	float: left;
	height: 150px;
}

.vSpace50
{
	margin-top: 50px;
}



.contactPanel {
	/*padding-left: 10px;*/
	
	float: left;
	clear: both;
	padding-bottom:  30px;
	padding-top: 50px;
}
/* @end */

/* @group Page Layout */





.enquiry-button {
	float: right;
	background-color: #313131;
	width:  240px;
	height: 80px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin-top: 30px;
	margin-bottom: 10px
}



.white-page {
	background-color: #fff;
	float: left;
	clear: left;
	display: block;
	width:  100%;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-webkit-box-shadow: 0px -1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -1px 8px rgba(0,0,0,0.5);

}

.white-page-right {
	float: right;
	margin-top: 20px;
	width: 660px;
	display: inline;
}

.white-page-left {
	float: left;
	width: 220px;
}


.white-page-right .item-left p, .white-page-right .item-right p {
	margin-left: 0px;
}

.white-page-left .feature {
	width: 230px;
	height: 80px;
	background-color: #ebebeb;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.white-page-right .item {
	float: left;
	margin: left;
	width:  690px;
	margin-bottom: 10px;
	clear: left;
	margin-left: 10px;
}

.white-page-right .item-right {
	float: left;
	width:  460px;
	margin-left: 10px;
}

.white-page-right .image-left {
	width: 190px;
	height: 150px;
	float: left;
	margin-top: 20px;
}

.white-page-right .item-left {
	float: left;
	width:  460px;
}

.white-page-right .image-right {
	width: 190px;
	height: 150px;
	float: right;
	margin-top: 20px;
	margin-right: 10px
}

.homepage {
	width: 920px;
	float: left;
	clear: left;
}

.homepage h2{
	color: #444;
	line-height: 28px;
}

.homepage-column {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.homepage-2column {
	width: 590px;
	float: left;
	margin-top: 20px;
}

#container div.homepage div.homepage-2column p {
	width: 560px;
}

.homepage-column-end {
	width: 320px;
	float: left;
	margin-top: 20px;
}


/* @end */

/* @group Anti Grid Layouts */

.wrapper{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 940px;
}

.right{
	float: right;
}

.web_design_image{
	width: 400px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.web_design_content{
	width: 400px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

/* @end */




/* @group Layout */

#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#homepage  {
	text-align: center;
	
}
/* Homepage Styles */

#top {
	clear: left;
	float: left;
	width: 960px;
	display: inline;
	position:relative;
	z-index: 1;
}

#top img {
	display: inline;
	margin-left:10px;
	margin-right: 10px;
}

/* @group Homepage Screen Animation  */

#animation-wrapper{
	width: 450px;
	height: 340px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/images/page/screen-shadow.png) no-repeat 10px -10px;
}

.screen{
	width: 440px;
	height: 340px;
	z-index: 20;
	position: absolute;
	top: -10px;
	right: 0;
}

.screen img{
	margin-left:0px;
	margin-right:0px;
}

#screenOverlay{
	width: 392px;
	height: 273px;
	background-image: url(../images/portfolio/screen-overlay.png);
	position: absolute;
	top: 22px;
	left: 15px;
	cursor: pointer;
}

#screenOverlay h3{
	position: absolute;
	top: 22px;
	padding-left: 10px;
	-webkit-transform:rotate(-4deg); 
	-webkit-transform:skewy(-4deg) translatex(0px);
	-moz-transform:rotate(-4deg); 
	-moz-transform:skewy(-4deg) translatex(0px);
	text-shadow: 2px 2px 3px rgba(128,128,128,0.8);
	font-size: 1.7em;
	color: #FFF;
}


#screenOverlay h4{
	position: absolute;
	width: 130px;
	padding-left: 10px;
	-webkit-transform:rotate(4deg); 
	-webkit-transform:skewy(4deg) translatex(0px);
	-moz-transform:rotate(4deg); 
	-moz-transform:skewy(4deg) translatex(0px);
	text-shadow: 1px 1px 3px rgba(128,128,128,0.5);
	bottom: 31px;
	color: #FFF;
}

#screenOverlay p.siteLink{
	position: absolute;
	bottom: 18px;
	right: 13px;
	width: 250px;
	padding-left: 10px;
	text-align: right;
	margin:0px;
	-webkit-transform:rotate(4deg); 
	-webkit-transform:skewy(4deg) translatex(0px);
	-moz-transform:rotate(4deg); 
	-moz-transform:skewy(4deg) translatex(0px);
	text-shadow: 1px 1px 3px rgba(128,128,128,0.3);
}

#screenOverlay p.summary{
	position: absolute;
	width: 369px;
	text-align: left;
	margin:0px;
	text-shadow: 1px 1px 3px rgba(128,128,128,0.3);
	top: 101px;
	left: 12px;
	color: #FFF;
	font-size: 1.2em;
}

#screenOverlay p a{
	color: #fff;
}

/* @end */

#left {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 10px;
}

#right {
	float: right;
	width: 200px;
	display: inline;
}
#main   {
	float: left;
	width: 940px;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}
#centre {
	float: left;
	width: 490px;
	display: inline;
	margin-left: 10px;
}



#left-col {
	float: left;
	width: 520px;
	display: inline;
	margin-left: 10px;
}

#right-col {
	float: right;
	width: 360px;
	display: inline;
}

#portfolio-right {
	float: left;
	width: 700px;
	display: inline;
}

#small-banner {
	float: left;
	clear: left;
	width: 100%;
	height: 65px;
}

#banner {
	float: left;
	clear: left;
	width: 960px;
	height: 300px;
	position: relative;
	display: none;
}

/* @group Homepage */

#homepage-banner {
	float: left;
	clear: left;
	width: 940px;
	height: 330px;
	position: relative;
}

#homepage-banner h1 {
	color: #fff;
	font-size: 1.9em;
	font-weight: bold;
	margin-left: 10px;
	position: absolute;
	top: 60px;
	left: 0;
	width: 380px;
	padding-left: 0;
	text-transform: uppercase;
	
}


.slider-container{
	float: left;
	display: inline;
	position: absolute;
	width: 940px;
	height: 330px;
	overflow: hidden;
	left: 0;
	top: -11px;
}

.slider-container li{
	float: left;
	display: inline;
	width: 940px;
	height: 330px;
	position: absolute;
	z-index: 20;
}

.slider-container li.autocourse{
	background: url(/images/homepage/autocourse-banner.jpg) no-repeat 0 0;
}

.slider-container li.lincsdance{
	background: url(/images/homepage/lincsdance-banner.jpg) no-repeat 0 0;
}

.slider-container li a{
	width: 120px;
	height: 28px;
	position: absolute;
	bottom: 76px;
	left: 169px;
}

.slider-nav{
	position: absolute;
	width: 35px;
	height: 18px;
	background: url(/images/homepage/options-bg-small.gif) no-repeat;
	bottom: 55px;
	left: 455px;
	z-index: 9999 !important;
	
}

.slider-nav a{
	float: left;
	display: inline;
	height: 10px;
	width: 11px;
	margin-left: 4px;
	margin-top: 4px;
	background: url(/images/homepage/banner-option-selected.gif) no-repeat 0 0;
	margin-right: 1px;
}

.slider-nav a.selected{
	height: 10px;
	width: 11px;
	background-image: url(/images/homepage/banner-option.gif);
}

.slider-nav a:hover{
}

.slider-nav a:link, 
.slider-nav a:visited{

}

.slider-nav a:hover,
.slider-nav a:active{

}

/* @end */


/* @group Slider */

div.brand-slider {
	float: left;
	clear: left;
	display: inline;
	overflow: hidden;
	height: 90px;
	position: relative;
	z-index: -1;
	margin-left: -10px;
	width: 920px;
	margin-bottom: 10px;
	margin-top: -15px;
}

.logos {
	width: 1200px;
	height: 80px;
	line-height: 0px;
	list-style-image: none;
	z-index: -1;
	margin-left: -110px;
	margin-top: 6px;
}

.logolink-item {
	padding: 5px;
	width: 120px;
	float: left;
	clear: none;
	text-align: center;
	line-height: 0px;
	list-style-image: none;
	background-image: none;
	margin: 0px 15px 10px 0px;
	z-index: -1;
}

.logolink-item img {
	display: block;
	z-index: -1;
}

.logo_left {
	width: 20px;
	height: 100px;
	position: absolute;
	top: 5px;
	background-image: url(/images/homepage/fade-left.png);
	left: 0;
}

.logo_right {
	width: 20px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 5px;
	background-image: url(/images/homepage/fade-right.png);
}

/* @end */

/* @end */

/* @group Portfolio */

.portfolio-divider {
	width: 100%;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.portfolio-divider h2 {
	width: 100%;
	float: left;
	clear: both;
		display: block;
	border-bottom: 1px solid #ccc;
}

/* On the portfolio homepage with 4 columns */
.portfolio-row {
	width: 100%;
	display: inline;
	float: left;
	height: 215px;
	clear: both;
}

/* On the portfolio by year bit in 3 columns please */

.white-page-right .portfolio-row {
	width:  699px;
}

.portfolio-item 
{
	float: left;
	width: 202px;
	display: block;
	height: 200px;
	margin-right: 20px;
}
	
.portfolio-end
{
	float: left;
	padding-bottom: 20px;
	width: 240px;
	display: block;
	height: 200px;
}

.portfolio-item h2
{
	float: right;
	clear: right;
	width: 200px;
}

.portfolio-item a img {
	display: block;
}

.portfolio-item a:link, .portfolio-item a:visited
{
	float: left;
	border: 1px solid #CCC;
}

.portfolio-item a:hover, .portfolio-item a:active
{
	float: left;
	border: 1px solid #0c93c0;
}

.portfolio-item p
{
	padding-top: 20px;
	float: left;
	display: inline;
	font-size: 0.9em;
}

#portfolio {
    display: inline;
    float: left;
    width: 650px;
}

#portfolio img.portfolio-large {
	float: left;
	width: 650px;
	display: inline;
	margin-right: 20px;
	clear: both;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

#portfolio-top{
	margin-top: 66px;
	float: left;
	clear: left;
}

.portfolio_image{
	float: left;
	clear: none;
	margin-left: 10px;
	margin-right: 8px;
	padding-bottom: 12px;
}

.portfolio_image img{
	display: block;
	border: 1px solid #000;
}

.portfolio_content{
	width: 340px;
	float: left;
	margin-left: 70px;
	margin-right: 10px;
}

.portfolio_content h2{
	color:#DDD;
	margin-top: 10px;
	padding-bottom:10px;
	text-shadow: 0px 1px 0px rgba(0,0,0,1	);
}

.portfolio_content h3{
	font-size: 1em;
}

.portfolio_content p{
	float: left;
	color: #CCC;
	margin-top: 10px;
	font-size: 0.8em;
	text-align: left;
	padding-bottom: 20px;
	line-height: 1.8em;
}

.portfolio_content p.small{
	margin-top: 9px;
	margin-left: 4px;
	font-size: 0.7em;
	text-align: left;
	width: 100px;
	margin-bottom: 0px;
	padding:0px;
}

.portfolio_quote{
	float: left;
	background: url(/images/portfolio/quote-repeater.gif) repeat-y 0 0;
}

.quote_top{
	background: url(/images/portfolio/quote-top.gif) no-repeat 0 0;
	float: left;
	clear: left;
	width:340px;
	height:40px;
}

.quote_bottom{
	background: url(/images/portfolio/quote-bottom.gif) no-repeat 0 0 ;
	float: left;
	clear: left;
	width: 340px;
	height: 37px;
}

.portfolio_quote .quote_bottom p{
	text-align:right;
	margin-top:20px;
	padding-right: 0px;
	padding-left: 0px;
	width: 285px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.portfolio_quote p{
	float: left;
	color:#999;
	width: 310px;
	padding-left: 15px;
	padding-right:15px;
	font-weight: bold;
	margin-top: -19px;	/* This minus margin is here to pull the text up over the top of the quote box*/
	padding-bottom: 0px;
}

.portfolio_images{
	float: left;
	clear: left;
	margin-top: 10px;
}

.portfolio_images li{
	width: 17px;
	height: 18px;
	float: left;
	background: url(/images/portfolio/img-icon.gif) no-repeat 0 0;
	display: block;
	cursor:pointer;
}

.portfolio_images li.selected{
	width: 17px;
	height: 18px;
	float: left;
	background: url(/images/portfolio/img-selected.gif) no-repeat 0 0;
	display: block;
	cursor:pointer;
}

.site-button{
	display: block;
	float: right;
	clear:right;
	margin-top: 0px;
}

#left
{
	padding-top:10px;	
	overflow: hidden;
}

.sidenav {
	clear: left;
	float: left;
	width: 200px;
	color: #CCC;
	margin-top: 5px;
}

.sidenav ul {
	clear: left;
	float: left;
}

.sidenav li {
	list-style-type: none;
	width: 201px;
	clear: left;
	float: left;
}

.sidenav a {
	text-decoration: none;
	width: 180px;
	padding-top: 5px;
	display: block;
	padding-bottom: 5px;
}

.sidenav0-item a:link, .sidenav0-item a:visited {
	color: #999999;
}

.sidenav0-item a:hover, .sidenav0-item a:active {
	color: #006699;
}

.sidenav0-selected a:link, .sidenav0-selected a:visited {
	color: #006699;
}

.sidenav0-selected a:hover, .sidenav0-selected a:active {
	color: #006699;
}.left-nav {
	padding-bottom: 17px;
	clear: left;
	float: left;
	overflow: hidden;
}

/* @end */

/* @group Services */

#services/* Services */

 
 {
	color: #434343;
	background-color: #EBECEC;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#services #page {
	background-image: url(/images/page/page-background.gif);
	background-repeat: repeat-y;
}

#services #header {
	background-color: #CCCCCC;
	background-image: url(/images/page/background.gif);
	background-repeat: repeat-x;
}

#services #left {
	float: left;
	width: 450px;
	margin-left: 30px;
	display: inline;
}

#services #right {
	float: right;
	width: 400px;
	margin-right: 20px;
	display: inline;
}
#services .padding {
	padding-top: 0.5em;
	padding-right: 0.5em;
}

#services #subnav-recent {
	background-color: #555555;
}

#services #subnav-small-business {
	background-color: #444444;
}

#services #subnav-corporate {
	background-color: #444444;
}

#services #top img {
	display: block;
}

#services #footer
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 80%;
	color: #999999;
	width: 920px;
	background-color: #ebebeb;
}

#services #bottom
{
	background-image: url(/images/page/page-bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 920px;
}

/* @end */

/* @group Resources */

#resources
{
	color: #434343;
	background-color: #EBECEC;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#resources  #page
{
	background-image: url(/images/page/page-background.gif);
	background-repeat: repeat-y;
}

#resources #center {
	float: left;
	width: 880px;
	margin-left: 30px;
	display: inline;
}
#resources  #bottom
{
	background-image: url(/images/page/page-bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 920px;
}
#resources  #footer
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 80%;
	color: #999999;
	width: 920px;
	background-color: #ebebeb;
}

/* @end */

/* @group Contact */

.location-map
{
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	margin-bottom: 20px;
}

/* @end */

/* @group Subnavigation */

#subnav {
	clear: left;
	display: block;
	height: 52px;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image: url(/images/nav/subnav-back.gif);
	background-repeat: repeat-x;
	background-color: #1B1B1B;
}
#subnav li {
	float: left;
}
#subnav a {
	height: 52px;
	width: 100px;
	display: block;
	text-indent: -2000px;
}

#subnav li {
	float: left;
}

#subnav a {
	height: 52px;
	width: 100px;
	display: block;
	text-indent: -2000px;
}

#subnav-web-design {
	background-image: url(/images/nav/web-design.gif);
	background-repeat: no-repeat;
}
#subnav-web-design-down {
	background-image: url(/images/nav/web-design-down.gif);
	background-repeat: no-repeat;
}
#subnav-ecommerce {
	background-image: url(/images/nav/ecommerce.gif);
	background-repeat: no-repeat;
}
#subnav-ecommerce-down {
	background-image: url(/images/nav/ecommerce-down.gif);
	background-repeat: no-repeat;
}
#subnav-ecommerce-design {
	background-image: url(/images/nav/ecommerce.gif);
	background-repeat: no-repeat;
}
#subnav-ecommerce-design-down {
	background-image: url(/images/nav/ecommerce-down.gif);
	background-repeat: no-repeat;
}
#subnav-search {
	background-image: url(/images/nav/search.gif);
	background-repeat: no-repeat;
}
#subnav-search-down {
	background-image: url(/images/nav/search-down.gif);
	background-repeat: no-repeat;
}
#subnav-web-apps {
	background-color: #777777;
}
#subnav-logo-design {
	background-image: url(/images/nav/logo.gif);
	background-repeat: no-repeat;
}
#subnav-logo-design-down {
	background-image: url(/images/nav/logo-down.gif);
	background-repeat: no-repeat;
}
#subnav-print-design {
	background-color: #AAAAAA;
}
#subnav-email {
	background-image: url(/images/nav/email.gif);
	background-repeat: no-repeat;
}
#subnav-email-down {
	background-image: url(/images/nav/email-down.gif);
	background-repeat: no-repeat;
}
#subnav-hosting {
	background-image: url(/images/nav/hosting.gif);
	background-repeat: no-repeat;
}
#subnav-hosting-down {
	background-image: url(/images/nav/hosting-down.gif);
	background-repeat: no-repeat;
}
#subnav-logo {
	background-image: url(/images/nav/logo.gif);
	background-repeat: no-repeat;
}
#subnav-logo-down {
	background-image: url(/images/nav/logo-down.gif);
	background-repeat: no-repeat;
}
#subnav-training {
	background-image: url(/images/nav/training.gif);
	background-repeat: no-repeat;
}
#subnav-training-down {
	background-image: url(/images/nav/training-down.gif);
	background-repeat: no-repeat;
}
#subnav-recent {
	background-color: #555555;
}
#subnav-small-business {
	background-color: #444444;
}
#subnav-corporate {
	background-color: #444444;
}


/* @end */

/* @group Featured Projects */

#projectList{
	float: left;
	clear: left;
	display: inline;
	width: 590px;
	height: 450px;
}

.projectItem{
	float: left;
	display: inline;
	width: 175px;
	position: relative;
	height: 131px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* Need to have different width if on a normal page */

.white-page-right #projectList {
	width: 650px;
	height: 520px;
	float: left;
	clear: left;
}

.white-page-right .projectItem {
	margin-right: 40px;
	margin-bottom: 40px;
}


.projectItem div.projectImage {
	
	border: 1px solid #ccc;
	width: 175px;
	height: 131px;
}

#projectList div.projectItem p {
	color: #ccc;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	width: 170px !important;
	height: 19px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: #fefefe;
	left: 1px;
	bottom: -1px;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 0.9em;
}

#projectList div.projectItem a {
	color: #0c93c0;
}

#projectList div.projectItem a:hover {
	background-color: none;
}

.projectItem div.projectImage a {
	width: 175px;
	height: 131px;
	display: block;
}

/* @end */

/* @group Homepage */

.speech-bubble-top
{
	width: 320px;
	height: 15px;
	float: left;
	background: url(../images/homepage/speech-bubble-top.gif) no-repeat;
	overflow: hidden;
	margin-top: 10px;
}

.speech-bubble-bottom
{
	width: 320px;
	height: 31px;
	clear: left;
	background-image: url(../images/homepage/speech-bubble-bottom.gif);
}

.news-item
{
	clear: left;
	float: left;
	width: 320px;
	font-size: 90%;
	margin-bottom: 10px;
	display: inline;
	background: #fff url(../images/homepage/speech-bubble-middle.gif) repeat-y 0 0;
	
}

.news-item p
{
	margin-left: 10px;
	width: 295px;
	display: inline;
	
	line-height: 18px;
	font-size: 1em;
}

.news-item p strong{
	line-height: 24px;
	color: #0c93c0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

.news-item p.readMore
{
	
	background: #fff url(../images/homepage/speech-bubble-bottom.gif) no-repeat 0 100%;
	width: 320px;
	margin-bottom: 0;
	margin-left: 0;
	height: 40px;
	position: relative;
}

.news-item p.readMore a{
	position: absolute;
	right: 30px;
	bottom: 35px;
	font-size: 1em;
}

#homepage-masthead {
	background-image: url(/images/mastheads/homepage-lulu.png);
	background-repeat: no-repeat;
	display: inline;
	height: 335px;
	width: 940px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-indent: -5000px;
	background-position: 0px 0px;
}

#title-welcome {
	background-image: url(/images/titles/welcome.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 12px;
	width: 520px;
}

#title-latest-news {
	background-image: url(/images/titles/latest-news.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 12px;
	width: 320px;
	float:left;
	clear:left;
}

#title-customers {
	background-image: url(/images/titles/our-customers.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 12px;
	width: 520px;
	float:left;
	clear:left;
}

#title-spotlight {
	background-image: url(/images/titles/project-spotlight.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
	height: 12px;
	width: 520px;
	float:left;
	clear:left;
	margin-top: 10px;
}

/* Homepage Customer Logos */

#page #homepage-customers {

	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: -5px;
}

#homepage-customers li {
	float: left;
	width: 120px;
	display: block;
	height: 80px;
	border: 1px solid #CCC;
	margin-right: 7px;
	margin-bottom: 7px;
	background-image: none;
	padding-left: 0em;
}

#left-col p , #right-col p{
	clear: both;
	float: left;
	width: 100%;
}
#spotlight-left {
	float: left;
	width: 310px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
}
#spotlight-right {
	float: right;
	width: 200px;
	padding-top: 20px;
}

#homepage-left {
	width: 600px;
	float: left;
	clear: left;
	margin-top: 70px;
}

#homepage-left h3 {
	margin-left: 0px;
	padding-left: 0px;;
}

#homepage-right {
	width: 360px;
	float: left;
	margin-top: 70px;
}




/* @end */

/* @group eCommerce */

/* @group Homepage Images */


#eCommerceImage1{
	width: 400px;
	height: 155px;
	margin: 0px;
	background: url(/images/ecommerce/design.jpg) no-repeat;
}

#eCommerceImage2{
	width: 400px;
	height: 155px;
	margin: 0px;
	background: url(/images/ecommerce/store.jpg) no-repeat;
}

#eCommerceImage3{
	width: 400px;
	height: 155px;
	margin: 0px;
	background: url(/images/ecommerce/products.jpg) no-repeat;}

#eCommerceImage4{
	width: 400px;
	height: 155px;
	margin: 0px;
	background: url(/images/ecommerce/seo.jpg) no-repeat;
}

#eCommerceImage5{
	width: 400px;
	height: 155px;
	margin: 0px;
	background: url(/images/ecommerce/sales.jpg) no-repeat;
}

#eCommerceImage6{
	width: 400px;
	height: 155px;
	margin: 0px;
	background: url(/images/ecommerce/prices.jpg) no-repeat;
}



/* @end */






#affordable-ecommerce
{
	background-image: url(/images/mastheads/ecommerce-webdesign.png);
	background-repeat: no-repeat;
	display: inline;
	height: 335px;
	width: 940px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-indent: -5000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#ecommerce-features
{
	float: left;
	width: 900px;
	display: block;
	height: 350px;
}
.first-feature
{
	float: left;
	width: 120px;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: left;
	display: inline;
}
#ecommerce-features     img
{
	padding: 3px;
	border: 1px solid #BBBBBB;
	float: left;
	margin-bottom: 10px;
}
#ecommerce-features    p
{
	clear: left;
	float: left;
	margin-bottom: -14px;
	width: 120px;
}
#ecommerce-features    h2
{
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 65px;
	width: 120px;
	line-height: 150%;
}

.samples-box
{
	clear: left;
	float: left;
	width: 900px;
	padding-bottom: 40px;
}

.samples-box h2
{
	border-bottom-style: none;
	float: left;
	margin-left: 10px;
	clear: left;
	display: inline;
}
.ecommerce-sample {
	float: left;
	width: 900px;
	padding-left: 5px;
}
.ecommerce-sample img {
	display: inline;
}
.ecommerce-sample ul {
	float: left;
}
.ecommerce-sample li {
	width: 300px;
	float: left;
	height: 225px;
}
.ecommerce-sample: hover {
	background-color: #CCCCCC;
}

#recent-ecommerce
{
	background-image: url(/images/ecommerce/h2.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	float: left;
	width: 302px;
}

#admin-sys
{
	background-image: url(/images/ecommerce/admin-sys.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	float: left;
	width: 175px;
}

.ecommerce-sample p
{
	float: left;
	padding-left: 5px;
	color: #888888;
}

#plans {
	clear: both;
	float: left;
	width: 100%;
}
.plan {
	float: left;
	height: 260px;
	width: 330px;
}
#matrix {
	clear: left;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #ebebeb;
}

#matrix th {
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	padding-top: 3px;
	padding-bottom: 3px;
}

.matrix-type {
	width: 150px;
	text-align: center;
}

.matrix-title {
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	width: 100%;
	margin-bottom: -1px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: -1px;
}


#matrix td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.matrix-info {
	padding-top: 3px;
	padding-bottom: 3px;
}
.matrix-features {
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.centre {
	text-align: center;
}
.plan-end {
	float: left;
	height: 260px;
	width: 300px;
}

/* @end */

/* @group Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* @end */

#seo-masthead {
	background-image: url(/images/mastheads/search-engine-optimisation.png);
	background-repeat: no-repeat;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	height: 335px;
	width: 940px;
	float: left;
	text-indent: -5000px;
	background-position: 0px 0px;
	margin-top: 0px;
}

/* @group Footer */

#footer  
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}

#footer-content {
	/*width: 750px;*/
    border-top: 1px solid #CCCCCC;
    display: block;
    float: left;
    clear: none;
    width: 660px;
}

#footer p
{
	color: #666;
	clear: left;
	float: left;
	line-height: 180%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	font-size: 90%;
	margin-left: 20px;
}

#footer a
{
	color: #666;
}

.newsletter-form label
{
	width: 30px;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
	color: #454545;
	text-shadow: 0px 1px 0px #EEE;
}
.newsletter-form input
{
	float: left;
	width: 141px;
	margin-bottom: 10px;
	color: #777;
	border: none;
	padding: 3px;
	background-color: #ebebeb;
	-moz-border-radius:3px;
	webkitborder-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 1px 0px #FFF;
	-moz-box-shadow:0px 1px 0px #FFF;
}

.footer-legal
{
	float: left;
	width: 160px;
	margin-left: 30px;
	padding-top: 10px;
	display: inline;
	
}
.subscribe-button
{
	float: left;
	margin-left: 102px;
	display: inline;
}


div#footer-twitter {
    border-top: 1px solid #CCCCCC;
    display: inline;
    float: left;
    clear: none;
    width: 280px;
}

#footer-twitter p.twitter
{
	color: #666;
	clear: left;
	float: left;
	line-height: 18px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	width: 140px;
	margin-left: 60px;
}


div#footer-twitter a{
	width: 58px;
	height: 12px;
	text-indent:-10000px;
	overflow: hidden;
	margin-top: 32px;
	float: left;
	clear: none;
	display: block;
}

div#footer-twitter a:link, div#footer-twitter a:visited  {
	background: url(/images/page/twitter-normal.gif) no-repeat 0 0;
}

div#footer-twitter a:hover, div#footer-twitter a:active  {
	background: url(/images/page/twitter-hover.gif) no-repeat 0 0;
}


/* @end */
/* @group Features */

.feature_row{
	float: left;
	clear: left;
	display: inline;
	width: 100%;
}

.feature-left {
	width: 320px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	margin-right: 20px;
}

.feature-right {
	width: 320px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

.feature-image {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #ebebeb;
}

.web_design .imageBox a{
	display: block;
	width: 400px;
	height: 155px;
	text-indent: -5000px;
	overflow:hidden;
}

.web_design .imageBox a.fallback{
	background: url(/images/web-design/inner-shadow.png) no-repeat 0 0;
}

.top_title {
	width:  400px;
	height:  100px;
	float: left;
	clear: left;
}

/* @end */

/* @group New Side Nav */
.side_nav{
	background-color: #333;
}

.side_nav .level_1, 
.side_nav .level_2{
	border-bottom: solid 1px #777;
	position:relative;
	height: 42px;
}

.side_nav div.sideNavIcon{
	position: absolute;
	height: 35px;
	width: 43px;
	top: 5px;
	left: 5px;
}

/* @group Side Nav Styles */
/* I'm aware this is a little overkill, but we wanted icons! */
div#approach{
	background: url(/images/web-design/iconApproach.png) no-repeat;
}

div#approachSelected{
	background: url(/images/web-design/iconApproachOver.png) no-repeat;
}

div#project{
	background: url(/images/web-design/iconProject.png) no-repeat;
}

div#projectSelected{
	background: url(/images/web-design/iconProjectOver.png) no-repeat;
}

div#visual{
	background: url(/images/web-design/iconVisual.png) no-repeat;
}

div#visualSelected{
	background: url(/images/web-design/iconVisualOver.png) no-repeat;
}

div#production{
	background: url(/images/web-design/iconProduction.png) no-repeat;
}

div#productionSelected{
	background: url(/images/web-design/iconProductionOver.png) no-repeat;
}

div#management{
	background: url(/images/web-design/iconContent.png) no-repeat;
}

div#managementSelected{
	background: url(/images/web-design/iconContentOver.png) no-repeat;
}

div#price{
	background: url(/images/web-design/iconPrice.png) no-repeat;
}

div#priceSelected{
	background: url(/images/web-design/iconPriceOver.png) no-repeat;
}

/* @end */


.side_nav a{
	position:absolute;
	top: 0;
	left: 0;
	width: 170px;
}

.side_nav .level_2.selected a{
	width: 188px;
	top: -1px;
	padding-top: 13px;
	height: 31px;
	background: url(/images/web-design/sidenav-selected.png) no-repeat 0 0;
}

.side_nav a:link, 
.side_nav a:visited,
.side_nav a:active{
	color: #ddd;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	padding-top: 12px;
	height: 30px;
	padding-left: 50px;
	text-shadow: 0px 1px 0px #000;
}

.side_nav a:hover{
	background-color: #3c3c3c;
}


/* @end */

/* @group Sub Nav */

.sub-nav {
	display: block;
	float: left;
	clear: left;
	width:  200px;
	border-top: 1px solid #ccc;	
	margin-top: 70px;
}

.sub-nav li {
	float:left;
	clear:left
	font-weight: bold;
	width:  100%;
	border-bottom: 1px solid #ccc;
}

.sub-nav a {
	color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	cursor: pointer;
}

.sub-nav a strong {
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
	padding-right: 10px;
}

.sub-nav a:link, .sub-nav a:visited {
	color: #797979;
}

.sub-nav a:hover, sub-nav a:active {
	background-color: #eaeaea;
	color: #000;
	text-decoration: none;
}

.sub-nav .selected a:link, .sub-nav .selected a:visited {
	text-decoration: none;
	background-color: #0c93c0;
	color: #fff;
}

.sub-nav a:hover strong{
	color: #000;
}

.sub-nav .selected strong {
	color: #fff;
}

/* For titles that don't have links */

.sub-nav li strong {
	color: #222;
	display: block;
}

.sub-nav .child a:link, .sub-nav .child a:visited {
	text-indent: 20px;

}

.sub-nav .child a:hover, .sub-nav .child a:active {
	text-indent: 20px;

}




/* Old Sub Nav

.sub-nav {
	display: block;
	float: left;
	clear: left;
	font-size: 0.9em;
	margin-top: 11px;
	width:  100%;
}

.sub-nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
}

.sub-nav a {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 5px 10px 6px;
}

.sub-nav a:link, .sub-nav a:visited {
	color: #ddd;
}

.sub-nav a:hover, sub-nav a:active {
	text-decoration: none;
	background-color: #666;
	background-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -1px 0px rgba(255,255,255,0.4) inset,
						0px 1px 0px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0px -1px 0px rgba(255,255,255,0.4) inset,
						0px 1px 0px rgba(0,0,0,0.4) inset;
	color: #EEE;
}

.sub-nav .selected a:link, .sub-nav .selected a:visited {
	text-decoration: none;
	background-color: #666;
	background-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -1px 0px rgba(255,255,255,0.4) inset,
						0px 1px 0px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0px -1px 0px rgba(255,255,255,0.4) inset,
						0px 1px 0px rgba(0,0,0,0.4) inset;
	color: #FFF;
}

.sub-nav a:hover, sub-nav a:active {
	text-decoration: none;
}

*/

/* @end */

/* @group Quotes */

 /* Opening speech mark */
.white-page-right blockquote 
{
	clear: left;
	float: left;
	width: 100%;
	padding-top: 22px;
	margin-bottom: 20px;
	background: #FDF6E5 url(/images/page/quote-open.gif) no-repeat 10px 10px;
	border: 1px solid #d5d5d5;
}

.white-page-right blockquote p {
	margin-left: 20px;
	margin-bottom: 10px;
	float: none;
	font-style: italic;
	color: #424242;
	width: 640px;
}

 /* Closing speech mark */
.white-page-right blockquote div 
{
	clear: left;
	float: left;
	width: 100%;
	background-image: url(/images/page/quote-close.gif);
	background-repeat: no-repeat;
	background-position: 610px 100%;
}

/* Person */
.white-page-right blockquote cite
{
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline;
	text-align: right;
	width: 600px;
}

/* Quotes in BLOG posts */

.white-page-right #blogReader blockquote div 
{
	background-position: 600px 100%;
}

.white-page-right #blogReader blockquote p {
	width: 600px;
}

/* @end */

/* @group About */

.customer-logos
{
	width: 670px;
	display: block;
	float: left;	
	padding-top:  15px;
}

.customer-logos li
{
	display: block;
	float: left;
	width:  152px;
	height: 100px;
	/*margin-right: 20px;*/
	margin-right:10px;
	margin-bottom: 20px;
	background-image: none;
	padding-left: 0em;
}

ul.customer-logos {
		padding-left: 0em;
}

.customer-logos li.end
{
	margin-right: 0px;
}

.customer-logos li a
{
	border: 1px solid #ccc;
	display: block;
}


/* @end */

/* @group Tables */

.featureTable
{
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
}

.featureTable th
{
	background-color: #0c93c0;
	color: #fff;
	font-weight: bold;
	padding: 4px;

}

/* Lines only in the middle please */

.featureTable th + th
{
	border-left: 1px solid #fff;

}

.featureTable td
{
	padding: 4px;
	
}

/* Again lines only inside please */

.featureTable td + td
{
	border-left: 1px solid #ccc;
}

.featureTable .tableOdd td
{
	border-bottom: 1px solid #ccc;
	background-color: #ffffff;
}

.featureTable .tableEven td
{
	border-bottom: 1px solid #ccc;
	background-color: #f4f4f4;
}
/* @end */

/* @group Breadcrumb */

#breadcrumb {
	float: left;
	clear: left;
	text-indent: 13px;
	font-size: 0.9em;
	color: #797979;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #797979;
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #797979;
	text-decoration: underline;
}


/* @end */

