body {
	background:#000;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.2em;

}
table{

	padding: 20px;

	border-spacing:0;

}

/*tr{
	line-height: 1em;
	background:#333333 url('./images/table_row_backdrop.jpg') repeat-x bottom 0;
	border-top:1px solid #333;
}

th, td {
    padding: 6px;
	border-top:1px solid #333;
}*/

a img{
	border:none}
a {
	color:#036;
}
a:hover {
	color:#F00;
}

.login a{
	width:35px;
	padding:0 10px;
	font-size:.8em;
	float:right;
	color:#036;
	}
#header h1 span { color:#600 } 							/* tagline color */

.search-area .textbox, #searchform .textbox { 			/* SEARCH TEXTBOX */
	color:#963; 										/* text color */
	border:1px solid #F2F6F8;								/* border color */
	background:#FFF }									/* background color */



h2.pagetitle {

	color:#666
}										/* Page - title text color */

blockquote p { bcolor:#666}							/* Blockquote text color */
		
h3 { color:#666}									/* H3 title text color */
	
ul.commentlist li {
	background:#f6f2ed url('./images/comment_background.jpg') no-repeat }	/* Comment background color */
			
ul.commentlist .rightside { border-left:1px solid #A5C3D3 }		/* Comment line seperator color */
		
.readMore, span .readMore {
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	float:right;
	background-image:url('./images/more.jpg');
	width:66px;
	height:18px;
	padding:2px 7px 0 0;
	text-align:center;
	margin-top:20px;
	}
.readMore a{
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	}
.readMore a:hover, a:hover .readMore{
	color:#FC0;	
}



/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */
/* fonts */
	
strong {
	color:#666;
}	

h1 {
	font:14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	border-bottom:#666 solid 1px;
}	
h2 {
	font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.1em;
}	


/* DEFAULT WORDPRESS CSS FOR IMAGES */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.imageLeft {
   float: left;
   border: 1px solid #000;
   margin: 0px 10px 10px 0px;
}

.imageRight {
   float: right;
   border: 1px solid #000;
   margin: 0px 0px 10px 10px;

}
.imageRight img {


}

   
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

p.fineprint {
	font-size:12px;
	color:#1A2364;
	line-height: 16px;
}

.date{
	font-style:italic;
	font-size:12px;
	color:#900;
	margin-top:-16px;
	}

/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#666;
}
	
a:active, a:focus { outline:none }
.clear { clear:both; font-size:1px; display:block }

#topnav{
	width:1000px;
	height:39px;
	background-image:url('./images/topnav_background.jpg');
	}
#content {
	width:1000px;
	margin:0 auto;
	/*<!--background-image:url('./images/main_content_background.jpg');-->*/
	background-color:#f5f5f5;
	padding:0;
}

a { text-decoration:none}	
a:hover { text-decoration:none }
	
/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#header {
	width:1000px;
	height:99px;
	position:relative;
	background:url('./images/header_background.jpg') no-repeat
}
#headerIntro{
	width:1000px;
	height:99px;
	float:left;
	background:url('./images/header_background.jpg') no-repeat;
	position:absolute;
	bottom:0;
	}
	
	
	#header h1 {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:99px;
	margin:0;
	padding:0;
	font-size:1px
}
		
		#header h1 a {
	display:block;
	width:1000px;
	height:99px;
	text-indent:-2000px;
	background:url('./images/header_background.jpg') no-repeat
}
			
		#header h1 span {
	font-size:16px;
	font-weight:normal;
	position:absolute;
	bottom:-20px;
	left:2px
}
			
	#header .search-area {
		display:block;
		margin:0; padding:0;
		width:400px;
		text-align:right;
		position:absolute;
		right:20px;
		top:44px }
		
		.search-area p, #searchform p {
			margin:0; padding:0;
			display:inline }
		
		.search-area form, #searchform form {
			margin:0; padding:0 }
		
		.search-area .textbox, #searchform .textbox {
			padding:5px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif }
		
		.search-area .button, #searchform .button {
			border:none;
			padding:0; margin:0;
			position:relative;
			top:0px;
			background:url('./images/button_search.jpg') no-repeat;
			width:30px;
			height:26px }
			
		.search-area .button, #searchform .button:hover {
			background:url('./images/button_search_over.jpg') no-repeat;
			}

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#horizGraphicMenuContainer {
	position:relative;
	width : 1000px;
	height : 49px;
	overflow : hidden;
	clear: both;
}
ul#horizGraphicMenu {
	margin : 0;
	padding : 0;
	list-style: none;
	bottom: 0;
}

