/* GLOBAL RESET --------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus
	{
	outline: 0;
	}
	
ol, ul
	{
	list-style: none;
	}
	
table
	{
	border-collapse: separate;
	border-spacing: 0;
	}


#main-nav
	{
	text-indent: -9000px;
	width:700px;
	float:right;
	height: 158px;
	margin-right:30px;

	}
	
#main-nav ul .home a
	{
	float: right;
	margin-right: 20px;
	*margin-top: -46px;
	padding: 0px;
	display: block;
	width: 100px;
	height: 158px;
	background:url('../Assets/Backgrounds/home_btn.gif') no-repeat bottom;
	list-style: none;
	}

#main-nav ul li {
	list-style: none;
}
	
#main-nav ul .home a:hover
	{
	list-style: none;
	}
	
#main-nav ul .about a
	{
	float: right;
	margin-right: 20px;
	*margin-top: -21px;
	padding: 0px;
	display: block;
	width: 170px;
	height: 158px;
	background:url('../Assets/Backgrounds/about_btn.gif') no-repeat top;
	list-style: none;
	}
	
#main-nav ul .about a:hover
	{
	background-position: center;
	list-style: none;
	}

#main-nav ul .contact a	
	{
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 169px;
	height: 158px;
	background:url('../Assets/Backgrounds/contact_btn.gif') no-repeat top;
	list-style: none;
	}

#main-nav ul .contact a:hover
	{
	background-position: center;
	list-style: none;
	}


#main-nav ul .home_fr a
	{
	float: right;
	margin-right: 20px;
	*margin-top: -46px;
	padding: 0px;
	display: block;
	width: 128px;
	height: 158px;
	background:url('../Assets/Backgrounds/fr_home_btn.gif') no-repeat bottom;
	list-style: none;
	}


	
#main-nav ul .home_fr a:hover
	{
list-style: none;
	}
	
#main-nav ul .about_fr a
	{
	float: right;
	margin-right: 20px;
	*margin-top: -21px;
	padding: 0px;
	display: block;
	width: 269px;
	height: 158px;
	background:url('../Assets/Backgrounds/fr_about_btn.gif') no-repeat top;
	list-style: none;
	}
	
#main-nav ul .about_fr a:hover
	{
	background-position: center;
list-style: none;
	}

#main-nav ul .contact_fr a	
	{
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 229px;
	height: 158px;
	background:url('../Assets/Backgrounds/fr_contact_btn.gif') no-repeat top;
	list-style: none;
	}



#main-nav ul .contact_fr a:hover
	{
	background-position: center;
	list-style: none;

