@charset "UTF-8";

/*   Provender  */

html	{height:100%;
}

body	{height:100%;
}


form  {margin:0;padding:0;}
input, textarea   {font-family:Arial, Helvetica, sans-serif;}

/* */

.button	{display:inline-block;height:21px;font-size:13px;font-weight:normal;line-height:22px;text-transform:none;text-decoration:none;border:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:6px;padding:0 13px;cursor:pointer;-moz-box-shadow: inset 0 0 8px 1px rgba(0,0,0,0.2);-webkit-box-shadow: inset 0 0 8px 1px rgba(0,0,0,0.2);box-shadow:  inset 0 0 8px 1px rgba(0,0,0,0.2);-webkit-transition:0.1s;-moz-transition:0.1s;transition:0.1s;}
.button.small	{
height:16px;
line-height:16px;
font-size:11px;
padding:0 10px;
}
.button.arrowRight	{
background-image: url(../images/arrow_right-white.png);
background-repeat:no-repeat;
background-position:right 6px;
padding:0 23px 0 13px;
}
.button.arrowLeft	{
background-image:url(../images/arrow_left-white.png);
background-repeat:no-repeat;
background-position:left 6px;
padding:0 13px 0 23px;
}
.button:hover	{
text-decoration:none;
}

.button.grey	{
color:#067bcb;
background-color:#f2f2f2;
}
.button.grey:hover	{
color:#0599ff;
background-color:#f9f9f9;
}
.button.grey.arrowRight	{
background-image: url(../images/arrow_right-blue.png);
}
.button.grey.arrowLeft	{
background-image:url(../images/arrow_left-blue.png);
}

.button.blue	{
color:#fff;
background-color:#067bcb;
}
.button.blue:hover	{
background-color:#0a95f5;
}

.button.orange	{
color:#fff;
background-color:#faaa2c;
}
.button.orange:hover	{
background-color:#ffc60f;
}

.button.red	{
color:#fff;
background-color:#cc0000;
}
.button.red:hover	{
background-color:#eb0000;
}

input.button	{
font-family: "HelveticaNeue_Light", Helvetica, Arial, "Lucida Grande", sans-serif;
padding:0 9px 1px 9px;
}
.button.whiteShadow:hover	{
text-decoration:none;
-moz-box-shadow:  	0px 0px 6px 2px #fff;
-webkit-box-shadow:  	0px 0px 6px 2px #fff;
box-shadow:  		0px 0px 6px 2px #fff;
}
.button.blackShadow:hover	{
text-decoration:none;
-moz-box-shadow:  	0px 0px 6px 0px #000;
-webkit-box-shadow:  	0px 0px 6px 0px #000;
box-shadow:  		0px 0px 6px 0px #000;
}

.buttonSquare	{
display:block;
width:72px;
height:72px;
background:url(../images/arrow.png);
border-radius:10px;
-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
box-shadow:  2px 2px 5px 0 rgba(0,0,0,0.2);
}
.buttonSquare:hover	{
background-position:0 -72px;
-moz-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.5);
box-shadow:  1px 1px 10px 0 rgba(0,0,0,0.5);
}
.buttonSquare:active	{
-moz-box-shadow: 1px 1px 10px 2px rgba(10,149,245,0.5);
-webkit-box-shadow: 1px 1px 10px 2px rgba(10,149,245,0.5);
box-shadow:  1px 1px 10px 2px rgba(10,149,245,0.5);
}





.buttonArrow	{
display:inline-block;
text-align:left;
text-decoration:none;
background:url(../images/arrow-right.png) right top;
border-radius:10px;
-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
box-shadow:  2px 2px 5px 0 rgba(0,0,0,0.2);
}
.buttonArrow span	{
display:block;
height:57px;
color:#999;
font-size:20px;
line-height:20px;
background:url(../images/arrow-left.png) no-repeat;
border-radius:10px;
padding:15px 64px 0 20px;
}
.buttonArrow span em	{
display:block;
color:#595959;
font-weight:bold;
font-style:normal;
padding:0;
}
.buttonArrow:hover	{
text-decoration:none;
background-position:right -72px;
-moz-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.5);
box-shadow:  1px 1px 10px 0 rgba(0,0,0,0.5);
}
.buttonArrow:hover span	{
color:#0a95f5;
background-position:0 -72px;
}
.buttonArrow:hover em	{
color:#0a95f5;
}
.buttonArrow:active	{
-moz-box-shadow: 1px 1px 10px 2px rgba(10,149,245,0.5);
-webkit-box-shadow: 1px 1px 10px 2px rgba(10,149,245,0.5);
box-shadow:  1px 1px 10px 2px rgba(10,149,245,0.5);
}



