/*
RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; height:100%; }
html, body							{ height: 100%; }
ul									{ list-style: none; }
ol									{ list-style: none; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
COLORS
*/
a { color:#727272 }
a:hover { color:#2a4857 }

/*
FORMS
*/
input, textarea, select {
	font-family:Arial,sans-serif;
	font-size:1em;
	vertical-align:text-bottom;
}

/*
language content
*/
.lang-dependent { display:none; }
.language-eng_usa span.lang-eng_usa, .language-fra_fra span.lang-fra_fra { display:inline; }
.language-eng_usa div.lang-eng_usa, .language-fra_fra div.lang-fra_fra { display:block; }


/*
STRUCTURE
*/

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

body {
	font: 12px Arial, sans-serif;
	color: #535353;
	text-align: center;
	background-color: #d7d7d7;
	margin: 0;
	padding: 0;
}
#container {
	position:relative;
	margin: 0 auto; 
	text-align:left; 
	width:1100px; 
	background: #ffffff; 
	border-left: 1px solid #9b9797; 
	border-right: 1px solid #9b9797;
}

#header h1 {
	height: 103px; 
	background:#2a4857;
}
#logo img {
	margin: 11px 0 0 24px;
}

#nav {
	background:#e9e8e8;
	height:44px;
	line-height:44px; 
	font-size: 13px; 
	font-family: Arial,sans-serif; 
}
#nav a {
	color: #384140; 
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav .current-tree-item a, #nav .current-tree-ancestor a {
	color: #a8a7a7;
}


#search {
	float: left; 
	width:240px;	
	margin-right: 0;
	padding:5px 60px 5px 30px;
}
#search input.text {
	width:186px;
	padding:2px;
	border:1px solid #2a4857;
	background:#ffffff url(search-default.gif) center top no-repeat;
	color:#2a4857;
}
#search input.submit {
	padding:3px;
	border:0;
	background:transparent;
	color:#2a4857;
	font-weight:bold;
}
.language-eng_usa #search.empty-searchfield input.text {
	background-position:center -41px;
}
.language-fra_fra #search.empty-searchfield input.text {
	background-position:center -21px;
}


#mainmenu {
	float:left;
}
#mainmenu li {
	float: left; 
	margin-left:0;
	margin-right:23px;
	font-weight: bold; 
	text-transform: uppercase;
}

#languages {
	padding-right:30px;
}
#languages li {
	float:right;
	padding:0 10px;
}
#languages li.lc-active {
	display:none;
}


/*
WEBGATE
*/
#webgate {
}
#webgate #header {
}


#main {
	padding-top:20px;
	padding-bottom:30px;  /* must be same height as the footer */
	background:#FFF url(content-shadow.gif) left top repeat-x;
}
/* CLEAR FIX*/
#main:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
#main {display: inline-block;}
/* Hides from IE-mac \*/
* html #main { height: 1%;}
#main {display: block;}
/* End hide from IE-mac */

/* main content */
#content {
	padding:9px 15px 20px;
}
.noBoxes #content {
}

.hasBoxes #content {
	float:right;
	width:770px;
}

#content .article {
	margin-bottom:20px;
}
#content .article .title h3 {
	margin-bottom:.5em;
	padding-bottom:.3em;
	border-bottom:1px solid #424242;
	color:#424242;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;	
}
#content .article .text_box {
	position:relative;
}


/* sidebar */
#sidebar {
	float:left;
	width:240px;
	padding:9px 30px 20px;
}
#sidebar .sidebox {
	margin-bottom:1.5em;
}
#sidebar .sidebox h4.box-title {
	margin-bottom:.5em; 
	color:#2a4857;
	font-size:1.3em;
	font-weight:bold;

}
#sidebar a {
	color:#727272;
}
#sidebar a:hover {
	color:#2a4857;

}
#sidebar li {
      margin: .3em; padding: .5em;
      list-style: disc;
}

#sidebar .offerlist h5 {
	margin-top:.3em;
	font-size:1em;
	font-weight:normal;
        line-height: 16px
}



/* footer */
#footer {
	position: absolute;
	bottom:0;
	height: 30px;
	background:#fff;
	clear:both;
	margin: -30px auto 0;
	text-align:center; 
	width:1100px; 
	font-size: 11px; 
	font-weight: normal; 
	color: #b6b6b6 ; 
	font-family: sans-serif; 
}
#footer a {
	color: #b6b6b6 ;
}


/**
 * Offer display
 */
.offerlist li:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.offerlist li { display:inline-block; }
html[xmlns] .offerlist li { display:block; }
* html .offerlist li { height: 1%; }
.offerlist a.offer-preview { margin-bottom:0 !important; }

/**
 * Offer template
 */
#content .offerlist {
	padding-left:15px;
}
#content .offerlist li.offer-item {
	float:left;
	width:200px;
	height:250px;
	margin-right:20px;
}
#content .offerlist li.offer-item h5 {
	margin:.3em 0 0;	
    font-size:1em;
	font-weight:bold;
}


/*
WEBGATE
*/
#webgate {
	text-align:left;
}
#webgate #search {
	padding-left:10px;
}