@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
	background: url(/images/website/body_background_green.jpg) top left repeat-x;
}

body.homepage {
	background: url(/images/website/body_background_homepage.jpg) top left repeat-x !important;
}

body.orange {
	background: url(/images/website/body_background_orange.jpg) top left repeat-x !important;
}

body.purple {
	background: url(/images/website/body_background_purple.jpg) top left repeat-x !important;
}

body.red {
	background: url(/images/website/body_background_red.jpg) top left repeat-x !important;
}

#wrapper_background_bottom {
	width: 100%;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/footer_background.jpg) bottom left repeat-x;
}

body.homepage #wrapper_background_bottom {
	background: url(/images/website/footer_background_homepage.jpg) bottom left repeat-x !important;
}

#container {
	width: 990px;
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	/* background: #ffffff; */
}

body.homepage #container {
	background: url(/images/website/container_background_homepage.jpg) top right no-repeat !important;
}

.clearer {
	clear: both;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #005b1c;
	text-decoration: none;
}

body.purple a:hover,
body.purple a:active {
	color: #6600cc;
	text-decoration: none;
}

body.red a:hover,
body.red a:active {
	color: #ed1c23; /* e54221 */
	text-decoration: none;
}

body.orange a:hover,
body.orange a:active {
	color: #ed9730;
	text-decoration: none;
}

a img {
	border: none;
}

#header {
	float: left;
	
	width: 990px;
	height: 84px; /* 116 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #header_left {
	float: left;
	
	width: 495px;
	height: 84px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #header_right {
	float: right;
	
	width: 465px; /* 495 */
	height: 79px;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 0px 0px;
	
	text-align: right;
}

#header #header_right h1 {
	font-size: 18px;
	font-weight: bold;
	
	color: #006020;
	
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}

#header #header_right h1 a:link,
#header #header_right h1 a:visited,
#header #header_right h1 a:hover,
#header #header_right h1 a:active {
	font-weight: bold;

	color: #006020;
	
	text-decoration: none;
}

#header #header_right h2 {
	font-size: 13px;
	font-weight: bold;
	
	color: #333;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#header #header_right h2 a:link,
#header #header_right h2 a:visited,
#header #header_right h2 a:hover,
#header #header_right h2 a:active {
	font-weight: bold;
	
	color: #333;
	
	text-decoration: none;
}

#header #header_right p {
	float: right;
	
	width: 100px;
	height: 69px;
	
	margin: 0px 0px 0px 0px;
	padding: 6px 15px 0px 15px;
	
	text-align: center;
	
	font-size: 12px;
	
	font-weight: bold;
}

#header #header_right p a:link,
#header #header_right p a:visited,
#header #header_right p a:hover,
#header #header_right p a:active {
	color: #006020;

	text-decoration: none;
}

#header #header_left #logo {
	float: left;
	
	width: 440px; /* 300 */
	height: 84px; /* 90 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #header_left #logo img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#maincontent {
	float: left;
	
	width: 990px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation_main_container {
	float: left;
	
	width: 990px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#navigation_main {
	float: left;
	
	height: 43px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}

ul#navigation_main li {
	float: left;
	
	height: 38px; /* 43 */
	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	
	background: url(/images/website/navigation_main_li_background.jpg) bottom left no-repeat;
}

ul#navigation_main li a:link,
ul#navigation_main li a:visited,
ul#navigation_main li a:hover,
ul#navigation_main li a:active {
	float: left;
	
	height: 38px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
	
	line-height: 38px;
	text-decoration: none;
	
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

ul#navigation_main li a:hover,
ul#navigation_main li a:active {
	color: #005b1c;
}

body.purple ul#navigation_main li a:hover,
body.purple ul#navigation_main li a:active {
	color: #6600cc;
}

body.red ul#navigation_main li a:hover,
body.red ul#navigation_main li a:active {
	color: #ed1c23; /* e54221 */
}

body.orange ul#navigation_main li a:hover,
body.orange ul#navigation_main li a:active {
	color: #ed9730;
}