ul#horizGraphicMenu a {
	display : block;
	height : 49px;
	text-decoration : none;
}

li#hm_1 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat 0px 0px;
}

li#hm_2 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -98px 0px;
}

li#hm_3 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -196px 0px;
}

li#hm_4 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -341px 0px;
}
li#hm_5 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -448px 0px;
}
li#hm_6 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -587px 0px;
}
/*li#hm_7 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -703px 0px;
}
*/
li#hm_8 a:hover
{
	background : url(./images/hnav_background_f2.jpg) no-repeat -846px 0px;
}


li#hm_1  {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 98px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat 0px 0;

}

li#hm_2
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 98px;
	width : 98px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -98px 0px;
}

li#hm_3
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 196px;
	width : 145px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -196px 0px;
}

li#hm_4
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 341px;
	width : 107px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -341px 0px;
}
li#hm_5
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 448px;
	width : 139px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -448px 0px;
}


li#hm_6
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 587px;
	width : 116px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -587px 0px;
}
li#hm_7
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 703px;
	width : 143px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -703px 0px;
}
li#hm_8
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 846px;
	width : 154px;
	height : 49px;
	background : url(./images/hnav_background.jpg) no-repeat -846px 0px;
}

.postNav ul {
	position:relative;
	font-size:.8em;
	float:right;
	width:280px;
	list-style:none;
	margin:0; padding:0;

	}
.postNavHome ul {
	position:relative;
	font-size:.8em;
	float:left;
	width:780px;
	list-style:none;
	margin:0; padding:0 0 10px 0;

	}

.next{	
	/*border-left:1px solid;*/
}
.previous{	
	border-right:1px solid;
}
		
.postNav ul li{
	display:block;
	float:right;
	line-height:0.8em;
	padding:0 5px;
		}
		
.postNav ul li a {
			text-decoration:none;
			margin:0;}

	.postNavHome ul{
		margin-top:-8px;
		width:700px;
		}	
		.postNavHome ul li{	
		display:block;
		float:left;	
		padding:0 10px 0px 0px;
		}
		
.postNavHome ul li a {
			text-decoration:none;
			margin:0;}	

/* Navigation2 ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav2 ul li a {											/* NAVIGATION */
	color:#009;										/* text color */
	/*border-right:1px solid #600 				 link seperator color (the little line) */
	}	
#nav2 ul li a:hover {
	/*background:#600 url('../images/hnav2_hover.jpg') repeat-x;*/									/* hover background color */
	color:#003;
	/*background-color:#600; */
	}													/* text hover color */

#nav2 li:hover ul,
#nav2 li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav2 ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav2 {
	width:1000px;
	height:36px;
	background:url('./images/hnav2_background.jpg') no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
	
	#nav2 p {
		color:#999;	
		margin:0;
		width:135px;
		height:18px;
		float:left;
		font-size:12px;
		font-weight:bold;
		padding:0 10px 0 10px;
		top: 18px;}
		
		#nav2 p a{
		color:#000;	
		text-decoration:none}
		
	#nav2 ul {
		float:left;
		list-style:none;
		margin:0; padding:0;
		width:960px;
		height:10px }
		
	#nav2 ul li {
		position:relative;
		display:block;
		float:left;
		height:10px;
		margin:0;
		padding:4px 0 }
		
		#nav2 ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 5px 0px 5px; 
			font-size:10px;
			font-weight:bold;
			border-right:solid 1px;
			 }
			
		#nav2 ul li a:hover { text-decoration:none }
			
		#nav2 ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:18px;
			left:0 }
			
			#nav2 li > ul {
				top: auto;
				left: auto }
			
			#nav2 li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:18px; left:0 }
			
			#nav2 ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav2 ul ul li a {
					font-size:10px;
					height:auto;
					padding:1px 10px;
					border:none }
