/* =----------------------------------------------------------------------------------

Jelly Main Style Sheet

Version:	2 (January 2008)

author: 	Ben Holliday

email: 		ben.holliday@tincan.co.uk

--------------------------------------------------------------------------------------*/

/* Colours

1. Dark Grey Text -  #5C5C5C(inc. Body Copy)
2. Light Grey Text - #959CA1
3. Red - #ed3920
4. Orange - #ff8108
5. Pink - #ee257d
6. Green - #5bab13
7. Blue - #487abe

*/

/* =------------------------------------------------------------------------

Global Settings and Clearing

----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus { /* remember to define focus styles! */
	outline: 0;
}

ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing */ 

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-block;}

.clear {clear: both;}

/* */


/* =------------------------------------------------------------------------

Layout

----------*/

#container {
	width: 760px;
	padding: 0 25px 25px 25px;
	float: left;
	background-color: #fffff;
}

#header {
	position: relative;
	height: 25.2em;
	width: 760px;
	float: left;
}

#header img {
	position: absolute;
	bottom: 2px;
	left: 0;
}

#header #media {
	position: absolute;
	bottom: 2px;
	left: 16px;
}

#mainNavigation {
	float: left;
	width: 760px;
	padding-top: 5px;
	background-image: url(../images/v2/mainnav-back-top.png);
	background-repeat: repeat-x; 
	margin-bottom: 2em;
}
#grey #mainNavigation {background-position: 0 0;}
#red #mainNavigation {background-position: -765px 0px;}
#orange #mainNavigation {background-position: -612px 0px;}
#pink #mainNavigation {background-position: -459px 0px;}
#green #mainNavigation {background-position: -306px 0px;}
#blue #mainNavigation {background-position: -153px 0px;}

#content {
	width: 590px;
	float: right;
}

#mainContent {
	width: 420px;
	float: left;
}

#secondaryContent {
	width: 148px;
	float: right;
}

#subNavigation {
	width: 148px;
	float: left;
}

#footer {
	width: 760px;
	float: left;
	background: #ebf2f8 url(../images/v2/footer-top.png) no-repeat top left;
	position: relative;
	margin-top: 2em;
}

/* */

/* =------------------------------------------------------------------------

Typography + Colours/Background Images

----------*/

/* Global Styles */

body {
	font: 62.5%/1.5 Trebuchet MS, Arial, Helvetica, sans-serif;
	text-shadow:#000000 0pt 0pt 0pt;/*remove Safari text shadow */
}

a {
	color: #666666;
}

/* */

/* header */

#header h1, #header h2 {
	position: absolute;
	text-indent: -9999px;
}

#header h1 a {
	position: absolute;
	height: 52px;
	width: 106px;
	background: url(../images/v2/jelly-logo.png) top left no-repeat;
	top: 20px;
	left: 1px;
	overflow: hidden;
	z-index: 10;
}

#grey #header h1 a {background: url(../images/v2/jelly-logo.png) top left no-repeat;}
#red #header h1 a {background: url(../images/v2/jelly-logo-red.png) top left no-repeat;}
#orange #header h1 a {background: url(../images/v2/jelly-logo-orange.png) top left no-repeat;}
#pink #header h1 a {background: url(../images/v2/jelly-logo-pink.png) top left no-repeat;}
#green #header h1 a {background: url(../images/v2/jelly-logo-green.png) top left no-repeat;}
#blue #header h1 a {background: url(../images/v2/jelly-logo-blue.png) top left no-repeat;}

#header h2{
	position: absolute;
	height: 43px;
	width: 353px;
	background: url(../images/v2/tel.png) top left no-repeat;
	top: 20px;
	left: 234px;
	overflow: hidden;
	z-index: 10;
}

#grey #header h2 {background: url(../images/v2/tel.png) top left no-repeat;}
#red #header h2 {background: url(../images/v2/tel-red.png) top left no-repeat;}
#orange #header h2 {background: url(../images/v2/tel-orange.png) top left no-repeat;}
#pink #header h2 {background: url(../images/v2/tel-pink.png) top left no-repeat;}
#green #header h2 {background: url(../images/v2/tel-green.png) top left no-repeat;}
#blue #header h2 {background: url(../images/v2/tel-blue.png) top left no-repeat;}

