@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #ccc;
	color: #666666
}

img, img a {border: none;}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
.left {float: left;}
.right {float: right;}

img.left {float: left; margin: 0 24px 16px 0;}
img.right {float: right; margin: 0 0 16px 24px;}
	
a {color: #0168B3;}
a:hover { text-decoration: none; }


#top, #wrap, #footer, #footer2 {
	width: 1024px;
	margin: 0 auto;
	}
	
#top {
	background: #0068b3 url(../images/bg_top.jpg) no-repeat;
	}
	
#top h1 a {
	display: block;
	height: 139px;
	width: 200px;
	}
	
	#top h1 a strong {display: none;}
	
#wrap {
	background: #FFF url(../images/bg_wrap.jpg) right bottom no-repeat;
	padding-bottom: 16px;
	}
	
#content {padding: 24px 224px 24px 24px;}
	
#content h1 {
	color: #0068b3;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: .7em;
	}
	
#content h2 {
	color: #0068b3;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: .6em;
	padding-top: 16px
	}
	
#content h3 {
	color: #339900;
	font-size: 1.1em;
	margin-bottom: .4em;
	padding-top: 10px
	}
	
#content ol, #content ul {
	margin: 0 0 16px 20px;
	}
	
#content li {line-height: 1.6em;}
	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*===================== HOME ==========================*/

#home-content {
	width: 1024px;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 16px;
	}

#home-content h1 {
	display: block;
	width: 322px;
	height: 28px;
	}
	
	#home-content h1 strong {display: none;}
	
	#home-content .box1 h1 {background: url(../images/h_box1.gif) no-repeat;}
	#home-content .box2 h1 {background: url(../images/h_box2.gif) no-repeat;}
	#home-content .box3 h1 {background: url(../images/h_box3.gif) no-repeat;}
	
.box1, .box2, .box3 {
	float: left;
	width: 322px;
	margin-left: 14px;
	}
	
.box 3 {float: right; }

#home-content .txt {
	padding: 10px;
	border: 1px dotted #0068b3;
	border-top: none;
	}
	
#feedback {
	padding: 24px;
	background: #f0f0f0;
	}
	
#feedback td {
	padding: 4px;
	}
	
	
	
/*============================ CATALOGUE ===============================*/

#catalogue {
	margin: 16px 0;
	}
	
#catalogue td {
	vertical-align: top;
	background: #f0f0f0;
	padding: 4px;
	}
	
#catalogue td td {background: none;}
	
#catalogue h3 {
	font-size: 1.1em;
	margin-bottom: 2px;
	}
	
#catalogue p {
	line-height: 1.2em;
	}
	
#catalogue h3, #catalogue strong {color: #0068b3;}
	
#catalogue td img {
	border: 1px solid #fbc281;
	margin-right: 8px;
	} 