/**************************** Content Settings ****************************/

div#title h2					/* page titles */
{
}
div#content						/* page content */
{
}

div#contenttitle
{
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

/*********************** Page Navigation **********************/

div.pagenavigation				/* page navigation */
{
	margin-bottom:10px
}

div.breadcrumbs
{
	font-side: smaller;
	margin: 5px 0 10px 0;
}

div.breadcrumbs span.selected
{
	color: #40df51;
}

/*********************** Footer Styles and settings **********************/

div.footer_nav
{
	float: left;
	height: 20px;
}

div.footer_nav ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 2px 0 0 0;
}

div.menuseparate {
	display: block;
	float: left;
	width: 8px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/navseperator.gif) 0 2px no-repeat;
}

div.footer_nav li
{
	display: inline;
	float: left;
	height: 13px;
}

div#footer_totalbusiness
{
	float: left;
	width: 205px;
	margin: 2px 0 0 0;
}

div#fatfrog a#fflogo
{
	float: right;
	height: 17px;
	width: 45px;
	background: url(/images/fflogo.gif) center right no-repeat;
	text-indent: -9999px;
}

div#footer_call
{
	width: 205px;
	margin: 2px 0 0 2px;
	float: left;
	font-size: small;
}

div#top_footer
{
	height: 30px;
	margin: 10px 0 0 0;
	padding: 0;
}

/*********************** Header Styles and settings **********************/

div#header_nav
{
	float: left;
	height: 20px;
	font-size: small;
}

div#header_nav ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 7px 0 0 0;
}

div.menuseparate-medium {
	display: block;
	float: left;
	width: 8px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/navseperator-medium.gif) 0 3px no-repeat;
	margin: 0 5px 0 5px;
}

div#header_nav li
{
	display: inline;
	float: left;
	height: 13px;
}

div#header_totalbusiness
{
	float: left;
	height: 30px;
	width: 205px;
	text-indent: -9999px;

}

div#header_totalbusiness a
{
	float: left;
	height: 30px;
	width: 200px;
	background: url(/images/totalbusinessgroup.gif) center no-repeat;

}

div#header_image
{
	margin: 15px 0 0 0;
	min-height: 265px;
	overflow: visible;
	width: 920px;
}

div#landing_image
{
	height: 265px;
}



/******************** Default Content Page ********************/

div.contenttext					/* page text */
{
}
div.contentunavailable p 		/* page content unavailable text */
{
}

/******************** Default Contact Page ********************/

div.contactwarningmsg p			/* contact error message */
{
	color:#FF0000;
}
form#contactform				/* contact form */
{
}
div.contactthankyou p			/* thankyou text */
{
}

div#contactheader
{
	color: #757575;
	text-transform: capitalize;
	border-bottom: solid #40DF51 1px;
	margin: 5px 0 5px 0;
}

/******************** Default List Page ********************/

ul.searchinstruction
{
	margin: 10px 10px 0 0;
	color: #757575;
	font-size: small;
	font-weight: bold;
}

div.listinstructions			/* module configuration introduction text */
{
}
div.list 						/* list of records */
{
}
div.listgroupdivider			/* end category divider */
{
	clear:both;
}
div.listgrouptitle				/* record category title */
{
	background-color:#dcdcdc;
	padding: 2px 0 2px 0;
}
div.listgroupcaption 			/* record category title */
{
}
div.listrow 					/* record row */
{
}
div.listimage 					/* record image */
{
	float:right;
	position:relative;
	margin-left:10px;
	margin-bottom:10px;
}
div.listimage img				/* record image */
{
}
div.listdetails					/* record details (title, caption, select) */
{
}
div.listtitle 					/* record title */
{
	margin: 0 0 10px 0;
}

div.listlinktitle a
{
	font-size: small;
	color: #40df51;
}

div.listcaption 				/* record caption */
{
}
div.listselect					/* record select button */
{
}
div.listdivider					/* record divider */
{
	clear:both;
}
div.listunavailable p			/* list unavailable text */
{
}

/******************** Default Selected Page ********************/

.selected						/* selected information (image and details) */
{
}
.selectedimage					/* selected image */
{
}
.selecteddetails				/* selected details (title, text) */
{
}
.selectedtitle					/* selected record title */
{
}
.selectedtext					/* selected record text */
{
}
.selectedlink					/* selected record text */
{
}
.selectedunavailable p			/* selected record unavailable text */
{
}
.selectedpreviouspage			/* previous page link */
{
}

/************************* Search Box ***************************/

#sitesearch						/* website search box */
{
	float:right;
	width:auto;
	height:auto;
}

#advsearchgo
{
	margin: 2px 0 0 0;
}

