@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	border: 0px;
	padding:0px;
	color: #424242;
}
h1, h2, h3, h4, h5, h6{
	margin-top:0.5em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.85em;
	padding:0px;
}
h2 {
	font-size: 1.2em;
	font-weight:bold;
	/*letter-spacing: 0.05em;*/
}
h3 {
	font-size: 0.9em;
	font-weight:bold;
	/*letter-spacing: 0.05em;*/
}
h4 {
	font-size: 0.8em;
	font-weight:normal;
	/*letter-spacing: 0.05em;*/
}
img {
	border: 0px;
}
p {
	font-size: 0.9em;
	font-weight:normal;
	/*color: #424242;*/
	margin: 0px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom:1em;
	line-height: 1.35em;
}
.orangetext {
	color:#F16620;
}
.orangetextlarger {
	color:#F16620;
	font-size:110%;
	margin-top:30px;
}
.bluetext {
	color: #030368;
}
.larger {
	font-size:110%;
}
#digitalpen {
	margin-top:20px;
	margin-left:140px;
	float:left;
	display:inline;
}
#background {
margin: 0px;
	border: 0px;
	padding:0px;
	/*background-image:url(images/Shadow3.jpg);
	background-repeat: repeat-y;
	margin: auto;
	clear: both;
	float: none;
	width: 1000px;
	height: auto;*/
}
#wrapper {
	width: 950px;
	margin: auto;
	border: 0px;
	padding:0px;
	font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
	font-size: 0.8em;
	overflow: hidden;
	/*background-color:#FFFFFF;*/
	
}
#logo {
	height: 80px;
	width: 220px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	margin-bottom: -25px;
	float: left;
}
#smallicons {
	float:right;
	padding-right:20px;
	margin-top:0px;
	font-size:120%;
	width:500px;
	background-image:url(images/toptab_bkg_mid.jpg);
	background-repeat:repeat-x;
}
#smallicons img.toptableft {
	float:left;
}
#smallicons ul.smalliconsul {
	list-style:none;
	font-size:0.7em;
	height:30px;
	margin:0px;
	padding-top:0px;
}
#smallicons ul.smalliconsul li {
	display:inline;
}
#smallicons img.sicon {
	margin:3px 3px -3px 12px;
	padding-top:3px;
	border:0px;
}
#smallicons a {
	text-decoration:none;
	color:#424242;
}
#smallicons a:hover {
	text-decoration:none;
	color:#F16620;
}

/* NAVIGATION SECTION STARTS------------------------------------------------------------------------------*/
#nav {
	width:806px;
	height:34px;
	*height:21px;
	clear: none;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:200px;
	padding-top:0px;
	display:inline; /*fix for IE6*/
}

#nav ul{
	min-width: 740px;
	height: 100%;
}
#nav li{
	list-style:none;
	display: inline;
	font-size: 73%;
	font-weight:bold;
	margin:0px;
}
/*each list item is a block element to avoid the variation in height between ie and ff*/
/*each item has it's own class to call on the relevant page, so the corresponding tab is orange*/
/*the height and width of the tabs is set by the padding around the text (list item)*/
#nav li.overview a{/*----NOW SHOP ONLINE TAB----*/
	display:block;
	float: left;
	padding:7px 19px 7px 19px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #030368;
	max-height:21px;
}
#nav li.team a,
#nav li.services a{
display:block;
float: left;
	padding: 7px 27px 7px 27px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #030368;
	max-height:21px;
}
#nav li.products a{
display:block;
float: left;
	padding: 7px 24px 7px 24px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #030368;
	max-height:21px;
}
#nav li.support a{
display:block;
float: left;
	padding: 7px 28px 7px 28px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #030368;
	max-height:21px;
}
#nav li.testimonials a{/*----NOW REPAIRS TAB----*/
display:block;
float: left;
	padding: 7px 30px 7px 31px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #030368;
	max-height:21px;
}
#nav li.contact a{/*----NOW REFERRALS TAB----*/
display:block;
float: left;
	padding: 7px 22px 7px 23px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #030368;
	max-height:21px;
}



#nav li.overview a:hover,
#nav li.overview a:active{
display:block;
float: left;
	padding:7px 19px 7px 19px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
#nav li.team a:hover, #nav li.team a:active,
#nav li.services a:hover, #nav li.services a:active{
display:block;
float: left;
	padding: 7px 27px 7px 27px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
#nav li.products a:hover,
#nav li.products a:active{
display:block;
float: left;
	padding: 7px 24px 7px 24px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