#header ul#products {
	position:relative;
	float: right;
	width: 148px;
	margin-top: 18px;
	clear: both;
}

#header ul#products li.networks a {
	position: absolute;
	width: 148px;
	height: 97px;
	top: 0;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/handsets.png) top left no-repeat;
}

#header ul#products li.handsets a {
	position: absolute;
	width: 148px;
	height: 56px;
	top: 97px;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/blackberry.png) top left no-repeat;
}

#header #search {
	float: right;
	width: 148px;
	margin-top: 20px;
	position: relative;
}

#header p#searchError {position: absolute; top: -1.5em; left: 0; font-size: 11px; color: #5C5C5C;}

#header #search input {float: left;}

#header #search input.searchBoxinput {
	background-color:#E1ECF4;
	border:1px solid #E1ECF4;
	color:#666666;
	display:block;
	font-size:1.2em;
	margin:0px 0 0 0;
	padding:3px 4px 4px 4px;
	width:112px;
}

#header ul#toolkit {
	float: right;
	width: 148px;
	margin-top: 0.5em;
	clear: both;
}
#header ul#toolkit li {float: left;}

#header ul#toolkit li.defaultText a{
	width: 15px;
	height: 14px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/toolkit-defaulttext.png) top left no-repeat;
}

#header ul#toolkit li.largeText a{
	width: 15px;
	height: 14px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/toolkit-increasetext.png) top left no-repeat;
}
#header ul#toolkit li.textOnly a{
	width: 15px;
	height: 14px;
	margin-right: 5px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/toolkit-textonly.png) top left no-repeat;
}
#header ul#toolkit li.print a{	
	width: 15px;
	height: 14px;
	margin-right: 5px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/toolkit-print.png) top left no-repeat;
}

#header ul#toolkit li.email a{	
	width: 15px;
	height: 14px;
	margin-right: 7px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/v2/toolkit-email.png) top left no-repeat;
}

#header ul#toolkit li.sitemap a {
	font-size: 1.2em;
	text-decoration: none;
	float: left;
	color: #959ca1;
	margin-top: -2px;
}

#header ul#toolkit li.sitemap a:hover {
	background: transparent url(../images/v2/subnav-dots.png) repeat-x bottom left;
}

#red #header ul#toolkit li.sitemap a: {background-image: url(../images/v2/subnav-dots-red.png);}
#orange #header ul#toolkit li.sitemap a: {background-image: url(../images/v2/subnav-dots-orange.png);}
#pink #header ul#toolkit li.sitemap a: {background-image: url(../images/v2/subnav-dots-pink.png);}
#green #header ul#toolkit li.sitemap a: {background-image: url(../images/v2/subnav-dots-green.png);}
#blue #header ul#toolkit li.sitemap a: {background-image: url(../images/v2/subnav-dots-blue.png);}

/* */

/* mainNavigation */

#mainNavigation li {
	float: left;
	width: 148px;
	margin-right: 5px;
	padding-bottom: 5px;
	background: #fff url(../images/v2/mainnav-back-bottom.png) no-repeat bottom left;
}

#mainNavigation li.contact {margin-right: 0px;}

#red #mainNavigation li.what,
#orange #mainNavigation li.who,
#pink #mainNavigation li.products,
#green #mainNavigation li.customers,
#blue #mainNavigation li.contact{
	background: #fff url(../images/v2/mainnav-back-bottom.png) repeat-x bottom right;
}

#mainNavigation li a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	display: block;
	font-size: 1.4em;
	line-height: 1.2em;
}

#mainNavigation li.what a {background-color: #ed3920;}
#mainNavigation li.who a {background-color: #ff8108;}
#mainNavigation li.products a {background-color: #ee257d;}
#mainNavigation li.customers  a{background-color: #5bab13;}
#mainNavigation li.contact a {background-color: #487abe;}