.pageWidth	{
position:relative;
width:970px;
margin:0 auto;
}


header	{
background:#eee;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
background: -webkit-linear-gradient(top, #fff, #eee);
background: -moz-linear-gradient(top, #fff, #eee);
background: -ms-linear-gradient(top, #fff, #eee);
border-bottom:1px solid #fff;
}
header .pageWidth	{
height:84px;
}
header .logo	{
position:absolute;
top:11px;
}
header a.login	{
position:absolute;
top:12px;
right:0;
color:#faaa2c;
font-size:10px;
text-decoration:none;
}
header a.login:hover	{
text-decoration:underline;
}
header	{
}


#navTop	{
position: absolute;
bottom:14px;
right:-9px;
z-index:666669;
}

#navTop ul	{
list-style:none;
padding:0;
margin:0;
}
#navTop ul li {
float:left;
position:relative;
margin:0;
padding:0;
}
#navTop ul li.current {
}
#navTop ul li.current a {
color:#067bcb;
}

#navTop ul li:hover {
}

#navTop ul li a {
display:block;
color:#595959;
font-family:"HelveticaNeue_Medium";
font-size:11px;
text-decoration:none;
padding:13px 9px;
}

#navTop ul li:hover a {
color:#067bcb;
}


#navTop ul li ul li {
float:none;
display:block;
height:auto;
background:none;
padding:0;
margin:0;
}
#navTop ul li ul li:hover {
background:none;
}
#navTop ul li ul li a,
#navTop ul li.current ul li a,
#navTop ul li:hover ul li a,
.navLeft ul li a	{
display:block;
position:relative;
height:auto;
color:#595959;
font-size:11px;
text-decoration:none;
padding:5px 30px 5px 12px;
margin:0;
}

#navTop ul li ul li.current a,
.navLeft ul li.current a	{
color:#067bcb;
}

#navTop ul li:hover ul li {
background:none;
}
#navTop ul li:hover ul li:hover {
}
#navTop ul li ul li a:hover,
.navLeft ul li a:hover	{
color:#067bcb;
}
#navTop ul li ul li a:hover span,
.navLeft ul li a:hover span  {
display:block;
position:absolute;
right:15px;
top:-490px;
width:2px;
height:500px;
background:#bfbfbf;
}
#navTop ul li ul li a em,
.navLeft ul li a em  {
display:none;
position:absolute;
right:10px;
top:4px;
width:12px;
height:12px;
background:#bfbfbf;
border-radius:6px;
}
#navTop ul li ul li.current a em,
.navLeft ul li.current a em {
background:#067bcb;
z-index:999;
}
#navTop ul li ul li.current a:hover span,
.navLeft ul li.current a:hover span {
background:#067bcb;
}
#navTop ul li ul li a:hover em,
.navLeft ul li a:hover em {
display:block;
}


#navTop ul li ul,
.navLeft ul {
display:none;
float:none;
left:-195px;
width:213px;
overflow:hidden;
height:auto;
position:absolute;
list-style:none;
background:#eee;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#fff));
background: -webkit-linear-gradient(top, #f1f1f1, #fff);
background: -moz-linear-gradient(top, #f1f1f1, #fff);
background: -ms-linear-gradient(top, #f1f1f1, #fff);
-moz-box-shadow: 0px 12px 12px 0 rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 12px 12px 0 rgba(0,0,0,0.25);
box-shadow:  0px 12px 12px 0 rgba(0,0,0,0.25);
padding:20px 25px 10px 25px;
}

#navTop ul li:hover ul {
display:block;
}

#navTop ul li:hover ul li ul li {
background:none;
background:#CCCCCC no-repeat;
}
#navTop ul li:hover ul li ul li:hover {
background-position:0 -40px;
}