#nav li.support a:hover,
#nav li.support a:active{
display:block;
float: left;
	padding: 7px 28px 7px 28px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
#nav li.testimonials a:hover,
#nav li.testimonials a:active{
display:block;
float: left;
	padding: 7px 30px 7px 31px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
#nav li.contact a:hover,
#nav li.contact a:active{
display:block;
float: left;
	padding: 7px 22px 7px 23px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;;
}

/*adding the class overview to the body tag, then starting the rule with #overview causes the button to indicate the page*/
.overview #nav li.overview a{
display:block;
float: left;
	padding:7px 19px 7px 19px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
.team #nav li.team a,
.services #nav li.services a {
display:block;
float: left;
	padding: 7px 27px 7px 27px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}

.products #nav li.products a {
display:block;
float: left;
	padding: 7px 24px 7px 24px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
.support #nav li.support a {
display:block;
float: left;
	padding: 7px 28px 7px 28px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
.testimonials #nav li.testimonials a {
display:block;
float: left;
	padding: 7px 30px 7px 31px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}
.contact #nav li.contact a {
display:block;
float: left;
	padding: 7px 22px 7px 23px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color: #F16620;
	background-position: 0px -80px;
	max-height:21px;
}

/* NAVIGATION SECTION ENDS------------------------------------------------------------------------*/


/* STANDARD PAGE FEATURES FOR ALL PAGES STARTS HERE---------------------------------------*/

#tophr {
	width: 950px;
	height: 5px;
	/*margin-top: 95px;
	margin-left: 0px;*/
	/*float: left;*/
	display:inline;
	clear: both;
	float:left;
	margin-left:1px;
	padding:0px;
	/*position:fixed;*/
	/*margin-top:0px;
	margin-left:-225px;*/
}
#topleftpanel {
	width:220px;
	height:208px;
	background-image:url(images/topleft_panel.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	clear:both;
	color:#FFFFFF;
	display:inline; /*fix for IE6*/
}
#topleftpanel h3 {
	margin-top:4px;
	font-size:0.95em;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:0.03em;
}
#topleftpanel p{
	color:#FFFFFF;
	margin-top:0px;
	font-size:95%;
	line-height:160%;
	width:173px;
}
#topleftpanel img{
	margin-left:15px;
	margin-top:8px;
}

#overviewbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/overviewbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#teambanner {
	width: 702px;
	height: 154px;
	background-image:url(images/teambanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#servicesbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/servicesbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#supportbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/supportbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#productbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/productbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#testimonialsbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/testimonialsbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#contactbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/contactbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#referralsbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/referralsbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#repairsbanner {
	width: 702px;
	height: 154px;
	background-image:url(images/repairsbanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#shoponlinebanner {
	width:702px;
	height:154px;
	background-image:url(images/shopOnlinebanner.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 10px;
	display:inline; /*fix for IE6*/
}
#overviewlabel {
	width: 702px;
	height: 27px;
	float:left;
	margin-left: 10px;
	margin-top: 20px;
	display:inline; /*fix for IE6*/
	/*margin-bottom: 0px;*/
}

/*without enclosing the leftpanels in a div. leftpanel, 
the text appeared next to the bottompanel instead of the  midpanel*/
#leftpanel {
	float: left;
	clear:left;
}
#largeleftpanel {
	width:220px;
	height:432px;
	background-image:url(images/large-left_panel.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:left;
	margin-left: 10px;
	margin-top: -1px;
	display:inline;
}
#largeleftpanel h3 {
	font-size:0.95em;
	font-weight:normal;
	letter-spacing:0.03em;
}
#largeleftpanel img{
	float: left;
	margin-left:10px;
	margin-top:25px;
	display:inline; 
}
/*#midleftpanel {
	width:220px;
	height: 161px;
	background-image:url(images/midleft_panel.jpg);
	background-repeat: no-repeat;
	float:left;
	clear:left;
	margin:0px;
	margin-left: 10px;
	margin-right:0px;
	display:inline;
}
#midleftpanel p{
	float: left;
	font-size:120%;
	text-align:center;
	margin-left:45px;
	display:inline;*/ /*fix for IE6*/
	/*color:#C0C0C0;
}
#midleftpanel a:link, #midleftpanel a:visited {
	color:#030368;
	text-decoration: none;
	cursor:pointer;
}
#midleftpanel a:hover, #midleftpanel a:active {
	color:#818181;
	text-decoration: none;
	cursor:pointer;
}
#midleftpanel img{
	width:16px;
	height: 16px;
	float: left;
	margin: 0px;
	display:block;
}*/

