@charset "UTF-8";
/* CSS Document */

a:link, a:active, a:visited, a:hover {
	color: #4d4d4d;
	outline: none;
	text-decoration: none;
	}

a:hover {
	color: #f6851f;
	}


a:link.nav_link, a:active.nav_link, a:visited.nav_link, a:hover.nav_link {
	color: #4d4d4d;
	outline: none;
	text-decoration: none;
	line-height: 12px;
	}

a:hover.nav_link {
	color: #f6851f;
	}


a:link.nav_link_on, a:active.nav_link_on, a:visited.nav_link_on, a:hover.nav_link_on {
	color: #f6851f;
	outline: none;
	text-decoration: none;
	line-height: 12px;
	}

a:hover.nav_link_on {
	text-decoration: underline;
	}


a:link.footer_link, a:active.footer_link, a:visited.footer_link, a:hover.footer_link {
	color: #959595;
	outline: none;
	text-decoration: none;
	}

a:hover.footer_link {
	/*color: #f6851f;*/
	color: #777;
	text-decoration: underline;
	}


.nav_link_item {
	clear: both;
	padding-bottom: 10px;
	}

body {
	background-color: #fff;
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-x;
	margin-top: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #1a1a1a;
	}

.openWindow {
	background-color: #fff;
	margin-top: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #1a1a1a;
	}


.wrapper {
	width: 860px;
	}

.container {
	position: relative;
	float: left;
	width: 860px;
	}

.topBar {
	width: 860px; height: 70px;
	}

.nav_bar {
	text-align: left;
	width: 680px;
	padding: 36px 0px 0px 30px;
	}

.nav_item {
	padding-right: 29px;
	}

.logo_bar {
	width: 150px;
	text-align: center;
	}

.montage_container {
	position: absolute;
	left: 180px; top: 100px;
	width: 680px; height: 350px;
	z-index: 3;
	}

#montage_item_1 {
	position: absolute;
	left: 0px; top: 0px;
	width: 230px; height: 170px;
	}

#montage_item_2 {
	position: absolute;
	left: 240px; top: 0px;
	width: 150; height: 170px;
	}

#montage_item_3 {
	position: absolute;
	left: 400px; top: 0px;
	width: 100; height: 170px;
	}

#montage_item_4 {
	position: absolute;
	left: 0px; top: 180px;
	width: 180; height: 170px;
	}

#montage_item_5 {
	position: absolute;
	left: 190px; top: 180px;
	width: 90; height: 170px;
	}

#montage_item_6 {
	position: absolute;
	left: 290px; top: 180px;
	width: 210; height: 170px;
	}

#montage_item_7 {
	position: absolute;
	left: 510px; top: 0px;
	width: 170; height: 350px;
	}


.nav_about {
	position: absolute;
	left: 30px; top: 30px;
	width: 136px;
	z-index: 3;
	line-height: 20px;
	}


.footer_bar {
	position: absolute;
	left: 30px; top: 541px;
	width: 820px; height: 20px;
	z-index: 3;
	font-size: 9px;
	color: #959595;
	}

