/*
Note: this file may use CSS 3 properties that currently may cause errors when run through the W3C CSS validator.
*/
@media all {
/*
=Reset
*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}
address,dl,fieldset,p,pre,ul,ol,table {margin:0 0 20px;}
ul,ol,dd {margin-left:40px;}
td ul,td ol {margin-left:15px;}
ol ul,ul ol,ul ul,ol ol,td ul,td ol {margin-bottom:0;}
blockquote {
	margin:1em 40px;
	font-style:italic;
}
dt {font-weight:bold;}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table,th,td {border:1px solid #999;}
th,td {
	vertical-align:top;
	padding:2px 3px;
}
caption,th {
	font-weight:bold;
	text-align:left;
}
thead th {
	color:#fff;
	background:#333;
}
img {border:none;}
html,body {
	color:#333;
	background:#fff;
}
html {font:76%/1.5 Arial, Helvetica, sans-serif;}
body {
	font-size:1.0685em;
	line-height:1.5385em;
}
code,
kbd,
pre {font-family:Monaco, Courier, "Courier New", Tahoma;}
h1,h2,h3,h4,h5,h6 {
	margin:1em 0 0.2em;
	color:#111;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {margin-top:0;}
h1 {
	font-size:2.1538em;
	line-height:1.1667em;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.5385em;
	line-height:1.25em;
}
h3 {
	font-size:1.3846em;
	line-height:1.3158em;
}
h4 {font-size:1.2308em;}
h5,
h6 {
	font-weight:bold;
	font-size:1em;
}
legend {
	color:#333;
	white-space:normal;
}
a:link {color:#033479;}
a:visited {color:#033479;}
/*a:visited {color:#B60094;} Change to this before release */
a:link:hover,
a:focus,
a:active {
	color:#033479;
}
a:link,
a:visited {
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
	border:none;
}
p {margin-bottom:1em;}

/*
=Global classes
*/
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:" ";
	font-size:0;
}
/* Structural elements, not visible when CSS is enabled */
.structural,
.structural * {
	position:absolute;
	left:-9999px;
}
/* Hidden elements */
.hidden {
    display:none;
    visibility:hidden;
}
/* Images */
.left,
.right,
.left-dec,
.right-dec {
    float:left;
    width:auto;
    margin:3px 18px 10px 0;
}
.right,
.right-dec {
    float:right;
    margin:3px 0 10px 18px;
}
img.fullwidth,
img.fullwidth-dec,
span.fullwidth img,
span.fullwidth-dec img {
    display:block;
    margin:3px 0 10px;
}
img.dec,
img.left-dec,
img.right-dec,
img.fullwidth-dec,
span.dec img,
span.left-dec img,
span.right-dec img,
span.fullwidth-dec img {
    padding:5px;
    border:1px solid #D1DAE3;
    background:#F1F4F6;
}

/* END @media all */
}

@media screen, projection {
/*
=Main layout
*/
#body {
	width:960px;
	max-width:99%;
	margin:0 auto 30px;
	background:url(/i/bg-gradient.png) repeat-y;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	border-left:1px solid #c2d8f0;
	border-right:1px solid #c2d8f0;
	position:relative;
}
#bg-wrapper {
	background:url(/i/bg.png) no-repeat;
	width:960px;
}
#header {position:relative;z-index:1;}
#header-inner {
	background:url(/i/header-bg.png) repeat-x 0 bottom;
	border-bottom:1px solid #fff;
	position:relative;
}
#header-inner,
#main-inner,
#footer-inner {
	padding:5px 20px;
}
#footer-inner {
	background:url(/i/footer-bg.png) repeat-x 0 top;
}
#footer {
	clear:both;
	border-top:1px dotted #fff;
	background:url(/i/bottom-border.png) repeat-x bottom left;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	position:relative;
	padding:0;
	margin:0;
}