.navigation2 { width:100%; font-size:10px; margin:0 }	
.navigation2 .alignleft { display:block; float:left; width:49% }
.navigation2 .alignright { display:block; float:right; width:49%; text-align:right }
/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

.content {
	width:1000px;
	margin: 0;
	padding: 0 0px;
	background:#000;
}
.dividerBar{
	width:1000px;
	height:38px;
	margin: 0;
	padding: 0 0px;
	background:url(./images/slide_footer.jpg)}
.columnLeft{
	padding:0 0 0 40px;
	width:220px;
	float:left
	}
.columnRight{
	padding:0 20px 0 0px;
	width:720px;
	float:right;
	}
.columnSingle{
	padding:0 40px 0 40px;
	width:880px;
	float:left;
}
.columnSingleGallery{
	padding:0 0px 0 20px;
	width:960px;
	float:left;
	}
.sideBar{
	padding: 0px;
	float:right;
	width:290px;
	}
.fullPageLeft{
	float:left;
	width:550px;
	padding:0 0 80px 80px;
	}

	
.newsListLeft{
	float:left;
	width:652px;
	padding:0 0 80px 40px;
	}

.newsListLeft p.date{
	margin:-32px;
	color:#999;
	float:right;
	padding-right:30px;
	top:0;
	}


.newsListLeft h2{
	width:500px;
	
	}

.fullPageRight{
	float:right;
	width:700px;
	padding:0 80px 80px 0;
	}
#pageHeader {
	float:left;
	width:1000px;
	height:46px;
	background:url(./images/page-header.jpg);
	}
#pageHeaderImage {
	float:left;
	width:740px;
	height:254px;
	}
	
.threeColumn{
	width:251px;
	padding:0 0 20px 20px;
	float:left;}
.largeColumnLeft{
	width:522px;
	padding:0 0 20px 20px;
	float:left;}
		
.narrowcolumn { width:825px; float:left; }

.contentPadding {
	padding:10px 20px 10px 20px;
}
.galleryPadding {
	padding:0px 20px 0px 20px;
}
.introContentPadding {
	padding:0px 20px 60px 20px;
}



/*blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0;
	background:url('./images/quotes_left.jpg') 30px 0 no-repeat }
	
	blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
		background:url('./images/quotes_right.jpg') bottom right no-repeat }*/
		
h3 {
	font-size:16px;
	font-weight:bold }
		
	
/* contact form --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.formCommentBox{
	width: 780px;
	height: 200px;

}

.formTextBox{
	width: 400px;

}

/* PriceChart --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
#priceChart{
	list-style:none;
	position:relative;
	padding:0px 40px 40px 40px;
	}
#priceChart ul ul{
	padding:0px 40px 20px 0px;
	}

.priceChartColumn{
	float:left;
	list-style:none;
	
	}
.priceChartColumn li h3{
	padding:0px ;
	
	}
.productOptions{
	padding:0px 0px 20px 20px;
	margin:-20px 0px 0px 0px;
	float:left;
	}	
	
.listRows{
	list-style:none;
	}
.listRows li{
	clear:both;
	}
/* vertical list --------------------------------------------------------- */
/* ----------------------------------------------------------------- */	

	.vertList{
	float:left;
	padding:20px;
	display: block;
	width: 740px;
		}
/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
.subNavHeader{
	height: 45px;
	line-height: 14px;
	font-size:18px;
	margin:0 0px 0px 0;
	text-indent:-2000px;
	padding:5px 0px 5px 0px;
	
	}
#sidebar {
	float:left;
	width:175px;
	padding:0px 0px 0px 0px;
	line-height:0px;
}

	#sidebar ul {
		list-style:none;
		margin:0; padding:0 }
		
	#sidebar ul li a {
        background:url('./images/vnav_button.jpg') no-repeat bottom;
		display:block;
		padding:8px 5px 8px 20px;
		text-decoration:none;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:1em;
		color:#06C;
		}		
	#sidebar ul li a:hover {
		color:#006;
		background:url('./images/vnav_button_over.jpg') no-repeat top;

		}		

