/* ----------------------------- Clobal ----------------------------- */
* {
	padding:0;
	margin:0;
}
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	background: #FFF;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:15px 0;
}
li, dd, blockquote { 
	margin-left: 40px; 
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
	font-size: 14px;
	margin: 10px 0;
}
fieldset { 
	padding:10px; 
}
table { 
 	border-collapse: collapse; 
 	border: 0px;
}
table td { 
	padding: 0px;
	vertical-align: top;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.important {
	color: #105E9E;
	font-weight: bold;
}

/* ----------------------------- links ------------------------------ */

a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a img {
	border: 0;
}
a.pdf, a.pdf:visited {
	display: block;
	margin-left: 60px;
	margin-bottom: 0px;
	color: #D26864;
	text-decoration: none;
}
#schema a, #schema a:visited {
	margin: 10px 0;
}
/* ----------------------------- Layout ----------------------------- */

#container {
	width: 923px;
	margin: 0px auto 0 auto;
}
#home-page #container {
	width: 923px;
	margin: 0 auto 0 auto;
}
#popup-page #container {
	width: auto;
	margin: 10px;
}
#header {
	background: url(../images/header_bg.gif) repeat-x #FFF;
	height: 78px;
}
#navigation {
	height: 27px;
	background: url(../images/navigation_bg.gif) repeat-x #00415F;
	margin-bottom: 1px;
}
#headline {
	background: url(../images/headline_bg.jpg) no-repeat #FFF;
	padding: 20px 0 0 17px;
}
#home-page #headline {
	background: url(../images/headline_bg.jpg) no-repeat #FFF;
	padding: 34px 0 0 17px;
}
#cw {
	background: url(../images/corners_top.jpg) no-repeat 50% 0%;
	padding-top: 28px;
}
#content {
	position: relative;
	border: solid #D3D3D3;
	border-width: 0 1px 0 1px;
	background: url(../images/shadow_corner.jpg) 100% 100% no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
#popup-page #content {
	background: none;
	border: 0;
}
#footer {
	height: 60px;
	line-height: 60px;
	font-size: 10px;
	padding-left: 44px;
	padding-top: 30px;
	background: url(../images/corners_bottom.jpg) no-repeat;
}
#feat {
	position:absolute;
	right: 0;
	top: 0;
	background: #D26864;
	padding: 10px;
	word-spacing: 10px;
}
/* ----------------------------- Header ----------------------------- */

#logo {
	float: left;
	padding: 11px 0 0 30px;
	height: 67px;
	background: url(../images/header_left.gif) no-repeat transparent;
}
#home {
	float: right;
	padding: 20px 60px 0 0;
	height: 58px;
	background: url(../images/header_right.gif) no-repeat 100% 0 transparent;
}

/* ----------------------------- Navigation ------------------------- */

#tabs {
	float:right;
	line-height:normal;
	font-size: 11px;
}
#tabs ul {
	margin:0;
	padding: 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a, #tabs a:link {
	float:left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:7px 28px 7px 23px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span, #tabs a.active span {
	color:#9DCDE9;
}
#tabs a:hover, #tabs a.active {
	background-position:0% -27px;
}
#tabs a:hover span, #tabs a.active span {
	background-position:100% -27px;
}

/* ----------------------------- Headline --------------------------- */

.fonheadline {
	background: url(../images/heading_bg.gif) repeat-x #EEE;
}

#headline h1 {
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	color: #939393;
	background: url(../images/heading_bg.gif) repeat-x #EEE;
}
#headline span {
	display: block;
	background: url(../images/heading_bullet.gif) no-repeat 0 50% transparent;
	padding-left: 33px;
}
#headline ul  {
	margin: 0 0 0 21px;
	padding: 0;
}
#headline ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 10px 0 7px 0;
	padding-left: 10px;
	text-align: justify;
}
#headline #c {
	margin: 0 300px;
}
#headline #r {
	float: right; 
	width: 300px;
}
#headline #l {
	float: left; 
	width: 300px;
	margin-left: 16px;
}
#headline a { color: #105E9E; font-weight: bold; text-decoration: none; }

/* ----------------------------- Content ---------------------------- */

