
.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-color: #5ebb39;
	color: #333333;
}

#wrap {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}

#main_home {
	width: 940px;
	float: left;
	background-image: url(../images/bg_main_home.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0px 27px;
}

#main_inside {
	width: 940px;
	float: left;
	background-image: url(../images/bg_main_inside.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0px 27px;
}




/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 960px;
	height: 128px;
	float: left;
	padding: 3px 22px 0px 12px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
}

#header_mshop {
	width: 960px;
	height: 128px;
	float: left;
	padding: 3px 22px 0px 12px;
	background-image: url(../images/bg_header_m.png);
	background-repeat: no-repeat;
}

#header_logo {
	width: 580px;
	height: 128px;
	float: left;
}

#header_menu {
	width: 333px;
	height: 100px;
	float: right;
	padding-top: 3px;
	text-align: center;
	color: #ffffff;
}

#header_menu a {
	color: #ffffff;
	text-decoration: none;
}

#header_menu a:hover {
	color: #d9f5a1;
}

#header_search {
	width: 263px;
	height: 22px;
	float: right;
	padding-right: 12px;
}

#quicklinks {
	width: 968px;
	height: 42px;
	float: left;
	background-image: url(../images/bg_quicklink.png);
	background-repeat: no-repeat;
	padding: 6px 0px 0px 26px;
	text-transform: lowercase;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quicklink {
	width: 234px;
	height: 36px;
	float: left;
	text-align: center;
}

.quicklink a {
	display: block;
	width: 234px;
	height: 35px;
	padding-top: 1px;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 4px 0px;
	background-repeat: no-repeat;
	color: #067937;
	text-decoration: none;
}

.quicklink a:hover,
.quicklink_left a:hover,
.quicklink_right a:hover {
	background-image: url(../images/bg_quicklink_hover.gif);
	color: #ffffff;
	text-decoration: none;
}

.quicklink a#current {
	background-image: url(../images/bg_quicklink_on.gif);
	background-position: 0px 0px;
	color: #067937;
	text-decoration: none;
	height: 34px;
	padding-top: 2px;
}

.quicklink_left {
	width: 237px;
	height: 36px;
	float: left;
	text-align: center;
}

.quicklink_left a {
	display: block;
	width: 237px;
	height: 35px;
	padding-top: 1px;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 7px 0px;
	background-repeat: no-repeat;
	color: #067937;
	text-decoration: none;
}

.quicklink_left a#current {
	background-image: url(../images/bg_quicklink_left_on.gif);
	background-position: 0px 0px;
	color: #067937;
	text-decoration: none;
	height: 34px;
	padding-top: 2px;
}

.quicklink_right {
	width: 237px;
	height: 36px;
	float: left;
	text-align: center;
}

.quicklink_right a {
	display: block;
	width: 236px;
	height: 35px;
	padding-top: 1px;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 4px 0px;
	background-repeat: no-repeat;
	color: #067937;
	text-decoration: none;
}

.quicklink_right a#current {
	background-image: url(../images/bg_quicklink_right_on.gif);
	background-position: 0px 0px;
	color: #067937;
	text-decoration: none;
	height: 34px;
	padding-top: 2px;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 191px;
	float: left;
	padding: 5px 0px 5px 5px;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 540px;
}

#navcontainer {
	width: 191px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 13px;
	list-style: none;
	margin: 0px 0px 2px 0px;
}

#navcontainer li a
{
	display: block;
	width: 176px;
	height: 19px;
	padding: 3px 10px 0px 5px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
	color: #0a8b40;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 3px 0px 1px 0px;
	padding: 5px 0px 6px 9px;
	background-image: url(../images/bg_menu2.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navcontainer li li
{
	font-size: 12px;
	list-style: none;
}

#navcontainer li li a
{
	display: block;
	width: 172px;
	height: auto;
	padding: 2px 10px 0px 0px;
	text-decoration: none;
	background-image: none;
	color: #333333;
}

#navcontainer li li a:hover {
	background-image: none;
	color: #c75d07;
}

#navcontainer li li a#current {
	background-image: none;
	color: #5db939;
}

#navcontainer ul ul ul {
	border-top: 1px solid #5ab838;
	border-bottom: 1px solid #5ab838;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li li {
	font-size: 11px;
	list-style: none;
}

#navcontainer li li li a {
	display: block;
	width: 170px;
	padding: 2px 6px 0px 6px;
	color: #333333;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	color: #000000;
}

#banners {
	width: 174px;
	float: left;
	padding: 6px 0px 0px 6px;
}

.navbanner {
	width: 174px;
	float: left;
	margin-bottom: 3px;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cbContainer {
	background-image: url(../images/bg_cbContainer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-right: 6px solid #ffffff;
	padding: 6px 0px 6px 6px;
}

.cbColumn {
	background-image: url(../images/bg_cbColumn.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.cbBorderTop {
	border-top: 2px solid #f0fadd;
}

.cbBorderBottom {
	border-bottom: 2px solid #f0fadd;
}

.cbTitle {
	color: #36a544;
	font-size: 19px;
	font-weight: normal;
	height: 25px;
}

.cbTitle a,
.cbTitle a:hover {
	color: #36a544;
	text-decoration: none;
}

.cbBody {
	padding: 5px;
}


/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
#container_home {
	width: 736px;
	float: left;
	padding: 0px 0px 0px 8px;
	min-height: 500px;
}

#container_inside {
	width: 718px;
	float: left;
	padding: 0px 0px 0px 18px;
	min-height: 500px;
	background-image: url(../images/bg_container.gif);
	background-position: 8px 0px;
	background-repeat: no-repeat;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	padding: 3px 0px 0px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#maincontent {
	width: 682px;
	float: left;
	padding: 5px 18px 10px 18px;
}



/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 944px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: 22px 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
	padding: 75px 3px 10px 25px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #d9f5a1;
	text-decoration: none;
}

#footer_left {
	width: 500px;
	float: left;
}

#footer_right {
	width: 440px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