/*#bottomleftpanel {
	width:220px;
	height:337px;
	background-image:url(images/bottomleft_panel.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:left;
	margin-left: 10px;
	margin-top: -1px;
	display:inline;
}
#bottomleftpanel img{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display:inline; 
}*/
/* STANDARD PAGE FEATURES FOR ALL PAGES END HERE---------------------------------------*/


#content {
	height:auto;
	min-height:400px;/*was 800*/
	width:702px;
	float:left;
	clear:none;
	position:relative;
	/*display: block;*/
	margin-top:20px;
}
#content p{
	margin-left:37px;
}
#content h2{
	width:340px;
	margin-left:37px;
	margin-top:0px;
}
#content img{
	margin-left:37px;
	margin-top:10px;
}
.boldtext {
	font-weight:bold;
}
#content a {
	color:#424242;
	text-decoration:none;
}
#content a:hover {
	color:#030368;
}
/*SUBNAV STYLES START HERE (FOR PRODUCTS AND SUPPORT PAGES ------------------------------------------*/
#subnav {
	width: 150px;
	/*height:auto;*/
	font-size:85%;
	font-weight:bold;
	margin:0px;
	margin-bottom:75%;
	float:left;
}
#subnav ul {
	list-style:none;
	display:block;
}
#subnav li {
	margin-top: 10px;
}
#subnav li a {
	text-decoration:none;
	color: #818181;
}
#subnav li a:hover {
	text-decoration:none;
	color: #F16620;
}
#subnav #here {
	color: #F16620;
}
/*SUBNAV STYLES END HERE (FOR PRODUCTS AND SUPPORT PAGES ------------------------------------------*/




/*OVERVIEW SPECIFIC STYLES START HERE ----------------------------------------------*/

#content #overviewcontent {
	height:auto;
	min-height:800px;
	width:702px;
	float:left;
	clear:none;
	position:relative;
	display:inline;
	margin:0px;
	padding:0px;
}
#content #overviewcontent img {
	width:320px;
	height:483px;
	float:right;
	margin:0px;
	margin-left:20px;
	padding:0px;	
	display:inline;
}

/*OVERVIEW SPECIFIC STYLES END HERE ----------------------------------------------*/


/*PRODUCTS SPECIFIC STYLES START HERE ----------------------------------------------*/
#content .pagecount{
	margin-left:20px;
	width:520px;
	float:left;
	display:block;
	clear:right;
}
#content .pagecount a{
	color:#F16620;
}
#content .pagecount a:hover{
	clor:#818181;
}
#content #productscontent #mobilesnav {
	float:left;
	width:520px;
	margin-left:0px;
	margin-bottom:20px;
	clear:right;
	display:block;
}
/*PRODUCTS SPECIFIC STYLES START HERE ----------------------------------------------*/
#content #productscontent .pagecount{
	margin-left:0px;
	width:480px;
	float:left;
	display:inline;
}
#content #productscontent .pagecount a{
	color:#F16620;
	text-decoration:none;
}
#content #productscontent .pagecount a:hover{
	clor:#818181;
}
#content #productscontent #pagecount{
	margin-left:0px;
	width:480px;
	float:left;
	display:inline;
}
#content #productscontent #pagecount p{
	margin:0px;
}
#content #productscontent #pagecount a{
	color:#F16620;
	text-decoration:none;
}
#content #productscontent #pagecount a:hover{
	clor:#818181;
}
#content #productscontent {
	width:480px;
	height:100%;
	min-height:100%;
	float:left;
	margin:0px;
	margin-left:20px;
	padding:0px;
	/*display:inline;*/ /*fix for IE6*/
}
#content #productscontent .image {
	width:142px;
	height:142px;
	float:left;
	clear:none;
	margin:0px;
	margin-left:-35px;
	margin-right:40px;
	padding:0px;
	display:inline;
}
#content #productscontent h3{
	width: 310px;
	margin-left:10px;
	display:block;
	float:left;
}

#content #productscontent p{
	margin-left:10px;
	width:310px;
	float:left;
	display:inline;
}
#content #productscontent .productshr img{
	width: 510px;
	height: 5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
}
#content #productscontent a {
	color:#424242;
	text-decoration:underline;
}
#content #productscontent a:hover, #content #productscontent a:active {
	color:#818181;
}
p.dplinksp {
	margin-left:0px;
	width:480px;
	float:left;
	display:inline;
}

