@charset "utf-8";

/***** BODY STYLES ******/

body{
	width:auto;
	height:auto;
	margin:auto;
	padding:0;
	background:url(../images/body-bg.jpg) #000000 repeat-x;
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#ffffff;
}

#main-body{
	width:966px;
	height:auto;
	margin:auto;
	padding:0;
}


.spacer{
	height:2px;
	width:auto;
	clear:both;
	
}

/****** TYPOGRAPHY STYLES *********/

.categ-title{
	width:152px;
	height:24px;
	margin:4px auto 0 auto;
	padding-top:5px;
	background:#790000;
	color:#E9DBDF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border-bottom:#E9DBDF 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:#E9DBDF;
	color:#790000;
	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:#CA514A;
	color:#E9DBDF;
	font-size:13px;
	display: block;
	text-decoration:none;
}




/******* HEADER STYLES ********/

#header-holder{
	width:950px;
	height:151px;
	margin:auto;
	padding:0;
}


#header-left{
	width:607px;
	height:151px;
	margin:0;
	padding:0;
	float:left;
}

#header-right{
	width:343px;
	height:151px;
	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:#CC0000;
	font-size:18px;
	text-decoration:none;
}

#header-nav1 a:hover{
	color:#E9DBDF;
	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:#CC0000;
	font-size:18px;
	text-decoration:none;
}

#header-nav2 a:hover{
	color:#E9DBDF;
	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:#CC0000;
	font-size:18px;
	text-decoration:none;
}

#header-nav3 a:hover{
	color:#E9DBDF;
	font-size:18px;
	text-decoration:none;
}

.header-border
{
	margin:0;
}

*html .header-border
{
	margin-top:-22px;
}

/******** MAIN BODY STYLES ********/

/**html #col-holder{
	width:966px;
	height:auto;
	margin-top:-22px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	clear:both;
}*/

#col-holder{
	width:955px;
	height:auto;
	margin:auto;
	padding-left:6px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	background-color:#FFFFFF;
}

#col-center{
	width:605px;
	height:auto;
	margin:0;
	padding:15px;
	float:left;
	color:#000000;
}

.category-holder{
	width:160px;
	height:auto;
	margin:0;
	padding:0 0 10px 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:4px 0 4px 0;
	background:#CA514A;
	border-bottom:3px solid #CA514A;
}

/**html li.categorybg2{
	width:160px;
	height:auto;
	margin:0;
	padding:0 0 4px 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:966px;
	height:75px;
	margin:auto;
	padding-top:15px;
	background:url(../images/footer.png) no-repeat;
	text-align:center;
	color:#ffffff;
}

/* *html #footer-holder{
	width:966px;
	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:#E9DBDF;
	text-decoration:none;
}

#footer-holder a:hover{
	color:#E9DBDF;
	text-decoration:underline;
}
