@import url(reset.css);
@import url(forms.css);

html {
	font-size: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	background: #A7D7FE url(../img/bg.png) repeat-x 0 0;
	color: #475570;
}

#header {
	margin: 0 auto;
	height: 180px;
	position: relative;
	background: url(../img/logo.png) no-repeat 100% 33px;
}

#content {
  padding-left: 5px;
}

#sidebar {
   margin-left: 3px;
	 float: right;
}
   
#header #tagline {
	position: absolute; overflow: hidden;
	text-indent: -9999px;
	left: 0; top: 57px; width: 717px; height: 96px;
	background: url(../img/tagline.png) no-repeat 0 0;
}

#main {
	margin: 0 auto;
	background: #FFF;
	color: #475570;
	padding: 3px 0px 8px 0px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottom-left: 8px;
	-webkit-border-radius-bottom-right: 8px;
}

#footer {
	margin: 0 auto;
	background: #0A0A3B;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-top-left: 8px;
	-webkit-border-radius-top-right: 8px;
}

.container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.w1   { float: left;  margin-left: 8px; margin-right: 8px; width:  64px; }
.w2   { float: left;  margin-left: 8px; margin-right: 8px; width: 144px; }
.w3   { float: left;  margin-left: 8px; margin-right: 8px; width: 224px; }
.w4   { float: left;  margin-left: 8px; margin-right: 8px; width: 304px; }
.w5   { float: left;  margin-left: 8px; margin-right: 8px; width: 384px; }
.w6   { float: left;  margin-left: 8px; margin-right: 8px; width: 464px; }
.w7   { float: left;  margin-left: 8px; margin-right: 8px; width: 544px; }
.w8   { float: left;  margin-left: 8px; margin-right: 8px; width: 624px; }
.w9   { float: left;  margin-left: 8px; margin-right: 8px; width: 704px; }
.w10  { float: left;  margin-left: 8px; margin-right: 8px; width: 784px; }
.w11  { float: left;  margin-left: 8px; margin-right: 8px; width: 864px; }
.w12  { float: left;  margin-left: 8px; margin-right: 8px; width: 944px; }

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.right { float: right; }

hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #92BDE5;
	padding: 8px 0 0 0;
	background: transparent;
	height: 0px;
	margin: 8px 8px 10px 8px;
}

.vcard {
	font-size: 85%;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

p.notice {
	clear: both;
	padding: 8px;
	font-weight:bold;
	color: white;
	margin: 0;
}

.vcard .will-change {
	text-decoration: line-through;
}

.vcard div.tel {
	margin: 8px 0px;
}

.vcard a {
	font-weight: bold;
}

.vcard .locality {
	text-transform: uppercase;
}

.vcard table {
	margin-top: 8px;
}

.vcard table th, .vcard table td {
	text-align: left;
	padding-right: 1em;
	padding-left: 0px;
}

.vcard table th:after {
	content: '::';
}

.vcard caption {
	text-align: left;
	padding-top: 16px;
	font-weight: bold;
	padding-left: 2px;
}

.vcard caption:after {
	content: '::';
}

#footer {
	margin-top: 16px;
	text-align: right;
	font-size: 85%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

#footer a:link    { color: #788AAB; text-decoration: none; }
#footer a:visited { color: #788AAB; text-decoration: underline; }
#footer a:focus   { color: #BCC5D5; text-decoration: underline; }
#footer a:hover   { color: #BCC5D5; text-decoration: underline; }
#footer a:active  { color: #BCC5D5; text-decoration: none; }

#footer ul {
	text-align: left;
	list-style: none;
}

#footer ul li {
	margin: 4px 0px;
}

#footer .vcard {
	font-size: 100%;
	margin-bottom: 8px;
}

#footer .vcard .org { display: none; }
#footer .vcard .country-name { display: none; }
#footer .copyright a.org { display: inline; }

#footer dl {
	display: block;
	margin: 0;
}

#footer dt {
	display: inline;
	margin: 0 1em 0 0;
}

#footer dt:after {
	content: '::';
}

#footer dd {
	display: inline;
	margin: 0;
}

#top-menu {
	position: absolute;
	left: 0; top: 141px;
	width: 960px; height: 42px;
	overflow: hidden;
	background: url(../img/top-menu.png) no-repeat 0 -42px;
}

#top-menu li {
	display: block;
	float: left;
	width: 120px; height: 42px;
}

#top-menu li a, #top-menu li b {
	display: block;
	float: left;
	width: 120px; height: 42px;
	text-indent: -9999px;
	background-image: url(../img/top-menu.png);
}

#top-menu li.item0 a { background-position:    0px 0px; }
#top-menu li.item1 a { background-position: -120px 0px; }
#top-menu li.item2 a { background-position: -240px 0px; }
#top-menu li.item3 a { background-position: -360px 0px; }
#top-menu li.item4 a { background-position: -480px 0px; }
#top-menu li.item5 a { background-position: -600px 0px; }
#top-menu li.item6 a { background-position: -720px 0px; }
#top-menu li.item7 a { background-position: -840px 0px; }
                                             
#top-menu li.item0 b { background-position:    0px -42px; }
#top-menu li.item1 b { background-position: -120px -42px; }
#top-menu li.item2 b { background-position: -240px -42px; }
#top-menu li.item3 b { background-position: -360px -42px; }
#top-menu li.item4 b { background-position: -480px -42px; }
#top-menu li.item5 b { background-position: -600px -42px; }
#top-menu li.item6 b { background-position: -720px -42px; }
#top-menu li.item7 b { background-position: -840px -42px; }
                                             