#mainNavigation li.what a:hover {background-color: #d92f1a;}
#mainNavigation li.who a:hover {background-color: #ff6b07;}
#mainNavigation li.products a:hover {background-color: #d30045;}
#mainNavigation li.customers a:hover {background-color: #4b8f10;}
#mainNavigation li.contact a:hover {background-color: #3c65a1;}

/* */

/* mainContent */

#mainContent h1 {
	color:#5C5C5C;
	font-size:2.2em;
	margin-top: -6px;
	line-height: 1.4em;
}

#red #mainContent h1 {color:#ed3920; margin-top: 0;}
#orange #mainContent h1  {color:#ff8108; margin-top: 0;}
#pink #mainContent h1  {color:#ee257d; margin-top: 0;}
#green #mainContent h1  {color:#5bab13; margin-top: 0;}
#blue #mainContent h1  {color:#487abe; margin-top: 0;}

#mainContent h2 {
	color:#5C5C5C;
	font-size:1.7em;
	line-height: 1.4em;
	padding: 0.2em 0;
}

#red #mainContent h2 {color:#ed3920;}
#orange #mainContent h2 {color:#ff8108;}
#pink #mainContent h2 {color:#ee257d;}
#green #mainContent h2 {color:#5bab13;}
#blue #mainContent h2 {color:#487abe;}

#mainContent h3 {
	color:#5C5C5C;
	font-size:1.5em;
	line-height: 1.4em;
	padding: 0.2em 0;
}

#mainContent p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0.5em 0;
	color: #5C5C5C;
}

#mainContent p.intro {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 700;
	color: #5C5C5C;
}

#mainContent p a {text-decoration: none; background: transparent url(../images/v2/subnav-dots.png) repeat-x bottom left;}
}
#red #mainContent p a {background-image: url(../images/v2/subnav-dots-red.png); color: #ed3920;}
#orange #mainContent p a {background-image: url(../images/v2/subnav-dots-orange.png); color: #ff8108;}
#pink #mainContent p a {background-image: url(../images/v2/subnav-dots-pink.png); color: #ee257d;}
#green #mainContent p a{background-image: url(../images/v2/subnav-dots-green.png); color: #5bab13;}
#blue #mainContent p a {background-image: url(../images/v2/subnav-dots-blue.png); color: #487abe;}

#mainContent p a:hover {color: #000!important; background: transparent url(../images/v2/subnav-dots.png) repeat-x bottom left!important;}

#mainContent #breadcrumbs {
	display: block;
	width: 100%;
	padding:0pt 0pt 0.75em;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: -2px;
}

#mainContent #breadcrumbs h4 {
	float: left;
	padding-right:0.5em;
	margin-top: 0;
}

#red #mainContent #breadcrumbs h4 {color:#ed3920;}
#orange #mainContent #breadcrumbs h4 {color:#ff8108;}
#pink #mainContent #breadcrumbs h4 {color:#ee257d;}
#green #mainContent #breadcrumbs h4 {color:#5bab13;}
#blue #mainContent #breadcrumbs h4 {color:#487abe;}

#mainContent #breadcrumbs ol li{
	float: left;
	padding: 0pt 0.4em 0pt 0.7em;
	background: transparent url(../images/v2/main-bullet.png) no-repeat center left;
}

#mainContent #breadcrumbs ol li {background: transparent url(../images/v2/main-bullet.png) no-repeat center left;}
#red #mainContent #breadcrumbs ol li {background: transparent url(../images/v2/main-bullet-red.png) no-repeat center left;}
#orange #mainContent #breadcrumbs ol li {background: transparent url(../images/v2/main-bullet-orange.png) no-repeat center left;}
#pink #mainContent #breadcrumbs ol li {background: transparent url(../images/v2/main-bullet-pink.png) no-repeat center left;}
#green #mainContent #breadcrumbs ol li {background: transparent url(../images/v2/main-bullet-green.png) no-repeat center left;}
#blue #mainContent #breadcrumbs ol li {background: transparent url(../images/v2/main-bullet-blue.png) no-repeat center left;}

#mainContent #breadcrumbs ol li a {
	text-decoration: none;
}