ul#navigation_main li.selected {
	float: left;
	
	height: 43px; /* 43 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: #7dca96;
}

body.purple ul#navigation_main li.selected {
	background: #8533d6;
}

body.red ul#navigation_main li.selected {
	background: #ed1c23; /* ea664b */
}

body.orange ul#navigation_main li.selected {
	background: #f1b062;
}

ul#navigation_main li.selected a:link,
ul#navigation_main li.selected a:visited,
ul#navigation_main li.selected a:hover,
ul#navigation_main li.selected a:active {
	float: left;
	
	height: 38px;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	
	line-height: 38px;
	text-decoration: none;
	
	font-size: 11px;
	font-weight: bold;
	color: #ffffff !important;
}

#title {
	float: left;
	
	width: 990px; /* 990 */
	height: 90px; /* 98 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body.homepage #title {
	height: 90px !important;
}

#title h1 {
	float: left;
	
	width: 520px; /* 545 */
	height: 90px; /* 98 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	
	color: #ffffff;
	text-decoration: none;
	line-height: 90px;
	
	font-size: 26px;
	font-weight: bold;
	
	overflow: hidden;
}

#title h1 a:link,
#title h1 a:visited,
#title h1 a:hover,
#title h1 a:active {
	color: #ffffff;
	text-decoration: none;
}


body.homepage #title h1 {
	width: 405px; /* 430 */
	height: 75px; /* 107 */

	margin: 0px 0px 0px 0px !important;
	padding: 15px 0px 0px 25px !important;
	
	line-height: 30px !important;
	
	font-size: 20px !important;
	font-weight: bold;
}

#maincontent #maincontent_left {
	float: left;
	
	width: 185px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#maincontent_left ul.navigation_sub {
	float: left;
	
	width: 135px; /* 185 */
	
	margin: 0px 0px 30px 0px;
	padding: 22px 25px 0px 25px;
	
	list-style: none;
}

ul.navigation_sub li {
	float: left;
	
	width: 135px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-bottom: 1px solid #d6d6d6;
}

ul.navigation_sub li a:link,
ul.navigation_sub li a:visited,
ul.navigation_sub li a:hover,
ul.navigation_sub li a:active {
	float: left;
	
	width: 125px; /* 135 */
	
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 10px;
	
	background: url(/images/website/navigation_sub_li_green.jpg) center left no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

ul.navigation_sub li a:hover,
ul.navigation_sub li a:active,
ul.navigation_sub li.selected a:link,
ul.navigation_sub li.selected a:visited,
ul.navigation_sub li.selected a:hover,
ul.navigation_sub li.selected a:active {
	color: #005b1c;
}

body.purple ul.navigation_sub li a:link,
body.purple ul.navigation_sub li a:visited,
body.purple ul.navigation_sub li a:hover,
body.purple ul.navigation_sub li a:active {
	background: url(/images/website/navigation_sub_li_purple.jpg) center left no-repeat !important;
}

body.purple ul.navigation_sub li a:hover,
body.purple ul.navigation_sub li a:active,
body.purple ul.navigation_sub li.selected a:link,
body.purple ul.navigation_sub li.selected a:visited,
body.purple ul.navigation_sub li.selected a:hover,
body.purple ul.navigation_sub li.selected a:active {
	color: #6600cc;
}

body.red ul.navigation_sub li a:link,
body.red ul.navigation_sub li a:visited,
body.red ul.navigation_sub li a:hover,
body.red ul.navigation_sub li a:active {
	background: url(/images/website/navigation_sub_li_red.jpg) center left no-repeat !important;
}

body.red ul.navigation_sub li a:hover,
body.red ul.navigation_sub li a:active,
body.red ul.navigation_sub li.selected a:link,
body.red ul.navigation_sub li.selected a:visited,
body.red ul.navigation_sub li.selected a:hover,
body.red ul.navigation_sub li.selected a:active {
	color: #ed1c23; /* e54022 */
}

body.orange ul.navigation_sub li a:link,
body.orange ul.navigation_sub li a:visited,
body.orange ul.navigation_sub li a:hover,
body.orange ul.navigation_sub li a:active {
	background: url(/images/website/navigation_sub_li_orange.jpg) center left no-repeat !important;
}

body.orange ul.navigation_sub li a:hover,
body.orange ul.navigation_sub li a:active,
body.orange ul.navigation_sub li.selected a:link,
body.orange ul.navigation_sub li.selected a:visited,
body.orange ul.navigation_sub li.selected a:hover,
body.orange ul.navigation_sub li.selected a:active {
	color: #ed9730;
}

#maincontent #maincontent_middle {
	float: left;
	
	width: 805px;
	
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

body.homepage #maincontent #maincontent_middle {
	width: 990px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

body.homepage #maincontent #maincontent_middle .content {
	float: left;
	
	width: 960px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

#maincontent_middle .content {
	float: left;
	
	width: 765px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

#maincontent_middle .content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

#maincontent_middle .content h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 20px;
	font-weight: bold;
	
	color: #005b1c;
}