#content #dpcontent {
	width:480px;
	height:100%;
	min-height:100%;
	float:left;
	margin:0px;
	margin-left:20px;
	padding:0px;
	/*display:inline;*/ /*fix for IE6*/
}
#content #dpcontent h2.productsh2 {
	font-weight:normal;
	color:#F16620;
	letter-spacing:0.02em;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#content #dpcontent h3 {
	font-weight:normal;
	font-size:1em;
	color:#F16620;
	letter-spacing:0.02em;
	float:left;
	margin-left:10px;
	margin-top:10px;
	clear:both;
}
#content #dpcontent h4 {
	font-weight:normal;
	font-size:0.9em;
	color:#030368;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#content #dpcontent p{
	margin-left:10px;
	width:510px;
	float:left;
	display:inline;
}
#content #dpcontent ul.plist{
	margin-left:10px;
	width:510px;
	float:left;
	display:inline;
	font-size:0.9em;
	margin:0px;
	padding:0px;
	margin-left:25px;
}
#content #dpcontent ul.plist li{
	margin-top:3px;
}
#content #dpcontent p.dplinks {
	text-decoration:none;
	color:#ABABAB;
}
#content #dpcontent p.dplinks a {
	text-decoration:none;
	color:#969696;
}
#content #dpcontent p.dplinks a:hover {
	text-decoration:none;
	color:#030368;
}
#content #dpcontent p.dplinks a.here {
	text-decoration:none;
	color:#030368;
}
#content #dpcontent img.dpimagefloat {
	float:left;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:20px;
	clear:left;
}
#content #dpcontent a {
	color:#424242;
	text-decoration:underline;
}
#content #dpcontent a:hover, #content #dpcontent a:active {
	color:#818181;
}
#content #dpcontent .productsstatichr img {
	margin:0px;
	padding:0px;
	width:510px;
	float:left;
	clear:left;
	margin-left:10px;
}
#content productscontentacc {
	width: 480px;
	height: auto;
	float:left;
	margin-left:20px;
	display:inline; /*fix for IE6*/
}
#content #productscontentacc .imageacc{
	width:440px;
	height:100px;
	float:left;
	clear:none;
	margin:0px;
}
#content #productscontentacc h3{
	width: 310px;
	float:left;
	margin-left:20px;
}
#content #productscontentacc p{
	width: 440px;
	margin-left:20px;
	float:left;
}
#content #productscontentacc .productshr img{
	width: 510px;
	height: 5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
}
#youtube {
	/*width:425px; 
	height:344px;*/
	width:310px;
	height:250px;
	float:left;
	margin-left:152px;
	margin-top:20px;
	display:inline;
	border: 1px solid #424242;
}	
#youtubeintro {
	width:310px;
	height:250px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	margin-top:20px;
	display:inline;
	border: 1px solid #424242;
}	
#youtubecydesk {
	/*width:425px; 
	height:344px;*/
	width:310px;
	height:250px;
	float:left;
	margin-left:152px;
	margin-top:20px;
	margin-bottom:10px;
	clear:right;
	display:inline;
	border: 1px solid #424242;
}	
#productscontent p.pdfuc {
	float:left;
	width:310px;
	padding-left:140px;
	display:inline;
}
#youtubecycall {
	/*width:425px; 
	height:344px;*/
	width:310px;
	height:250px;
	float:left;
	margin-left:152px;
	margin-top:20px;
	/*margin-bottom:10px;*/
	display:inline;
	border: 1px solid #424242;
}	
#youtubecyq {
	/*width:425px; 
	height:344px;*/
	width:310px;
	height:250px;
	float:left;
	margin-left:152px;
	margin-top:20px;
	/*margin-bottom:10px;*/
	display:inline;
	border: 1px solid #424242;
}	



/*PRODUCTS SPECIFIC STYLES END HERE ----------------------------------------------*/


