/* -----------------------------------------------

	Project: Pernod Richard Nordic, V&S Group
	Author: Simon Nkangi, Ottoboni
	Last update: November 2009

----------------------------------------------- */
    
  
/* -----------------------------------------------
			Clearfix
   ----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* -----------------------------------------------
			General
   ----------------------------------------------- */
   
body { font-size:62.5% }
object { outline: non; }

.hidden { display: none; }
.Left { float: left; }
.Right { float: right; }
.Strong { font-weight: bold; }

.PageWrap { margin: 0 auto; width: 982px; }

.Header { border-bottom: solid 1px #ececec; margin: 55px auto 20px; padding-bottom: 4px; width: 948px; }
.Header a { color: #7d7d7d; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.2em; line-height: 1.3em; text-decoration: none; }
.Header .Left { margin-left: 30px; }
.Header .Right { margin-right: 30px; }

.Footer { clear: both; border-top: solid 1px #ececec; color: #81807f; /*float: left;*/ font-family: Verdana, Geneva, sans-serif; font-size: 0.9em; line-height: 1em; margin: 70px auto 0; padding-top: 15px; text-align: center; width: 948px; }
.FooterText { display: table; margin: 0 auto;}
.FooterText span { padding: 15px 0 15px 10px;  }
.FooterText span.logo { background: url(../img/icon_perdnod_richard_logo.jpg) no-repeat right 15px; padding-right: 25px; }

.LangSelect li { border-left: solid 1px #bababa; float: left; margin-left: 9px; padding-left: 9px; }
.LangSelect li.First { border: none; }
.LangSelect a.Active { color: #606060; font-weight: bold; }

#PageIntro { margin: 0 auto 15px; width:960px; }

.ModuleBox { height: 334px; width: 480px; }
.ModuleBox.LeftBox,
.ModuleBox.RightBox { float: left; }
.ModuleBox.LeftBox { background: url(../img/bg_left_box.jpg) no-repeat left top; margin-left: 11px; }
.ModuleBox.RightBox { background: url(../img/bg_right_box.jpg) no-repeat left top; margin-left: 0px; }
.ModuleBox h2,
.ModuleBox p,
.ModuleBox ul { margin-left: 28px; margin-right: 28px; }
.ModuleBox h2 { color: #00539b; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.9em; margin-top: 32px; margin-bottom: 28px; }
.ModuleBox p { color: #7d7d7d; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 1.2em; margin-bottom: 10px; }
.ModuleBox ul a { color: #999065; font-family: Verdana, Geneva, sans-serif; font-size: 1em; font-weight: bold; text-decoration: none; }
.ModuleBox li { background: url(../img/icon_arrow.jpg) no-repeat left top; height: 14px; margin-bottom: 6px; padding-left: 20px; }
.ModuleBox .LinkList { padding-top: 15px; }


#FlashWrapper { width:960px; height:240px; }