#top-menu li.item0 a:focus { background-position:    0px -42px; }
#top-menu li.item1 a:focus { background-position: -120px -42px; }
#top-menu li.item2 a:focus { background-position: -240px -42px; }
#top-menu li.item3 a:focus { background-position: -360px -42px; }
#top-menu li.item4 a:focus { background-position: -480px -42px; }
#top-menu li.item5 a:focus { background-position: -600px -42px; }
#top-menu li.item6 a:focus { background-position: -720px -42px; }
#top-menu li.item7 a:focus { background-position: -840px -42px; }
                                                  
#top-menu li.item0 a:hover { background-position:    0px -42px; }
#top-menu li.item1 a:hover { background-position: -120px -42px; }
#top-menu li.item2 a:hover { background-position: -240px -42px; }
#top-menu li.item3 a:hover { background-position: -360px -42px; }
#top-menu li.item4 a:hover { background-position: -480px -42px; }
#top-menu li.item5 a:hover { background-position: -600px -42px; }
#top-menu li.item6 a:hover { background-position: -720px -42px; }
#top-menu li.item7 a:hover { background-position: -840px -42px; }
                                                  
ul.block-menu {
	width: 291px;
	/*height: 486px;*/
	margin-right: 0; margin-left: auto;
	margin-bottom: -8px;
}

ul.block-menu li {
	display: block;
	width: 291px; height: 124px;
	background-image: url(../img/image-menu.png);
	background-repeat: no-repeat;
}

ul.block-menu li a {
	display: block;
	width: 291px; height: 124px;
	background-image: url(../img/image-menu.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

ul.block-menu li.item0 { background-position: -291px    0px; }
ul.block-menu li.item1 { background-position: -291px -124px; }
ul.block-menu li.item2 { background-position: -291px -248px; }
ul.block-menu li.item3 { background-position: -291px -372px; }

ul.block-menu li.item0 a { background-position: -291px    0px; }
ul.block-menu li.item1 a { background-position: -291px -124px; }
ul.block-menu li.item2 a { background-position: -291px -248px; }
ul.block-menu li.item3 a { background-position: -291px -372px; }

ul.block-menu li.item0 b { background-position: 0px    0px; }
ul.block-menu li.item1 b { background-position: 0px -124px; }
ul.block-menu li.item2 b { background-position: 0px -248px; }
ul.block-menu li.item3 b { background-position: 0px -372px; }

ul.block-menu li.item0 a:focus { background-position: 0px    0px; }
ul.block-menu li.item1 a:focus { background-position: 0px -124px; }
ul.block-menu li.item2 a:focus { background-position: 0px -248px; }
ul.block-menu li.item3 a:focus { background-position: 0px -372px; }

ul.block-menu li.item0 a:hover { background-position: 0px    0px; }
ul.block-menu li.item1 a:hover { background-position: 0px -124px; }
ul.block-menu li.item2 a:hover { background-position: 0px -248px; }
ul.block-menu li.item3 a:hover { background-position: 0px -372px; }

/* ------------------- */

h2 {
	color: #FFF;
	font-size: 200%;
	margin: 8px 0px;
	font-weight: normal;
	font-family: 'AvantGarde Md BT', Helvetica, Arial, sans-serif;
}

#main h2 {
	color: #0A0A3B;
	font-size: 150%;
}

h3 {
	color: #0A0A3B;
	font-size: 150%;
	margin: 8px 0px;
	font-weight: normal;
	font-family: 'AvantGarde Bk BT', Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 200%;
	color: #00468C;
	margin-bottom: 8px 0px;
	font-weight: normal;
	font-family: 'AvantGarde Md BT', Helvetica, Arial, sans-serif;
}

h1 small {
	color: #666666;
	display: block;
	margin-top: 8px;
}

p {
	margin: 8px 0px;
	line-height: 1.8;
}

/*
#content {
	margin-right: 0;
	padding-right: 7px;
	border-right: 1px solid red;
	position: relative;
	left: 9px;
}

#sidebar {
	margin-left: 0px;
	padding-left: 19px;
	margin-right: 0;
	width: 292px;
	border-left: 1px solid green;
	background: lime;
}
*/

#content ul {
  list-style-position: inside;
  margin-left: 3em;
  line-height: 25px;
}

.pagination {
text-align:center;
padding-bottom:10px;
}
.pagination a, .pagination a:visited, .pagination a:link{
color:#00468C;
font-weight:bold;
}

.pagination a:hover {

color:#000;

}
ul#catalogue {
margin:0px;
padding:0px;
}

#catalogue li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
margin:0px;
padding:0px;
}
#catalogue li  .title {
font-weight:bold;
width:490px;
font-size:1.8em;
}
#catalogue li .price {
float:right;

width:100px;
text-align:center;
font-weight:bold;
font-size:1.3em;
}
#catalogue li  p {
width:490px;
}
#catalogue li .pdf  a, #catalogue li .nopdf, #catalogue li .pdf  a:link, #catalogue li .pdf  a:visited{
display:block;
padding-left:20px;
width:470px;
text-decoration:none;
font-weight:bold;
color:#00468C;
background-image:url(../img/pdf_small.gif);
background-repeat:no-repeat;
background-position:0px 3px;
}
#catalogue li .pdf  a:hover {
color:#000;
}

#catalogue li .product {
min-height:120px;
}
#catalogue li .description{
width:490px;
min-height:80px;

}

#catalogue li .productImage {
float:right;
width:100px;
clear:right;

}
#catalogue li .productImage  img{
width:100px;
}
hr.productbreak {
width:100%;
margin-left:0px;
}
#footer a#adminlink {
display:block;
text-decoration:none;
width:10px;
height:10px;
float:right;
}
a#adminlink:hover{
background-color:#fff;
}