/* CSS Document */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

strong{
	font-weight: bold;
}

/* PNG fix */
img, div, a, input, p, span {
	behavior: url('/css/iepngfix.htc');
}

/* Global Styles */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background: #f0f0f0 url('/img/background.gif') top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #636267;
	line-height: 15px;
	text-align: justify;
}

a {
	outline-style: none;
	color: #956c52;
	text-decoration: none;	
}
a:hover {
	color: #956c52;
	text-decoration: underline;	
}

a.bold { font-weight: bold; }

span.none { position: absolute; left: -9999px; }
span.bold {	font-weight: bold; }

#container{
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.1em;
}

#body_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* Header Styles */
#header_wrapper{
	width: 440px;
	height: 140px;
	margin: 0;
	padding: 0 280px 0 280px;
	float: left;
}

#header_wrapper h1{
	width: 440px;
	height: 140px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

/* Content top Styles */
#contenttop_wrapper{
	width: 1000px;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
}

#contenttop{
	width: 1000px;
	height: 35px;
	margin: 0;
	padding: 0;
	float: left;
}

#contenttop_wrapper .contenttop{			background: url('/img/content_top.gif') -0px -0px;}
#contenttop_wrapper .contenttop_home{		background: url('/img/content_top.gif') -0px -35px;}
#contenttop_wrapper .contenttop_company{	background: url('/img/content_top.gif') -0px -70px;}
#contenttop_wrapper .contenttop_products{	background: url('/img/content_top.gif') -0px -105px;}
#contenttop_wrapper .contenttop_catalogues{	background: url('/img/content_top.gif') -0px -140px;}
#contenttop_wrapper .contenttop_expertise{	background: url('/img/content_top.gif') -0px -175px;}
#contenttop_wrapper .contenttop_contact{	background: url('/img/content_top.gif') -0px -210px;}
#contenttop_wrapper .contenttop_sitemap{	background: url('/img/content_top.gif') -0px -0px;}

/* Content Styles */
#content_wrapper{
	width: 1000px;
	margin: 0;
	padding: 0;
	float: left;
	background: url('/img/content_bg.gif') repeat-y;
}

#content_wrapper #content{
	width: 970px;
	margin: 0;
	padding: 0 5px 0 25px;
	float: left;
}

#content_wrapper #content h2.pagetitle{
	width: 950px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	clear: both;
	font-size: 1.5em;
}

/* Content bottom Styles */
#contentbottom_wrapper{
	width: 1000px;
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
	background: url('/img/contentbottom_bg.gif') no-repeat;
}

/* Bottom Styles */
#bottom_wrapper{
	width: 1000px;
	margin: 0;
	padding: 0;
	float: left;
}

#bottom_wrapper #bottom_left{
	width: 690px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
	text-align: left;
}

#bottom_wrapper #bottom_right{
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	float: right;
	display: inline;
	text-align: right;
}