.searchleft
{
	height: 23px;
	width: 9px;
	background: url(/images/searchbox-start.jpg) 0 0 no-repeat;
	padding: 0;
	margin: 0;
	float: left;
}
.searchmiddle
{
	height: 23px;
	width: 149px;
	background: url(/images/searchboxBACK.jpg) 0 0 repeat-x;
	padding: 3px 0 0 0;
	margin: 0;
	float: left;
}
.searchright
{
	height: 23px;
	width: 11px;
	background: url(/images/searchbox-end.jpg) 0 0 no-repeat;
	padding: 0;
	margin: 0;
	float: left;
}


#sitesearchform					/* website search form */
{
}
.sitesearchtitle				/* website search title */
{
}
#sitesearchtext					/* website search textbox */
{
	background: none 0 0 repeat-x;
	width: 149px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
}
#sitesearchgo					/* website search go */
{
}

div.search_input
{
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*********************** Product Search *************************/

.productsearchinstructions		/* product search box */
{
}
#productsearchform				/* product search form */
{
}


/*********************** Product Category Settings ***********************/

div#categorycontent p
{
	color: #757575;
	padding: 0;
	margin: 5px 0 0 0;
	font-weight:bold;
	font-size:14px;
	line-height: 18px;
}

div.category_container
{
	float: left;
	width: 195px;
	margin: 5px 0 0 0;
}

div.category_title
{
	font-size: small;
	height: 30px;
}

div.category_image
{
	margin: 5px 0 0 0;
	border-top: solid #40df51 1px;
	border-bottom: solid #40df51 1px;
}

div.category_image.cat1
{
	height: 125px;
	width: 195px;
	background: url(/images/maincat1.jpg) 0 0 no-repeat;
}
div.category_image.cat2
{
	height: 125px;
	width: 195px;
	background: url(/images/maincat2.jpg) 0 0 no-repeat;
}
div.category_image.cat3
{
	height: 125px;
	width: 195px;
	background: url(/images/maincat3.jpg) 0 0 no-repeat;
}

div.category_subs
{
	margin: 5px 0 0 0;
}

div.category_subs a
{
	width: 195px;
}

div.category_subs ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.category_subs a
{
	background: url(/images/chevron.gif) 0 0 no-repeat;
	padding: 0 0 0 18px;
	height: 14px;
}

div.category_subs a:hover
{
	background-position: 0px -14px;
}

/******************** MINI CATEGORY SETTINGS *****************************/

div.minicategory
{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 195px;
	min-height: 90px;
}

div.minicategory_title
{

}

div.minicategory_title a
{

}

div.minicategory_image
{
	height: 70px;
	width: 195px;
	border-top: solid #40df51 1px;
	border-bottom: solid #40df51 1px;	
	margin: 5px 0 0 0;
	padding: 0;
}


/********* SUB CATS *******/

div.minisubcategory_container
{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 195px;
	min-height: 90px;
}

div.minisubcategory_title
{

}

div.minisubcategory_row
{
	background: url(/images/categorylines.gif) -1px bottom no-repeat;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}


div.category_minisubs
{
	float: left;
	width: 195px;
	padding: 0;
	margin: 10px 0 0 0;
}
div.category_minisubs a
{
	width: 195px;
}

div.category_minisubs ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.category_minisubs a
{
	background: url(/images/chevron.gif) 0 0 no-repeat;
	padding: 0 0 0 18px;
	height: 14px;
}

div.category_minisubs a:hover
{
	background-position: 0px -14px;
}

div.minisubcategory_title a
{

}

div.minisubcategory_image
{
	height: 70px;
	width: 195px;
	border-top: solid #40df51 1px;
	border-bottom: solid #40df51 1px;	
	margin: 5px 0 0 0;
	padding: 0;
}

/******************** HEADER SUBNAVIGATION (FOR CATEGORIES) **************/
div#header_navandtitle
{

}

div#header_subnav
{
	float: left;
	min-height: 260px;
	width: 205px;
	padding: 5px 0 0 0;
	border-top: solid #40df51 1px;
	border-bottom: solid #40df51 1px;
	background: url(/images/maincontent-bg.jpg) 0 bottom repeat-x;
}

div#header_subnav ul
{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

div#header_subnav li
{
	margin: 0;
	padding: 0;

}

div#header_subnav a
{
	height: 14px;
	overflow: hidden;
}

div#header_subnav a.selected
{
	color: #40df51;
}

div#header_subimage
{
	float: left;
	padding: 0;
	margin: 0;
	height: 265px;
	border-top: solid #40df51 1px;
	border-bottom: solid #40df51 1px;
}

/****************** TABLE SETTINGS FOR PRODUCTS/CATEGORIES ****************/

div.tabletitle
{
	font-size: small;
}


/******************* NEWS AREA AND PAGE STYLES *****************************/

div#newsheader
{
	width: 100%;
	padding: 5px 0 3px 0;
	border-bottom: solid #40df51 1px;	
}

div.newsitem
{
	padding: 10px 0 10px 0;	
	border-bottom: solid #40df51 1px;	
}




