*{
	list-style:none;
	margin:0px;
	padding:0px;
	font: bold;
}
body, div, p, li { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
/* REMOVE IMAGE BORDERS due to image links */
img { border-style: none; }

#globalcontainer
{
	width: 901px;
	margin: 0 auto;
	padding-top: 10px;
}
h1
{
	text-indent: -9999em;
}


/* TOP NAVIGATION */

#splashmenu
{
	height: 81px;
	width: 900px;
	background: url(bannerwide-test.gif);
	background-repeat: no-repeat;
}
#splashmenu li
{
	padding-top: 50px;
  	float: left;
}
#splashmenu li a
{
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}
#splashmenu li a:link, #splashmenu li a:visited
{
	color: #0e69be;
	padding: 8px 20px 0 10px;
}	
#splashmenu li a:hover
{
	color: orange;
	padding: 8px 20px 0 10px;
}

/* BOTTOM NAV BUTTONS */
#btn_nav { list-style: none; margin: 0; padding: 0; }
#btn_nav li { float: left; }
#btn_nav li a { text-indent: -999999px; overflow: hidden; display: block; height: 115px; } 

/* Latest news Nav */
#latest { background: url(button-latest.gif); width: 300px; }
#latest:hover { background: url(button-latest.gif) -300px 0 !important; }

/* Creations shared Nav */
#creations { background: url(button-creations.gif); width: 300px; }
#creations:hover { background: url(button-creations.gif) -300px 0 !important; }

/* Contact us Nav */
#contact { background: url(button-contact.gif); width: 300px; }
#contact:hover { background: url(button-contact.gif) -300px 0 !important; }


/* HOMEFOOTER */
#homefooter {
	width: 900px;
	height: 30px;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #6e6e6e;
	clear: both;
}
#homefooter a { text-decoration: underline; }
#homefooter a:hover { text-decoration: underline; color: orange; }
#homefooter p.links { align: center; padding: .5em 0; margin: 1.5em 0 2em; }