/* Layout-1 (Regular page, content page with right column and sub navigation) */
.layout-1 #content {
	float:right;
	width:76%;
}
.layout-1 #content-primary {
	float:left;
	width:68%;
}
.layout-1 #content-secondary {
	float:right;
	width:29%;
}
.layout-1 #nav-sub {
	float:left;
	width:24%;
}
.layout-1 #main-inner {
	padding-top:25px;
}
/* Layout-2 (Home page with 2 columns, a narrow left column) */
.layout-2 #content-primary-1 {
	float:left;
	width:29%;
}
.layout-2 #content-primary-2 {
	float:right;
	width:68%;
}
.layout-2 #content-primary-1,
.layout-2 #content-primary-2 {
	padding-top:0px;
}
.layout-2 #main-inner {
	padding:30px 40px 10px 50px;
}
/* Layout-3 (content page with sub navigation and no right column) */
.layout-3 #nav-sub {
	float:left;
	width:24%;
}
.layout-3 #content {
	float:right;
	width:76%;
}
.layout-3 #main-inner {
	padding-top:25px;
}
.layout-3 .article-footer {max-width:55%;}
.layout-3 #nav-login {
	float:left;
	width:24%;
}
/* Layout-4 (content page with wider left column and no sub navigation) */
.layout-4 #content-primary {
	float:right;
	width:66%;
}
.layout-4 #content-secondary {
	float:left;
	width:31%;
}
.layout-4 #main-inner {
	padding-top:25px;
}
/* Layout-5 (full-width content page) */
.layout-5 #main-inner {padding-top:20px;}
.layout-5 .article-footer {max-width:42%;}
/* Login form */
body.login {
	text-align:center;
}
.login #wrap {
	width:350px;
	margin:50px auto;
	padding:10px;
	text-align:left;
	background:#F1F4F6;
	border:1px solid #D1DAE3;
}
.login #login {margin:0;}
.login #logo {margin:10px 0 0 10px;}
.login .form-general {margin:0;}
.login .form-general fieldset {border:none;padding:0 5px;}
.login .form-general .form-content div {margin-left:0;}
.login form .row {margin-bottom:10px;}
.login .form-general .form-content {border:1px solid #F1F4F6;}

/*
=Global classes
*/
/* System messages */
.system-info {
	margin:1em 0;
	padding:10px 15px;
	border:1px solid;
}
.system-info ul {
	margin:0 0 0 15px;
}
.system-info h2,
.system-info h3 {
	margin:0;
	padding:0;
	/*font-size:1.3em;*/
}
.system-info p {margin:0.5em 0;}
.error-message {
	background:#f6d2d6;
	border-color:#e57f86 !important; /* Overrides other border colors later down */
}
.confirmation {
	border-color:#55d9a1;
	background:#cce7db;
}
.error-message h2,
.error-message h3 {
	/*color:#fff;
	background:#a9261a;*/
}
.confirmation h2,
.confirmation h3 {
	/*color:#fff;
	background:#276600;*/
}
.non-html strong {font-weight:normal;}
.read-more {text-align:right;}
.read-more a span {
	position:absolute;
	left:-9999px;
}
.first {margin-top:0;}
.article-footer .system-info li {
	float:none;
	padding:5px 0;
}
/* Paging */
.paging {margin:0 0 2em;}
.paging h2,
.paging h3 {margin:0 0 0.5em;}
.paging strong {
	float:left;
	padding:4px 0;
}
.paging a:link,
.paging a:visited,
.paging em {
	float:left;
	width:2em;
	margin:0 4px 5px 0;
	padding:0.3em 0;
	color:#000;
	border:1px solid #D1DAE3;
	background:#e2ecf6 url(/i/btn-grad-light.png) repeat-x;
	text-decoration:none;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
}
.paging a.next {
	margin:0 0 5px 10px;
}
.paging a.prev {
	margin:0 14px 5px 0;
}
.paging a.next:hover span,
.paging a.next:focus span,
.paging a.next:active span,
.paging a.prev:hover span,
.paging a.prev:focus span,
.paging a.prev:active span {
	text-decoration:underline;
}
.paging a.next,
.paging a.prev {
	background:none;
	border:none;
	color:#033479;
	padding-top:6px;
	width:auto;
}
.paging a.next span,
.paging a.prev span {
	position:static;
}
.paging a:hover,
.paging a:focus,
.paging a:active {border-color:#1d58a3;}
.paging em {
	border-color:#1d58a3;
	color:#fff;
	background:#0B4B8C url(/i/btn-grad-blue-light.png) repeat-x;
	font-weight:bold;
	font-style:normal;
}
.paging span {
	position:absolute;
	left:-9999px;
}
.paging .ellipsis {
	float:left;
	margin:0 4px 0 0;
	padding:8px 0 0 0;
	position:static;
}


/*
=Forms
*/
.form-general {
	margin:1em 0;
	padding:6px;
	border-width:2px 0;
}
.form-general label {
	display:block;
	margin:0 4px 2px 2px;
	font-weight:bold;
}
label strong {
	display:block;
	color:#900;
}
.disabled label {color:#999;}
label span,
label em {
	margin:0;
	color:#666;
	font-size:0.94em;
	font-weight:normal;
	font-style:normal;
}
.form-general input,
.form-general select,
.form-general textarea {
	margin:0;
	border:1px solid #b1b1b1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.form-general .alt {
	display:inline;
	margin:0 12px 0 0;
}
.text,
.radio,
.checkbox,
.select {margin:0 0 10px;}
.text textarea {height:120px;}
.flex input,
.flex textarea {width:92%;}
.small input,
.small textarea {width:176px;}
input,
.medium input,
.medium textarea {width:211px;}
.large input,
.large textarea {width:330px;}
.full input,
.full textarea {width:450px;}
.flex .text-input {width:100%;}
.small .text-input {width:190px;}
.medium .text-input {width:225px;}
.large .text-input {width:344px;}
input[type=submit] {width:auto !important;}
input[type="text"],
input[type="submit"] {
	line-height:1;
	font-size:1em;
}
.form-general fieldset {
	margin:1em 0;
	padding:5px 8px;
	border:1px solid #ddd;
}
.text-input {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b1b1b1;
	text-align:left;
	background:#fff url(/i/input-bg.png) no-repeat;
	min-height:24px;
	position:relative;
}
#contact-form,
#pro-login-form {padding:0;}
.text {margin:0 0 10px;}
.text-input input,
.text-input textarea {
	margin:4px 6px;
	color:#333;
	border:none;
}
.submit-area input,
.form-addproduct input[type="submit"],
#basket input[type="submit"],
#search input[type="submit"] {
	background:#0b4b8c url(/i/btn-grad-blue.png) repeat-x;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:#fff;
	font-weight:bold;
	min-height:24px;
	border:1px solid #094078;
	cursor:pointer;
	position:relative;
	padding:4px 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
/* Columns */
form .row {margin-bottom:20px;}
form .col {
	float:left;
	width:219px;
	margin:0 20px 0 0;
}
.row .small {width:99px;}
.row .medium {width:219px;}
.row .large {width:338px;}
.row .full {width:458px;}
/* Fieldset cols have padding, so they get smaller widths. */
form fieldset.col,
.row fieldset.large {width:320px;}
.row fieldset.small {width:83px;}
.row fieldset.medium {width:201px;}
/* Fieldset cols are large as default */
.row .hr {width:100%;}
.cols-1 .col-1,
.cols-2 .col-2,
.cols-3 .col-3,
.cols-4 .col-4,
.cols-5 .col-5,
.cols-6 .col-6 {margin-right:0;}
.row .submit-area {margin-top:1.5385em;}
.submit-area,
.cols-1 .submit-area {
	margin:0;
	width:100%;
}
.checkbox,
.radio {white-space:nowrap;}
.checkbox input,
.radio input {
	width:auto !important;
	vertical-align:middle;
}
.checkbox label,
.radio label {
	display:inline;
	margin-left:4px;
	vertical-align:middle;
	white-space:normal;
}
.alt label {
	display:inline;
	font-weight:normal;
}
.text.error label,
.error legend {color:#900;}
/* Styled button element */
button.button {
	width:auto;
	overflow:visible;
	margin:0 6px 0 0;
	padding:5px 7px;
	border:2px solid;
	border-color:#ddd #bbb #bbb #ddd;
	color:#000;
	background-color:#f9f9f9;
	font-size:1em;
	line-height:17px;
	font-weight:bold;
	cursor:pointer;
}
button.previous {
	padding-left:14px;
	background:#f9f9f9 url(/i/icons/resultset_previous.gif) no-repeat 0 50%;
}
button.next {
    padding-right:14px;
    background:#f9f9f9 url(/i/icons/resultset_next.gif) no-repeat 100% 50%;
}
button.link {
	margin:0;
	padding:5px 0;
	border:0;
	background:transparent;
	cursor:pointer;
}
button.link span {text-decoration:underline;}
/* Styled input button */
input.btn {
    width:auto;
    overflow:visible;
    margin-left:2px;
    padding:4px 12px;
    border:2px solid;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    font-size:1.08em;
    text-align:center;
    cursor:pointer;
}
input.btn-1 {
    border-color:#c7d683;
    color:#000;
    background-color:#e6efc2;
    text-shadow:1px 1px 0 #dfebb1;
}
input.btn-1:hover,
input.btn-1:focus {
    -moz-box-shadow:0 0 2px #ccc;
    -webkit-box-shadow:0 0 2px #ccc;
    box-shadow:0 0 2px #ccc;
    background-color:#eaeea3;
}
/* Fieldset + legend without border */
.form-general fieldset.no-border {
	padding:0 9px;
	border:none;
}
.no-border legend {padding:0;}
/* Datepicker (jQuery UI) */
.dates .text {
    float:left;
    margin-right:1em;
}
.dates .small {width:160px;}
.dates .small input {width:120px;}
.dates img {
    margin-left:3px;
    vertical-align:middle;
}
.ui-datepicker-trigger {
    padding:0;
    border:none;
    background:transparent;
}
/*
=Modules
*/
.m {margin:0 0 1em;}
.m h2 {
	margin:0 0 8px;
	font-size:1.25em;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}
.m ul {
	list-style:none;
	margin:0;
	padding:0;
}
.m li {margin:0 0 6px;}
.m h3 {
	margin:0;
	font-size:1.1em;
	font-weight:bold;
}
.m-box {
	background:#f1f4f6;
	border:1px solid #d1dae3;
	padding:20px 10px;
}
.m-box h2,
.m-info-box h2 {
	color:#1d58a3;
	word-wrap:break-word;
}
.m-box .col:first-child {background:url(/i/grey-border.png) repeat-y top right;}
.m-box .col {
	width:50%;
	float:left;
	min-height:270px;
}
.m-news p + p,
.m-info-box p + p {
	margin-top:7px;
}
.m-news p,
.m-info-box p {
	margin-bottom:0;
}
.m-news .date {
	text-align:right;
}
.m-news {
	padding:0 20px;
}
.m-vcard {
	background:#f1f4f6;
	border:1px solid #d1dae3;
	padding:10px 10px;
}
.m-info-box {
	padding:0 20px;
	margin-bottom:20px;
	background:#f1f4f6;
}
.layout-1 .m-info-box,
.layout-4 .m-info-box,
.layout-3 .m-info-box {
	padding:10px 12px 12px;
	border:1px solid #d1dae3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	position:relative;
}
#nav-login .m-info-box {
	margin-right:25px;
	padding:10px 15px 12px;
}
.m-info-box a.btn-none {
	color:#033479;
	clear:both;
}
.m-info-box a:hover.btn-none,
.m-info-box a:focus.btn-none,
.m-info-box a:active.btn-none {
	color:#033479;
}
/*
=Microformats
*/
.vcard {margin:1em 0;}

/*
=Skip link
*/
#skip {
	position:absolute;
	top:0;
	left:-9999px;
	z-index:100;
	width:100%;
	margin:0;
}
#skip a:focus,
#skip a:active {
	display:block;
	position:absolute;
	top:0;
	left:9999px;
	width:100%;
	padding:8px 0;
	border:2px solid #9ab2cc;
	border-width:2px 0;
	color:#033479;
	background:#d8e6f6;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.0;
	text-align:center;
}

/*
=Logo
*/
#logo a,
#logo img {float:left;}
#logo img {
	font-size:2em;
	padding:30px 0 0 15px;
}
#logo a:focus,
#logo a:active {
	outline:1px solid #333;
	background:transparent;
}

