html, body, table { margin: 0; padding: 0; min-height: 100%; height: 100%; }

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#585757; 
    background:url(/imgs/bg-top.jpg) no-repeat center top;   
    
}

table {
	font-family:Arial, Helvetica, sans-serif;	
	color:#585757;  
}

h1 {color:#6fb514; font-size:1.45em;}

h2 {color:#949494; font-size:1.15em;}

h3 {color:#6fb514; font-size:1.15em;}

a, a:visited {color:#6fb514;}
a:hover {color:#949494;}

b, strong {color:#6fb514;}

ul { list-style-type: none; list-style-image:url(../imgs/bullet.gif); margin: 5px 18px;}
img { border: none; }

#wrapper {	
	min-height: 768px;
    height: auto !important;
    height: 100%;
	margin: 0 auto -1em;
	width:1002px;
	background:url(../imgs/bg.jpg) center bottom no-repeat;	
}

#InnerWrapper {	
	min-height: 768px;
    height: auto !important;
    height: 100%;
	margin: 0 auto -1em;
	width:1002px;
	background:url(../imgs/bg-interne.jpg) center bottom no-repeat;	
}

#content {
	margin: 0 auto;
	padding-bottom: 1em;
}

#footer, #push {
	height: 1em;
}

#footer {			
	width: 940px;
	margin: 0 auto;
	color:#909090; 
	font-size:0.8em; 
	text-align:right; 	
	vertical-align:bottom; 	
}

#footer a, a:visited { color:#6fb514; }
#footer a:hover { color:#909090; }
#foot-copy { float: left; }
#foot-info { float: right; }

.separator {
	vertical-align: middle;
	display: block; 	
	margin: 1em auto;	
}

.illustration { clear: both; text-align: center; padding-top: 5px; }
.illustration img { display: block; margin-bottom: 8px; }
.right { float:right; padding-left: 8px; }
.left { float: left; padding-right: 8px; }
.full { float: none; margin: 0; }

.newstitle {color:#6fb514; font-size:1.45em; font-weight:bold;}

.newstitle2 {color:#949494; font-weight:bold; line-height:11px;}

.date {color:#6fb514; font-size:1.15em;}

.guillemets {font-size:0.7em; color:#6fb514;}


/*Product Page Layout*/
table.prodTable td
{
	vertical-align: top;
}

table.prodTable table {
	width: 100%;
}

table.prodTable table th {
	text-align: left;
}

table.prodTable table td {
	padding-right: 2em;
	width: 33%;
}

table.prodTable table td ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

.ProductSummary {	
	margin-right: 1em; 
	margin-bottom: 3em; 
	width:425px;
}

.ProductSummary .ProductImage {
	float: left; 
	margin: 0 8px 4px 0;
}

.ProductSummary .ProductName {
	font-weight: bold; 
	display: block;
}

.ProductSummary div.SpecDetail {	
	display:block; 
	text-align: right; 
	margin-top: 0.5em;  
	font-size: 75%; 	
}

.ProductSummary a.videoLink {	
	display:block; 
	text-align: right; 
	margin-top: 0.5em;  
	font-size: 75%;
}

.ProductSummary div.SpecDetail img {		
	vertical-align: middle;
	margin-left: 4px;
}

div.divVideo {
	text-align: left;
	clear: both;
}

/* News Page Layout */
ul#eventList {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul#eventList li {
	margin-bottom: 2em;	
}

ul#eventList .Title {
	display: block;	
	margin-bottom: 0.25em;
}

ul#eventList .Date {
	float: right;
	padding-right: 100px;
}

ul#eventList .Content {	}



