body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/backgrounds/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
a img {
	border: none;
}
/***********************************************************
	MAIN DIV SECTIONS
***********************************************************/	

#WRAPPER {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#CONTAINER {
	width:900px;
}
#HEADER {
	width:900px;
	
}
#MIDSECTION {
	width:900px;
}
#FOOTER {
	width:900px;
	font-size: .7em;
}

/***********************************************************
	HEADER SECTION
***********************************************************/	

#HEAD_CONTAINER  {
	height:36px;
}
#HeaderLEFT {
	float:left;
	width:286px;
	height:36px;
	background-color: #e8e8e8;
	background-image: url(../images/layout/header_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#HeaderLEFT .home_link {
	display: block;
	margin-top: 6px;
	background-image: url(../images/buttons/icon_home_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 43px;
	color: #5a829a;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 35px;
}
#HeaderLEFT .home_link:hover {
	background-image: url(../images/buttons/icon_home_on.gif);
	color: #eb9808;
}

#HeaderRIGHT {
	float:left;
	width:594px;
	height:36px;
	background-image: url(../images/backgrounds/right_header_strip.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#Header_RIGHT_CONTAINER {
	width:564px;
	height:26px;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 18px;
}
#TelNumber {
	float:left;
	height:15px;
	width:170px;
	background-image: url(../images/layout/tel_number_txt.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
#WebAddress {
	float:right;
	height:18px;
	width:145px;
	text-align:right;
	background-image: url(../images/layout/webaddress_txt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/***********************************************************
	MID SECTION
***********************************************************/

#MIDSECTION_CONTAINER {
	width:900px;
	float: left;
	background-color:#7394a7;
	background-image: url(../images/backgrounds/page_repeat.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#RIGHT_COLUMN {
	float:left;
	width:588px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b3cbd7;
	border-left-color: #b3cbd7;
	background-color: #5784a1;
}
#LEFT_COLUMN {
	float:left;
	width:290px;
	padding-left:16px;
	padding-right: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
	
}

/*------------------------------------------
	LEFT COLUMN SECTION
------------------------------------------*/

#LEFT_COLUMN_NAV {
	width:288px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e8f4;
	border-left-color: #e2e8f4;
	background-color: #FFFFFF;
	color: #5b5b5b;
	font-size: .7em;
}
#LOGO {
	height:189px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	background-image: url(../images/layout/rugbi_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------------------------------
	LEFT MENU OPTIONS
------------------------------------------*/
#CATEGORIES {
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#CATEGORIES ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/backgrounds/menulist_divider.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#CATEGORIES li {
	height:24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #efefef;
	background-color: #f5f5f5;
}
#CATEGORIES li a {
	color: #6d6d6d;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 5px;
	display: block;
	height: 19px;
	padding-left: 45px;

}
#CATEGORIES li a:hover {
	background-color: #EBEBEB;
	text-decoration: none;
	padding-left: 65px;
}
#CATEGORIES li a:visited {

}
#CATEGORIES li a:active {

}
#LISTMENU_HEADER {
	height:28px;
	display:block;
	color: #5b5b5b;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 1.1em;
}
li.left_menu_items a{
	background-image: url(../images/buttons/icon_default_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
li.left_menu_items a:hover{
	background-image: url(../images/buttons/icon_default_small_on.gif);
	color: #E59D4F;
}
#MENU1 a {	background-image: url(../images/buttons/icon_tools_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU1 a:hover{
	background-image: url(../images/buttons/icon_tools_small_on.gif);
	padding-left: 65px;
	color: #5DAA83;
}
#MENU6 a, #MENU26 a, #MENU103 a, #MENU105 a {
	background-image: url(../images/buttons/icon_traffic_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU6 a:hover, #MENU26 a:hover, #MENU103 a:hover, #MENU105 a:hover {
	background-image: url(../images/buttons/icon_traffic_small_on.gif);
	color: #5DAA83;
}

#MENU9 a {
	background-image: url(../images/buttons/icon_site_consum_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU9 a:hover{
	background-image: url(../images/buttons/icon_site_consum_small_on.gif);
	color: #8D3F7F;
}

#MENU11 a {
	background-image: url(../images/buttons/icon_site_equipt_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU11 a:hover{
	background-image: url(../images/buttons/icon_site_equipt_small_on.gif);
	color: #DA7684;
}

#MENU3 a{
	background-image: url(../images/buttons/icon_janitorial_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU3 a:hover{
	background-image: url(../images/buttons/icon_janitorial_small_on.gif);
	color: #0089BF;
}

#MENU18 a {
	background-image: url(../images/buttons/icon_ppe_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU18 a:hover{
	background-image: url(../images/buttons/icon_ppe_small_on.gif);
	color: #CB434D;
}
#MENU44 a {
	background-image: url(../images/buttons/icon_site_saftey_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU44 a:hover{
	background-image: url(../images/buttons/icon_site_saftey_small_on.gif);
	color: #CB434D;
}
#MENU55 a {
	background-image: url(../images/buttons/icon_clothiing_small.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;	
}
#MENU55 a:hover{
	background-image: url(../images/buttons/icon_clothiing_small_on.gif);
	color: #425494;
}



/*------------------------------------------
	RIGHT COLUMN SECTION
------------------------------------------*/

#FLASH_BANNER {
	height:162px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#CATEGORY_SCROLL {
	height:90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7c99a7;
	background-color: #444343;
	color: #CCCCCC;
	background-image: url(../images/backgrounds/scrollbar_bg_repeat.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
#CONTENT_WINDOW {
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.content_window_top_left {
	background-image: url(../images/layout/content_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_window_top_right {
	background-image: url(../images/layout/content_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.content_window_bottom_left {
	background-image: url(../images/layout/content_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content_window_bottom_right {
	background-image: url(../images/layout/content_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
}
.content_window_dropshadow {
	background-image: url(../images/backgrounds/content_botom_bg_repeat.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
}
#CONTENT_AREA {
	padding: 0px;

}




/***********************************************************
	FOOTER SECTION
***********************************************************/

/*------------------------------------------
	FOOTER NAVBAR SECTION
------------------------------------------*/

#FOOTER_NAVBAR {
	height: 78px;
	clear: left;
	background-color: #e8e8e8;
	background-image: url(../images/backgrounds/footernavbar_bg_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#FOOTER_NAVBLOCK {
	height: 78px;

}
#PaymentCard_block {
	float:left;
	height: 50px;
	width: 294px;
	padding-left: 16px;
	padding-top: 28px;
	background-image: url(../images/layout/creditcard_blue_tab.gif);
	background-repeat: no-repeat;
	background-position: 17px top;
}
#Footer_NavStrip {
	float:left;
	height: 50px;
	width: 590px;
	padding-top: 28px;
}
#Footer_NavStrip ul {
	height: 40px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Footer_NavStrip li {
	display: inline;
}
#Footer_NavStrip a {
	display: block;
	float: left;
	height: 40px;
	margin-right: 1px;
}

li#ABOUT_US a {
	width: 89px;
	background-image:url(../images/buttons/about_off.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
li#ABOUT_US a:hover {
	background-image:url(../images/buttons/about_on.gif);
}
li#WHAT_WE_DO a {
	width: 109px;
	background-image:url(../images/buttons/what_we_do_off.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
li#WHAT_WE_DO a:hover {
	background-image:url(../images/buttons/what_we_do_on.gif);
}
li#HELP_INFO a {
	width: 109px;
	background-image:url(../images/buttons/help_and_info_off.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
li#HELP_INFO a:hover {
	background-image:url(../images/buttons/help_and_info_on.gif);
}
li#TERMS_COND a {
	width: 169px;
	background-image:url(../images/buttons/terms_and_cond_off.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
li#TERMS_COND a:hover {
	background-image:url(../images/buttons/terms_and_cond_on.gif);
}
li#CONTACT_US a {
	width: 106px;
	background-image:url(../images/buttons/contact_off.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
li#CONTACT_US a:hover {
	background-image:url(../images/buttons/contact_on.gif);
}
.footer_bar_edge {
	height: 25px;
	background-image: url(../images/backgrounds/footer_edge_bg_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}




/*------------------------------------------
	OUTER FOOTER SECTION
------------------------------------------*/

#Footer_Text_links {
	color: #4882a5;
	padding-top: 25px;
	margin-bottom: 25px;
}
#Footer_Text_links a {
	color: #4882a5;
	text-decoration: none;

}
#Footer_Text_links a:hover {
	color: #4882a5;
	text-decoration: underline;
}
#Company_Details {
	background-image: url(../images/layout/rugbi_logo_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #4983a6;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 15px;
}
#Caboodle {
	color: #CCCCCC;
	text-align: center;
}
#Caboodle a{
	color: #93b5ca;
	text-decoration:none;
}
#Caboodle a:hover{
	color: #4882a5;
	text-decoration: underline;
}
#Caboodle img {
	padding-bottom: 3px;
}




/***********************************************************
	TEXT STYLE CLASSES
***********************************************************/	

.cleartext {
	display: none;
}
.green {
	color: #71B2A0;
}
.orange {
	color: #eb9808;
}
.red {
	color: #cb5038;
}

.lightblue {
	color: #92c6e9;
}

.bold {
	font-weight: bold;
}



/***********************************************************
	END
	Author: Simon J Lee
	©2008 Caboodle Digital 2008
	www.caboodledigital.com
***********************************************************/
.DIV_align_center {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: left;
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {

	float: right;
}
.center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}







/*********** NEW FLY OUT MENU ****************/

div.categoryPopup {
	background-color:#fff;
	font-size:.8em;
	width:550px;
	background-image: url(../images/menu_expand/flyout_menu_bg.gif); background-position: bottom right; background-repeat: no-repeat;
	padding:25px;
	border:2px solid #5a829a;
	
}

div.categoryPopup ul {
	width:550px;
	float:left;
}
	div.categoryPopup li {
		display:block;
		width:33%;
		float:left;
	}
	
	div.categoryPopup li a {
		display:block;
		margin-right:10px;
		text-decoration:none;
		color:#5a829a;
		background-image: url(../images/buttons/subcategory_off.gif); background-position: left center; background-repeat: no-repeat;
		padding-left:15px;
	}
	div.categoryPopup li a:hover {
		text-decoration: underline;
		color:#6FA557;
		background-image: url(../images/buttons/subcategory_on.gif);
	}