/*
=Main navigation
*/
#nav-main {
	text-align:right;
	float:right;
}
#nav-main > ul {
	float:right;
	width:100%;
	margin:0 0 10px;
	list-style:none;
}
#nav-main > ul > li {
	margin:0 0 0 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:0 0 3px;
	background:#d8e6f6;
	color:#033479;
	float:left;
	position:relative;
}
#nav-main > ul > li:hover {
	background:#c2d8f0;
	color:#333;
	position:relative;
}
#nav-main > ul > li > a:focus {
	background:#c2d8f0;
	color:#333;
}
#nav-main > ul > li > a {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	padding:5px 9px 3px 9px;
	float:left;
	font-size:1.1em;
	font-weight:bold;
}
#nav-main > ul > li.sel {
	padding-bottom:0;
}
#nav-main > ul > li.sel > a {
	border-bottom:3px solid #b60094;
	font-weight:normal;
}
#nav-main > ul > li.sel > a:hover,
#nav-main > ul > li.sel > a:focus,
#nav-main > ul > li.sel > a:active {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#nav-main > ul > li > a:hover,
#nav-main > ul > li > a:focus,
#nav-main > ul > li > a:active {
	color:#222;
	border-radius:6px 6px 0 6px;
	-moz-border-radius:6px 6px 0 6px;
	-webkit-border-radius:6px 6px 0 6px;
	position:relative;
}
#nav-main li:first-child > * {border-left:none;}
.menutrigger {display:none;}
.js .menutrigger {display:block;}
#nav-main > ul > li a.menutrigger {
    border-left:1px solid #9ab2cc;
	padding:6px 6px 2px;
	
}
#nav-main .menutrigger:hover,
#nav-main .menutrigger.active {
    background:#EDF2F6;
	border-radius:0 6px 0 0;
	-moz-border-radius:0 6px 0 0;
	-webkit-border-radius:0 6px 0 0;
	position:relative;
}
.megadropdown {
	display:none;
	position:absolute;
	top:28px;
	left:0;
	padding:0;
	background:#EDF2F6;
	font-size:1.1em;
	line-height:1.3;
	width:230px;
	-moz-box-shadow:0 5px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 5px 8px rgba(0,0,0,0.4);
	box-shadow:0 5px 8px rgba(0,0,0,0.4);
	border-bottom:3px solid #B60094
}
.megadropdown a {
	display:block;
	padding:4px 8px;
}
.megadropdown a:hover,
.megadropdown a:focus,
.megadropdown a:active {
	background:#fff;
}
.megadropdown > div {
	float:left;
	padding:10px 15px 25px 10px;
	border-left:1px solid #e2e2d6;
	text-align:left;
}
.megadropdown > div:first-child {
	border-left:none;
}
.megadropdown a {

}
.megadropdown h3 {
	font-size:1.1em;
}
.megadropdown h3 a:hover,
.megadropdown h3 a:focus,
.megadropdown h3 a:active {
	color:#fff;
	background:#a2002b;
}
.megadropdown ul {
	margin:0;
	padding:0;
	list-style:none;
}
.megadropdown li a {padding-left:12px;}