#maincontent_middle .content h1 a:link,
#maincontent_middle .content h1 a:visited,
#maincontent_middle .content h1 a:hover,
#maincontent_middle .content h1 a:active {
	color: #005b1c;
	text-decoration: none;
}

body.purple #maincontent_middle .content h1 {
	color: #6600cc;
}

body.orange #maincontent_middle .content h1 {
	color: #eb9530;
}

body.purple #maincontent_middle .content h1 a:link,
body.purple #maincontent_middle .content h1 a:visited,
body.purple #maincontent_middle .content h1 a:hover,
body.purple #maincontent_middle .content h1 a:active {
	color: #6600cc;
	text-decoration: none;
}

body.red #maincontent_middle .content h1 {
	color: #e54022; /* e54221 */
}

body.red #maincontent_middle .content h1 a:link,
body.red #maincontent_middle .content h1 a:visited,
body.red #maincontent_middle .content h1 a:hover,
body.red #maincontent_middle .content h1 a:active {
	color: #e54022; /* e54221 */
	text-decoration: none;
}

body.orange #maincontent_middle .content h1 {
	color: #eb9530;
}

body.orange #maincontent_middle .content h1 a:link,
body.orange #maincontent_middle .content h1 a:visited,
body.orange #maincontent_middle .content h1 a:hover,
body.orange #maincontent_middle .content h1 a:active {
	color: #eb9530;
	text-decoration: none;
}

body.product_color_scheme_00a54f #maincontent_middle .content h1 {
	color: #00a54f !important;
}

body.product_color_scheme_ed1c23 #maincontent_middle .content h1 {
	color: #ed1c23 !important;
}

body.product_color_scheme_2e3092 #maincontent_middle .content h1 {
	color: #2e3092 !important;
}

body.product_color_scheme_f5821f #maincontent_middle .content h1 {
	color: #f5821f !important;
}

body.product_color_scheme_ed008c #maincontent_middle .content h1 {
	color: #ed008c !important;
}

body.product_color_scheme_814928 #maincontent_middle .content h1 {
	color: #814928 !important;
}

body.product_color_scheme_6700cd #maincontent_middle .content h1 {
	color: #6700cd !important;
}

#maincontent_middle .content h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 14px;
	font-weight: bold;
	
	color: #333333;
	
	line-height: 18px;
}

#maincontent_middle .content h2 a:link,
#maincontent_middle .content h2 a:visited,
#maincontent_middle .content h2 a:hover,
#maincontent_middle .content h2 a:active {
	color: #333333;
	text-decoration: none;
}

body.homepage #maincontent_middle .content h2 {
	font-size: 13px;
	font-weight: normal;
	
	color: #333333;
	
	line-height: 18px;
}

#maincontent_middle .content h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 14px;
	font-weight: bold;
	
	color: #005b1c;
	
	line-height: 18px;
}

#maincontent_middle .content h3 a:link,
#maincontent_middle .content h3 a:visited,
#maincontent_middle .content h3 a:hover,
#maincontent_middle .content h3 a:active {
	color: #005b1c;
	text-decoration: none;
}

body.purple #maincontent_middle .content h3 {
	color: #6600cc;
}