/*#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('../images/calendar_icon.jpg') 0 4px no-repeat }

#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('../images/folder_icon.jpg') 0 4px no-repeat }*/
	
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:980px;
	height:84px;
	margin:0 auto;
	padding:10px;
/*	background:url('./images/footer_background.jpg') no-repeat;*/
	}	
#footer p {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color: #666;
}
#footer p a{
	color: #CCC;
	text-decoration:none;
}

	/* --------video and slideshow ----------*/
#splash	{
	position:relative;
	width: 1000px;
	background-repeat: repeat-y;
	background-image:url(../images/page_backdrop.jpg);
	background-position:top center;
	}
#splashImagePosition {
	width: 1000px;
	background-image:url(../images/page_backdrop.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 10px;
}
#splashRightContent {
	width: 1000px;
	height: 250px;
	overflow:hidden;
}

#splashLeftContent {
	float: left;
	width: 250px;
}
#slideShow{
	clear:both;
	margin:0 auto;
	width: 1000px;
	height: 370px;
	z-index:2000;
	background-image: url(./images/intro_slide_backdrop.jpg);
	overflow:hidden;
	}
/* rotator in-page placement */
    div#rotator {
	background-image:url(./images/slide.jpg);
	position:relative;
	float: right;
	width: 1000px;
	height: 370px;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	top:0;
	left:0;
}
/* rotator image style */	
	div#rotator ul li img {
	border:none;
	padding:0px;
}
    div#rotator ul li.show {
	z-index:500
}

#mp3Player{
	float:right;
	width: 825px;
	height: 20px;
	text-align: right;
	background-image: url(./images/mp3_backdrop.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#videoGallery {
	width: 825px;
	height: 464px;
}
p.footerLink {
	font-size:10px;
	margin: -10px 0 0 0;
	color:#036;
	}
p.footerLink a{
	font-weight:bold;
	color:#036;
	text-decoration:none;
	}
 
 
		
#photoGalleryNav ul li a{										/* NAVIGATION */
	color:#099;	
	border-right:1px solid #CCC;/* text color */
	}					/* link seperator color (the little line) */
	
#photoGalleryNav ul li a:hover {
	background:#FFF;									/* hover background color */
	color:#000;
	
	}													/* text hover color */

#photoGalleryNav {
		float:right;
		width:670px;
}
	
	#photoGalleryNav ul {
		list-style:none;
		margin:0;
		padding:0;
		float:left;
	}
		
	#photoGalleryNav ul li {
		
		display:block;
		float:left;
		margin:0;
		width:80px;
		padding:0;
		}		
		
		#photoGalleryNav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 6px 0px 6px; 
			font-size:12px;
			line-height:1em;

			 }
			
		#photoGalleryNav ul li a:hover { text-decoration:none }
	


#nav {
	background:url('../images/hnav_background.jpg') no-repeat;
	width:1000px;
	height:35px;
	}

#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; z-index:200; width:100%; height:35px; font:14px "Trebuchet MS", Arial, Helvetica, sans-serif } 
#dropmenu a {display:block; padding:8px 14px; color:#666; border-right:1px solid #CCC; text-decoration:none;} 
#dropmenu a:hover {background:#666; color:#fff;} 
#dropmenu li {float:left; position:relative;} 
#dropmenu ul {position:absolute; display:none; width:228px; top:31px; left:-1px;} 
#dropmenu ul a {border-left:1px solid #000;} 
#dropmenu li ul {border-top:1px solid #000; width:230px; height:1px; background-color:#333;} 
#dropmenu li ul a {width:280px; height:auto; float:left; border-bottom:1px solid #000; background-color:#999; color:#000; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif } 
#dropmenu ul ul {top:auto;} 
#dropmenu li ul ul {left:200px; margin:0px 0 0 10px;} 
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 
#dropmenu li .contactUs {float:right; position:relative; border-left:0px;} 

.testimonial{
	width:180px;
	padding:10px 40px 10px 20px;
	background-color:#333;
	margin-right:20px;
	}