/*
=Supplemental navigation
*/
.nav-supp ul {
	margin:0;
	list-style:none;
}
.nav-supp li {
	float:left;
	margin:0 0.5em 0 0;
	padding-left:0.6em;
	border-left:1px solid #b60094;
}
#nav-supp {
	float:right;
	margin:5px 0 0;
}
#nav-supp li {
	margin:0 0 0 0.5em;
	line-height:1em;
}
#nav-supp li:first-child {
	margin:0;
	border-left:none;
}
#nav-supp-2 {
	float:right;
	border-left:1px solid #d1dae3;
	min-height:90px;
	margin:12px 0;
	padding:10px 40px 0;
}
#nav-supp-2 li {
	border:none;
	float:none;
	padding:8px 0;
}
#nav-supp-2 a {
	background-repeat:no-repeat;
	padding:0 0 0 23px;
}
#website-info {
	background-image:url(/i/icons/information.png);
}
#sitemap {
	background-image:url(/i/icons/sitemap_color.png);
}

/*
=Search and search results
*/
#search {
	clear:right;
	text-align:right;
	padding:20px 0 0;
}
#search .submit {width:auto;}
#search .header-search {
	float:right;
	padding:0 0 15px;
}
#search .text-input {float:left;}
#search .header-search input {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
#search .header-search .text-input input {
	width:220px;
	border:0;
}
#search .header-search input[type="submit"] {
	float:left;
	margin:0 0 0 10px;
}
#main-search {
	padding:0;
}
#main-search .control-group {
	float:left;
	margin:0;
}
#main-search label {display:inline;}
#main-search .control-group {
	width:80%;
}
#main-search .submit-area {
	float:left;
	margin:0;
	width:20%;
}
#main-search .submit-area input {margin:0;}
#search-results {
	margin-left:0;
	list-style:none;
}
#search-results li {margin-bottom:1em;}
#search-results p {margin:0;}
#search-results .path span {color:#B60094;}
#search-results li .path {margin-top:3px;}
#search-results li strong {background:#E2ECF6;}
/*
=Breadcrumbs
*/
#breadcrumbs {
	margin:0;
	background:url(/i/breadcrumbs-top-bg.png) repeat-x;
	border-bottom:1px solid #D0D4E8;
}
#breadcrumbs-inner {
	background:url(/i/breadcrumbs-bottom-bg.png) repeat-x left bottom;
	border-bottom:1px solid #fff;
	padding:5px 30px;
}
#breadcrumbs span {
	text-indent:-9999px;
	display:block;
	float:left;
	background:url(/i/arrow-purple.png) no-repeat 50% 50%;
	padding:0 17px;
}
#breadcrumbs a {
	display:block;
	float:left;
}