body.purple #maincontent_middle .content h3 a:link,
body.purple #maincontent_middle .content h3 a:visited,
body.purple #maincontent_middle .content h3 a:hover,
body.purple #maincontent_middle .content h3 a:active {
	color: #6600cc;
	text-decoration: none;
}

body.red #maincontent_middle .content h3 {
	color: #e54022; /* e54221 */
}

body.red #maincontent_middle .content h3 a:link,
body.red #maincontent_middle .content h3 a:visited,
body.red #maincontent_middle .content h3 a:hover,
body.red #maincontent_middle .content h3 a:active {
	color: #e54022; /* e54221 */
	text-decoration: none;
}

body.orange #maincontent_middle .content h3 {
	color: #ed9730;
}

body.orange #maincontent_middle .content h3 a:link,
body.orange #maincontent_middle .content h3 a:visited,
body.orange #maincontent_middle .content h3 a:hover,
body.orange #maincontent_middle .content h3 a:active {
	color: #ed9730;
	text-decoration: none;
}

body.product_color_scheme_00a54f #maincontent_middle .content h3 {
	color: #00a54f !important;
}

body.product_color_scheme_ed1c23 #maincontent_middle .content h3 {
	color: #ed1c23 !important;
}

body.product_color_scheme_2e3092 #maincontent_middle .content h3 {
	color: #2e3092 !important;
}

body.product_color_scheme_f5821f #maincontent_middle .content h3 {
	color: #f5821f !important;
}

body.product_color_scheme_ed008c #maincontent_middle .content h3 {
	color: #ed008c !important;
}

body.product_color_scheme_814928 #maincontent_middle .content h3 {
	color: #814928 !important;
}

body.product_color_scheme_6700cd #maincontent_middle .content h3 {
	color: #6700cd !important;
}

#maincontent_middle .content h1.headline,
#maincontent_middle .content h2.headline {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important; /* 480 on right */
}

body.homepage #maincontent_middle .content h2.headline {
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 10px 0px !important;
}

#maincontent_middle .content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px; /* 25 bottom */

	font-size: 12px;

	color: #222222;
	line-height: 18px; /* 15 */
}

#maincontent_middle .content address {
	font-style: normal !important;
	font-size: 12px !important;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#maincontent_right {
	float: right;
	
	width: 330px;
	
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 15px;
}

#maincontent_right_imgblocks {
	float: right;
	
	width: 475px; /*465 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#maincontent_right_imgblock1 {
	float: right;
	
	width: 465px;
	height: 140px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body.homepage #maincontent_right_imgblock1 {
	width: 610px !important;
	height: 200px !important;
}

#maincontent_right_imgblock2 {
	float: right;
	
	width: 370px;
	height: 90px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#maincontent_right h3.testimonial {
	float: right;

	font-size: 16px;
	font-weight: bold;
	
	color: #6600cc;
	text-align: right;
	
	width: 270px;
	line-height: 21px;
}

#footer {
	float: left;
	
	display: inline;

	width: 990px;

	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/footer_background.jpg) top left repeat-x;
}

body.homepage #footer {
	background: url(/images/website/footer_background_homepage.jpg) top left repeat-x;
	
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#footer #footer_left {
	float: left;
	
	width: 495px;
	height: 40px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#footer #footer_left p {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 10px;
	line-height: 30px;
	color: #333333;
}

#footer #footer_right {
	float: left;
	
	width: 495px;
	height: 40px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: right;
}

#footer #footer_right p {
	float: right;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	font-size: 10px;
	line-height: 30px;
	color: #818181;
}

#footer #footer_right p a:link,
#footer #footer_right p a:visited,
#footer #footer_right p a:hover,
#footer #footer_right p a:active {
	text-decoration: none;
	
	color: #818181 !important;
}

/* ###################################### */

#navigation_nextback {
	float: left;
	
	width: 100%;
	
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	/*background: #f5f5f5;
	
	border: 1px solid #e6e6e6;*/
}

#navigation_nextback #navigation_nextback_back {
	float: left;
	
	width: 32%;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: left;
}

#navigation_nextback #navigation_nextback_back p {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	font-size: 11px;
}

#navigation_nextback #navigation_nextback_next {
	float: right;
	
	width: 32%;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: right;
}

