/* CSS Document */
body {
background-color: #E8E8E7;
margin: 0px;
padding: 0px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

form {
margin: 0px;
padding: 0px;
}

#container {
background-color: #ffffff;
width: 760px;
padding: 0px 4px 4px 4px;
margin: 0 auto;
}

#header {
position: relative;
width: 760px;
height: 104px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}

#navigation {
	position: absolute;
	left: 283px;
	top: 7px;
	width: 466px;
}

#navigation ul {
list-style-type:none;
margin: 0px;
padding: 0px;
}

#navigation li {
display: inline;
}

#navigation a, #navigation a:visited {
color: #ffffff;
font-weight: bold;
text-decoration: none;
padding: 0px 10px 0px 10px;
background-image:url(../images/lines.gif);
background-position: 100% 80%;
background-repeat:no-repeat;
}

#navigation a:hover {
text-decoration:underline;
color: #D3E575;
}

#shopping_cart a, #shopping_cart a:visited {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#shopping_cart a:hover {
text-decoration:underline;
color: #D3E575;
}

#shopping_cart {
	position: absolute;
	left: 597px;
	top: 81px;
}

#left_column {
width: 154px;
float: left;
background-color: #8FBF52;
}

#right_column {
width: 606px;
float: left;
line-height: 18px;
background-color:#FFFFFF;
}

.right_greybar {
background-color: #F6F7F9;
padding: 6px 34px 6px 34px;
}
#right_content {
padding: 0px 34px 18px 34px;
background-color:#FFFFFF;
}

#search_box {
width: 154px;
background-color:#065B9E;
text-align: center;
height: 74px;
border-bottom: 1px solid #ffffff;
position: relative;
background-image:url(../images/search_title.jpg);
background-repeat:no-repeat;
}

#product_list ul {
list-style-type: none;
margin: 0;
padding: 0px;
}


#product_list .color1, #product_list .color1:visited {
display: block;
width: 129px;
height: 18px;
background-color: #75BE53;
border-bottom: 1px solid #ffffff;
background-image:url(../images/arrow_nav1.gif);
background-repeat: no-repeat;
background-position: 5px 1px;
padding: 2px 0px 0px 25px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#product_list .color1:hover {
color: #065A9E;
}

#product_list .color2, #product_list .color2:visited {
display: block;
width: 129px;
height: 18px;
background-color: #8FBF52;
border-bottom: 1px solid #ffffff;
background-image:url(../images/arrow_nav2.gif);
background-repeat: no-repeat;
background-position: 5px 1px;
padding: 2px 0px 0px 25px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#product_list .color2:hover {
color: #065A9E;
}

#footer {
width: 760px;
height: 39px;
background-image:url(../images/footer.gif);
position: relative;
}

#footer_links {
	position: absolute;
	left: 37px;
	top: 15px;
	width: 336px;
	color: #ffffff;
}



#copyright {
	position: absolute;
	left: 450px;
	top: 23px;
	width: 147px;
}

#copyright a,#copyright a:visited {
color: #B6C7D7;
font-size: 10px;
font-weight: normal;
}
#copyright a:hover {
text-decoration: none;
}

#content {
background-color:#8FBF52;
}

a, a:visited {
 font-weight: bold;
 color: #0063B6;
}
a:hover {
text-decoration:none;
}
.grey_link, .grey_link:visited {
font-weight: bold;
color: #6E7860;
text-decoration:none;
}

.grey_link:hover {
text-decoration: underline;
}

#footer_links a,#footer_links a:visited {
color: #ffffff;
text-decoration:underline;
font-size: 10px;
font-weight: normal;
}

#footer_links a:hover {
text-decoration: none;
font-size: 10px;
}

