@charset "utf-8";
/* CSS Document */
#navigation {
	height: 64px;
}
#b_home {
	background: url(../images/buttons/b_home.jpg) left top;
	height: 66px;
	width: 90px;
}
#b_about {
	background: url(../images/buttons/b_about.jpg) left top;
	height: 66px;
	width: 110px;
}
#b_products {
	background: url(../images/buttons/b_products.jpg) left top;
	height: 66px;
	width: 114px;
}
#b_services {
	height: 66px;
	width: 105px;
	background: url(../images/buttons/b_services.jpg) left top;
}
#b_equipment {
	height: 66px;
	width: 117px;
	background: url(../images/buttons/b_equipment.jpg) left top;
}
#b_contact {
	height: 66px;
	width: 109px;
	background: url(../images/buttons/b_contact.jpg) left top;
}
#b_contact:hover,#b_equipment:hover,#b_services:hover,#b_products:hover,#b_about:hover,#b_home:hover
{
	background-position: left bottom;
}


#b_services.over,#b_products.over {
background-position: left bottom;
}


#b_contact.thisPage,#b_equipment.thisPage,#b_services.thisPage,#b_products.thisPage,#b_about.thisPage,#b_home.thisPage
{
	background-position: left bottom;
}

#b_contact.thisPage{
	background: left top url(../images/buttons/b_contact_sel.jpg);
}
#b_equipment.thisPage{
	background: left top url(../images/buttons/b_euipment_sel.jpg);
}
#b_services.thisPage{
	background: left top url(../images/buttons/b_services_sel.jpg);
}
#b_products.thisPage{
	background: left top url(../images/buttons/b_products_sel.jpg);
}
#b_about.thisPage{
	background: left top url(../images/buttons/b_about_sel.jpg);
}
#b_home.thisPage
{
	background: left top url(../images/buttons/b_home_sel.jpg);
}

#top_nav {
	position: absolute;
	height: 33px;
	width: 226px;
	left: 774px;
	top: 38px;
	text-align: center;
}


#top_nav a {
	color: white;
	display: block;
	float: left;
	margin-right: auto;
	margin-left: 1em;
}
#leftColumn   module  ul.products li {
	font-size: 1.3em;
	font-weight: bolder;
}
h4 {
	font-size: 1.3em;
}



#top_nav a.cart {
	background: url(../images/icons/cart.png) no-repeat right center;
	padding-right: 35px;
	height: 25px;
	padding-top: 5px;
	
}

#top_nav a.account {
	background: url(../images/icons/account.png) no-repeat right center;
	padding-right: 35px;
	height: 25px;
	padding-top: 5px;
	
}


/* #user_nav */

#user_nav {
	position: absolute;
	width: 100%;
	top: 4px;
	right: 0px;
	text-align: right;
	color: #0d5a32;
	padding-right: 75px;
}

#user_nav h3 {
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-right: 1em;
}

#user_nav form {
	display: inline;
}

#user_nav label {
	font-size: 1em;
	margin-right: 0.5em;
}

#user_nav input,#user_nav button,#loginModule input,#loginModule button {
	background-color: #edf9eb;
	border: 1px solid #022f19;
	color: #0d5a32;
	margin-right: 0.5em;
	font-size: 1em;
}

#loginModule label { font-weight: bold; width: 6em; display: block; float: left; color: #0f4e21; }
#loginModule label, #loginModule input { font-size: 1.2em; }
#user_nav button {
	background-color: #9ac19b;
	border: 1px solid #022f19;
	color: #edf9eb;
}

#user_nav a {
	font-size: 0.8em;
}
