/* main styles */
html * {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	padding:0;
  	color:#fff;
	font:12px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background:#000;
	width:900px;
	}
a {
	color:#fff;
	outline:none;
	text-decoration:none;
	border-bottom:1px dashed #fff;
	}	
a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;;
	outline:none;	
	}	
p {
	padding:10px 0;
	text-align:justify;
	line-height:1.3em;
	}
a img {
	outline:none;
	border:none;
	}
hr {
	height:1px;
	color:#404040;
	}
fieldset {
	border:none;
	}
h2 {
	font-size:1.3em;
	font-weight:bold;
	padding-top:20px;
	color:#FF0000;
	}
p.bigLink {
	font-size:1.3em;
	padding:10px 0;
	}
p.bigLink a {
	color:#FF0000;
	}	
#header {
	position:relative;
	border-bottom:1px solid #404040;
	width:900px;
	height:118px;
	margin-bottom:15px;
	font:13px 'lucida sans' Arial, Tahoma, Verdana, Helvetica, sans-serif;
	}
#header img.logo {
	position:absolute;
	top:15px;
	left:0;
	}
#header img.Flag {
	position:absolute;
	top:3px;
	left:804px;
	}
.topNav {
	position:absolute;
	top:85px;
	right:20px;
	}
.topNav ul li {
	list-style:none;
	float:left;
	padding:0 0 0 10px;
	}
.topNav ul li a {
	text-decoration:none;
	border:none;
	}
.topNav ul li a:hover {
	text-decoration:underline;
	border:none;
	}
#imageGallery {
	width:898px;
	border:1px solid #404040;
	margin-bottom:30px;
	}
#contentContainer {
	width:900px;
	float:left;
	background:url(../images/containerBK.gif) repeat-y 0 0;
	margin-bottom:15px;
}
#contentContainer .leftColumn {
	background:url(../images/leftColumnBK.gif) no-repeat right top;
	float:left;
	width:240px;
	margin-right:20px;
	padding-left:10px;
	}
#contentContainer .leftColumn h2 {
	height:0;
	padding:55px 0 0 0; 
 	width:100%;
	background:url(../images/ask-a-question.gif) no-repeat 0 0;
	overflow:hidden;
	}
#contentContainer .leftColumn h2.fr {
	background:url(../images/ask-a-question-fr.gif) no-repeat 0 0;
	}

.leftColumn .QuestionForm {
	width:220px;
	}	
.leftColumn .QuestionForm p{
	padding-bottom:15px;
	}
.leftColumn .QuestionForm input, .leftColumn .QuestionForm textarea {
	margin:5px 0 8px;
	padding:2px;
	width:220px;
	}
.leftColumn .QuestionForm input.submit {
	background:red;
	padding:2px;
	margin:5px 0 15px 100px;
	border:none;
	width:130px;
	}
.leftColumn .QuestionForm label {
	padding:5px 0;
	margin-right:80px;
	text-transform:uppercase;
	}
#contentContainer .rightColumn {
	float:left;
	width:620px;
	}
#contentContainer .rightColumn h1 {	
	height:0;
	padding:55px 0 0 0; 
	overflow:hidden;
}
#contentContainer .rightColumn h1.home {	
 	width:290px;
	background: url(../images/indexHeader.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.home-fr {	
 	width:417px;
	background: url(../images/indexHeader-fr.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.products {
 	width:380px;
	background: url(../images/ProductsHeader.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.products-fr {
 	width:400px;
	background: url(../images/ProductsHeader-fr.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.clients {
 	width:380px;
	background: url(../images/ClientsHeader.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.clients-fr {
 	width:380px;
	background: url(../images/ClientsHeader-fr.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.contact {
 	width:380px;
	background: url(../images/ContactHeader.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.contact-fr {
 	width:347px;
	background: url(../images/ContactHeader-fr.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.gallery {
 	width:380px;
	background: url(../images/GalleryHeader.gif) no-repeat left top;
}
#contentContainer .rightColumn h1.gallery-fr {
 	width:416px;
	background: url(../images/GalleryHeader-fr.gif) no-repeat left top;
}
#contentContainer .rightColumn p span{
	font-size:1.3em;
	font-weight:bold;
}
span.red{
	font-size:1.0em;
	font-weight:normal;
	color:#FF0000;
}
#contentContainer .rightColumn ul {
	padding:20px 0;
	list-style:none;
	}
#contentContainer .rightColumn li {
	padding:0 0 10px 0;
	}
#contentContainer .rightColumn li a {
	color:#FF0000;
	}
.imgBlock {
	padding:20px 0 20px 20px;
	width:100%;
	float:left;
	}
.imgBlock img {
	padding:20px 20px 20px 10px;
	}
.imgBlock div.wspec{
	margin-left:40px;
	float:left;
	text-indent:-9999px;
	background:url(../images/WSpec.jpg) no-repeat 0 0;
	width:195px;
	height:250px;
}
.imgBlock .wspec:hover{
	background:url(../images/WSpecOver.jpg) no-repeat 0 0;
}
.imgBlock div.wdspec{
	margin-left:90px;
	float:left;
	text-indent:-9999px;
	background:url(../images/WDSpec.jpg) no-repeat 0 0;
	width:195px;
	height:250px;
}
.imgBlock .wdspec:hover{
	background:url(../images/WDSpec_Over.jpg) no-repeat 0 0;
}
	
	
#footer {
	position:relative;
	width:930px;
	height:120px;
	border-top:1px solid #404040;
	float:left;
	font:13px 'lucida sans' Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#footer p{
	position:absolute;
	left:5px;
	top:15px;
	}
#footer ul.footerNav {
	position:absolute;
	right:20px;
	top:15px;
	}
#footer ul.footerNav li {
	list-style:none;
	float:left;
	padding:0 0 0 10px;
	}
#footer ul.footerNav li a {
	text-decoration:none;
	border:none;
	}
#footer ul.footerNav li a:hover {
	text-decoration:underline;
	border:none;
	}
