/* CSS Document */

html, body {
	height: 100%; /* required */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #666; text-decoration: underline; }
a:active { color: #666; text-decoration: underline; }

#wrap { margin: 0 auto; width: 780px; height:100%; }


/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 780px; 
	height: 180px; 
	margin: 0 auto; 
	position: relative; 
	text-align: right;
}

#logo {
	float: left;
	width: 275px;
	height: 180px;
	margin: 0;
	padding: 0;
	background-image: url(images/Mouron_Logo.jpg);
}

#logo_link {
    width: 275px; height: 180px;
    margin: 0; padding: 0;
    position: relative;
}

#logo_link li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#logo_link li a { height: 0px; display: block; padding-top: 170px; overflow: hidden; }

#logo_link-on { left: 0; width: 275px; height: 180px; }


#MainNav {
	float: right;
	width: 505px;
	margin: 0;
	padding: 0px;
}

#nav {
    width: 505px; height: 130px;
    background: url(images/nav.jpg);
	margin: 0; padding: 0;
    position: relative;
}

#nav_2 {
    width: 505px; height: 26px;
    background: url(images/nav_2.jpg);
	margin: 0; padding: 0;
    position: relative;
}

#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 150px; overflow: hidden; }

#nav_2 li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav_2 li a { height: 0px; display: block; padding-top: 26px; overflow: hidden; }

#nav1 { left: 195px; width: 60px; }
#nav2 { left: 255px; width: 75px; }
#nav3 { left: 330px; width: 105px; }
#nav4 { left: 435px; width: 70px; }

#nav6 { left: 110px; width: 95px; }
#nav7 { left: 205px; width: 80px; }
#nav8 { left: 285px; width: 90px; }
#nav9 { left: 375px; width: 60px; }
#nav10 { left: 445px; width: 70px; }

#nav1 a:hover { background: transparent url(images/nav.jpg) -195px -130px no-repeat; }
#nav2 a:hover { background: transparent url(images/nav.jpg) -255px -130px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav.jpg) -330px -130px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav.jpg) -435px -130px no-repeat; }

#nav6 a:hover { background: transparent url(images/nav_2.jpg) -110px -26px no-repeat; }
#nav7 a:hover { background: transparent url(images/nav_2.jpg) -205px -26px no-repeat; }
#nav8 a:hover { background: transparent url(images/nav_2.jpg) -285px -26px no-repeat; }
#nav9 a:hover { background: transparent url(images/nav_2.jpg) -375px -26px no-repeat; }
#nav10 a:hover { background: transparent url(images/nav_2.jpg) -445px -26px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav.jpg) -195px -260px no-repeat; }
#nav2 a.selected { background: transparent url(images/nav.jpg) -255px -260px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav.jpg) -330px -260px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav.jpg) -435px -260px no-repeat; }

#nav6 a.selected { background: transparent url(images/nav_2.jpg) -110px -26px no-repeat; }
#nav7 a.selected { background: transparent url(images/nav_2.jpg) -205px -26px no-repeat; }
#nav8 a.selected { background: transparent url(images/nav_2.jpg) -285px -26px no-repeat; }
#nav9 a.selected { background: transparent url(images/nav_2.jpg) -375px -26px no-repeat; }
#nav10 a.selected { background: transparent url(images/nav_2.jpg) -445px -26px no-repeat; }


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 780px;
	padding: 0px;
	text-align: left;
}

.title {
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

.smtitle {
	font-weight: bold;
	color: #ccc;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#two_left {
  width: 510px;
  padding: 0px;
  margin: 0;
  line-height: 1.7em;
  text-align: left;
}

#two_right {
  width: 250px;
  padding: 0px;
  margin: 0 0 0 20px;
  text-align: left;
}

#even_left {
  width: 330px;
  padding: 0px;
  margin: 0;
  line-height: 1.7em;
  text-align: left;
}

#even_right {
  width: 430px;
  padding: 0px;
  margin: 0 0 0 20px;
  line-height: 1.7em;
  text-align: left;
}

.padleft { padding-left: 20px }


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	font-size:9px; font-weight:normal; color:#666;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
