/****************************************************************** GENERAL ***/
html[xmlns^="http"] {
	overflow-y: scroll;
}

html {
	background-color: #787c80;
	background-image: url('/static/img/frame/body_bg.png');
	background-repeat: repeat-x;
}

body {
	background-image: url('/static/img/frame/bg.png');
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

* {
	color: #231F20;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

p {
	line-height: 20px;
	margin: 0;
	padding: 0 0 12px 0;
}

p.pagination_h2 {
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	margin: -18px 0 0 0;
	padding: 0 0 6px 0;
	text-align: right;
}

ul {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 12px;
	text-align: justify;
}

a {
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

img {
	border-width: 0;
}

div.clear {
	clear: both;
}

div.hr {
	background-color: #231f20;
	height: 2px;
	margin: 10px 0;
}

/******************************************************************** TABLE ***/
table.list {
	margin: 0 0 12px 0;
	width: 100%;
	border-collapse: collapse;
}

table.list tr {
	background-image: none; /* TODO unset settings from old table */
	border-color: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
}

table.list tr.head {
	background-color: #bbb;
}

table.list tr.row1 {
	background-color: #ddd;
}

table.list tr.row2 {
	background-color: #fff;
}

table.list tr:hover {
	background-color: #bbb;
}

table.list tr td,
table.list tr th:first-child,  /* TODO unset settings from old table */
table.list tr td:first-child /* TODO unset settings from old table */ {
	border: 0;
	margin: 0;
	padding: 6px 3px;
	vertical-align: top;
	text-align: left;
}

table.list tr.head td {
	font-weight: bold;
}

/************************************************************** TABLE (OLD) ***/
table {
	padding: 0;
	border-spacing: 0;
	width: 100%;
}

table tr {
	background-image: url('/static/img/brand/table_border.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

table tr.first,
table thead tr {
	background-image: url('/static/img/brand/table_border_head.png');
	background-repeat: repeat-x;
	background-position: bottom center;
}

table tr:last-child {
	background-image: none;
}

table tr td,
table tr th {
	margin: 0;
	padding: 6px 0 6px 6px;
	text-align: left;
	vertical-align: top;
}

table tr th:first-child,
table tr td:first-child {
	padding: 6px 0 6px 0;
}

table tr.bg,
table tr.hover:hover {
	background-color: #eee;
}

td > p:last-child,
td > div > p:last-child {
	padding-bottom: 0;
	line-height: 14px;
}

/******************************************************************** BOXES ***/
div.pages {
	border: 1px solid #231f20;
	background-color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.error {
	border: 1px solid #dd2a2b;
	background-color: #f4cece;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.warning {
	border: 1px solid #efbb2e;
	background-color: #fbedc4;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.confirmation {
	border: 1px solid #3e8213;
	background-color: #d2e5cc;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.admin {
	border: 1px solid #3139ae;
	background-color: #d6d7ef;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.error p,
div.warning p,
div.confirmation p,
div.admin p {
	margin: 0;
	padding: 0;
}

div.error p.error_title,
div.warning p.warning_title,
div.confirmation p.confirmation_title,
div.admin p.admin_title {
	font-weight: bold;
}

/********************************************************************* FORM ***/
input,
select,
textarea {
	margin: 1px 1px 1px 1px;
	border: 1px #bbb solid;
	padding: 2px;
}

label {
	line-height: 20px;
}

input.error,
textarea.error,
select.error {
	border-color: #dd2a2b;
	background-color: #f4cece;
}

input.preset,
textarea.preset,
select.preset {
	color: #999;
}

input[type="checkbox"] {
	border: 0;
	margin:0;
	padding: 0;
}

table.form {
	width: 100%;
	max-width: 566px;
}

table.form tr {
	background-image: none;
}

/*
table.form td {
	padding: 0;
	color: #231f20;
	padding-top: 3px;
}

tr.form td {
	text-align: right;
}
*/

table.form tr.submit td {
	text-align: right;
}

table.form tr td {
	width: 150px;
}

table.form tr td+td {
	width: auto;
}

input,
textarea {
	margin-top: -3px;
	width: 98%;
	max-width: 410px;
}

select {
	padding: 2px 0 2px 0;
	margin-top: -3px;
	width: 416px;
}

input.int {
	margin-top: -3px;
	width: 50px;
	text-align: right;
}

input.zip {
	margin-top: -3px;
	width: 20%;
	max-width: 90px;
}

input.city {
	margin-top: -3px;
	width: 75%;
	max-width: 309px;
}

input.province {
	margin-top: -3px;
	width: 20%;
}

input.date_d,
input.date_m,
input.date_h,
input.date_i,
input.date_s {
	margin-top: -3px;
	width: 20px;
	text-align: right;
}

input.date_y {
	width: 35px;
	text-align: right;
}

input[type="checkbox"],
input[type="radio"] {
	border: 0;
	width: auto;
}


div.captcha {
	padding-bottom: 2px;
}

div.captcha img.captcha {
	width: 100%;
}

input[type="submit"],
input[type="button"],
a.cancel {
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	background-color: transparent;
	background-image: url('/static/img/link_green.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	border-width: 0;
	padding: 0 0 0 30px;
	margin: 0;
	width: 140px;
	height: 21px;
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
}

a.cancel {
	padding: 4px 62px 2px 33px;
	margin: -4px 0 -2px 0;
	width: 107px;
	background-image: url('/static/img/link_gray.png');
}

input.cancel {
	background-image: url('/static/img/link_gray.png');
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.cancel:hover {
	background-position: 0 -21px;
	text-decoration: none;
}

/************************************************************ AJAX UPLOADER ***/
.qq-uploader {
	position: relative;
	width: 100%;
}

.qq-upload-button {
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	background-image: url('/static/img/link_green.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	border-width: 0;
	padding: 0 0 0 33px;
	margin: 0;
	width: 107px;
	height: 21px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

.qq-upload-button-hover {
}

.qq-upload-button-focus {
	outline: 1px dotted #231f20;
}

.qq-upload-drop-area {
	background: #3e8213;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 20px;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -6px;
	font-size: 12px;
}

.qq-upload-drop-area-active {
	background: #d2e5cc;
	color: #231f20;
}

.qq-upload-list {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

.qq-upload-list li {
	margin: 0;
	padding: 0;
}

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-failed-text {
	margin-left: 3px;
}

.qq-upload-file {
}

.qq-upload-progressbox {
	display: inline-block;
	vertical-align: text-bottom;
	width: 100px;
	height: 10px;
	border: 1px solid #3e8213;
	padding: 1px;
	margin: 0 3px;
}

.qq-upload-progress {
	display: block;
	width: 0px;
	height: 10px;
	background-color: #d2e5cc;
}

.qq-upload-size,
.qq-upload-cancel {
}

.qq-upload-failed-text {
	display: none;
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}

/*********************************************************** GENERAL LAYOUT ***/
div.main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

div.left,
div.right {
	padding: 15px 15px 0 15px;
}

div.left {
	width: 560px;
	float: left;
}

div.right {
	width: 380px;
	float: right;
}

/******************************************************************* HEADER ***/
body.public div.header {
	background-color: #fff;
	min-height: 65px;
	margin-bottom: 17px;
}

body.user div.header {
	height: 45px;
	background-color: #fff;
}

body.user div.header div.login,
body.user div.header div.top_navigation {
	background-color: #fff;
}

div.header div.top_navigation a {
	text-decoration: none;
}

body.user div.header div.right {
	padding: 0;
	width: 410px;
	height: 60px;
}

div.header div.left div.main_navigation a {
	text-decoration: none;
}

body.user div.header div.left div.main_navigation {
	background-color: #fff;
	margin: 6px -15px 0 -15px;
	padding: 14px 0 0 15px;
}

body.user div.header div.logo {
	height: 24px;
}

body.user div.header div.top_navigation {
	height: 30px;
	width: 361px;
	padding-right: 49px;
	padding-top: 15px;
}
body.user div.header div.login {
	height: 29px;
	padding-left: 0;
}

div.header div.right div.top_navigation {
	text-align: right;
}

img.vertical_separator {
	vertical-align: middle;
	padding: 0 4px;
}

div.header div.right div.top_navigation ul.language_select {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.header div.right div.top_navigation ul.language_select {
		margin: -3px 0 0 0;
		float: right;
	}
}*/

div.header div.right div.top_navigation ul.language_select li {
	display: inline;
	position: relative;
}

div.header div.right div.top_navigation ul.language_select li.active {
	color: #231f20;
	background: #bbb;
}

div.header div.right div.top_navigation ul.language_select li a {
	padding: 0 0 6px 0;
	cursor: default;
}

div.header div.right div.top_navigation ul.language_select li a:hover {
	text-decoration: none;
}

div.header div.right div.top_navigation ul.language_select li.active a {
	background: #bbb;
}

div.header div.right div.top_navigation ul.language_select ul {
	cursor: pointer;
	position: absolute;
	top: 18px;
	left: -4px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 3px;
	line-height: 14px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

div.header div.right div.top_navigation ul.language_select ul li a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 6px 3px;
	margin: 0 -3px;
	text-align: left;
	width: 100%;
}

div.header div.right div.top_navigation ul.language_select ul li a:hover {
	background-color: #bbb;
	text-decoration: none;
}

div.header div.right div.top_navigation ul.language_select li:hover ul {
	display: inline;
}

div.header div.right div.top_navigation ul.language_select ul li+li a {
	border-color: #bbb;
	border-style: solid;
	border-width: 1px 0 0 0;
}

div.header div.right div.top_navigation ul.language_select ul li.active a,
div.header div.right div.top_navigation ul.language_select ul li.active+li a {
	border-color: #fff;
}

div.header div.right div.login a {
	color: #231f20;
	text-decoration: none;
}

body.public div.header div.right div.login {
	width : 380px;
}

body.user div.header div.right div.login {
	width : 361px;
	padding-right: 15px;
}

div.header div.right div.login {
	padding-top: 5px;
	float: left;
	text-align: right;
}

div.header div.left div.main_navigation {
	margin-top: 20px;
	border-style: solid;
	border-width: 0 0 2px 0;
	height: 20px;
}

body.user div.header div.left div.main_navigation {
	border: none;
}

div.header div.left div.main_navigation a {
	float: left;
	text-align: center;
	margin-right: 15px;
	display: block;
	height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

div.header div.left div.main_navigation a.active {
	color: #231f20;
	background-image: url('/static/img/frame/navigation_arrow_down.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 13px;
}

body.user div.header div.left div.main_navigation a {
	float: left;
	text-align: center;
	margin-right: 15px;
	display: block;
	height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

body.user div.header div.left div.main_navigation a.active {
	background-image: url('/static/img/brand/navigation_arrow_down_white.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 12px;
}

div.header div.left div.sub_navigation {
	margin-top: 10px;
	border-style: solid;
	border-width: 0 0 1px 0;
	height: 20px;
}

body.public div.header {
	position: relative;
	z-index: 100;
}

div.header div.left div.sub_navigation a {
	color: #231f20;
	float: left;
	text-align: center;
	margin-right: 15px;
	display: block;
	height: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div.header div.left div.sub_navigation a.active {
	color: #231f20;
	background-image: url('/static/img/frame/subnavigation_arrow_down.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 12px;
}

body.user div.header_corner {
	background-image: url('/static/img/brand/header_lower_right_corner.png');
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	float: left;
}

body.public div.header_corner {
	display: none;
}

/******************************************************** CONTENT SEPARATOR ***/
body.public div.content_separator {
	position: relative;
	margin-top: -17px;
	z-index: 1;
}

body.public div.content_separator div.left_corner {
	background-image: url('/static/img/frame/separator_corner_left.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 21px;
}

body.public div.content_separator div.separator {
	background-image: url('/static/img/frame/separator_bg.png');
	background-repeat: repeat-x;
	width: 976px;
	height: 21px;
	margin: -21px 0 0 12px;
}

body.public div.content_separator div.right_corner {
	background-image: url('/static/img/frame/separator_corner_right.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 21px;
	margin: -21px 0 0 988px;
}

body.user div.content_separator {
	width: 1000px;
	height: 50px;
}

body.user div.content_separator div.left_corner {
	display: none;
}

body.user div.content_separator div.separator {
	display: none;
}

body.user div.content_separator div.right_corner {
	display: none;
}

/****************************************************************** CONTENT ***/
div.content {
	background-color: #fff;
	min-height: 300px;
	float: left;
	width: 1000px;
}

/******************************************************************* FOOTER ***/
div.footer {
	background-color: #fff;
	color: #666;
	font-size: 11px;
	padding: 62px 0 10px 15px;
	width: 895px;
	height: 18px;
	float: left;
}

div.footer a {
	color: #666;
	text-decoration: none;
}

body.public div.footer_corner {
	background-image: url('/static/img/frame/content_corner_right.png');
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	float: left;
}

body.user div.footer {
	padding: 10px 0 10px 15px;
	height: 18px;
	width: 985px;
	float: left;
}

body.user div.footer_corner {
	display: none;
}

body.public div.shadow {
	background-image: url('/static/img/frame/h_wshadow.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1027px;
	height: 130px;
}

body.user div.shadow {
	background-image: url('/static/img/brand/brand_shadow.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 1030px;
	height: 140px;
}

/**************************************************** SPECIAL ANCHORS/INPUT ***/
a.facebook_connect {
	background-image: url('/static/img/home/facebook_connect.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 89px;
	height: 20px;
	display: block;
}

a.facebook_connect:hover {
	background-position: 0 -20px;
}

a.arrow_link {
	background-image: url('/static/img/link_arrow.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 15px;
	line-height: 15px;
	display: block;
	text-decoration: none;
}

a.arrow_link:hover {
	background-position: 0 -15px;
}

a.next_link {
	background-image: url('/static/img/link_arrow.png');
	background-position: right 0;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	line-height: 15px;
	padding-right: 18px;
	text-align: right;
}

a.next_link:hover {
	background-position: right -15px;
}

input.link_green,
a.link_green {
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	background-image: url('/static/img/link_green.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	border-width: 0;
	padding: 0 0 0 30px;
	margin: 0;
	width: 140px;
	height: 21px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: baseline;
}

a.link_green {
	padding-left: 33px;
	width: 107px;
}

input.link_green:hover,
a.link_green:hover {
	background-position: 0 -21px;
	text-decoration: none;
}

input.link_green_arrow,
a.link_green_arrow {
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	background-image: url('/static/img/link_green_arrow.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	border-width: 0;
	padding: 0;
	margin: 0;
	width: 21px;
	height: 21px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: baseline;
}

input.link_green_arrow:hover,
a.link_green_arrow:hover {
	background-position: 0 -21px;
	text-decoration: none;
}

a.learn_more {
	background-image: url('/static/img/link_arrow.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 15px;
	line-height: 15px;
	padding-left: 21px;
	margin-right: 15px;
	text-decoration: none;
}

a.learn_more:hover {
	background-position: 0 -15px;
}

a.home_link {
	background-image: url('/static/img/home_link.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	line-height: 15px;
	padding-left: 18px;
}

a.home_link:hover {
	background-position: 0 -15px;
}

div.content_navigation_left {
	width: 280px;
	height: 15px;
}

div.content_navigation_right {
	text-align: right;
	position: relative;
	left: 280px;
	top: -15px;
	width: 280px;
	height: 15px;
}

/*********************************************************** BRAND SPECIFIC ***/
div.brand_item {
	float: left;
	width: 188px;
	height: 90px;
	border-style: solid;
	border-width: 1px;
	margin: 0 10px 10px 0;
	text-align: center;
	background-image: url(/static/img/brand/brand_item_bg.png); background-repeat:repeat-x;
}

div.brand_item table,
div.brand_item table tr,
div.brand_item table tr td {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: none;
}

div.brand_item table tr td {
	width:188px;
	height:90px;
	vertical-align: middle;
	text-align:center;
}

div.brand_item {
	border-color: #dfe1e1;
}

/******************************************************* HOME PAGE SPECIFIC ***/
div.home_navigation {
	border-style: solid;
	border-width: 2px 0 1px 0;
	width: 590px;
	height: 26px;
	margin-top: -3px;
}

div.home_navigation a {
	color: #231f20;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div.home_navigation div.navi_item {
	float: left;
	text-align: center;
	width: 118px;
}

div.home_navigation div.active a {
	color: #231f20;
}

div.home_navigation div.navi_item a {
	display: block;
	height: 18px;
	line-height: 18px;
}

div.home_navigation div.navi_item img.upper_arrow {
	display: block;
	margin: -2px auto;
}

div.home_navigation div.navi_item img.lower_arrow {
	display: block;
	margin: 4px auto;
}

div.home_navigation_content_box {
	position: relative;
	top: 10px;
	width: 590px;
	margin: 0;
	padding: 0;
	height: 129px;
	background-position: bottom;
	background-color: #fff;
	border-color: #231f20;
	border-style: solid;
	border-width: 0 0 2px 0;
}

div.home_navigation_content_box div {
	width: 220px;
}

div.home_navigation_content_box p {
	width: 220px !important;
}
div.testimonial_box, div.testimonial_box p {
	color: #231f20;
}

div.testimonial_box p {
	font-size: 14px;
	font-weight: bold;
}

div.testimonial_box {
	position: absolute;
	left: 25px;
	top: 200px;
	width: 285px;
}

div.testimonial_box p {
	margin-bottom: 5px;
	width: 260px !important;
}

p.testimonial_person {
	font-weight: bold;
}

/***************************************************************** BRAND/TRAINING/QUIZ ***/
div.brand_navigation {
	background-color: #fff;
	z-index: 1000;
	width: 190px;
}

div.brand_navigation div.brand_image {
	margin: 32px 0 32px 0;
	text-align: center;
	height: 60px;
}

div.brand_navigation ul {
	padding: 0;
	margin: 0;
	line-height: 14px;
}

div.brand_navigation ul li {
	border-color: #bbb;
	border-style: solid;
	border-width: 0;
	list-style-type: none;
}

div.brand_navigation ul li+li {
	border-width: 1px 0 0 0;
}

div.brand_navigation ul li.active,
div.brand_navigation ul li.active+li {
	border-color: #fff;
}

div.brand_navigation ul li a,
div.brand_navigation ul li span {
	color: #231f20;
	display: block;
	padding: 6px 3px;
	text-decoration: none;
}

div.brand_navigation ul li.secondary a,
div.brand_navigation ul li.secondary span {
	padding-left: 9px;
}

div.brand_navigation ul li.active a,
div.brand_navigation ul li.active span,
div.brand_navigation ul li a:hover {
	background-color: #bbb;
}

div.brand_navigation ul li.no_hover a:hover {
	background-color: transparent;
}

div.brand_navigation ul li span.question {
	display: inline;
	padding: 12px 0 0 0;
}

div.brand_navigation ul li span.question + span.question {
	margin-left: 17px;
}

div.brand_navigation ul li span.question_active {
	font-size: 24px;
}

/********************************************************************* SHOP ***/
div.product {
	width: 255px;
	height: 95px;
	float: left;
}

div.product div.product_image {
	width: 80px;
	height: 80px;
	text-align: center;
	float: left;
}

div.product div.product_price {
	width: 145px;
	height: 80px;
	float: left;
	padding-left: 15px;
}

div.product_detail {
	float: left;
	width: 765px;
}

div.product_detail div.product_price {
	width: 350px;
	margin-right: 15px;
	float: left;
}

div.product_detail div.product_image {
	width: 400px;
	text-align: right;
	float: left;
}

span.product_yourprice {
	color: #dd2a2b;
}

p a[href$=".pdf"],
p a[href*=".pdf?"],
p a.pdf {
	padding: 2px 2px 2px 20px;
	background-color: transparent;
	background-image: url('../img/PDF.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}

