/******* BODY STYLES ********/

body{
	width:auto;
	height:auto;
	margin:auto;
	padding:0;
	background:#000000;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#000000;
}

#main-body{
	width:950px;
	height:auto;
	margin:auto;
	padding-top:5px;
}

.spacer{
	height:11px;
	width:auto;
	clear:both;
	
}

/****** TYPOGRAPHY STYLES *********/

.categ-title{
	width:152px;
	height:20px;
	margin:auto;
	padding-top:5px;
	background:#000000;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border-bottom:#FFFFFF 1px solid;
	clear:both;
}


ul.categ-data{
	width:152px;
	height:auto;
	margin:auto;
	padding:0;
}

	
ul.categ-data 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-data li a{
	width:142px;
	height:auto;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:10px;
	background:#990033;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	display: block;
	text-decoration:none;
}

ul.categ-data li a:hover{
	width:142px;
	height:auto;
	margin-top:1px;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:10px;
	background:#CCCCCC;
	color:#000000;
	font-size:13px;s
	font-weight:bold;
	display: block;
	text-decoration:none;
}


/****** HEADER STYLES ********/

#header-holder{
	width:950px;
	height:150px;
	margin:0;
	padding:0;
}

ul#header{
	width:950px;
	height:150px;
	margin:0;
	padding:0;
	background:url(../images/header_bg.jpg) repeat-x;
}

ul#header li{
	margin:0;
	padding:0;
	display:block;
	float:left;
}

li#header1{
	width:127px;
	height:150px;
	margin:0;
	padding:0;
	background:url(../images/header_img1.jpg) no-repeat;
}

li#header2{
	width:124px;
	height:150px;
	margin:0;
	padding:0;
	background:url(../images/header_img2.jpg) no-repeat;
}

li#header3{
	width:308px;
	height:150px;
	margin:0;
	padding:0;
}

li#header4{
	width:273px;
	height:150px;
	margin:0;
	padding:0;
	background:url(../images/navbutton_bg.jpg) no-repeat right top;
}

li#header5{
	width:118px;
	height:150px;
	margin:0;
	padding:0;
	background:url(../images/header_img3.jpg) no-repeat;
}

#nav-holder{
	width:273px;
	height:39px;
	margin:0;
	padding-top:111px;
}

/************* NAVIGATION BAR *****************/

ul.nav{
	margin:0px;
	padding:0px;
	width:273px;
	height:31px;
}



	
ul.nav li{
	padding:0;
	margin:0;
	display: block;
	float: left;
}
	
ul.nav li a{
	border:0;
	text-decoration:none;
	display: block;
}


li.nav1 a{
	width:90px;
	height:31px;
	text-align:center;
}


.nav1 a{
		font-family:Tahoma, Arial;
		font-size:12px;
		font-weight:bold;
		color:#990033;
		text-decoration:none;
		background:none;
}
	
.nav1 a:hover{
		font-family:Tahoma, Arial;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		background:url(../images/hover_button.png) no-repeat;
}
	
.nav1 #active{
		font-family:Tahoma, Arial;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		background:url(../images/hover_button.png) no-repeat;
}


/************** BODY COLUMN HOLDER *************/

#col-holder{
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:11px;
	background:#FFFFFF;
	clear:both;
}

#col-center{
	width:586px;
	height:auto;
	margin:0;
	padding:10px;
	float:left;
}

.category-holder{
	width:172px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

ul.categorybg{
	width:172px;
	height:auto;
	margin:0;
	padding:0;
}


ul.categorybg li{
	margin:0;
	padding:0;
	display:block;
	float:left;
}

li.categorybg1{
	width:172px;
	height:10px;
	margin:0;
	padding:0;
	background:url(../images/col-top-bg.jpg) no-repeat;
}

li.categorybg2{
	width:172px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../images/col-bg.jpg) repeat-y;
}

*html li.categorybg2{
	width:172px;
	height:auto;
	margin-top:-4px;
	padding:0;
	background:url(../images/col-bg.jpg) repeat-y;
}




li.categorybg3{
	width:172px;
	height:10px;
	margin:0;
	padding:0;
	background:url(../images/col-bottom-bg.jpg) no-repeat;
}


/********** FOOTER STYLES ***********/

#footer-holder{
	width:950px;
	height:30px;
	margin-top:5px;
	padding-top:10px;
	color:#000000;
	text-align:center;
	background:url(../images/footer-bg.jpg) no-repeat;
	clear:both;
}


#footer-holder a{
	color:#000000;
	text-decoration:none;
}

#footer-holder a:hover{
	color:#000000;
	text-decoration:underline;
}



