@charset "utf-8";

/***** BODY STYLES ******/

body{
	width:auto;
	height:auto;
	margin:auto;
	padding:0;
	background:url(../images/header-bg.jpg) #FFFFFF repeat-x;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#000000;
}

#main-body{
	width:950px;
	height:auto;
	margin:auto;
	padding:0;
}


.spacer{
	height:2px;
	width:auto;
	clear:both;
	
}

/****** TYPOGRAPHY STYLES *********/

.categ-title{
	width:152px;
	height:24px;
	margin:auto;
	padding-top:5px;
	background:#305C1A;
	color:#FFCC00;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border-bottom:#97C147 1px solid;
	clear:both;
}


ul.categ-data1{
	width:152px;
	height:auto;
	margin:auto;
	padding:0;
}

	
ul.categ-data1 li{
	width:152px;
	height:30px;
	padding:0;
	margin:auto;
	display: block;
	float: left;/*
	border-bottom:#FFFFFF 1px solid;
	border-top:#FFFFFF 1px solid;*/
}
	
ul.categ-data1 li a{
	width:142px;
	height:auto;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:10px;
	background:#FFFFFF;
	color:#305C1A;
	font-size:13px;
	display: block;
	text-decoration:none;
}

ul.categ-data1 li a:hover{
	width:142px;
	height:auto;
	margin-top:1px;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:10px;
	background:#FF6600;
	color:#FFFFFF;
	font-size:13px;
	display: block;
	text-decoration:none;
}

.right{
	width:152px;
	height:24px;
	margin:auto;
	padding-top:5px;
	background:#FFFFFF;
	color:#FFCC00;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border-bottom:#97C147 1px solid;
	clear:both;
}


/******* HEADER STYLES ********/

#header-holder{
	width:950px;
	height:159px;
	margin:auto;
	padding:0;
}


#header-left{
	width:607px;
	height:159px;
	margin:0;
	padding:0;
	float:left;
}

#header-right{
	width:343px;
	height:159px;
	margin:0;
	padding:0;
	float:right;
	background:url(../images/header5.jpg) bottom no-repeat;
	
}

#header-nav1{
	width:113px;
	height:35px;
	margin:0;
	padding-top:4px;
	text-align:center;
	background:url(../images/nav1.jpg) no-repeat;
	float:left;
}

#header-nav1 a{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}

#header-nav1 a:hover{
	color:#FFFF00;
	font-size:18px;
	text-decoration:none;
}

#header-nav2{
	width:114px;
	height:35px;
	margin:0;
	padding-top:4px;
	text-align:center;
	background:url(../images/nav2.jpg) no-repeat;
	float:left;
}

#header-nav2 a{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}

#header-nav2 a:hover{
	color:#FFFF00;
	font-size:18px;
	text-decoration:none;
}

#header-nav3{
	width:116px;
	height:35px;
	margin:0;
	padding-top:4px;
	text-align:center;
	background:url(../images/nav3.jpg) no-repeat;
	float:left;
}

#header-nav3 a{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}

#header-nav3 a:hover{
	color:#FFFF00;
	font-size:18px;
	text-decoration:none;
}

/******** MAIN BODY STYLES ********/

*html #col-holder{
	width:932px;
	height:auto;
	margin-top:-22px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	clear:both;
}

#col-holder{
	width:932px;
	height:auto;
	margin:auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0;
	clear:both;
}

#col-center{
	width:580px;
	height:auto;
	margin:0;
	padding:15px;
	float:left;
}

.category-holder{
	width:160px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

ul.categorybg{
	width:160px;
	height:auto;
	margin:0;
	padding:0;
}


ul.categorybg li{
	margin:0;
	padding:0;
	display:block;
	float:left;
}

li.categorybg1{
	width:160px;
	height:72px;
	margin:0;
	padding:0;
	background:url(../images/categ-bg-top.jpg) no-repeat;
}

li.categorybg2{
	width:160px;
	height:auto;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	background:#97C147;
}

*html li.categorybg2{
	width:160px;
	height:auto;
	margin:0;
	padding:0;
	background:#97C147;
}




li.categorybg3{
	width:160px;
	height:22px;
	margin:0;
	padding:0;
	background:url(../images/categ-bg-bottom.jpg) no-repeat;
}


/********** FOOTER STYLES *********/

#footer-holder{
	width:942px;
	height:75px;
	margin:auto;
	padding-top:10px;
	background:url(../images/footer.png) no-repeat;
	text-align:center;
	color:#000000;
}

*html #footer-holder{
	width:942px;
	height:75px;
	margin: -20px auto 0 auto;
	padding-top:10px;
	background:url(../images/footer.png) no-repeat;
	text-align:center;
	color:#000000;
}


#footer-holder a{
	color:#000000;
	text-decoration:none;
}

#footer-holder a:hover{
	color:#000000;
	text-decoration:underline;
}