#navigation_nextback #navigation_nextback_next p {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	font-size: 11px;
}

#navigation_nextback #navigation_nextback_home {
	float: left;
	
	width: 32%;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
}

#navigation_nextback #navigation_nextback_home p {
	width: 100%;

	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	font-size: 11px;
	
	text-align: center;
}

/* ###################################### */

#tiles_homepage {
	float: left;
	
	width: 990px;
	
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#tiles_homepage #tiles_homepage_shop,
#tiles_homepage #tiles_homepage_news,
#tiles_homepage #tiles_homepage_process {
	float: left;
	
	width: 310px; /* 330 */
	height: 153px; /* 193 */ /* 223, 183 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#tiles_homepage h1 {
	width: 160px;
	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	color: #000000;
	font-size: 18px; /* 22 */
	font-weight: bold;
}

#tiles_homepage h2 {
	float: left;
	
	display: block;

	width: 160px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}

#tiles_homepage h2 a:link,
#tiles_homepage h2 a:visited,
#tiles_homepage h2 a:hover,
#tiles_homepage h2 a:active {
	float: left;
	
	display: block;

	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
}

#tiles_homepage p {
	width: 160px;
	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}

#tiles_homepage p a:link,
#tiles_homepage p a:visited,
#tiles_homepage p a:hover,
#tiles_homepage p a:active {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#tiles_homepage p.button {
	height: 50px; /* 60 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tiles_homepage p.button a:link,
#tiles_homepage p.button a:visited,
#tiles_homepage p.button a:hover,
#tiles_homepage p.button a:active {
	float: left;

	height: 25px; /* 45 */
	
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 25px 10px;
	
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#tiles_homepage #tiles_homepage_shop {
	background: url(/images/website/tiles_homepage_background_publicplay.jpg) top right no-repeat;
}

#tiles_homepage #tiles_homepage_news {
	background: url(/images/website/tiles_homepage_background_schools.jpg) top right no-repeat;	
}

#tiles_homepage #tiles_homepage_process {
	background: url(/images/website/tiles_homepage_background_orderbrochure.jpg) top right no-repeat;	
}

#tiles_homepage #tiles_homepage_shop p.button a:link,
#tiles_homepage #tiles_homepage_shop p.button a:visited,
#tiles_homepage #tiles_homepage_shop p.button a:hover,
#tiles_homepage #tiles_homepage_shop p.button a:active {
	background: url(/images/website/tiles_homepage_button_orange.jpg) top left repeat-x;
}

#tiles_homepage #tiles_homepage_news p.button a:link,
#tiles_homepage #tiles_homepage_news p.button a:visited,
#tiles_homepage #tiles_homepage_news p.button a:hover,
#tiles_homepage #tiles_homepage_news p.button a:active {
	background: url(/images/website/tiles_homepage_button_red.jpg) top left repeat-x;
}

#tiles_homepage #tiles_homepage_process p.button a:link,
#tiles_homepage #tiles_homepage_process p.button a:visited,
#tiles_homepage #tiles_homepage_process p.button a:hover,
#tiles_homepage #tiles_homepage_process p.button a:active {
	background: url(/images/website/tiles_homepage_button_purple.jpg) top left repeat-x;
}

#tiles_homepage #tiles_homepage_shop h1 a:link,
#tiles_homepage #tiles_homepage_shop h1 a:visited,
#tiles_homepage #tiles_homepage_shop h1 a:hover,
#tiles_homepage #tiles_homepage_shop h1 a:active {
	color: #ff9933;
	font-size: 17px; /* 22 */
	font-weight: bold;
	text-decoration: none;
}

#tiles_homepage #tiles_homepage_news h1 a:link,
#tiles_homepage #tiles_homepage_news h1 a:visited,
#tiles_homepage #tiles_homepage_news h1 a:hover,
#tiles_homepage #tiles_homepage_news h1 a:active {
	color: #ff0000;
	font-size: 17px; /* 22 */
	font-weight: bold;
	text-decoration: none;
}