/*
=Sub navigation
*/
#nav-sub {
	background:#e2ecf6;
	margin-left:-20px;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	padding:10px 0;
	position:relative;
}
#nav-sub ul {
	margin:0;
	list-style:none;
}
/* Level one */
#nav-sub li a {
	display:block;
	padding:5px 10px 5px 30px;
	word-wrap:break-word;
}
/* Level two */
#nav-sub li li a {padding-left:40px;}
/* Level three */
#nav-sub li li li a {padding-left:50px;}
/* Level four */
#nav-sub li li li li a {padding-left:55px;}
#nav-sub li a:hover,
#nav-sub li a:focus,
#nav-sub li a:active {
	background:#edf2f6;
}
/* Page with expanded subpages */
#nav-sub li.expanded {
	background:#edf2f6;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#fff;
}
#nav-sub li.expanded > a {
	font-weight:bold;
	background:url(/i/arrow-purple.png) no-repeat 10px 50%;
}
/* Selected page link */
#nav-sub li a.selected {
	color:#ffcb37;
	background:#000;
	font-weight:bold;
}
#nav-sub li a.selected:hover,
#nav-sub li a.selected:focus,
#nav-sub li a.selected:active {
	color:#fff;
	background:#000;
}

/*
=Footer
*/
#footer .col-1,
#footer .col-2 {
	float:left;
	width:30%;
}
#footer .copyright {
	padding:5px 0 20px 0;
	float:left;
}
#footer .vcard {
	float:left;
	width:75%;
	margin:12px 0;
}

/*
=Buttons
*/
a.btn-blue,
a.btn-green,
a.btn-purple,
a.btn-yellow,
a.btn-orange {
	background-repeat:repeat-x;
	border:1px solid;
	margin:15px 0 0 0;
	padding:6px 10px;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	float:left;
	display:block;
	position:relative;
}
a.btn-blue {
	background-image:url(/i/btn-grad-blue.png);
	border-color:#094078;
	color:#fff;
	background-color:#063c80;
}
a:hover.btn-blue,
a:focus.btn-blue,
a:active.btn-blue {
	color:#fff;
	border-color:#1076DB;
}
a.btn-green {
	background-image:url(/i/btn-grad-green.png);
	border-color:#5aa08f;
	color:#333;
	background-color:#02a77e;
}
a:hover.btn-green,
a:focus.btn-green,
a:active.btn-green {
	color:#333;
	border-color:#7DDFC6;
}
a.btn-purple {
	background-image:url(/i/btn-grad-purple.png);
	border-color:#bb0b9a;
	color:#fff;
	background-color:#ba0f99;
}
a:hover.btn-purple,
a:focus.btn-purple,
a:active.btn-purple {
	color:#fff;
	border-color:#F30ECE;
}
a.btn-yellow {
	background-image:url(/i/btn-grad-yellow.png);
	border-color:#e0b30b;
	color:#333;
	background-color:#e9ba0b;
}
a:hover.btn-yellow,
a:focus.btn-yellow,
a:active.btn-yellow {
	color:#333;
	border-color:#FFCE0D;
}
a.btn-orange {
	background-image:url(/i/btn-grad-orange.png);
	border-color:#f67307;
	color:#333;
	background-color:#f67205;
}
a:hover.btn-orange,
a:focus.btn-orange,
a:active.btn-orange {
	color:#333;
	border-color:#FFB478;
}
a.btn-none {
	color:#fff;
	font-weight:bold;
	margin:5px 0;
	display:block;
	float:left;
}
a:hover.btn-none,
a:focus.btn-none,
a:active.btn-none {
	color:#fff;
}