.testimonial p{
	width:180px;
	color:#CCC;
	}

.testimaonialAuthor{
	float: right;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#600;
	width:180px;

	background-color:#333;

	}

.testimaonialAuthorTitle{
	float: right;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	width:180px;

	background-color:#333;

	}
	
.testimonial blockquote {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	display:block;
	padding:10px 0px 10px 0px;
	margin:0;

	}
	
.testimonial blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
}
.testimonialCompanies{
	width:200px;
	padding:10px 40px 10px 20px;
	background:#333 url(./images/sidebar_middle.jpg) repeat-y;
	
	}
.testimonialCompanies li{
	width:212px;
	height:20px;
	padding:10px 20px 10px 28px;
	margin-left:-40px;
	text-indent:none;
	background:#333 url(./images/side_button_backdrop.jpg) repeat-y;
	
	}
.testimonialCompanies li a{
	color:#C90;
	font:"Impact", Arial, Helvetica, sans-serif;
	
	}
		
#featuredList{
	float: left;
	width: 740px;

	background:url(./images/intro_headers.jpg) no-repeat;
	}
.introListA{
	float:left;
	padding:50px 20px 20px 6px;
	}
.introListA ul{
	list-style:none;
	}
.introListA li{
	border-bottom:1px #CCC dotted;
	padding:4px 0px 4px 0px;
	}


#sideBarLarge {
	float: right;
	width: 260px;
	margin: 0px;
	padding: 0px 0px 0 0;
	background:#333 url(./images/sidebar_middle.jpg) repeat-y;
	overflow:hidden;
	}
#sideBarLargeHeader {
	float: right;
	width: 260px;
	height: 323px;
	background-image:url(images/sidebar_header.jpg);
	}
#sideBarLargeSubHeader {
	clear:both;
	height: 63px;
	background-image:url(images/subheader_a.jpg);
	}
	
#sideBarLarge ul li p {
	font-size:.9em;
	line-height:1.2em;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif ;

	}

#sideBarLarge li img {

    float: left;
	padding: 0 10px 0 10px;
	width:70px;
	height: 70px;
	overflow:hidden;
	}
	
#sideBarLarge ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}
	
#sideBarLarge h3 img{
	margin: 0px;
	padding: 0px;
	border: 1px #06C solid;
	}

	

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
.hpfeatured {
	float: left;
	width: 290px;
	padding: 0 0 0px 0;
	margin: 0 0 20px 0;
	background: #FFFFFF url(../images/cat_box_center.jpg);
	}
.hpfeatured ul{
	float: right;
	width: 250px;
		}

.hpfeatured li{
	width: 250px;
	border-bottom:1px solid #bbb;
	padding:10px 0 10px 0;
	margin:0;
}


.hpfeatured h3 {

	}
	
.catHeader001{
		height:40px;
		background: #FFFFFF url(../images/cat_box_001.jpg) top no-repeat;
		}
.catHeader002{
		height:40px;
		background: #FFFFFF url(../images/cat_box_002.jpg) top no-repeat;
		}		
.catHeader003{
		height:40px;
		background: #FFFFFF url(../images/cat_box_003.jpg) top no-repeat;
		}
.catHeader004{
		height:40px;
		background: #FFFFFF url(../images/cat_box_004.jpg) top no-repeat;
		}		
.catFooter{
		clear:both;
		height:28px;
		background: #FFFFFF url(../images/cat_box_footer.jpg) bottom no-repeat;
		width:290px;
		}		
.catFooter a{
	float:right;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#0FF;
	padding:0 20px 0 0;
	}
	
.widget_block {
margin: 0;
clear:both;


}

.widget_block ul {
list-style: none;
margin: 0;
padding: 0;
}

.widget_block li {
margin: 0;
font-size:12px;
line-height:16px;
font:"Trebuchet MS", Arial, Helvetica, sans-serif ;
border-bottom:1px solid #bbb;
padding:2px 0 2px 0;
}

.widget_block li p{

}


.widget_block li:hover {
background: #E9F2F3;
color:#039;
}