#tiles_homepage #tiles_homepage_process h1 a:link,
#tiles_homepage #tiles_homepage_process h1 a:visited,
#tiles_homepage #tiles_homepage_process h1 a:hover,
#tiles_homepage #tiles_homepage_process h1 a:active {
	color: #6600cc;
	font-size: 17px; /* 22 */
	font-weight: bold;
	text-decoration: none;
}

/* ###################################### */

#footer_logos {
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	
	text-align: center;
	
	background: #ffffff;
}

#footer_logos img {
	padding: 0px 10px 0px 10px;
}

/* ###################################### */

.product_brochure {
	float: left;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.product_brochure p {
	float: left;
	
	height: 24px;

	font-size: 13px !important;
	font-weight: normal !important;
	
	line-height: 18px !important;
	
	margin: 5px 0px 5px 0px !important;
	padding: 5px 0px 15px 30px !important;
	
	background: url(/images/website/pdficon.jpg) top left no-repeat;
}

.product_brochure p a:link,
.product_brochure p a:visited,
.product_brochure p a:hover,
.product_brochure p a:active {
	float: left;

	height: 24px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	text-decoration: none;
}

.product_brochure p img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.product_gallery {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.product_gallery .product_gallery_thumb {
	float: left;
	
	display: inline;
	
	width: 184px;
	height: 197px;
	
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background: url(/images/website/polaroid_background.jpg) top left no-repeat;
}

.product_gallery .product_gallery_thumb a.product_gallery_thumb_img:link,
.product_gallery .product_gallery_thumb a.product_gallery_thumb_img:visited,
.product_gallery .product_gallery_thumb a.product_gallery_thumb_img:hover,
.product_gallery .product_gallery_thumb a.product_gallery_thumb_img:active {
	float: left;
	
	display: inline;
	
	margin: 6px 8px 0px 8px;
	padding: 5px 5px 0px 5px;
}

.product_gallery .product_gallery_thumb img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border: 1px solid #e9e9e9;
}

.product_gallery .product_gallery_thumb h2 {
	float: left !important;

	display: inline !important;
	
	width: 166px !important; /* 166 */
	height: 41px !important;
	
	margin: 0px 8px 0px 8px !important;
	padding: 0px 0px 0px 0px !important;
}

.product_gallery .product_gallery_thumb h2 a:link,
.product_gallery .product_gallery_thumb h2 a:visited,
.product_gallery .product_gallery_thumb h2 a:hover,
.product_gallery .product_gallery_thumb h2 a:active {
	float: left !important;
	
	display: inline !important;
	
	width: 156px !important;
	height: 38px !important; /* 41 */
	
	margin: 0px 0px 0px 0px !important;
	padding: 3px 5px 0px 5px !important;
	
	font-size: 12px !important;
	font-weight: bold !important;
	
	color: #6700cd !important;
}

body.product_color_scheme_00a54f .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_00a54f .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_00a54f .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_00a54f .product_gallery .product_gallery_thumb h2 a:active {
	color: #00a54f !important;
}

body.product_color_scheme_ed1c23 .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_ed1c23 .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_ed1c23 .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_ed1c23 .product_gallery .product_gallery_thumb h2 a:active {
	color: #ed1c23 !important;
}

body.product_color_scheme_2e3092 .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_2e3092 .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_2e3092 .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_2e3092 .product_gallery .product_gallery_thumb h2 a:active {
	color: #2e3092 !important;
}

body.product_color_scheme_f5821f .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_f5821f .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_f5821f .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_f5821f .product_gallery .product_gallery_thumb h2 a:active {
	color: #f5821f !important;
}

body.product_color_scheme_ed008c .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_ed008c .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_ed008c .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_ed008c .product_gallery .product_gallery_thumb h2 a:active {
	color: #ed008c !important;
}

body.product_color_scheme_814928 .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_814928 .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_814928 .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_814928 .product_gallery .product_gallery_thumb h2 a:active {
	color: #814928 !important;
}

body.product_color_scheme_6700cd .product_gallery .product_gallery_thumb h2 a:link,
body.product_color_scheme_6700cd .product_gallery .product_gallery_thumb h2 a:visited,
body.product_color_scheme_6700cd .product_gallery .product_gallery_thumb h2 a:hover,
body.product_color_scheme_6700cd .product_gallery .product_gallery_thumb h2 a:active {
	color: #6700cd !important;
}

/* ###################################### */

.team_thumbnails {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.team_thumbnails .team_thumbnail {
	float: left;
	
	width: 221px; /* 229 */
	
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 8px;
	
	background: url(/images/website/team_thumbnail_background.jpg) top center no-repeat;
}

.team_thumbnails .team_thumbnail img {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.team_thumbnails .team_thumbnail h2 {
	width: 221px;
	text-align: center;
	font-size: 13px !important;
	font-weight: normal !important;
}

.team_thumbnails .team_thumbnail h3 {
	width: 221px;
	text-align: center;
}

/* ###################################### */

#map_google {
	float: right;
	
	width: 500px;
	height: 400px;
	
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	
	display: inline;
}

/* ###################################### */

form table tr td {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

form table tr td input {
	border: 1px solid #9b57de;
	
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
}

form table tr td input#enquiry_form_captcha {
	width: 134px;
	height: 20px;

	margin: 10px 0px 0px 0px;
	padding: 5px 2px 5px 2px;
}

form table tr td input#enquiry_form_submit {
	font-size: 12px;
	font-weight: bold;
	
	color: #ffffff;

	background: #6600cc;
	
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}

form table tr td input#enquiry_form_orderbrochure {
	border: none;
}