/*
=Content styling
*/
/* Intro */
.intro {
	color:#000;
	font-size:1.2em;
}
/* Article footer */
.article-footer {
	clear:both;
	margin:1.5em 0 3em 0;
	background:#f1f4f6;
    border:1px solid #d1dae3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	position:relative;
}
.article-footer ul {
	margin:0;
	z-index:1000;
	position:relative;
}
.article-footer li {
	float:left;
	display:block;
	padding:5px 10px;
}
.article-footer a {
	padding:0 0 0 23px;
}
#print a {background:url(/i/icons/printer.gif) no-repeat;}
.article-footer a.share {background:url(/i/icons/email.png) no-repeat;}
.article-footer a.feedback {background:url(/i/icons/comment.png) no-repeat;}
.article-footer .sel {
	border-right:1px solid #D1DAE3;
	border-left:1px solid #D1DAE3;
	background:#E2ECF6;
}
#share-form, 
#feedback-form {
	margin:0;
	padding:0;
}
.panel {
	border-top:1px solid #D1DAE3;
	top:-1px;
	position:relative;
	z-index:500;
	display:none;
	background-color:#E2ECF6;
	padding:10px 20px 20px;
}
.panel .close {
	position:absolute;
	right:10px;
	top:5px;
}
.expanded {
	display:block;
}
#feedback h3,
#share h3 {
	margin-bottom:7px;
}
/* Flash */
.flash {margin:0 0 1em;}
.flash img {display:block;}
.flash object {display:block;}

/* Contact us */
#locations {
	width:45%;
	float:left;
}
#locations .vcard {
	margin:0 0 14px 0;
}
#locations .vcard h2 {
	text-transform:none;
	color:#1D58A3;
}
#locations .adr {
	float:left;
	width:50%;
	padding:0;	
}
#locations .adr-cont {
	border-bottom:1px solid #d1dae3;
	padding:0 0 10px 0;
	margin-bottom:10px;	
}
#locations .adr-cont p {
	clear:both;
	margin:5px 0 0 0;	
}
#locations .tel {
	clear:both;
}
#locations .street-address,
#locations .post-office-box {
	display:block;
}

/* Teaser box (start page and content pages) */
.layout-2 #m-teasers .teaser-box {
	width:223px;
}
.layout-2 #m-teasers .teaser-box .teaser-c {
	padding-top:75px;
	min-height:155px;
}
.layout-1 #m-teasers .teaser-box .teaser-c {
	padding:90px 0 15px 0;
}
.layout-1 #m-teasers .teaser-box {
	margin-bottom:30px;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	position:relative;
}
#m-teasers .teaser-box {
	margin-bottom:30px;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	position:relative;
}
#m-teasers .teaser-box .teaser-text {
	background:#000;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	padding:10px 12px 12px;
	line-height:1.2em;
}
#m-teasers .teaser-box .teaser-text p a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#m-teasers .teaser-box .teaser-text p {
	margin-bottom:0;
}
#m-teasers .teaser-box .teaser-text p + p {
	margin-top:5px;
}
#m-teasers .teaser-box .teaser-c {
	position:relative;
	z-index:0;
	overflow:hidden;
	width:100%;
}
#m-teasers .teaser-box img {
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	position:absolute;
	top:0;
	z-index:-1;
}
#m-teasers .teaser-h {
	padding:7px 12px;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	margin-bottom:1px;
	position:relative;
}
#m-teasers .teaser-blue {background:#033479 url(/i/grad-blue.png) repeat-x;}
#m-teasers .teaser-purple {background:#b90b98 url(/i/grad-purple.png) repeat-x;}
#m-teasers .teaser-green {background:#00a67d url(/i/grad-green.png) repeat-x;}
#m-teasers .teaser-orange {background:#f67001 url(/i/grad-orange.png) repeat-x;}
#m-teasers .teaser-yellow {background:#e9ba0a url(/i/grad-yellow.png) repeat-x;}
#m-teasers .teaser-h h2 {
	margin:0;
	word-wrap:break-word;
}
#m-teasers .teaser-green h2,
#m-teasers .teaser-yellow h2 {
	color:#333;
}
#m-teasers .teaser-blue h2,
#m-teasers .teaser-purple h2,
#m-teasers .teaser-orange h2 {
	color:#fff;
}