/*SUPPORT SPECIFIC STYLES START HERE ----------------------------------------------*/
#content #supportcontent {
	width: 500px;
	height: auto;
	float:left;
	margin-left:20px;
	display:inline; /*fix for IE6*/
}
#content #supportcontent img{
	width: 90px;
	height: 84px;
	float:left;
	clear:none;
	margin:0px;
	margin-right:10px;
	margin-top:0px;
}
#content #supportcontent #supporthr img{
	width: 510px;
	height: 5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
}
#content #supportcontent h2{
	width: 450px;
	margin-left:0px;
	display:block;
	float:left;
}
#content #supportcontent p{
	margin-left:0px;
	float:left;
}
.boldtext {
	font-weight:bold;
}
p.larger {
	font-size:120%;
	line-height: 1.5em;
}
#content #supportcontent  ul.telstraforms {
	list-style:none;
	margin:0px;
	padding:0px;
	clear:left;
}
#content #supportcontent  ul.telstraforms li {
	margin:0px;
	padding:0px;
	margin-top:10px;
	font-size:0.9em;
}
#content #supportcontent  ul.telstraforms li img.pdficon {
	width:14px;
	height:13px;
	margin-right:5px;
}
#content #supportcontent  ul.telstraforms a {
	color:#f26621;
}
#content #supportcontent  ul.telstraforms a:hover {
	color:#030368;
}
/*SUPPORT SPECIFIC STYLES END HERE ----------------------------------------------*/


/*TESTIMONIALS SPECIFIC STYLES START HERE ----------------------------------------------*/
#testimonialcontent {
	height:auto;
	width: 665px;
	float: left;
	clear: none;
	position:relative;
	display: block;
	margin-top:20px;
	margin-left:27px;
}
#testimonialcontent p{
}
#testimonialcontent img{
	width:180px;
	height:140px;
	margin-top:10px;
	float:left;
	display:inline;
}
#testimonialcontent h2{
	width:340px;
	margin-top:0px;
	float:left;
	display:inline;
}

#testimonialdetailcontent {
	height:auto;
	width: 665px;
	float: left;
	clear: none;
	position:relative;
	display: block;
	margin-top:20px;
	margin-left:27px;
}
#testimonialdetailcontent p{
}
#testimonialdetailcontent img{
	width:180px;
	height:140px;
	margin-top:0px;
	/*float:left;*/
	display:inline;
}
#testimonialdetailcontent a {
	color:#424242;
	text-decoration:underline;
}
#testimonialdetailcontent a:hover, #testimonialdetailcontent a:active {
	color:#818181;
}

/*TESTIMONIALS SPECIFIC STYLES END HERE ----------------------------------------------*/


/*CONTACT SPECIFIC STYLES START HERE ----------------------------------------------*/

#content #column1 {
	width:346px;
	height:auto;
	float:left;
	margin: 0px;
	margin-left:5px;
	display:inline; /*fix for IE6*/
}
#content #column1 img {
	margin-bottom:38px;
	margin-top:0px;
}
#content #column1 #building {
	margin-top:2px;
}
#content #column2 {
	width:351px;
	height:auto;
	float:left;
	margin: 0px;
}
#content #column2 img {
	margin-bottom:20px;
	margin-top:0px;
}
#content #column2 iframe {
	margin-left:35px;
	margin-top:5px;
}
#content #column2 iframe p {
	margin-left:35px;
	margin-top:5px;
	color:#424242;
}
/*CONTACT SPECIFIC STYLES END HERE ----------------------------------------------*/


/*REFERRALS SPECIFIC STYLES START HERE ----------------------------------------------*/
h2.referralh2 {
	font-weight:normal;
	color:#F16620;
	letter-spacing:0.02em;
}

h2.referralh22 {
	font-weight:normal;
	color:#F16620;
	letter-spacing:0.02em;
	padding-top:20px;
}
#leftcolumn {
	float:left;
	width:502px;
}
#content .referralhr img{
	width:450px;
	height:5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:38px
}
#content .referralhr img.line{
	width:450px;
	height:5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:38px
}
table.referraltable {
	clear:left;
	margin-left:34px;
}
table.referraltable label {
	font-size:90%;
	line-height:150%;
	width:100px;
	display:block;
}

form#referralform input#name,
form#referralform input#company,
form#referralform input#phone,
form#referralform input#email,
form#referralform input#jobtitle,
form#referralform input#industry,
form#referralform input#rname,
form#referralform input#rcompany,
form#referralform input#rphone,
form#referralform input#remail,
form#referralform input#rjobtitle,
form#referralform input.inputrepair{
	width:300px;
	
}
form#referralform input.radio {
	float:left;
	margin-top:9px;
}
p.radio {
	float:left;
	margin-right:3px;
	margin-top:7px;
}
form#referralform textarea {
	width:304px;
}
form#referralform input#submit {
	margin-top:20px;
	width:100px;
	color:#424242;
}


#rightcolumn {
	width:186px;
	background-image:url(images/referralsfeatpanel.jpg);
	background-repeat:no-repeat;
	float:left;
	height:372px;
	padding:0 7px 0 7px;
}
#rightcolumn h2.rewardsh2 {
	margin-top:4px;
	font-size:0.95em;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:0.03em;
	color:#ffffff;
	margin-left:14px;
	}