form table tr td textarea {
	border: 1px solid #9b57de;
	
	margin: 0px 0px 5px 0px;
	padding: 1px 2px 1px 2px;
}

.requiredfield {
	font-style: italic;
	padding-left: 10px;
	font-size: 10px;
	color: #990000;
}

.validation-advice {
	color: #990000;
	font-style: italic;
	font-size: 10px;
	background: url(/images/website/alert.gif) no-repeat left top;
	padding-left: 22px;
	height: 22px;
	padding-top: 3px;
} 

/* ###################################### */

#news_listings {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#news_listings .news_listing {
	float: left;
	
	width: 550px;
	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	
	border-top: 1px solid #85b770;
}

#news_listings .news_listing h2 a:link,
#news_listings .news_listing h2 a:visited,
#news_listings .news_listing h2 a:hover,
#news_listings .news_listing h2 a:active {
	font-size: 13px;
	font-weight: bold;

	color: #005c1d;
	
	text-decoration: none;
}

#news_listings .news_listing h3 a:link,
#news_listings .news_listing h3 a:visited,
#news_listings .news_listing h3 a:hover,
#news_listings .news_listing h3 a:active {
	font-size: 12px;
	font-weight: normal;

	color: #333333;
	
	text-decoration: none;
}

#news_listings .news_listing p.readmore {
	float: left;
	
	padding: 15px 10px 5px 0px;
}

#news_listings .news_listing p.postdate {
	float: right;

	padding: 15px 0px 5px 10px;
	
	color: #666666 !important;
}

#news_listings #pagination_news {
	float: left;
	
	width: 550px;
	
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	
	border-top: 1px solid #85b770;
	
	font-size: 11px !important;
}

#news_listings #pagination_news p {
	float: right;
	
	font-size: 11px !important;
}

/* ###################################### */

div.toggler-c {
	float: left;
	width: 960px; /* 805 */
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

a.toggler {
	width: 80px;

	font-size: 12px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ###################################### */

#product_thumbnails {
	float: left;
	
	width: 775px; /* 805 */
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#product_thumbnails .product_thumbnail {
	float: left;
	
	width: 230px;
	
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	
	border: 3px solid #6700cd;
}

#product_thumbnails .product_thumbnail img {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/* border-bottom: 3px solid #6700cd; */
}

#product_thumbnails .product_thumbnail h2 {
	font-size: 13px;
	font-weight: bold;
	
	color: #ffffff;
	background: #6700cd;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#product_thumbnails .product_thumbnail h2 a:link,