/* Multi-teaser start page */
#multi-teaser {
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	width:586px;
	padding-top:214px;
	position:relative;
	border-top:1px solid;
	border-right:1px solid; 
	border-left:1px solid;  
	border-color:#d1dae3;
	margin-bottom:30px;
}
#multi-teaser #multi-teaser-content .multi-teaser .hidden {
	display:none;
}
#multi-teaser #multi-teaser-content .multi-teaser {
	position:absolute;
	top:0;
}
#multi-teaser #multi-teaser-nav {
	border:1px solid #d1dae3;
}
#multi-teaser #multi-teaser-nav ul {
	list-style:none;
	margin:0;
}
/* Multi-teaser with 4 teasers */
#multi-teaser #multi-teaser-nav ul.teaser-4 li {width:25%;}
/* Multi-teaser with 3 teasers */
#multi-teaser #multi-teaser-nav ul.teaser-3 li {width:33%;}
#multi-teaser #multi-teaser-nav li {
	float:left;
	background:url(/i/box-inner-shadow.png) no-repeat;
	text-align:center;
}
#multi-teaser #multi-teaser-nav li:first-child a {border:none;}
#multi-teaser #multi-teaser-nav li a {
	display:block;
	padding:14px 0;
	text-decoration:none;
	background:#fff;
	border-left:1px solid #d1dae3;
	font-weight:bold;
	word-wrap:break-word;
}
#multi-teaser #multi-teaser-nav li.sel a,
#multi-teaser #multi-teaser-nav li:hover a,
#multi-teaser #multi-teaser-nav li a:hover,
#multi-teaser #multi-teaser-nav li a:focus,
#multi-teaser #multi-teaser-nav li a:active {
	background:url(/i/box-inner-shadow-right.png) no-repeat 100% top;
}
#multi-teaser #multi-teaser-content img {overflow:hidden;}
#multi-teaser #multi-teaser-content .multi-teaser-img {
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	position:relative;
}
#multi-teaser .multi-teaser-text {
	background:#000;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	padding:10px 12px 18px;
	line-height:1.2em;
	position:absolute;
	bottom:6px;
	max-width:250px;
}
#multi-teaser .multi-teaser-text p a {
	color:#fff;
	text-decoration:underline;
}
#multi-teaser .multi-teaser-text p {margin-bottom:0;}
#multi-teaser .multi-teaser-text p + p {margin-top:7px;}
#multi-teaser .multi-teaser-1 .multi-teaser-text {left:0;}
#multi-teaser .multi-teaser-2 .multi-teaser-text {left:120px;}
#multi-teaser .multi-teaser-3 .multi-teaser-text {right:80px;}
#multi-teaser .multi-teaser-4 .multi-teaser-text {right:0;}
/* Product order page */
#basket {
	float:right;
	width:40%;
	margin:15px 10px 0;
}
.form-addproduct {
	background:#F1F4F6;
	border:1px solid #D1DAE3;
}
.form-addproduct table,
.form-addproduct th,
.form-addproduct td {
	border:none;
}
.form-addproduct .form-content {padding:10px 5px 10px 10px;}
.form-addproduct .text-input {
	width:70px;
	float:left;
}
.form-addproduct .text-input input[type="text"] {width:56px;}
.form-addproduct .amount {white-space:nowrap;}
.form-addproduct input[type="submit"] {
	margin:0 0 0 5px;
}
.form-addproduct table {margin-bottom:0;}
.form-addproduct thead th {
	background:none;
	color:#333;
}
.form-addproduct h2 {
	font-size:1.2308em;
	color:#1D58A3;
	background:#D8E6F6;
	margin:0 0 5px;
}
.form-addproduct h2 a {
	display:block;
	padding:5px 10px;
	border:1px solid #D8E6F6;
}
.form-addproduct h2 a:hover,
.form-addproduct h2 a:focus,
.form-addproduct h2 a:active,
.form-addproduct h2 a.sel {
	border:1px solid #033479;
	text-decoration:none;
}
.form-addproduct h2 a.sel {font-weight:bold;}
.form-addproduct, #order-form {
	margin:0 0 15px 0;
	padding:0;
}
#order-form {padding:15px 20px;}
#order-form p {margin:0.8em 0 0.4em;}
/*
=Lists
*/
/* Regular list in content page */
ul, ol {
	margin-left:25px;
}
/* Contact list and contact form */
.contact-list {
	margin:0;
	list-style:none;
}
.contact-list li {
	float:left;
	width:50%;
	margin:0 0 20px;
	min-height:116px;
}
.contact-list li:nth-child(odd) {clear:both;}
.contact-list h2,
.contact-card h2 {
	color:#1d58a3;
	font-size:1.4615em;
	margin:0.4em 0;
}
.contact-list .title,
.contact-card .title {
	padding-top:5px;
}
.contact-list .vcard,
.contact-card .vcard {
	margin:10px 0;
}
.contact-list .vcard img,
.contact-card .vcard img {
	border:3px solid #d1dae3;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
	position:relative;
}
.contact-card,
.contact-box {
	float:left;
	padding:15px 20px;
}
.contact-card {
	border-left:0;
	width:30%;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
.contact-card .vcard {margin:0;}
.contact-box {
	width:55%;
	-moz-border-radius:8px 0 8px 8px;
	-webkit-border-radius:8px 0 8px 8px;
	border-radius:8px 0 8px 8px;
}
/* Article listing */
.article-list {
	margin-left:0;
	list-style:none;
}
.article-list li {margin:0 0 1.5em;}
.article-list h2,
.article-list h3 {
	margin:0.1em 0 0.1em;
}
.article-list p {margin:0;}
.article-list .meta {
	margin:3px 0 0;
	padding:3px 0 0;
	color:#555;
}
/* Latest news */
h1.news-heading {margin-bottom:0.3em;}
p.meta {margin-bottom:0.5em;}
h2.rss-heading {
	background:url(/i/icons/feed.png) no-repeat left 50%;
	padding-left:23px;
}
/* File list */
.file-list {
	margin:0 0 1em;
	list-style:none;
}
.file-list li {margin-bottom:6px;}
/* Filetypes */
/* Generic */
a.file {
	padding:5px 0 5px 20px;
	background-image:url(/i/suffix/small/icon-generic.png);
	background-position:0 50%;
	background-repeat:no-repeat;
}
/* Folders */
a.folder {background-image:url(/i/suffix/small/icon-folder.png);}
/* Images */
a.bmp,
a.gif,
a.jpg,
a.jpeg,
a.png,
a.psd {background-image:url(/i/suffix/small/icon-image.png);}
/* Vector graphics */
a.ai,
a.eps {background-image:url(/i/suffix/small/icon-vector.png);}
/* Text */
a.asp,
a.chm,
a.config,
a.css,
a.db,
a.htm,
a.html,
a.js,
a.txt,
a.xml {background-image:url(/i/suffix/small/icon-text.png);}
/* Rich text */
a.doc,
a.docx,
a.rtf {background-image:url(/i/suffix/small/icon-rich-text.png);}
/* Powerpoint */
a.ppt,
a.pptx {background-image:url(/i/suffix/small/icon-ppt.png);}
/* Flash */
a.fla,
a.swf {background-image:url(/i/suffix/small/icon-flash.png);}
/* Video */
a.mov,
a.wmv {background-image:url(/i/suffix/small/icon-video.png);}
/* PDF */
a.pdf {background-image:url(/i/suffix/small/icon-pdf.png);}
/* Spreadsheet */
a.xls,
a.xlsx {background-image:url(/i/suffix/small/icon-spreadsheet.png);}
/* Compressed */
a.zip {background-image:url(/i/suffix/small/icon-zip.png);}
/* File meta */
a.file span {
	display:inline-block;
	padding-left:4px;
	color:#555;
	background:#fff;
	text-decoration:none;
}

/*
=Print link
*/
#print-link {
	display:block;
	clear:both;
	padding:4px 0 4px 20px;
	background:url(/i/icons/printer.gif) no-repeat 0 50%;
}
/*
=New window image link
*/
a.nw-image {
	padding-right:18px;
	background:url(/i/icons/new-window.gif) no-repeat 100% 50%;
}
/*
=Sitemap
*/
#sitemap-container ul {
	margin-left:25px;
}
#sitemap-container > ul > li {
	margin:0 0 1.3em;
	list-style-type:none;
}
#sitemap-container > ul > li > a {
	font-weight:bold;
	font-size:1.2em;
}
#sitemap-container > ul > li > ul {
	margin-top:0.3em;
}