#rightcolumn h3.rewardsh3 {
	margin-top:4px;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:0.03em;
	color:#F16620;
	line-height:150%;
}
#rightcolumn h4.rewardsh4 {
	margin-top:4px;
	font-size:0.95em;
	font-weight:normal;
	margin-bottom:20px;
	color:#ffffff;
	line-height:150%;
}
h2.repairh2 {
	font-weight:normal;
	color:#F16620;
	letter-spacing:0.02em;
	width:500px;
}


/*REFERRALS SPECIFIC STYLES END HERE ----------------------------------------------*/


/*TEAM SPECIFIC STYLES START HERE ----------------------------------------------*/
#content h2.teamh2 {
	width:550px;
	font-weight:normal;
	color:#818181;
	letter-spacing:0.02em;
	margin:15px 0 15px 38px;
	clear:left;
}
#content h2.teamh2 a {
	color:#818181;
	text-decoration:none;
}
#content h2.teamh2 a:hover {
	color:#F16620;
	text-decoration:none;
}
#content h2.teamh2 a.teamhere {
	color:#F16620;
	text-decoration:none;
}
#content .referralhr img{
	width:675px;
	height:5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:38px
}
#content .teamhr img{
	width:675px;
	height:5px;
	float:left;
	clear:none;
	margin:0px;
	margin-top:40px;
	margin-bottom:10px;
	margin-left:38px
}
#content .teamcontainer {
	width:335px;
	height:140px;
	float:left;
	margin-right:10px;
	margin-top:20px;
}
#content .teamcontainer img.teamphoto {
	float:left;
	border:1px solid #c1c1c1;
	margin-right:10px;
}
#content .teamcontainer h3 {
	color:#030368;
	font-weight:normal;
	font-size:1.5em;
	margin-bottom:3px;
	margin-top:20px;
}
#content .teamcontainer h4 {
	color:#818181;
	font-weight:normal;
	font-size:1.1em;
	margin-top:5px;
}
#content .teamcontainer p {
	color:#818181;
}

/*TEAM SPECIFIC STYLES END HERE ----------------------------------------------*/


/*--------------------- ECOMMERCE SPECIFIC STYLES START HERE -----------------------------------------------------------*/

/*MAIN CONTENT STYLES START HERE ----------------------------------------------*/
#content #shoponlinecontent {
	float:left;
	width:465px;
	margin-top:-30px;
}
#content #shoponlinecontent p.productcategorylistp {
	clear:left;
}
#content #shoponlinecontent ul.productcategorylist {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:38px;
	margin-bottom:10px;
	clear:left;
}
#content #shoponlinecontent ul.productcategorylist li {
	margin:0px;
	padding:0px;
	margin-top:5px;
}
#content #shoponlinecontent ul.productcategorylist a {
	color:#F16620;
}
#content #shoponlinecontent ul.productcategorylist a:hover {
	color:#030368;
}
#content #shoponlinecontent ul.productcategorylist img.ulicon {
	margin:0px;
	padding:0px;
	margin-right:8px;
}

#content #shoponlinecontent .shophr img{
	width:400px;
	height:5px;
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
#content #shoponlinecontent img.productshopimage {
	float:left;
	width:142px;
	margin:0px;
	margin-left:35px;
	margin-top:10px;
}
#content #shoponlinecontent .productshoptitle {
	float:left;
	width:280px;
}
#content #shoponlinecontent .productshoptitle h3 {
	font-weight:normal;
	color:#F16620;
	font-size:1.2em;
	margin:0px;
	margin-top:20px;
}
#content #shoponlinecontent .productshoptitle a {
	color:#F16620;
}
#content #shoponlinecontent .productshoptitle h4 {
	font-weight:normal;
	color:#424242;
	font-size:1em;
	margin:0px;
	margin-top:8px;
}
#content #shoponlinecontent h2.shopdetailh2 {
	font-weight:normal;
	color:#F16620;
	font-size:1.4em;
	margin:0px 0 15px 38px;
}
#content #shoponlinecontent h4.price {
	font-weight:normal;
	color:#F16620;
	font-size:1.1em;
	margin:0px 0 15px 38px;
}
#content #shoponlinecontent p.backtocatpage {
	margin-top:30px;
	color:#030368;
}
#content #shoponlinecontent p.backtocatpage a {
	color:#030368;
}
#content #shoponlinecontent p.backtocatpage a:hover  {
	color:#818181;
}