#product_thumbnails .product_thumbnail h2 a:visited,
#product_thumbnails .product_thumbnail h2 a:hover,
#product_thumbnails .product_thumbnail h2 a:active {
	float: left;
	
	width: 210px; /* 240 */
	
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;

	font-size: 14px;
	font-weight: bold;
	
	background: #6700cd;
	color: #ffffff;
	
	text-decoration: none;
}

/* ###################################### */

#maincontent_right_quotes {
	float: right;
	
	width: 450px;
	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#maincontent_right_quotes ul {
	list-style: none;
}

#maincontent_right_quotes ul li {
	font-size: 18px;
	font-weight: bold;
	
	line-height: 25px;
	
	color: #005b1c;
	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#maincontent_right_quotes ul li a:link,
#maincontent_right_quotes ul li a:visited,
#maincontent_right_quotes ul li a:hover,
#maincontent_right_quotes ul li a:active {
	color: #005b1c !important;
	
	text-decoration: none !important;
}

body.purple #maincontent_right_quotes ul li {
	color: #6600cc !important;
}

body.purple #maincontent_right_quotes ul li a:link,
body.purple #maincontent_right_quotes ul li a:visited,
body.purple #maincontent_right_quotes ul li a:hover,
body.purple #maincontent_right_quotes ul li a:active {
	color: #6600cc !important;
	
	text-decoration: none !important;
}

body.red #maincontent_right_quotes ul li {
	color: #e54221 !important;
}

body.red #maincontent_right_quotes ul li a:link,
body.red #maincontent_right_quotes ul li a:visited,
body.red #maincontent_right_quotes ul li a:hover,
body.red #maincontent_right_quotes ul li a:active {
	color: #e54221 !important;
	
	text-decoration: none !important;
}

body.orange #maincontent_right_quotes ul li {
	color: #ed9730 !important;
}

body.orange #maincontent_right_quotes ul li a:link,
body.orange #maincontent_right_quotes ul li a:visited,
body.orange #maincontent_right_quotes ul li a:hover,
body.orange #maincontent_right_quotes ul li a:active {
	color: #ed9730 !important;
	
	text-decoration: none !important;
}

#maincontent_right_quotes h4 {
	font-size: 16px;
	font-weight: bold;
	
	color: #005b1c;
	
	text-align: right;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

body.purple #maincontent_right_quotes h4 {
	color: #6600cc !important;
}

body.red #maincontent_right_quotes h4 {
	color: #e54221 !important;
}

body.orange #maincontent_right_quotes h4 {
	color: #ed9730 !important;
}

#maincontent_right_quotes h5 {
	font-size: 14px;
	font-weight: normal;
	
	color: #666;
	
	text-align: right;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

/* ###################################### */

.product_colour_scheme_green {
	color: #00a54f !important;
}

.product_colour_scheme_red {
	color: #ed1c23 !important;
}

.product_colour_scheme_blue {
	color: #2e3092 !important;
}

.product_colour_scheme_orange {
	color: #f5821f !important;
}

.product_colour_scheme_pink {
	color: #ed008c !important;
}

.product_colour_scheme_brown {
	color: #814928 !important;
}

.product_colour_scheme_purple {
	color: #6700cd !important;
}

/* ###################################### */

ul#navigation_footer {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	
	list-style: none;
}

ul#navigation_footer li {
	float: left;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	
	border-right: 1px solid #ccc;
}

ul#navigation_footer li a:link,
ul#navigation_footer li a:visited,
ul#navigation_footer li a:hover,
ul#navigation_footer li a:active {
	color: #555;
}

/* ###################################### */

div.processbox {
	float: left;

	width: 380px; /* 880 */

	margin: 0px 0px 0px 0px;
	padding: 10px 300px 10px 10px;
	
	background: #ffffff;
}

div.processbox.box1 {
	background: url(/images/website/processbox_1.jpg) top right no-repeat #e5e5e5;
}

div.processbox.box2 {
	background: url(/images/website/processbox_2.jpg) top right no-repeat #e5e5e5;
}

div.processbox.box3 {
	background: url(/images/website/processbox_3.jpg) top right no-repeat #e5e5e5;
}

/* ###################################### */

#the_process_map_container {
	float: left;
	
	width: 663px;
	height: 680px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}