/*
Website for Wildon Group, Inc.

gold			#c2b079 
beige			#ede2c8
blue			#7a97b2
link blue		#79aad3
*/

/* ------- RESET ------- */
*				{margin: 0; padding: 0;}
html			{overflow-y: scroll;}
html,body		{height: 100%;}
body			{background-color: #fff;
				font-family: verdana, sans-serif;
				font-size: 0.75em; color: #222; line-height: 1.4em;}
p				{margin: 8px 0;}
ul				{list-style: square inside;}
ol				{list-style: decimal inside;}
a				{color: #79aad3; outline: none;}
a:visited, a:hover	{color: #7a97b2;}
a img			{border: none;}
img				{vertical-align: middle;}

/* ------- UTILITY ------- */
.floatleft		{float: left;}
.floatright		{float: right;}
.clear			{clear: both;}

/* ------- STRUCTURE ------- */
#container		{width: 860px; margin: 0 auto;}
#header			{background: url(../images/header.gif) no-repeat; 
				width: 860px; height: 110px;}
#header span	{display: none;}
#menu			{background-color: #c2b079; height: 30px; margin: 0 0 25px 0;}
#main			{width: 860px; margin: 0 0 25px 0;
				min-height: 250px; height: auto !important; height: 250px;}
div.main-indent 	{margin-left: 10px;}
#footer			{clear: both; width: 860px; background-color: #7a97b2;
				border-top: 5px solid #ede2c8; font-size: 0.9em; color: #fff;}
#footer p		{padding: 10px 10px 20px 10px; margin-bottom: -5px;}
#footer a		{color: #fff; text-decoration: none;}
#footer a:hover	{text-decoration: underline;}

table.companies	{text-align: center; margin: 20px 0 0 0;}
td.company		{width: 260px;}
td.spacer		{width: 40px;}

/* ------- NAVIGATION ------- */
#menu li 		{display: inline; float: right; list-style: none;
				margin: 0 25px;}
#menu a 		{float: right; height: 30px; text-decoration: none;}
#menu span 		{display: none;}
#menu li.home a 	{background: url(../images/menu/menu-home.gif) top left no-repeat;
					width: 45px;}
#menu li.home a:hover, #menu li.home a.current {background-position: 0 -30px;}
#menu li.about a 	{background: url(../images/menu/menu-about.gif) top left no-repeat;
					width: 77px;}
#menu li.about a:hover, #menu li.about a.current {background-position: 0 -30px;}
#menu li.contact a 	{background: url(../images/menu/menu-contact.gif) top left no-repeat;
					width: 95px;}
#menu li.contact a:hover, #menu li.contact a.current {background-position: 0 -30px;}


