@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
body {
	background-color: #adc87d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.buttons:link
{background-image:url(../images/button-off.gif); background-repeat:no-repeat; width:177px; height:63px; padding-bottom:20px;}
a.buttons:hover
{background-image:url(../images/button-on.gif); background-repeat:no-repeat; width:177px; height:63px;}

div#s1
{
	width: 177px;
	/*height: 63px;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:13px;*/
}
div#s1 ul
{
	/*background-color: #036;  */
	list-style-type: none; /* get rid of the bullets */  
	padding:0;             /* no padding */  
	margin:0;              /* no margin for IE either */
}
div#s1 ul li
{
	margin: 0;  
	padding: 0;  
	/*background-color: #036;  */
	display:block; 
	border-top: 0px solid white; /* lines */
}
	
	
div#s1 ul li a 
{
	display: block;         /* lines extend to right, make area clickable */  
    color: white;  
	font-size:15px;
	font-weight:bold;
	/*background-color: #036;*/
	background-image:url(../images/button-off.gif);
	background-repeat:no-repeat;
	padding: 23px 3px 0px 67px;  
	margin:0;  
	text-decoration: none;  
	height:46px;           /* hint for IE, alternatively remove whitespace from HTML */
}
div#s1 ul li a:hover 
{
	color: #f5d745;  
	/*background-color: #06C; /* rollover effect */
	background-image:url(../images/button-on.gif);
	background-repeat:no-repeat;
}


.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.right-column-head
{background-color:#0d6a32;
padding:10px;
text-align:center;
color:#ffffff;
font-size:17px;
font-weight:bold;}

.header-tabs
{background-image:url(../images/header-tabs.gif);
background-repeat:no-repeat;
width:977px; height:158px;
color:#FFF;}

.top-navi
{margin-right:30px;
margin-bottom:5px;}

a.top-home
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding-right:90px;}
a.top-home:hover
{color:#24b750}

a.top-about
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding-right:65px;}
a.top-about:hover
{color:#24b750}

a.top-contact
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding-right:70px;}
a.top-contact:hover
{color:#24b750}

a.top-contact
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding-right:60px;}
a.top-contact:hover
{color:#24b750}

a.top-account
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding-right:58px;}
a.top-account:hover
{color:#24b750}

a.top-cart
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
font-weight:bold;
text-decoration:none;
padding-right:80px;}
a.top-cart:hover
{color:#24b750}
.body-content
{padding:15px;}

.top-search
{background-image:url(../images/search-back.gif);
padding-right:15px;
width:977px;
}
.top-search-inner
{margin-left:600px;}