/* GLOBAL RESET */
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,
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;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

/* BACKGROUNDS */

body {
	background: #fff url(/imgs/site/body_bg.gif) repeat-x;
	font: 12px/1.7em Arial, Helvetica, sans-serif;
	color: #595959;
	}
	
#body {
	background-color: #fff;
	}
	
/* TYPOGRAPHY & COLOURS */

p {
	margin: 0.6em 0 1.2em;
	}
	
.sidebar .block .content p {
	margin-top: 0;
	}

a {
	color: #027AC6;
	text-decoration: none;
	}

a:hover {
	color: #0062A0;
	text-decoration: underline;
	}

a:active, a.active {
	color: #5895be;
	}
	
#footer a {
	color: #ccc;
	}
	
#footer a:hover {
	color: #333;
	}
	
a.tooltip {
	cursor: help;
	position: relative;
	}
	
a.tooltip:hover {
	background: #fff; /* required by IE6 */
	text-decoration: none;
	}
	
a.tooltip .popup {
	display: none;
	}
	
a.tooltip:hover .popup {
	font-size: .9em;
	color: #000;
	background-color: beige;
	border: 1px solid tan;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding: 0 10px;
	margin-top: 1.5em;
	display: block;
	}
	
a.tooltip .popup span {
	display: block;
	margin: 1em 0;
	line-height: 1.6em;
	}
	
a.tooltip .popup .header {
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;
	margin-top: 15px;
	}

/* HEADINGS */

h1 {
	color: #99ca3c;
	font-size: 1.8em;
	}

h2 {
	color: #3766a0;
	font-size: 1.6em;
	}

h3 {
	color: #3786a0;
	font-size: 1.3em;
	margin: 1.2em 0 -.2em;
	}

h4 {
	font-size: 1.1em;
	margin-bottom: -.5em;
	}
	
h2.header {
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 10px;
	color: #fff;
	padding: 4px 0;
	}
	
h2.blue {
	background: #3691bb url(/imgs/site/hbg_blue.gif) repeat-x;
	border-bottom: 1px solid #3766a0;
	}
	
h2.green {
	background: #99ca3c url(/imgs/site/hbg_green.gif) repeat-x;
	}
	
h2.orange {
	background: #ff9911 url(/imgs/site/hbg_orange.gif) repeat-x;
	border-bottom: 1px solid #ce6a00;
	}
	
#content h2 {
	margin: .8em 0 1.2em;
	}
	
/* LAYOUT */

#container {
	width: 860px;
	margin: 0 auto;
	}
	
#header {
	margin-top: 20px;
	}
	
#body {
	margin: 10px 0;
	height: 1%;
	}
	
.section-policies #content {
	padding: 20px 125px;
	}
	
.sidebar .block {
	margin-bottom: 10px;
	}
	
.sidebar .block .content {
	line-height: 1.3em;
	background-color: #f9f9f9;
	border: 1px solid #ccccd5;
	border-top: none;
	padding: 10px;
	}
	
.sidebar .noh {
	border: 1px solid #cacaca;
	padding: 5px;
	}
	
.sidebar .noh .content {
	background: #e0e0e0 url(/imgs/site/bg_bannerblock.png) repeat-x;
	padding: 8px;
	border: none;
	}
	
#footer {
	background: url(/imgs/site/footer_bg.gif) repeat-x;
	color: #ccc;
	border-top: 1px solid #efefef;
	padding: 0 15px;
	}
	
#footer span {
	padding: 10px;
	}
	
#footer .copy {
	background: url(/imgs/site/footer_logo.gif) 0px 13px no-repeat;
	padding-left: 110px;
	}
	
/* NAVIGATION */

#primary_menu {
	background: #8abf30 url(/imgs/site/menu_global_bg.gif) repeat-x;
	height: 30px;
	}
	
#primary_menu li {
	float: left;
	}
	
#primary_menu a {
	font: bold 1.05em Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 30px;
	padding: 0 15px;
	display: block;
	}
	
#primary_menu a:hover {
	background-color: #669a40;
	}
	
#primary_menu .current-page, #primary_menu .current-page a:hover {
	background: url(/imgs/site/menu_global_ovr.gif) repeat-x;
	background-color: #f1d013;
	}
	
#primary_menu .corner_ul {
	margin-right: 5px;
	}
	
#primary_menu .new {
	background: url(/imgs/site/menu_global_new.png) no-repeat;
	display: block;
	width: 33px;
	height: 13px;
	position: absolute;
	top: 92px;
	left: 50%;
	}
	
#primary_menu .item-store .new {
	margin-left: -135px;
	}
	
#primary_menu .item-careers .new {
	margin-left: -45px;
	}
	
#primary_menu .item-videos .new {
	margin-left: -50px;
	}
	
#secondary_menu {
	background-color: #f1d013;
	border-bottom: 1px solid #f91;
	height: 3px;
	font-size: 0;
	}
	
#lang_menu {
	float: right;
	font-weight: bold;
	}
	
#lang_menu, #lang_menu a {
	color: #8abf30;
	}
	
/* FORMS */

.sidebar .block form .field input {
	width: 95%;
	}
	
.sidebar .block form .button {
	margin-top: 5px;
	}
	
/* DECORATIONS */

span.corner_ul, span.corner_ur, span.corner_bl, span.corner_br {
	display: block;
	width: 2px;
	height: 2px;
	}
	
span.corner_ul {
	background: url(/imgs/site/corner_ul.gif) top left no-repeat;
	float: left;
	}
	
span.corner_ur {
	background: url(/imgs/site/corner_ur.gif) top right no-repeat;
	float: right;
	}
	
span.corner_bl {
	background: url(/imgs/site/corner_bl.gif) bottom left no-repeat;
	float: left;
	}
	
span.corner_br {
	background: url(/imgs/site/corner_br.gif) bottom left no-repeat;
	float: right;
	}
	
/* FORMATTING */

.clear {
	clear: both;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.align-right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.align-left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.align-right {
	float: right;
	}

.align-left {
	float: left;
	}
	
.req, .error, .attn {
	color: #990000;
	font-weight: bold;
	}
	
.hide {
	display: none;
	}
	
a.download_pdf {
	background: url(/imgs/_buttons/button_download_pdf.png) top left no-repeat;
	display: block;
	width: 105px;
	height: 28px;
	text-indent: -10000px;
	margin-top: 5px;
	}

a:hover.download_pdf {
	background: url(/imgs/_buttons/button_download_pdf.png) 0px -28px no-repeat;
	}