#mainContent #breadcrumbs ol li a:hover {
		background: transparent url(../images/v2/subnav-dots.png) repeat-x bottom left;
}
#red #mainContent #breadcrumbs ol li a:hover {background-image: url(../images/v2/subnav-dots-red.png);}
#orange #mainContent #breadcrumbs ol li a:hover {background-image: url(../images/v2/subnav-dots-orange.png);}
#pink #mainContent #breadcrumbs ol li a:hover {background-image: url(../images/v2/subnav-dots-pink.png);}
#green #mainContent #breadcrumbs ol li a:hover {background-image: url(../images/v2/subnav-dots-green.png);}
#blue #mainContent #breadcrumbs ol li a:hover {background-image: url(../images/v2/subnav-dots-blue.png);}

#mainContent #features {
	float: left;
	margin-top: 19px;
	width: 420px
}

#mainContent .feature {
	width: 200px;
	margin: 0 0 18px 0;
}

#mainContent #features .left {
	width: 200px;
	float: left;
	clear: left;
	margin-left: -5px;
	padding-right: 12px;  
	background: transparent url(../images/v2/feature-line.gif) repeat-y 210px 0;
}

#mainContent #features .right {
	float: right;
	clear: right;
	margin-right: -0.5em;
}

#mainContent .feature p {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 700;
	padding: 0;
	margin-top: -7px;
}

#mainContent .feature p a {
	padding: 0.5em;
	display: block;
	text-decoration: none;
	min-height: 10em;
	color: #959CA1!important;
	background-image: none!important;
}

#mainContent .feature p a:hover {background-color: #fff2e6!important; background-image: none!important; color: #000!important;}

#mainContent .feature p em {font-style: normal;}

#mainContent .feature.red p em {color:#ed3920!important;}
#mainContent .feature.orange p em {color:#ff8108!important;}
#mainContent .feature.pink p em {color:#ee257d!important;}
#mainContent .feature.green p em {color:#5bab13!important;}
#mainContent .feature.blue p em {color:#487abe!important;}
#mainContent .feature.purple p em {color:#B20C70!important;}

#mainContent ol#steps {margin: 1.5em 0;}

#mainContent ol#steps li {
	float: left;
	display: block;
	padding-left: 70px;
	min-height: 6.2em;
	color: #5C5C5C;
	font-size: 1.3em;
	line-height: 1.5em;
}

#mainContent ol#steps li.one {background: transparent url(../images/v2/step_01.png) no-repeat top left;}
#mainContent ol#steps li.two {background: transparent url(../images/v2/step_02.png) no-repeat top left;}
#mainContent ol#steps li.three {background: transparent url(../images/v2/step_03.png) no-repeat top left;}
#mainContent ol#steps li.four {background: transparent url(../images/v2/step_04.png) no-repeat top left;}

/* */

/* SubNavigation + SecondaryContent */

#subNavigation h3 {
	color:#5C5C5C;
	font-size:1.5em;
	line-height: 1.5em;
	margin-top: -4px;
	line-height: 1.4em;
}

#red #subNavigation h3 {color:#ed3920;}
#orange #subNavigation h3 {color:#ff8108;}
#pink #subNavigation h3 {color:#ee257d;}
#green #subNavigation h3 {color:#5bab13;}
#blue #subNavigation h3 {color:#487abe;}

#secondaryContent h4 {
	color:#5C5C5C;
	font-size:1.5em;
	line-height: 1.5em;
	margin-top: 1.5em;
	line-height: 1.4em;
}

#red #secondaryContent h4 {color:#ed3920;}
#orange #secondaryContent h4 {color:#ff8108;}
#pink #secondaryContent h4 {color:#ee257d;}
#green #secondaryContent h4{color:#5bab13;}
#blue #secondaryContent h4 {color:#487abe;}

#subNavigation p, #secondaryContent p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0.5em 0;
	font-weight: bold;
	color: #5C5C5C;
}

#subNavigation p.feature a {color:#959CA1; text-decoration: none;}

#subNavigation p.feature a:hover {text-decoration: underline;}

