/* 
Colors:

Orange: #FF7024

*/

/* Reset Styles - (http://meyerweb.com/eric/tools/css/reset/) v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- End Reset -- */

.clear {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/*----------------- styles for Flash notice & error ---*/
.notice {
	color:					#2bb488;
	font-weight:			bold;
	text-align:				center;}
.error {
	color:				red;
	font-weight:		bold;
	text-align:			center;}


.floatingLeft {float:left;}

.rightFloat {float:right;}
.leftFloat {float:left;}

.floatLeft {
	float:	left;
	display:	block;}
	
.floatRight {
	float:	right;
	display:	block;}

.tracking {position:absolute; top:0px; left:-5000px;}

.spacer {display:block;width:100%;height:15px;}

.centered {text-align:center;}

.showing {display:block;}
.hidden {display:none;}

.video {margin:0px 0px 10px 0px;}

sup {vertical-align:super;font-size:0.6em;}

body {
	font-family: Helvetica, Arial, sans-serif;
	color:#333;
	font-size:64%; /* 1em approx 10px for ease of calculus */
}

.textButton {}
.textButton a,
.textButton a:link,
.textButton a:active,
.textButton a:visited {
	display:inline-block;
	background:#F6911E url(/images/static/buttons/repeater.gif) bottom left repeat-x;
	border:1px solid #666;
	padding:6px 11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.3em;
}

/* ------------------------------------------------------- */
/* ---- Tags --------------------------------------------- */

/* h1 has special formating for main page title
	- replaced with sIFR */
h1 {
	font-size:		2.9em;
	margin-bottom:	1em;
	margin-left:	4px;
	color:			#FF7024;
}
h1 span {
	font-weight:	normal;
	color:			#333333;
}

/* ---- headings ----- */
h2, h3, h4, h5, h6 {
	font-size:		2.1em;
	line-height:	1.3em;
	margin-bottom:	0.6em;
	color:			#000000;
}
li h2, li h3, li h4, li h5, li h6 {
	font-size:		2.1em;
	margin-bottom:	0.6em;
}
#content .heading {
	font-size:		2.1em;
	line-height:	1.3em;
	margin-bottom:	0.6em;
	font-weight:	bold;
}
#content .subheading {
	font-size:		1.6em;
	line-height:	1.3em;
	margin-bottom:	0.4em;
	font-weight:	bold;
}
#content .subheading2 {
	font-size:		1.3em;
	line-height:	1.2em;
	margin-bottom:	0.4em;
	font-weight:	bold;
}

#content .captionHeading {
	font-size:		1.2em;
	line-height:	1.2em;
	padding-bottom:	5px;
	margin-bottom:	0.4em;
	border-bottom:	1px solid #CCC;
	font-weight:	bold;
}

/* underlined main heading */
#content .sectionTitle {
	font-size:		2.1em;
	line-height:	1.3em;
	margin-bottom:	0.6em;
	padding-bottom:	0.3em;
	border-bottom:	1px solid #B3B3B3;
	font-weight:	bold;
}



/* ---- body copy ----- */
p {
	font-size: 1.3em;
	line-height:1.6em;
	margin-bottom:20px;
}

/* -- uses a question mark and indented text -- */
p.tip {
	background:url('/images/static/backgrounds/tip-bg.gif') 5px 0px no-repeat;
	padding:0px 0px 0px 25px;
	line-height:1.2em;
}

li p {
	font-size:1em;
	margin-bottom:0.5em;
}

ul {
	padding-left:1.6em;
	margin-bottom:1em;
}

	 ul ul {
		margin-top:0.5em;
		padding-left:1em;
	}

ul li {
	list-style-type:square;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:0.5em;
}
	 ul li a.active {
		text-decoration:none;}
		
	 ul li ul li {
		font-size:1em;
	}

/* -- list with a griadient background on each li -- */
ul.highlightedList {
	padding:0px;
	margin:0px 0px 10px 0px;
}
ul.highlightedList li {background:  #fff url("/images/static/product/product_panel_bg.jpg") repeat-x; /* LP: bg fff for ie6 */
	list-style:none;
	margin:0px 0px 2px 0px;
	padding:10px;
}
ul.highlightedList li .title {
	font-size:1.6em;
	margin:0px 0px 6px 0px;
	padding:0px;
	color:#333;
}

/* -- each list item has a tick! -- */
ul.tickList {
	padding:0px;
	margin:0px 0px 10px 0px;
}
ul.tickList li {
	background:url('/images/static/backgrounds/tickList-bg.gif') no-repeat;
	height:30px;
	line-height:30px;
	font-size:1.6em;
	font-weight:bold;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 40px;
	list-style:none;
}

ul.arrowList {
	padding-left:	0px;
}
ul.arrowList li {
	list-style:		none;
	font-weight:	bold;
	font-size:		1.6em;
	padding:		0px 0px 0px 22px;
	background:		url(/images/static/icons/arrowList-icon.gif) 0px 2px no-repeat;
}

ul.largeArrowList {
	padding:0px;
	margin:0px 0px 10px 0px;
}

ul.largeArrowList li {
	background:url('/images/static/icons/largeArrowList-icon.jpg') no-repeat;
	height:42px;
	line-height:42px;
	font-size:1.5em;
	font-weight:bold;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 40px;
	list-style:none;
}	

