@charset "utf-8";
/* CSS Document */

/* Layout */
body {
	margin: 0;
	background: url(../images/bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #999999;
}

#box {
	margin: 0 auto;
	width: 1024px;
}

#repeat {
	background: url(../images/repeat_bg.jpg) repeat-y;
	width: 1024px;
	height: 100%;
}

#home {
	background: url(../images/box_darkgreen.png) center top no-repeat;
	width: 1024px;
	height: 602px;
}

#home #col1 {
	width: 724px;
	float: left;
}

#home #col1 #logo {
	width: 248px;
	height: 44px;
	margin: 46px 0 0 79px;
}

#home #col1 #flash {
	background: url(../images/img01.jpg) no-repeat;
	width: 689px;
	height: 320px;
	margin: 110px 0 0 35px;
}

#home #col1 #special {
	background: url(../images/special_darkgreen.jpg) no-repeat;
	width: 135px;
	height: 46px;
	margin: 8px 0 0 64px;
	padding: 14px 515px 0 10px;
	line-height: 10px;
	text-align: right;
	top: 525px;
}

#home #col1 #special p {
	margin: 0;
}
#home #col1 #about {
	width: 689px;
	height: 100%;
}

#home #col1 #about #photo {
	background: url(../images/olivier_pic.png) no-repeat;
	margin: 76px 0 0 40px;
	width: 274px;
	height: 436px;
	float: left
}

#home #col1 #about #info {
	margin: 44px 0 0 0;
	width: 330px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#home #col2 {
	width: 236px;
	float: right;
	margin-top: 32px;
	margin-right: 64px;
	display: inline
}

#home #col2 #nav_box {
	background: url(../images/nav_repeat.jpg) repeat-y;
	width: 236px;
	height: 100%;
}

#home #col2 #nav_box #nav_menu {
	background: url(../images/nav_menu_darkgreen.jpg) no-repeat;
	height: 491px;
	padding: 30px 25px 0 0;
	text-align: right;
}

#home #col2 #nav_box #nav_bottom {
	background: url(../images/nav_bottom_darkgreen.jpg) no-repeat;
	width: 174px;
	height: 38px;
	padding-top: 10px;
	padding-left: 62px;
}

#mid {
	background: url(../images/mid_bg.jpg) center repeat-y;
	width: 1024px;
	height: 14px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	width: 924px;
	height: 81px;
	padding: 0 50px 0 50px;
	line-height: 0;
}

#footer #bgcolor {
	background-color: #17241d;
	height: 63px;
	width: 924px;
}

#footer #bgcolor #footer_content {
	float: left;
	padding: 2px 0 0 95px;
	height: 62px;
	width: 579px;
}

#footer #bgcolor #footer_content #copyright {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 13px;
	height: 22px;
	width: 412px;
	background: url(../images/text_footer.gif) left top no-repeat;
}
#footer #bgcolor #footer_content img {
	margin-top: 5px;
}
*:first-child+html #footer #bgcolor #footer_content img {
	margin: 0;
} * html #footer #bgcolor #footer_content img {
	margin: 0;
}
#footer #bgcolor #footer_content img {
	
}
#footer #bgcolor #press {
	float: right;
	padding: 12px 0 0 20px;
	width: 230px;
	height: 20px;
	background-color: #10673c;
}

#footer #bgcolor #press span a{
color: #FFFFFF;
}

#footer #bgcolor #contact {
	float: right;
	padding: 11px 0 0 20px;
	width: 230px;
	height: 20px;
	background-color: #0c3920;
}

/* Images Style */

img {
	border: none
}

/* Drop Down Menu */
.nav_title {
	cursor: pointer;
	margin-bottom: 5px;
}

.nav_title a {
	text-decoration: none;
}

.nav_title img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.nav_link {
	margin: 0;
}

.nav_link a, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #e0ffe0;
}

/* Text Style */

#footer #bgcolor a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
}

#footer #bgcolor #press a{
	color: #2d4630;
}

#footer #bgcolor #contact a{
	color: #FFFFFF;
}

/* Home page */
#home #col1 #special a {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

#home #col1 #special a:hover {
	text-decoration: none;
}

/* About page */
#home #col1 #about #info #title {
	color: #2e4631;
	font-size: 19px;
	font-weight: bold;
	text-align: right;
}

#home #col1 #about #info p {
	font-size: 12px;
	text-align: justify;
	color: #999999;
}

