/* CSS Document */

/* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

p {
font-size: 1em;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	color:#CC0000;
}
h3 {
	font-size: .9em;
	font-weight: normal;
	color:#006633;
	margin: 10px;
}
h4 {
	font-size: 1.5em;
	color:#000000;
}
h5 {
	font-size: .9em;
	font-weight: normal;
	color: #333333;
}
h6 { font-size: 1.2em;
      color:#FFFFFF;
	  text-align: center;

}
li, dd, blockquote { margin-left: 1em; }
dl { margin: 0px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
td, th { vertical-align: top; }
.clearboth {clear:both; height:0px; font-size:0em;}

/*************************************************************/

body {
	text-align: center;
	background-image: url(../images/bodybk.jpg);
	background-repeat: repeat-x;
	background-color:#54a548;
}
#main {
	width: 954px;
	margin: 19px auto;
	text-align: left;
	background-image: url(../images/mainbk.jpg);
	background-repeat: repeat-y;
	border: 1px solid black;
}
#header {
    background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 273px;
}	
#mainnav {
	height: 24px;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(../images/nav_bkg.jpg);
	background-repeat: repeat-x;
	
}
#mainnav dl {
	height: 24px;
}

#mainnav a {
	height: 24px;
	text-decoration: none;
	float: left;
	padding: 2px 27px;
	color:#006600;
	font-weight: normal;
	background-repeat: repeat-x;
	height: 20px;
}	
#mainnav a:hover {
 color: #000000;
}

#menu a.home {width: 70px; background-image:url(../images/menu_home.jpg);}
#menu a.about {width: 89px; background-image:url(../images/about.jpg);}
#menu a.show_events {width: 112px; background-image:url(../images/menu_events.jpg);}
#menu a.jewelry_options {width: 136px; background-image:url(../images/menu_jewelry_opt.jpg);}
#menu a.online_store {width: 115px; background-image:url(../images/menu_store.jpg);}
#menu a.faq {width: 56px; background-image:url(../images/menu_faq.jpg);}
#menu a.contact {width: 84px; background-image:url(../images/menu_contact.jpg);}

#navleft {
	background-image: url(../images/nav_left.jpg);
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	height: 24px;
	
}
#navright {
	background-image:url(../images/nav_right.jpg);
	background-repeat: no-repeat;
	width: 11px;
	float: right;
	height: 24px;
}

#middle {
	clear: both;
	
}
#leftmenu {
	width: 191px;
	float: left;
	margin-top: 0px;
	margin-left: 8px;

}
#leftnav a {
	text-decoration: none;
	 display: block;
	 background-position: top right;
}
#leftnav a:hover {
	background-position:bottom right;
}
#leftcontent {
	width: 191px;
}
#rightcontent {
	margin-left: 200px;
	padding: 20px;
}

#leftnav a.electrical {height: 49px; background-image:url(../images/n_electrical.jpg);}
#leftnav a.solar {height: 50px; background-image:url(../images/n_solar.jpg);}
#leftnav a.automation {height: 50px; background-image:url(../images/n_auto.jpg);}
#leftnav a.communications {height: 51px; background-image:url(../images/n_comm.jpg);}

#footerimage {
	background-image: url(../images/mainbk_bottom.jpg);
	background-repeat: no-repeat;
	height: 125px;
	clear: both;
}
#footer {
	font-size: 12px;
}
#footer a {
	color:#003300;
	text-align: center;
	font-size: 12px;
}	