#navTop ul li:hover ul li ul {
display:none;
left:165px;
top:0;
padding-left:2px;
}
#navTop ul li ul li:hover ul {
display:block;
z-index:666669;
}


.navLeft	{
float:left;
}
.navLeft ul	{
position:relative;
display:block;
left:0;
width:210px;
background:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
padding:35px 0 10px 0;
margin:0;
}
.navLeft ul li a	{
display:block;
position:relative;
height:auto;
color:#595959;
font-family:"HelveticaNeue_Medium";
font-size:11px;
text-decoration:none;
padding:5px 50px 5px 0;
margin:0;
}
.navLeft ul li a:hover span  {
right:25px;
}
.navLeft ul li a em  {
right:20px;
}

.bigBlue	{
background:url(../images/bg_blue.png);
}
.bigBlue .gradient	{
background:url(../images/bg_blue.jpg) no-repeat center top;
}
.bigBlue .pageWidth	{
min-height:35px;
padding:16px 0 3px 0;
}
.bigBlue .pageWidth h1	{
color:#fff;
font-size:32px;
line-height:35px;
text-align:left;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
background:none;
border:0;
padding:0;
margin:0;
}
.home .bigBlue .pageWidth	{
height:725px;
padding:0;
}
.home .bigBlue.higher .pageWidth	{
height:810px;
}

.bigBlue .buttonWrap	{
position:absolute;
right:0;
bottom:14px;
}
.bigBlue .fpButton	{
float:left;
display:block;
color:#fff;
font-size:20px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
text-align:center;
-moz-box-shadow:	inset 0 0 11px 2px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 0 0 11px 2px rgba(0,0,0,0.6);
box-shadow:  		inset 0 0 11px 2px rgba(0,0,0,0.6);
padding:8px 18px 6px 18px;
margin-left:16px;
}

.bigBlue .callNow	{
background:url(../images/bg_call_now.gif);
}
.bigBlue .callNow div	{
color:#faaa2c;
}
.bigBlue .callNow div span	{
font-weight:bold;
}

.bigBlue .fpButton.orange	{
color:#003251;
text-decoration:none;
font-weight:bold;
background:#fbaa2c;
-webkit-transition:0.1s;
transition:0.1s;
}
.bigBlue .fpButton.orange:hover	{
color:#faaa2c;
background:#067bcb;
-moz-box-shadow:	 0 0 11px 2px rgba(0,0,0,0.6);
-webkit-box-shadow:  0 0 11px 2px rgba(0,0,0,0.6);
box-shadow:  		 0 0 11px 2px rgba(0,0,0,0.6);
}
.bigBlue .fpButton.orange span	{
display:block;
color:#fff;
font-weight:normal;
}



.bigBlue .banner	{
display:block;
position:absolute;
left:102px;
bottom:75px;
width:767px;
height:116px;
z-index:999;
}
.bigBlue .banner .pic	{
position:absolute;
bottom:0;
width:767px;
height:91px;
background:url(../images/banner_collage.jpg) no-repeat;
background-position:0 20px;
-webkit-transition:0.2s;
-moz-transition:0.2s;
transition:0.2s;
}
.bigBlue .banner:hover .pic	{
bottom:-75px;
background-position:0 0;
}
.bigBlue .banner .words	{
position:absolute;
top:-10px;
width:767px;
height:126px;
background:url(../images/banner.png);
}
.bigBlue .banner .words .buttonSquare	{
position:absolute;
top:25px;
right:13px;
}

.iconsAndText	{
position: absolute;
top:145px;
height:280px;
padding-left:102px;
}
.iconsAndText.withSlides	{
top:60px;
}

.iconsAndText .icons	{
position:absolute;
bottom:0;
width:766px;
height:100px;
}