ul.subnav {
	padding-left:0px;
}
	
	 ul.subnav li {
		list-style:none;
		margin-bottom:0px;
	}
		
		 ul.subnav li a {
			display:block;
			border-bottom:1px dashed #666;
		}
		
		 ul.subnav li a,
		 ul.subnav li a:link,
		 ul.subnav li a:active,
		 ul.subnav li a:visited {
			display:block;
			padding:5px 0px;
			background:none;
		}
		 ul.subnav li a:hover,
		 ul.subnav li a:focus {
			background:#CCC;
		}
		
		 ul.subnav li a.active,
		 ul.subnav li a.active:link,
		 ul.subnav li a.active:active,
		 ul.subnav li a.active:visited {
			display:block;
			padding:5px 0px;
			background:none;
			background:#CCC;
			text-decoration:none;
		}
		 ul.subnav li a.active:hover,
		 ul.subnav li a.active:focus {
			color:#333;
			
		}

ol li {
	font-size:1.2em;
	line-height:1.3em;
}

blockquote {
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:0.25em;
}

p.author {
	font-size:1em;
}

p.standout {font-weight:bold;}

/* ---- links - also see .button classes in this file ---- */
a,
a:active, a:link, a:visited {
	color:#c14f03;
}
a:hover,
a:focus {
	color:#c14f03;
}

.reversed {color:#FFF;}
.blockLink {
	display:block;
	margin-bottom:5px;
	font-size:1.2em;
}

dl, form {
	font-size:1.2em;
}
	
label,
input {
	font-size:1em;
}
textarea {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---- indent copy ---- */
.arrowIndent {
	padding-left:20px;
	background: url(/images/static/icons/arrowList-icon.gif) left 5px no-repeat;
}

/* ------------------------------------------------------- */
/* Buttons - made using css 
based on: http://www.p51labs.com/simply-buttons-v2/
Simply Buttons, version 1.0
(c) 2007-2009 Kevin Miller
*/
/* ------------------------------------------------------- */

button,
input.button,
a.button,
a.button:link,
a.button:visited {
	/*Strip down the button and link elements to a base we can work with.*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	display:block;
	float:left;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	overflow: visible;
}

	/*IE6 fix to make link fit text.*/
	* html a.button,
	* html input.button,
	* html a.button:link,
	* html a.button:visited {width: 1%;}
	
	/* FF fix to make button spacing even across browsers.*/
	button, x:-moz-any-link { margin: 0 0 0 0;}
	
	/*Reset IE7 back to what it was for previous fix.*/
	*:first-child+html button {margin: 0 0 0 0;}

	button span,
	input.button,
	a.button span,
	a.button:link span,
	a.button:visited span {
		display: block;
	}

/* --- customizations --- */

/* -- basic button with no icon -- */
button span,
input.button,
 a.button,
 a.button:link,
 a.button:visited {
	height: 28px; 
	font-size: 1.6em;
	color: #FFF;
	padding: 0 10px 0 0;
	background:transparent url(/images/static/buttons/button-right.png) top right no-repeat;
}
button {background:transparent;margin:0px;padding:0px;}
button span {font-size:1.15em;}

	button span span,
	input.button span,
	a.button span,
	a.button:link span,
	a.button:visited span {
		padding: 0 0 0 10px;
		height: 28px;
		line-height: 27px;
		background:transparent url(/images/static/buttons/button-left.png) top left no-repeat;
	}
	
button:hover span,
input.button:hover,
a.button:hover {
	color: #c14f03;
}

/* --- button with arrow icon --- */
button.arrowButton span,
input.arrowButton,
a.arrowButton,
a.arrowButton:link,
a.arrowButton:visited {
	padding: 0 15px 0 0;
	background:transparent url(/images/static/buttons/arrowButton-right.png) top right no-repeat;
}

	button.arrowButton span span,
	input.arrowButton span,
	a.arrowButton span,
	a.arrowButton:link span,
	a.arrowButton:visited span {
		padding: 0 0 0 35px;
		background:transparent url(/images/static/buttons/arrowButton-left.png) top left no-repeat;
	}

input.butonSpacer,
a.buttonSpacer,
a.buttonSpacer:link,
a.buttonSpacer:visited {
	margin:0px 0px 5px 0px;
}

/* -- button that works as a block element (clears the previous float) -- */
input.blockLink,
a.blockLink,
a.blockLink:link,
a.blockLink:visited {
	clear:			both;
	margin-bottom:	5px;
}


/* -- CSS3 buttons with arrow to the right -- */
.arrowBtnLink {
	background:	#322e2e;
	background:	-moz-linear-gradient(top, #232121, #666);
	background:	-webkit-gradient(linear, center top, center bottom, from(#232121), to(#666));
	padding: 0 5px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius:4px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 4px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 4px;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 4px;
	border:	1px solid #fff;
	line-height:45px;
	margin-bottom:10px;
	font-size:1.1em;
	float:left;
	text-decoration:none;
}
.arrowBtnLink span {
	background:	url(/images/buttons/arrowButtonIcon.png) no-repeat   center right;
	padding-right: 50px;
	display: block;
	margin:	-10px -15px -10px 0;
	color: #fff;
	font-weight: bold;
}
/* ------------------------------------------------------- */
/* END buttons */
/* ------------------------------------------------------- */

/* -------------------------------------------------------- */
/* Milkbox Styles */
#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}
#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}
.mbLoading{ background: #fff url(/images/static/milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */
#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }
.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }

/* *** BOTTOM *** */
#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */
#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}
#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}
#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}
#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(/images/static/milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/images/static/milkbox/next.gif) no-repeat; }/* IMAGE: next */
#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(/images/static/milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }
#mbCloseLink {
	width:17px;
	background: transparent url(/images/static/milkbox/close.gif) no-repeat;/* IMAGE: close */
}
/* description */
#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}


