@charset "UTF-8";
/* CSS Document */
body{
	background: #000000;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
#wrapper{
	width: 952px;
	margin: 0 auto;
}
#header{
	background-image: url('images/header.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 912px;
	height: 154px;
	font-size: 14px;
	padding-top: 40px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
#bja{
	background-image: url('images/bja.jpg');
	width: 68px;
	height: 76px;
	background-repeat: none;
	position: absolute;
	top: 40px;
	right: 126px;
}
#nexijl{
	background-image: url('images/nexijl2.jpg');
	width: 80px;
	height: 127px;
	background-repeat: none;
	position:absolute;
	top: 50px;
	left: 150px;
}
a, a:hover, a:visited, a:active{
	color: #52869c;
	text-decoration: underline;
}
a:active{
	position: relative;
	top: 1px;
}
h1{
	color: #52869c;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2{
	color: #22566c;
	font-size: 1.2em;
	margin-bottom: 5px;
}
p{
	margin-bottom: 10px;
}
p.footer{
	text-align: center;
	color: #ffffff;
}
#products_left{
	background: none;
}
#products_left h2{
	color: #444;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 10px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	display: block;
	cursor: pointer;
}
#products_left p {
	font-size: 11px;
	width: 163px;
	display: block;
}
#products_left a {
	color: #666;
	text-decoration: none;
	width: 163px;
	display: block;
}
#products_left a:hover {
	color: #444;
	background: #FFF;
}
#products_left p, #products_right p{
	margin-bottom: 0px;
}
#products_left{
	width: 162px;
	padding-right:0px;
}
#products_right > div {
	display: none;
}
.product_image{
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	width: 700px;
}
.product .description {
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	font-size: 11px;
}
.product h2 { padding-left: 5px; }
#next_product, #prev_product{
	cursor: pointer;
	margin-top: 10px;
	color: #22566C;
}
#next_product:hover, #prev_product:hover{
	color: #333;
}
.right{
	padding: 0px;
	width: 710px;
}
#telephone{
	float: right;
}
#menu{
	background-image: url('images/nav_bg.png');
	background-repeat: no-repeat;
}

/* menu mouseover effects */
/*#nav_home {
	background: url('images/nav_home.png');
	width: 133px;
	padding-left: 7px;
	padding-right: 22px;
}
#nav_home:hover{
	background: url('images/nav_home_on.png');
}
#nav_about{
	background: url('images/nav_about.png');
	width: 145px;
	padding-right: 60px;
}
#nav_about:hover{
	background: url('images/nav_about_on.png');
}
#nav_product_catalogue{
	background: url('images/nav_product_catalogue.png');
	width: 217px;
	padding-right: 24px;
}
#nav_product_catalogue:hover{
	background: url('images/nav_product_catalogue_on.png');
}
#nav_our_services{
	background: url('images/nav_our_services.png');
	width: 165px;
	padding-right: 40px;
}
#nav_our_services:hover{
	background: url('images/nav_our_services_on.png');
}
#nav_contact{
	background: url('images/nav_contact.png');
	width: 116px;
	padding-right: 23px;
}
#nav_contact:hover{
	background: url('images/nav_contact_on.png');
}
#nav_home, #nav_about, #nav_product_catalogue, #nav_our_services, #nav_contact{
	height: 50px;
	background-repeat: no-repeat;
}
#nav_home:hover, #nav_about:hover, #nav_product_catalogue:hover, #nav_our_services:hover, #nav_contact:hover{
	height: 50px;
	background-repeat: no-repeat;
}*/

/* content box */
#content_top{
	background-image: url('images/content_top.png');
	background-repeat: no-repeat;
	height: 15px;
}
#content_main{
	background-image: url('images/content_body.png');
	background-repeat: repeat-y;
	padding: 25px;
	padding-top: 15px;
	color: #000000;
}
#content_bottom{
	background-image: url('images/content_bottom.png');
	background-repeat: no-repeat;
	height: 15px;
}
ul{
	list-style: none;
}
ul.nav{
	font-size: 14px;
}
ul.nav li a{
	color: #ffffff;
	text-decoration: none;
}

#header .fleft { margin-top: 20px; }