.iconsAndText .icons a	{
position:absolute;
display:block;
width:90px;
height:100px;
text-decoration:none;
}
.iconsAndText .icons a .pic	{
position:absolute;
bottom:0;
display:block;
width:90px;
height:90px;
border-radius:10px;
-moz-box-shadow: 	4px 5px 30px 0 rgba(0,0,0,0.6);
-webkit-box-shadow: 4px 5px 30px 0 rgba(0,0,0,0.6);
box-shadow:  		4px 5px 30px 0 rgba(0,0,0,0.6);
-webkit-transition:0.2s;
-moz-transition:0.2s;
transition:0.2s;
}
.iconsAndText .icons a:hover .pic	{
bottom:10px;
-moz-box-shadow: 	17px 18px 36px 0 rgba(0,0,0,0.6);
-webkit-box-shadow: 17px 18px 36px 0 rgba(0,0,0,0.6);
box-shadow:  		17px 18px 36px 0 rgba(0,0,0,0.6);
}
.iconsAndText .icons a .text	{
opacity:0;
}
.iconsAndText .icons a:hover .text	{
opacity:1;
}
.iconsAndText .icons a.pepsi	.pic {
background:url(../images/home_icons/pepsi.jpg);
}
.iconsAndText .icons a.coffee	{
left:169px;
}
.iconsAndText .icons a.coffee .pic	{
background:url(../images/home_icons/coffee.jpg);
}
.iconsAndText .icons a.coffee .text	{
left:-271px;
}
.iconsAndText .icons a.snacks	{
left:338px;
}
.iconsAndText .icons a.snacks .pic	{
background:url(../images/home_icons/snacks.jpg);
}
.iconsAndText .icons a.snacks .text	{
left:-440px;
}
.iconsAndText .icons a.nuts	{
left:507px;
}
.iconsAndText .icons a.nuts .pic	{
background:url(../images/home_icons/nuts.jpg);
}
.iconsAndText .icons a.nuts .text	{
left:-609px;
}
.iconsAndText .icons a.franchise	{
right:0;
}
.iconsAndText .icons a.franchise .pic	{
background:url(../images/home_icons/franchise.jpg);
}
.iconsAndText .icons a.franchise .text	{
left:-778px;
}

.iconsAndText .icons .text	{
display:block;
position:absolute;
top:-180px;
left:-102px;
width:970px;
height:179px;
-webkit-transition:0.5s;
-moz-transition:0.5s;
transition:0.5s;
}
.iconsAndText .icons:hover div.text	{
opacity:0;
}
.iconsAndText .icons:hover div.text:hover	{
opacity:1;
}
.iconsAndText .icons .text .big	{
display:block;
color:#fff;
font-size:50px;
line-height:46px;
letter-spacing:-1px;
text-align:center;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
margin-bottom:15px;
}
.iconsAndText .icons .text .small	{
display:block;
color:#5acffa;
font-size:24px;
line-height:24px;
letter-spacing:;
text-align:center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

/* Slides */

.slidesWrap	{
position:relative;
top:390px;
width:970px;
height:300px;
}

#slides {
width:970px;
height:300px;
}

.slides_container {
width:970px;
height:300px;
overflow:hidden;
position:relative;
display:none;
padding:0;
}

.slides_container .item {
width:970px;
height:300px;
}
.slides_container .item a {
display:block;
width:970px;
height:300px;
text-decoration:none;
}

.slides_container .item .words {
position:absolute;
width:340px;
font-size:35px;
line-height:36px;
letter-spacing:-1px;
padding:25px 35px 18px 35px;
}
.slides_container .item a .words:hover {
text-decoration:underline;
}
.slides_container .item .words.black {
color:#000;
text-shadow: 1px 1px 2px rgba(255,255,255,1);
}
.slides_container .item .words.blue {
color:#5acffa;
text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.slides_container .item .words.grey {
color:#b3b3b3;
}
.slides_container .item .words.white {
color:#fff;
text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.slides_container .item .words.top-left {
left:0;
}
.slides_container .item .words.top-right {
right:0;
}
.slides_container .item .words.bottom-right {
right:0;
bottom:0;
}
.slides_container .item .words.bottom-left {
bottom:0;
}




#slides a.next,
#slides a.prev {
position:absolute;
top:117px;
display:block;
width:33px;
height:0;
overflow:hidden;
padding-top:66px;
z-index:992;
}
#slides a.next {
background:url(../images/arrow_next.png);
right:0;
}
#slides a.prev	{
background:url(../images/arrow_prev.png);
}
#slides a.next:hover,
#slides a.prev:hover	{
background-position:0 -66px;
}
#slides a.next:active,
#slides a.prev:active	{
background-position:0 -132px;
}