#red #subNavigation p.feature a {color: #d92f1a;}
#orange #subNavigation p.feature a {color: #ff6b07;}
#pink #subNavigation p.feature a {color: #EE257D;}
#green #subNavigation p.feature a {color: #4b8f10;}
#blue #subNavigation p.feature a {color: #3c65a1;}

#subNavigation p.break {
	padding-top: 2em;
	background: transparent url(../images/v2/divider.png) no-repeat top left;
	margin-top:1.5em;
}

#subNavigation ul {
	display: block;
	width: 148px;
	background: #ffffff url(../images/v2/subnav-dots.png) repeat-x top left;
	padding-top: 1px;
	margin: 1em 0 2.5em;
}

#secondaryContent ul {
	display: block;
	width: 148px;
	background: #ffffff url(../images/v2/subnav-dots.png) repeat-x top left;
	padding-top: 1px;
	margin-top: 2.5em;
}

#secondaryContent ul#externalLinks {margin-top: 1em;}

#subNavigation ul li, #secondaryContent ul li{
	display: block;
	width: 148px;
	background: #ffffff url(../images/v2/subnav-dots.png) repeat-x bottom left;
	padding:0.3em 0 0.4em;
}

#red #subNavigation ul li, #red #subNavigation ul {background-image: url(../images/v2/subnav-dots-red.png);}
#orange #subNavigation ul li, #orange #subNavigation ul {background-image: url(../images/v2/subnav-dots-orange.png);}
#pink #subNavigation ul li, #pink #subNavigation ul {background-image: url(../images/v2/subnav-dots-pink.png);}
#green #subNavigation ul li, #green #subNavigation ul {background-image: url(../images/v2/subnav-dots-green.png);}
#blue #subNavigation ul li, #blue #subNavigation ul {background-image: url(../images/v2/subnav-dots-blue.png);}

#subNavigation ul li a, #secondaryContent ul li a{
	display: block;
	background: #ffffff url(../images/v2/bullet.png) no-repeat left top;
	font-size: 1.2em;
	line-height: 1.5em;
	text-decoration: none;
	color: #959ca1;
	padding: .6em .6em .6em .8em;
}

#subNavigation ul li a:hover, #secondaryContent ul li a:hover{
	background: #f2f2f2 url(../images/v2/bullet.png) no-repeat right top;
	color: #5C5C5C;
}

#secondaryContent ul li a.pdf {background: transparent url(../images/v2/bullet-pdf.png) no-repeat left top;}

#secondaryContent ul li a.pdf:hover {background: #f2f2f2 url(../images/v2/bullet-pdf.png) no-repeat right top;}

/* level 2 nested list navigation */
#subNavigation ul li.current a{
	background: #f2f2f2 url(../images/v2/bullet.png) no-repeat right top;
	color: #5C5C5C;
}

#subNavigation ul ul{
	display: block;
	width: 148px;
	padding-top: 4px;
	margin:0;
	background: #f2f2f2 url(../images/v2/subnav-divider.gif) no-repeat left top!important;
}

#subNavigation li li{
	display: block;
	width: 148px;
	background: transparent url(../images/v2/subnav-divider.gif) no-repeat left bottom!important;
	padding:0.1em 0 0.9em;
}


#subNavigation li li a{
	display: block;
	background: none!important;
	font-size: 1.1em;
	text-decoration: none;
	color: #959CA1!important;
	padding: .2em .5em .2em .9em;
}

#subNavigation li li.current a{color: #5C5C5C!important;}

#subNavigation li li a:hover{color: #5C5C5C!important;}

/* */

/* Footer */

#footer h4 {position: absolute; text-indent: -9999px;}

#footer p.credits {
	position: absolute;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #5c5c5c;
	right: 0;
	bottom: 0;
	width: 260px;
	background: #ebf2f8 url(../images/v2/footer-bottom.png) no-repeat bottom left;
	padding: 0 .8em .8em;
	text-align: right;
}

#footer p.credits a {
	color: #959ca1;
	text-decoration: none;
}

#footer ul#footerLinks {
	width: 500px;
	float: left;
	background: transparent url(../images/v2/footer-bottom.png) no-repeat bottom left;
}

