html, body {
	height: 100%;	
}
body {
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.75em;
    color:#f6f6f6 ;
	background:#212121 url(../imgs/bg.jpg) left repeat-y;
}

table {
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family:Impact, Impact, Charcoal, sans-serif;
	color: #ed8101;
	font-size:1.6em;
	font-weight:normal;	
}

h2 { font-size:1.4em; }

h3 { font-size:1.35em; }

img { border: none; }

a, a:visited {color:#ed8101;}

a:hover {color:#ffaf51;}

ul {list-style-image:url(../imgs/bullet.gif);}

.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; }


.InputControl {
	background-color: #d27201;
	color:#fff;
	padding: 1px;
	border-top: 1px solid #ffb155;
	border-right: 1px solid #975201;
	border-bottom: 1px solid #975201;
	border-left: 1px solid #ffb155;
}

.TextField {
	color:#fff;
	background-color: #3f3f3f;
	border: 1px solid #555555;
	padding: 1px;
}

.search {border:#828282 1px solid; background-color:#dddddd; height:20px;}

.date {color:#ed8101;}

.title {font-size:1.05em; font-weight:bold;}

.footer {padding-left:25px; padding-top:5px; font-size:0.85em; border-top:#4f3305 1px solid;}

div.divBg {width:100%; background:url(../imgs/fr/bg.jpg) top left no-repeat; text-align:left;}

div.fr { background-image: url(../imgs/fr/bg.jpg) }
div.en { background-image: url(../imgs/en/bg.jpg) }


#search {padding:10px 25px 10px 25px; vertical-align:top; width:480px;}

#logo { width:265px; padding: 32px 0 20px 0; vertical-align:top;}

#content {padding:0 35px 10px 25px; text-align:justify; vertical-align:top;}

#banner { width:257px; vertical-align:top; padding-top:10px;}

#news {padding-left:7px; padding-top:15px; padding-bottom: 10px;}


/* FAQ */
dl#faq dt {
	font-weight: bold;
}

dl#faq dd {
	margin: 0.5em 0 0.5em 0;
}

dl#faq img#sep {
	display: block;
	margin: 1em auto;
}

/* News Page Layout */
ul#eventList {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	margin-top: 2em;
}

ul#eventList li {
	margin-bottom: 2em;
}

ul#eventList .Title {		
	float: left;	
	margin-bottom: 0.25em;
}

ul#eventList .Date {
	float: right;
	padding-right: 100px;
}

ul#eventList .Content { clear: both; }


.ProductSummary {
	margin-right: 1em;
	margin-top: 3em;
	width:425px;
}

.ProductSummary .ProductImage {
	float: left;
	margin: 0 8px 4px 0;
}

.ProductSummary .ProductName {
	font-weight: bold;
	display: block;
	color:#ed8101;
}

.ProductSummary div.SpecDetail {
	display:block;
	text-align: right;
	margin-top: 0.5em;	
}

.ProductSummary div.SpecDetail img {
	vertical-align: middle;
	margin-left: 4px;
}


.SlideShow img.current 
{
	border:1px solid #fff;
}

.SlideShow img
{
	border: 1px solid #000;	
	cursor: pointer; 
}