/*
=Google map
*/
#map-container {
	position:relative;
	width:425px;
	height:450px;
	overflow:hidden;
	margin:0 20px 0 0;
	float:right;
	border:3px solid #d1dae3;
	-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.4);
}
#map-container .map {
	width:425px;
	height:450px;
}
#map-container span.note {
	display:none;
}
#map-container button {
	position:absolute;
	top:-2px;
	left:-2px;
	width:100%;
	height:100%;
	overflow:hidden;
	margin:2px;
	padding:2px;
	border-style:solid;
	border-width:0;
	background:transparent;
	text-indent:-100em;
	cursor:pointer;
}
#map-container a:focus,
#map-container a:active,
#map-container button:focus,
#map-container button:active {
	outline: 2px dashed #61bf1a;
}
.bubble {
	height:60px;
}

/*
=Blog
*/
.blogs,
.blog-entries {
	margin:0;
	list-style:none;
}
.blogs li {
	float:left;
	width:100%;
	margin:0 0 18px;
}
.blog-entries li {margin:0 0 18px;}

/*
=Share services
*/
#share h2 {
    font-size:1.2em;
    line-height:1;
    margin:0;
}
.services ul {
	margin-left:0;
	list-style:none;
}
.services li {
    width:33%;
    float:left;
}
.services a {
	padding:2px 0 2px 22px;
	background:none no-repeat 0 50%;
}
.services a.service-google {background-image:url(/i/share-services/google.png);}
.services a.service-delicious {background-image:url(/i/share-services/delicious.png);}
.services a.service-facebook {background-image:url(/i/share-services/facebook.png);}
.services a.service-linkedin {background-image:url(/i/share-services/linkedin.png);}
.services a.service-twitter {background-image:url(/i/share-services/twitter.png);}
.services a.service-digg {background-image:url(/i/share-services/digg.png);}
.services a.service-live {background-image:url(/i/share-services/live.png);}
.services a.service-add-favourite {background-image:url(/i/share-services/favourites.png);}
/*
=EPiServer Edit/Admin Bar
*/
#epibar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:29px;
	margin:0;padding:0;
	background:#f5f5f5;
	border-bottom:1px solid #aaa;
	z-index:9999;
}
#epibar ul {
	list-style:none;
	margin:0;
	padding:0 10px 0 0;
}
#epibar li {
	float:left;
	margin-left:10px;
}
#epibar li a {
	display:block;
	padding:5px 8px 5px 25px;
	background-position:6px 50%;
	background-repeat:no-repeat;
}
#epibar .quickedit a {background-image:url('/i/icons/epi/quickedit.png');}
#epibar .new a {background-image:url('/i/icons/epi/new.png');}
#epibar .editmode a {background-image:url('/i/icons/epi/editmode.png');}
#epibar .adminmode a {background-image:url('/i/icons/epi/adminmode.png');}
#epibar .closeedit a {background-image:url('/i/icons/epi/close.png');}

#epibar li.editmode,
#epibar li.adminmode {float:right;}
/*
=Events
*/
.upcoming-events h4 {padding:6px 0 3px;}
.upcoming-events ul {
    margin-left:0;
    list-style:none;
}
.upcoming-events .meta {
    display:block;
}
.upcoming-events .meta * {
    color:#444;
    font-weight:normal;
}
.upcoming-events .category {
    padding:1px 2px;
    background:#ffd0b0;
}
.upcoming-events h3 a {
    padding:0;
    font-size:1.2em;
}
.event-meta {
    padding:6px;
    border-top:1px solid #f39400;
    background:#faf5f2;
}
.event-meta dd {margin-left:12px;}

/* END @media screen, projection */
}