#content #shoponlinecontent p.backtohomepage {
	margin-top:30px;
	color:#030368;
	clear:left;
	padding-top:20px;
}
#content #shoponlinecontent p.backtohomepage a {
	color:#030368;
}
#content #shoponlinecontent p.backtohomepage a:hover  {
	color:#818181;
}

/*MAIN CONTENT STYLES END HERE ----------------------------------------------*/

/*ACCOUNT PANEL STYLES START HERE ----------------------------------------------*/
#content #rightaccountpanelmessagewrapper {
	float:right;
	width:232px;
	/*height:197px;*/
	height:auto;
	/*background-image:url(images/login_bkg.gif);
	background-repeat:no-repeat;*/
	margin-top:-30px;
	
}
#content #rightaccountpanelmessagewrapper p.message {
	margin:0px;
	color:#F16620;
	font-size:0.8em;
}
#content #rightaccountpanel{
	float:right;
	width:232px;
	height:197px;
	background-image:url(images/login_bkg.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}


#content #rightaccountpanel h2{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:normal;
	font-size:1.2em;
}
#content #rightaccountpanel table.homelogin {
	width:170px;
	font-size:0.8em;
	margin-top:15px;
	margin-left:20px;
}
#content #rightaccountpanel table.homelogin tr {
	width:180px;
}
#content #rightaccountpanel form#login input#username,
#content #rightaccountpanel form#login input#password {
	width:120px;
}
#content #rightaccountpanel form#login input.radio {
	float:left;
	margin-left:0px;
	margin-top:8px;
}
#content #rightaccountpanel form#login p.radio {
	float:left;
	clear:left;
	margin-left:0px;
	margin-top:2px;
}

#content #rightaccountpanel form#login input#login {
	background-image:url(images/E-login-button.gif);
	background-repeat:no-repeat;
	font-size:0.8em;
	color:#F16620;
	border:none;
	cursor:pointer;
	width:180px;
	height:17px;
	}
#content #rightaccountpanel p.orregister {
	margin-left:22px;
	margin-right:22px;
	margin-top:3px;
	font-size:0.75em;
	text-align:center;
}
#content #rightaccountpanel p.orregister a {
	color:#818181;
	text-decoration:none;
}
#content #rightaccountpanel p.orregister a:hover {
	color:#F16620;
	text-decoration:none;
}
#content #rightaccountpanel p {
	margin:25px 0 0 20px;
}
#content #rightaccountpanel ul.accountnav {
	list-style:none;
	width:195px;
	text-align:center;
	font-size:0.85em;
	float:left;
	margin:10px 0 0 19px;
	padding:0px;
}
#content #rightaccountpanel ul.accountnav li {
	width:195px;
	height:18px;
	background-image:url(images/account_button_bkg.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	margin-top:5px;
	padding-top:2px;

}
#content #rightaccountpanel ul.accountnav a {
	color:#ffffff;
}
#content #rightaccountpanel ul.accountnav a:hover {
	color:#D5D5D5;
}


/*ACCOUNT PANEL STYLES END HERE ----------------------------------------------*/


/*ADD TO CART STYLES START HERE ----------------------------------------------*/
form.addtocartbutton {
	margin-left:38px;
}

/*ADD TO CART STYLES END HERE ----------------------------------------------*/

/*SHOPPING PRODUCT PAGES STYLES START HERE ----------------------------------------------*/

#content form#catjumpform {
	margin:5px 0 20px 35px;
}
/*SHOPPING PRODUCT PAGES STYLES END HERE ----------------------------------------------*/

/*SHOPPING CART  STYLES START HERE ----------------------------------------------*/


.cartintro {
	height:207px;
	margin-top:20px;
}
#shopheader {
	height:33px;
	float:left;
	width:702px;
	clear:none;
	position:relative;
	margin-top:10px;
}
#shopheader #shopcartlink {
	height:18px;
	float:right;
	width:100px;
}
#shopheader #shopcartlink img {
	float:right;
}
#shopheader #shopcartlink p {
	float:right;
	margin:2px 0 0 3px;
}
#shopheader #shopcartlink a {
	color:#818181;
	text-decoration:none;
}
#shopheader #shopcartlink a:hover {
	color:#F16620;
	text-decoration:none;
}

