* { padding: 0; margin: 0; }

body {
	color:#333333;
	background: transparent url('../images/genbg.png') repeat-x;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#wrapper { 
	margin: 0 auto;
	width: 920px;

}

.wrapper { 
	margin: 0 10px 10px 10px;
}

#header {
	width: 920px;	
	height: 75px;
	margin: 10px 0px 20px 0px;
}

/*----------------------
 * GENERAL TAGS
 *---------------------*/
p.small { 
	color: #676767;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}
.small { 
	color: #676767;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
}

#leftcolumn { 
	margin: 0px 5px 20px 0px;
	padding: 0px;
	width: 650px;
}

#leftcolumn p.small { 
	color: #676767;
	font-size:11px !important;
	font-weight:normal !important;
	line-height:14px !important;
	padding-bottom:10px;
}
#rightcolumn { 
	float: right;
	color: #333;
	/*background: #F2F2E6;*/
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 250px;
	display: inline;
}

#footer {
	border-top: 1px solid #E5E5E5;
	width: 900px;
	clear: both;
	color: #333;
	margin: 0 0px 10px 0px;
	padding: 10px;
}

#footer p {
	color: #676767 !important;
	font-size:11px !important;
	font-weight:normal !important;
	line-height:14px !important;
	margin:0px 15px 0 15px !important;
	padding-bottom:10px;
	border-bottom: 1px solid #e5e5e5;
}

/* Menu */
#menu {
	width: 920px;
	margin: 0px 0px 20px 0px;
	font-size:11px;
	height: 30px;
}

#menu ul{
	margin: 0;
	padding: 0;
	height:38px;
	float: left;
	width:920px;
	background: black url('../images/menu_bg.gif') center center repeat-x;
	font-weight:100;
}

#menu ul .left{
	margin: 0;
	padding: 0;
	height:38px;
	float: left;
	width: 19px; /*width of menu*/
	background: black url('../images/menu_left_el.gif') center center repeat-x;
}

#menu ul .right{
margin: 0;
padding: 0;
height:38px;
float: right;
width: 19px; /*width of menu*/
background: black url('../images/menu_right_el.gif') center center repeat-x;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	color: #e2e2e2; /*text color*/
	padding: 9px 25px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

#menu ul li a:visited{
	color: #e2e2e2;
}

#menu ul li a:hover, #menu ul li .current{
	color: #FFF !important; /*text color of selected and active item*/
	padding: 10px 25px;
	background: black url('../images/menu_bg_hover.gif') center center repeat-x;
}

/* Login Box*/

#loginbox {
	height:127px;
	width:249px;
	background: url('../images/loginbox.gif') center center repeat-x;	
}

#login_logo {
	float:left;
	height:49px;
	width:28px;
	background: transparent url('../images/login_logo.png') center center no-repeat;
	_background: 0; /* IE 6 hack to make it think there is no background image to replace it by the line below */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://www.bee-rich.com/dist/default/images/login_logo.png', sizingMethod='scale');
	background-repeat:no-repeat;
	margin: 15px 10px 0px 25px;	
}

#loginbox label {
	margin-left:5px;
	font-size:11px;
	float:left;
	width: 40px;
	text-align: right;
	color:#F0F0F0;
	font-weight: 100;
}

#loginbox label.label2 {
	margin-top:12px;
}

#loginbox input.text {
	display:inline;
	padding:2px;
	font-size:11px;
	margin: 0px 20px 10px 0px;
	float:right;
	font-weight: 100;
	width:110px;
	border: 1px solid #999;
}

#loginbox input.submit {
	margin: 5px 0 0 20px;
	width: 90px;
	height: 16px;
	border:0;
	

}
.ie6 {
	color: #CCCCCC;
	display: inline-block;
	margin-left: 5px;
	font-size: 11px;
	text-align: center;
	width: 150px;
}
 .ie6 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
}


/* News Box */

#newsbox {
	margin-top:10px;
}

#newsbox_head {
	width:249px;
	height: 28px;
	background: transparent url('../images/newsbox_head.gif') center center no-repeat;
}

#newsbox_head h3{
	padding-top: 5px !important;
}

#newsbox_bottom {
	width:249px;
	height: 8px;
	background: transparent url('../images/newsbox_bottom.gif') center center no-repeat;
}


#newsbox_content {
	width:247px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#newsbox_content h3 {
	color: #1a1a1a !important;
	font-size:11px !important;
	font-weight:bold !important;
	padding:8px 10px 8px 10px !important;
}

#newsbox_content p {
	color: #676767 !important;
	font-size:11px !important;
	font-weight:normal !important;
	line-height:14px !important;
	margin:0px 10px 0 10px !important;
	padding-bottom:10px;
	border-bottom: 1px solid #e5e5e5;
}