#left, #right {
	position: relative;
	margin-top: -11px;
}
#left {
	padding: 25px 21px 10px 21px;
	float: left;
	width: 350px;
	background: url(../images/shadow.jpg) 100% 0 no-repeat;
}
#left.product {
	text-align: center;
	line-height: 19px;
}
#left.product a, #left.product a:link, #left.product a:visited {
	width: 160px;
	background: url(../images/link_bg.gif) no-repeat 50% 50%;
	margin: 3px;
	text-decoration: none;
	display: block;
	float: left;
}
#left ul {
	margin: 0 0 0 21px;
	padding: 0;
}
#left ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 13px 0;
	padding-left: 10px;
	text-align: justify;
}
#right {
	width: 469px;
	float: right;
	padding: 25px 15px;
}
#right img.index, #right object {
	position: absolute;
	right: 20px; 
	top: 40px;
	z-index: 256;
}
#right object {
	top: 60px;
}
	
	/* ----------------------------- Production ---------------------------- */
	
	#content h1, #popup-page h1  {
		font-size: 14px;
		background: url(../images/arrow2.gif) 10px 50% #EEE no-repeat;
		margin: 0;
		line-height: 32px;
		padding-left: 35px;
		border: solid #FFF;
		border-width: 0 1px;
		text-transform: uppercase;
	}
	#content h1 a, #content h1 a:visited {
		text-decoration: none;
	}
	#content h1 a:hover, #content h1 a:focus {
		text-decoration: underline;
	}
	.pl, .pr, .pc {
		min-height: 295px;
		margin-bottom: 3px;
		line-height: 12px;
	}
	* html .pl, * html  .pr, * html  .pc {
		height: 295px;
	}
	.pl {
		width: 300px; 
		float: left; 
	}
	.pr {
		width: 300px; 
		float: right; 
	}
	#popup-page .pr {
		width: 300px; 
		float: left;
	}
	.pc {
		width: 301px; 
		float: left;
	}
	.pl div, .pr div, .pc div {
		padding-top: 20px;
		text-align: center;
	}
	.pl div.text, .pr div.text, .pc div.text {
		padding: 10px 15px;
		text-align: left;
	}
	.pl a.more, .pl a.more:visited , .pr a.more, .pr a.more:visited, .pc a.more, .pc a.more:visited  {
		display: block;
		background: url(../images/arrow3.gif) no-repeat 0% 50%;
		padding-left: 13px;
		margin-left: 20px;
		margin-bottom: 0px;
		color: #D26864;
		text-decoration: none;
	}
	.pl a.more2, .pl a.more2:visited , .pr a.more2, .pr a.more2:visited, .pc a.more2, .pc a.more2:visited  {
		display: block;
		background: url(../images/arrow4.gif) no-repeat 0% 50%;
		padding-left: 13px;
		margin-left: 60px;
		margin-bottom: 0px;
		color: #105E9E;
		text-decoration: none;
	}
	.pl p, .pr p, .pc p {
		height: 1px; 
		background: #CCC; 
		line-height:1px; 
		margin: 0; 
		margin-left: 32px; 
		margin-top: 3px;
	}
	#booklets-page .pl p, .pr p, .pc p {
		height: 1px; 
		background: #CCC; 
		line-height:1px; 
		margin: 0; 
		margin-left: 0px; 
		margin-top: 3px;
	}
	.thickbox { display: none; }
	.hid { display: none !important; }
	.vis { display: block !important; }
	/* --------------------------- Production ----------------------- */
	
	.schema { width: 50%; padding: 10px; }
	.schema .thickbox { display: inline; width: 200px; }
	.schema .pdf {
		margin: 8px 0px;
		color: #D26864;
		text-decoration: none;
		display: block;
 	}
	span.flash, a.flash, span.flash:visited, a.flash:visited { 	
		color: #D26864;
		text-decoration: none;
		display: block;
		margin: 8px 0px;
	}
	.schema .flash img, .schema .pdf img {
		vertical-align: middle;
	}
	.schema .thickbox { display: none; }

	/* --------------------------- Panels ----------------------------- */
	
	.sizes table { margin: 5px; width: 80%; }
	.sizes table td { padding: 5px;  }
	.sizes table tr.heading td { border-bottom: 2px solid #CCC; font-weight: bold; }
	.sizes td .flash {	margin: 0px; padding-left: 20px; background: url(../images/picture.gif) 0 50% no-repeat; }
	.col3 { width: 150px; }

	td.col1 { width: 100px; }
	.sizes div { float: left; padding: 20px; }
	.ext { color: #00ADEF; }
	
	/* --------------------------- Contacts --------------------------- */
	
	#map { display: block; float: left; margin-right: 20px; }
	#map img { display: block; border: 4px solid #CCCCCC; }

/* ----------------------------- Footer ----------------------------- */

#footer-nav {
	position: relative;
	margin-left: -36px;
	line-height: normal;
}
#footer-nav #top {
	float: left;
}
#footer-nav ul {
	position: relative;
	float: right;
	margin: 0;
	margin-right: 6px;
	padding: 0;
}
* html #footer-nav ul {
	margin-right: -30px;
}
#footer-nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 6px;
	line-height: 10px;
	border-right: 1px solid #000;	
}
#footer-nav ul li.last {
	border: 0;
}
#footer-nav ul li.to-home {
	padding-left: 15px;
	background: url(../images/arrow.gif) 0% 50% no-repeat;
	border: 0;
	margin-right: 10px;
}
#footer-nav ul li a {
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}
#copyright {
	float: left;
}
#madein {
	float: left;
	margin-left: 32px;
}
#madein a, #madein a:link, #madein a:visited {
	background: #E4E4E4;
	padding: 5px;
}
#counters {
	float: right;
	padding: 15px 0;
}