table.cart {
	width:626px;
	color:#030368;
	margin-left:38px;
	margin-right:38px;
	margin-top:-20px;
	border-collapse:collapse;
	clear:both;
}
table.cart tr {
	color:#424242;
	font-size:0.85em;
	height:40px;
}
table.cart tr.heading {
	color:#030368;
	font-size:1em;
	background-color:#EAEAEA;
	height:30px;
}
table.cart tr.heading td {
	padding:0px 0 0px 10px;
}
table.cart tr.footer {
	color:#030368;
	font-size:1em;
	height:20px;
	background-color:#EAEAEA;
	margin-top:10px;
}
table.cart tr.footer td {
	padding:5px 0 5px 10px;
}
table.cart td {
	width:15%;
	text-align:center;
	border-bottom:1px dotted #d5d5d5;
	padding:3px 0 10px 10px;
}
table.cart td.name {
	width:35%;
	text-align:left;
}
table.cart tr td.right {
	width:20%;
	padding:0px;
	margin:0px;
	/*text-align:center;*/
	float:none;
	padding:3px 0 3px 10px;
	padding-right:36px;
}
table.cart td.right img {
	float:none;
	padding:0px;
	margin:0px;
}
form.checkoutbuttonform {
	float:left;
	margin:15px 0 0 20px;
}
form.continueshoppingform {
	float:left;
	margin:15px 0 0 40px;
}


/*SHOPPING CART  STYLES END HERE ----------------------------------------------*/

/*REGISTER FOR SHOPPING STARTS HERE ----------------------------------------------*/
form#register {
	
}
form#register label {
	width:120px;
	display:block;
	float:left;
}
form#register input#name {
	width:280px;
}
form#register input#postcode {
	width:80px;
}
form#register select {
	margin-bottom:15px;
}
ul.warning {
	list-style:none;
	color:#F16620;
}
/*REGISTER FOR SHOPPING ENDS HERE ----------------------------------------------*/



/*BOTTOMPANEL STYLES START HERE ----------------------------------------------*/

#bottompanel {
	width: 705px;
	height: 220px;
	background-image:url(images/bottom_panel.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:7px;
	margin-top:10px;
	display:block;
}
#bottompanel .description {
	width:140px;
	float:right;
	margin:10px 0 0 10px;
}
#bottompanel h2{
	color:#ffffff;
	margin-top:5px;
	margin-left:20px;
	font-weight:normal;
	font-size:1.1em;
}
#bottompanel h3{
	color:#424242;
	font-weight:normal;
	font-size:1.1em;
	line-height:140%;
	width:150px;
	margin:0px;
}
#bottompanel p {
	font-size:0.75em;
	line-height:150%;
	width:150px;
	margin:0px;
	margin-top:5px;
}
#bottompanel a {
	color:#424242;
	text-decoration:none;
}
#bottompanel a:hover {
	color:#818181;
	text-decoration:none;
}
#bottompanel p.productlearnmmore a {
	color:#030368;
	font-size:115%;
	text-decoration:none;
}
#bottompanel p.productlearnmmore a:hover {
	color:#F16620;
	font-size:115%;
	text-decoration:none;
}
#bottompanel img.productimghome {
	float:left;
	margin:15px 0px 0 30px;
}
#bottompanel #producthomepanel {
	width:330px;
	float:left;
}
/*#bottompanel #rightproducthome {
	width:325px;
	float:left;
	margin-left:10px;
}*/
/*BOTTOMPANEL STYLES END HERE ----------------------------------------------*/

/*ENTERPRISE SPECIFIC STYLES START HERE ----------------------------------------------*/
img.enterpriselogo {
	float:left;
	margin:0 20px 20px 0;
}
h3.entwelcome {
	color:#F16620;
	font-size:1.4em;
	font-weight:normal;
	}
h3.entupdateform {
	color:#F16620;
	font-size:1.4em;
	font-weight:normal;
	margin-left:35px;
}
/*ENTERPRISE SPECIFIC STYLES END HERE ----------------------------------------------*/



/*--------------------- ECOMMERCE SPECIFIC STYLES END HERE -----------------------------------------------------------*/


/* FOOTER STARTS HERE---------------------------------------*/


#footer {
	clear:both;
	height:25px;
	width:925px;
	float:left;
	margin-top:20px;
}
#footer p {
	float: right;
	font-size:70%;
	color:#818181;
	margin-top: 5px;
}
#footer a {
	color:#818181;
	text-decoration:none;
}
#footer a:hover {
	color:#424242;
	text-decoration:none;
}
#orangebar {
	height:15px;
	width: 925px;
	margin-left: 10px;
	background-color: #F16620;
	float:left;
	margin-top:0px;
	display:inline;
}