@charset "utf-8";
* {
	padding:0;
	margin:0;
	color:#000;
	font-size:12px;
	border:0;
	outline:none;
}
.rights_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999;
}
.designed_by_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	color:#999;
}

/* MENU */
/* Language change button */
#lang_btn_en, #lang_btn_fr {
	display:block;
	float:left;
	clear:none;
	width:120px;
	height:50px;

	text-align:left;
	font-size:0px;
	color: #634E2F;
	text-indent: -9999px;
}
#lang_btn_en {
	background: url(../images/site/lang_fr.jpg) no-repeat;
}
#lang_btn_fr {
	background: url(../images/site/lang_en.jpg) no-repeat;
}

/* Common defenitions for all buttons */
a.menu_item {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #000;
	margin-right:15px;
}
.menu_item:link, .menu_item:visited {
	margin-right:15px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #000;
	text-decoration:none;
}
.menu_item:hover, #main_menu .selected {
	text-decoration:underline;
}
/* Splash Page */
#splash_page {
	text-align:center;
	background: #5f4c2f url(../images/site/bg_main.jpg) repeat-x 0 -268px;
}
#div_splash {
	position:absolute;
	left:172px;
	top:100px;
	width:608px;
	height:408px;
}
#splash_logo {
	position:absolute;
	left:33px;
	top:7px;
	width:529px;
	height:85px;
}
#splash_fr {
	position:absolute;
	left:281px;
	top:92px;
	width:121px;
	height:50px;
}
#splash_en {
	position:absolute;
	left:442px;
	top:92px;
	width:120px;
	height:50px;
}
#splash_coconut {
	position:absolute;
	left:414px;
	top:249px;
	width:148px;
	height:89px;
}
#splash_rights {
	position:absolute;
	left:54px;
	top:266px;
	width:265px;
	height:33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:9px;
	color: #999;

}
/* Link definitions */
a {
	cursor:pointer;
	color: #793302;
	text-decoration:none;
}
a:link, a:visited, a:active {
	color: #793302;
}
a:hover {
	color: #793302;
	text-decoration:underline;
}
/* Site layout definitions */
body {
	background: #5f4c2f url(../images/site/bg_main.jpg) repeat-x;
}
#main_div {
	position:relative;
	left:0;
	top:0;
	width:953px;
	height:0;
	margin: auto;
}
#div_cords {
	position:absolute;
	left:833px;
	top:0;
	width:120px;
	height:37px;
	background: url(../images/site/cords.jpg) no-repeat;
}
#div_lang {
	position:absolute;
	left:833px;
	top:36px;
	width:120px;
	height:50px;
}
#div_logo {
	position:absolute;
	left:0;
	top:19px;
	width:514px;
	height:74px;
	background: url(../images/site/img_logo.jpg) no-repeat;
}
#header_link {
	display:block;
	float:left;
	width:514px;
	height:54px;
	text-indent: -9999px;
}
#main_menu {
	position:absolute;
	left:0;
	top:93px;
	width:953px;
	height:19px;
}
#div_frame_top {
	position:absolute;
	left:0;
	top:116px;
	width:953px;
	height:21px;
	background: url(../images/site/img_frame_top.jpg) no-repeat;
}
#div_frame_left {
	position:absolute;
	left:0;
	top:137px;
	width:22px;
	height:437px;
	background: url(../images/site/img_frame_left.jpg) no-repeat;
}
#div_content {
	position:absolute;
	left:22px;
	top:137px;
	width:900px;
	height:408px;
	background: url(../images/site/bg_window.jpg) no-repeat;
}
#div_frame_right {
	position:absolute;
	left:922px;
	top:137px;
	width:31px;
	height:437px;
	background: url(../images/site/img_frame_right.jpg) no-repeat;
}
#div_frame_bottom {
	position:absolute;
	left:22px;
	top:545px;
	width:900px;
	height:29px;
	background: url(../images/site/img_frame_bottom.jpg) no-repeat;
}
#div_rights {
	position:absolute;
	left:0;
	top:574px;
	width:265px;
	height:18px;
	margin-left: 1px;
}
#fblike {
	width:105px;
	text-align:right;
    position: absolute;
    left:724px;
    top:571px;
}
#div_designed_by {
	position:absolute;
	left:818px;
	top:574px;
	width:125px;
	height:18px;
	margin-left: 1px;
}
#div_coco {
	position:absolute;
	left:750px;
	top:617px;
	width:156px;
	height:86px;
	background: url(../images/site/img_coco.png) no-repeat;
}
/* PRINT */
@media print {
	#main_div {
		display:none;
	}
	#fancy_outer {
		position:static;
	}
}