#newsbox_content p.noline {
	border-bottom: 0px;
}

#leftcolumn p.small a, #leftcolumn p a, #footer a { 
	color: #2971a7;
	text-decoration:none;
}
 .small a { 
	color: #2971a7;
	text-decoration:none;
}

#newsbox_content p a {
	color:#2971a7;
	text-decoration:underline;
}

/* Forms */

form label, form p {
	display:block;
	font-size:10px;
	color: #333333;
}

input.red, select.red, label.red, textarea.red {
	border: 1px solid #F00 !important;
	color: #F00;
}

.red {
	color: #F00;
}

.white {
	color: #FFF !important;
}


.left {
	float:left;
}

input.text, textarea.text {
	border: 1px solid #999;
	padding:2px;
	font-size:11px;
}

select.text {
	border: 1px solid #999;
	padding:2px;
	font-size:11px;
}


/* General Tags */

#rightcolumn h3 {
	padding: 8px 15px;
	color: #e2e2e2;
	font-size: 12px;
	font-weight: 100;
}

#leftcolumn h4 {
	font-size: 18px;
	font-weight: 100;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px solid #BCBCBC;
}

#leftcolumn h3 {
	padding: 3px 0px;
	color: #1a1a1a !important;
	font-size:11px !important;
	font-weight:bold !important;
}

.table_two_col {
	width:100%;
}

.table_two_col td{
	width:50%;
}

.errorMessage {
	font-size: 10px;
	color:#F00;
}

/*----------------------
 * ERROR BOX
 *---------------------*/

div.error_box {
	padding:8px 8px 0 8px;
	background: transparent url('../images/error_bg.png') repeat-x top left;
	color:#fff !important;
	margin: 0 0 10px 0;
}

div.error_box p, div.error_box p a {
	color:#fff !important;
}

div.response_box {
	padding:8px 8px 0 8px;
	background: transparent url('../images/response_bg.png') repeat-x top left;
	color:#fff !important;
	margin: 0 0 10px 0;
}

div.response_box p, div.response_box p a {
	color:#fff !important;
}

div.error_box p a {text-decoration: underline !important;}
div.error_box p a:hover {text-decoration: none !important;}

/*----------------------
 * ERROR BOX END
 *---------------------*/

.grey_bg {
	padding-top:1px;
	background: #FFF url('../images/grey_bg.gif') center center repeat-x;
	height:353px;
}

p.center {
	text-align: center;
}

.very_short {
	width:40px;
}

.short {
	width:80px;
}

.normal {
	width:120px;
}

.long {
	width:160px;
}

.very_long {
	width:200px;
}

img {
	border:0;
}

/**
 * FOOTER BOXES
 */

.box_container {
	float:left;
	margin-bottom: 20px;
	margin-right: 30px;
}

.last{
	margin-right: 0px;
}

.box_container .fbox_top {
	background: transparent url('../images/fbox_top.png') no-repeat top left;
	height:15px;
	width:310px;
}

.box_container .fbox_center {
	padding: 0 15px;
	background: transparent url('../images/fbox_center.png') repeat-y;
	width:280px;
}

.box_container .fbox_center h4 {
	border: 0 !important;
	color:#2E2E2E;
}

.box_container .fbox_center p {
	color: #676767 !important;
}


.box_container .fbox_center h3 {
	margin-bottom: 5px !important;
}

.box_container .fbox_bottom {
	background: transparent url('../images/fbox_bottom.png') no-repeat top left;
	height:15px;
	width:310px;
}

/*****Faq page ******/
.togglerAccordion  {
	padding-left:5px !important;
	cursor:pointer;
	background: transparent url('../../../dist/default/images/croix.gif') no-repeat 5px 7px;
	text-indent: 15px;
} 
.elementAccordion {
	padding: 10px 20px;
	text-align: justify;
	margin-bottom: 0px;
}

/**
 * HOME JAVASCRIPT SLIDER
 */

#slider_bg {
	background: transparent url('../images/slider_bg.png') no-repeat top left;
	height:338px;
	margin-bottom:20px;
	overflow:hidden;
}

#slider_bg_challenge {
	height:338px;
	margin-bottom:20px;
	overflow:hidden;
}
.slider_container {
	overflow:hidden;
	position:absolute;
	width:650px;
	height:338px;
}
.slide_img {
	width:334px;
	height:298px;
	position:relative;
	top:20px;
	left:660px;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

.slide_text {
	width:250px;
	height:300px;
	left:365px;
	opacity:1;
	position:relative;
	top:-100px; /* -230 */
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	font-size: 14px;
}

.cleaner{
    clear:both;
    font-size:1px;
    height:1px;
}