/* // Slides */

.contentWrap	{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), color-stop(0.05, #fff), to(#fff));
background: -webkit-linear-gradient(top, #e4e4e4, #fff 65px);
background: -moz-linear-gradient(top, #e4e4e4, #fff 65px);
background: -ms-linear-gradient(top, #e4e4e4, #fff 65px);
}

body.home .contentWrap .pageWidth	{
width:870px;
padding-left:100px;
}

.content	{
padding:30px 0;
}

body.leftNav .content	{
float:right;
width:725px;
}

body.home .content	{
position:relative;
background:url(../images/grey_line.gif) repeat-y;
padding:60px 0 0 0;
}

.whoCallout	{
position:absolute;
top:-40px;
left:-5px;
height:40px;
overflow:hidden;
color:#fff;
font-family:"HelveticaNeue_Medium";
font-size:14px;
padding-left:25px;
}
.whoCallout .line	{
display:block;
position:absolute;
top:5px;
left:5px;
width:2px;
height:90px;
background:#fff;
}
.whoCallout .dot	{
display:block;
position:absolute;
top:0px;
left:0;
width:12px;
height:12px;
background:#fff;
border-radius:6px;
}

.homeAbstract	{
width:725px;
text-align:center;
padding-left:52px;
overflow:hidden;
margin-bottom:50px;
}
.homeAbstract .text h1	{
position:relative;
}
.homeAbstract .text h1 .wrap	{
position:relative;
}
.homeAbstract .text h1 .line	{
display:block;
position:absolute;
top:23px;
left:-820px;
width:800px;
height:2px;
background:#bfbfbf;
}
.homeAbstract .text h1 .dot	{
display:block;
position:absolute;
top:18px;
left:-28px;
width:12px;
height:12px;
background:#bfbfbf;
border-radius:6px;
}
.homeAbstract .text h1 .verticalLineEnd	{
display:block;
position:absolute;
top:21px;
left:-52px;
width:2px;
height:500px;
background:#fff;
}
.homeAbstract .text h1 sup	{
font-size:26px;
line-height:24px;
}

.homeAbstract.workplace	{
}
.homeAbstract.workplace .text	{
float:left;
width:490px;
}
.homeAbstract.workplace .text img	{
margin-top:25px;
}

.homeAbstract.triple	{
padding-right:5px;
padding-bottom:5px;
}
.homeAbstract.triple .text	{
float:left;
width:210px;
margin-left:47px;
}
.homeAbstract.triple .text:first-child	{
margin-left:0;
}
.homeAbstract.triple .text h1	{
position:relative;
font-size:30px;
line-height:32px;
padding-top:60px;
}
.homeAbstract.triple .text h1 .line	{
top:-355px;
left:104px;
width:2px;
height:400px;
}
.homeAbstract.triple .text h1 .dot	{
top:40px;
left:99px;
}
.homeAbstract.triple .text h1 .line.top	{
top:0;
left:-696px;
width:800px;
height:2px;
}
.homeAbstract.triple .pic	{
height:210px;
border-radius:210px;
-moz-box-shadow: 	1px 2px 4px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3);
box-shadow:  		1px 2px 4px 0 rgba(0,0,0,0.3);
margin-top:45px;
background-position:center;
}

.homeAbstract.brands	{
padding-right:15px;
}
.homeAbstract.brands .logos	{
display:table;
margin-top:27px;
}
.homeAbstract.brands .logos span	{
display:table-cell;
vertical-align:middle;
padding:5px 0 20px 29px;
}
.homeAbstract.brands .logos span:first-child	{
padding-left:0;
}

.homeAbstract.healthy	{
padding-bottom:5px;
}
.homeAbstract.healthy .text	{
width:340px;
float:right;
}
.homeAbstract.healthy .pic	{
position:relative;
float:left;
-moz-box-shadow: 	2px 2px 5px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
box-shadow:  		2px 2px 5px 0 rgba(0,0,0,0.3);
margin-top:55px;
}
.homeAbstract.healthy .pic .buttonSquare	{
position:absolute;
right:-15px;
bottom:20px;
}
.homeAbstract.healthy .pic img	{
vertical-align:bottom;
}

.homeAbstract.franchise	{
padding-bottom:15px;
padding-right:15px;
}
.homeAbstract.franchise .buttonSquare	{
float:right;
margin-left:30px;
}



.result	{
margin:45px 0;
}
.result .text	{
float:left;
width:540px;
background:url(../images/bg_result.png) bottom no-repeat;
padding:0 0 10px 20px;
margin:0 0 0 -20px;
}
.result .text h3	{
font-size:30px;
}
.result .text h3 a	{
text-decoration:none;
}
.result .text h3 a:hover	{
text-decoration:underline;
}
.result .text .button	{
float:right;
margin:-12px 65px 0 0;
}
.result .pic	{
float:right;
width:185px;
text-align:center;
}


.info	{
padding:0 0 40px 0;
}
.info .text	{
float:left;
width:490px;
padding:0 0 10px 20px;
margin:0 0 0 -20px;
}
.info .text h3	{
font-size:46px;
line-height:45px;
font-weight:normal;
letter-spacing:-2px;
text-align:center;
margin:0 0 5px 0;
}
.info .text h5	{
font-size:20px;
font-weight:normal;
text-transform:uppercase;
text-align:center;
margin:0 0 11px 0;
}
.info .text h6	{
color:#067bcb;
font-size:15px;
font-weight:normal;
margin:0 0 8px 0;
}
.info .text .textCentre	{
margin:0 0 25px 0;
}
.info .pic	{
float:right;
width:235px;
text-align:right;
}
.info .phoneEnquiry	{
float:right;
text-align:center;
}
.info .callNow	{
color:#067bcb;
font-size:20px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
margin-bottom:8px;
}
.info .callNow div	{
color:#faaa2c;
}
.info .callNow div span	{
font-weight:bold;
}



.tableForm	{
background: url(../images/bg_light_blue.png);
border:1px solid #034f83;
-moz-box-shadow: 	inset 0 0 30px 0 rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
box-shadow:  		inset 0 0 30px 0 rgba(0,0,0,0.4);
}
.tableForm label.error {
display:block;
color:#cc0202;
font-family:Arial, Helvetica, sans-serif;
padding:3px 0 4px;
}
.tableForm textarea	{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.tableForm th	{
color:#fff;
font-size:14px;
font-weight:normal;
text-align:left;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
vertical-align:top;
border-top:1px solid #0992ef;
border-bottom:1px solid #034f83;
padding:10px 7px 7px 11px;
}
.tableForm td	{
color:#8f8f8f;
font-size:12px;
vertical-align:top;
background:#eee;
border-top:1px solid #fff;
border-bottom:1px solid #adadad;
padding:7px 15px 7px 11px;
}
.tableForm .inputText	{
width:100%;
font-size:12px;
}
.tableForm tr:first-child td	{
border-top:0;
padding-top:13px;
}
.tableForm tr:first-child th	{
border-top:0;
padding-top:15px;
}
.tableForm.tableList tr:first-child th	{
padding-top:10px;
}
.tableForm tr:last-child th	{
border-bottom:0;
padding:12px 10px 10px 15px;
}
.tableForm tr:last-child td	{
border-bottom:0;
}
.tableForm.tableList td span	{
color:#067bcb;
text-transform:uppercase;
font-weight:normal;
}
.tableForm.tableList td b	{
color:#ffffff;
text-transform:uppercase;
}
.tableForm.tableList td h6	{
color:#067bcb;
font-size:17px;
font-weight:normal;
padding:0;
margin:0;
}

.alphaGrid	{
}
.alphaGrid th	{
width:3%;
}
.alphaGrid th a	{
display:block;
font-size:14px;
line-height:18px;
font-weight:normal;
text-decoration:none;
background:#eee;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-bottom:1px solid #adadad;
border-right:1px solid #adadad;
-webkit-box-shadow: inset 0 0 11px 0 rgba(0,0,0,0.15);
box-shadow:  		inset 0 0 11px 0 rgba(0,0,0,0.15);
padding:5px 0 3px 0;
}
.alphaGrid th:first-child a	{
padding-left:4px;
padding-right:4px;
}
.alphaGrid th a:hover	{
color:#000;
text-shadow: -1px -1px 1px rgba(255,255,255, 0.9);
-webkit-box-shadow: inset 0 0 13px 0 rgba(0,0,0,0.6);
box-shadow:  		inset 0 0 13px 0 rgba(0,0,0,0.6);
}
.alphaGrid th a:active	{
color:#fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
background: url(../images/bg_light_blue.png);
-webkit-box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.6);
box-shadow:  		inset 0 0 15px 0 rgba(0,0,0,0.6);
}


.tableMock	{
background: url(../images/bg_light_blue.png);
border:1px solid #034f83;
-moz-box-shadow: 	inset 0 0 30px 0 rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
box-shadow:  		inset 0 0 30px 0 rgba(0,0,0,0.4);
}
.tableMock th	{
color:#fff;
font-size:14px;
font-weight:normal;
text-align:left;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
vertical-align:top;
border-top:1px solid #0992ef;
border-bottom:1px solid #034f83;
padding:10px 7px 3px 7px;
}
.tableMock th a {
text-decoration:none;
color:#fff;
}
.tableMock tr:first-child th	{
border-top:0;
}
.tableMock tr:last-child th	{
border-bottom:0;
}



.accordion {
padding:0;
margin:0;
} 
.accordion dt {
/*font-size: 25px;*/
font-size: 16px;
line-height:26px;
font-weight: normal;
padding:0;
margin:0 0 10px 0;
}
.accordion dt a {
display:block;
position:relative;
color: #067bcb;
font-size: 16px;
line-height:19px;
text-decoration:none;
padding-left:50px;
}
.accordion dt a span {
position:absolute;
top:2px;
left:0;
/*font-size: 25px;*/
font-size: 16px;
}
.accordion dt a:hover {
text-decoration:underline;
}

.accordion dd {
padding:0 0 15px 50px;
margin:0;
}


footer	{
background:#eee;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fff));
background: -webkit-linear-gradient(top, #ededed, #fff);
background: -moz-linear-gradient(top, #ededed, #fff);
background: -ms-linear-gradient(top, #ededed, #fff);
padding-bottom:50px;
}

footer .colLeft	{
float:left;
width:187px;
padding:30px 0 0 13px;
}
footer .colLeft .logo	{
margin-bottom:20px;
}
footer .colLeft .phone	{
color:#cc0202;
font-family:"HelveticaNeue_Bold";
font-size:14px;
}
footer .colLeft .credits	{
display:block;
color:#595959;
font-size:10px;
margin-top:64px;
}
footer .colLeft .credits a	{
color:#595959;
text-decoration:none;
}
footer .colLeft .credits a:hover	{
text-decoration:underline;
}

footer nav	{
float:right;
display:table;
width:750px;
margin-top:35px;
}
footer nav .cell	{
display:table-cell;
width:25%;
padding-left:35px;
}
footer nav .cell:last-child	{
padding-left:0px;
width:14%;
}
footer nav .cell h6	{
color:#8f8f8f;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
padding:0;
margin:12px 0 2px 0;
}
footer nav .cell h6 a	{
color:#8f8f8f;
text-decoration:none;
}
footer nav .cell h6 a:hover	{
color:#067bcb;
}
footer nav .cell .sub	{
display:block;
padding-left:10px;
}
footer nav .cell .sub a	{
display:block;
color:#8f8f8f;
font-size:12px;
line-height:12px;
text-decoration:none;
margin-bottom:3px;
}
footer nav .cell .sub a:hover	{
color:#067bcb;
}
footer nav .cell .icons	{
display:block;
margin-top:25px;
}
footer nav .cell .icons img	{
float:left;
margin-right:7px;
}

.printYes	{
display:none;
}

.textBlue	{
color:#067bcb;
}
.textCentre	{
text-align:center;
}

.displayNone	{
display:none;
}
.floatLeft	{
float:left;
}
.floatRight	{
float:right;
}
.clearBoth	{
clear:both;
}