#footer ul#footerLinks li {
	float: left;
	padding: .8em;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #5c5c5c;
}

/* */

/* =------------------------------------------------------------------------

Forms + Tables

----------*/

#mainContent .webblerimage {padding: .3em 0 .5em 0;}

#mainContent .webblerimage.left {
	float: left;
	padding: 1.3em 1.5em 1.5em 0;
	clear: left;
}

#mainContent .webblerimage.right {
	float: right;
	padding: 1.3em 0 1.5em 1.5em;
	clear: right;
}

#mainContent .customer_list li img {padding: 2em 0;}


/* Calculator Form -- needs debuging in IE6 */

form#calculator {
	float: left;
	clear: both;
	background-color: #F2F2F2;
}

form#calculator fieldset {padding: 0.2em;}

form#calculator p {
	display: block;
	float: left;
	padding: 1em 0;
	border-bottom: 1px solid #c7c7c7;
}

form#calculator label {
	display: block;
	width: 300px;
	float: left;
	text-align: right;
	color: #5C5C5C;
}

form#calculator input#how_many_mobiles, form#calculator input#average_bill {
	display: block;
	width: 80px;
	float: right;
	color: #5C5C5C;
	margin-right: 20px;
	padding: 0.2em;
	clear: right;
}

form#calculator input#submitCalculation {
	float: right;
	margin-right: 20px;
	margin-top: 1em; margin-bottom: 1em;
	clear: both;
}

form#calculator #result {
	width: 420px;
	background-color: #ff8108;
	float: left;
}
	
form#calculator #result p {
	border-bottom: none;
	padding: 1em;
	color: #fff;
}

/* */

/* Tick Box Styling */

#tickboxes {margin-top: 1em;}

#tickboxes label {
	display: block;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color:#5c5c5c;
}

/* Contact Us Form */

#form label {
	display: block;
	margin: 0.5em 0;
	color:#5c5c5c;
	font-size: 1.3em;
}

#form em.required {color: #fe0000; font-size: 1.3em;}

 .error {color: #fe0000;}

#form #submit {display: block; margin-top: 2.5em;}

/* Sitemap Formating */

ul.branchmap li {
	padding: 0.5em 0 0.5em 0.8em;
	background:transparent url(../images/v2/main-bullet-blue.png) no-repeat scroll left center;
}

ul.branchmap li a{font-size: 1.3em; text-decoration: none;}

ul.branchmap li a:hover {
	background:transparent url(../images/v2/subnav-dots.png) repeat-x scroll left bottom;
}

/* A-B Testing - B Template changes and new Styles */

.bTemplate #content {
	width: 760px;
}

.bTemplate #mainContent {
	width: 568px;
}

.bTemplate #header #search, 
.bTemplate #header ul#toolkit, 
.bTemplate #header ul#products,
.bTemplate #mainNavigation,
.bTemplate #subNavigation,
.bTemplate #mainContent #breadcrumbs {
	display: none;
}

.bTemplate #secondaryContent p {
	font-weight: normal;
	text-align: right;
}
 
.bTemplate  #secondaryContent h4 {
	text-align: right;
	font-size: 2em;
}

.bTemplate #secondaryContent p a {
	background:url(../images/v2/subnav-dots-blue.png) bottom left repeat-x;
	text-decoration: none;
}

#altNav {
	float: left;
	margin-bottom: 2em;
	width: 760px;
	background-color: #c92d30;	
}

#altNav p {
	padding: 10px;
}

#altNav p a{
	color: #FFFFFF;
	font-size: 1.6em;
	text-decoration: none;
}

#altSearch {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 240px;

}

.bTemplate #secondaryContent form label{
	text-align: left;
	font-size: 1.2em;
}

.bTemplate #secondaryContent form input{
	width: 148px;
}

.bTemplate #secondaryContent p.intro {
	display: none;
}

.bTemplate #secondaryContent form em.required {
	position: relative;
	top: -18px;
	left: -10px;
} 

.bTemplate #secondaryContent #form #submit {
	width: auto;
	margin-top: 0;
}