	body{
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}
	
h1, h2, h3, h4, h5{
	padding: 5px 14px;
	margin: 5px 0;
	}	
	
h1{
	background: url(../images/h1BG.gif) no-repeat;
	height: 10px;
	width: 672px;
	font-size: 14px;
	color: #fff;
	padding: 14px;
	margin: 0;
	}
	
h3{
	color: #bc481d;
	}
	
a img{
	border: 0 none;
	}
	
a:link, a:visited{
	color: #bc481d;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

ul{
	margin: 0 14px 0 0;
	}

#container{
	margin: 0px auto;
	width: 960px;
	}
	
#topNavigation{
	background: url(../images/mainNavBG.gif) repeat-x;
	height: 32px;
	width: 948px;
	font-size: 12px;
	padding: 0 0 0 12px;
	color: #fff;
	}
	
	
	#mainNav{
		list-style-type: none;
		display: inline;
		margin: 0 250px 0 0;
		padding: 10px 0 0 0;
		float: left;
		}
		
	#mainNav li{
		display: inline;
		padding: 0 11px;
		border-right: 1px solid #fff;
		}
		
	#mainNav a:link, #mainNav a:visited{
		color: #fff;
		text-decoration: none;
		padding: 5px 3px 0 0;
		}
		
	#mainNav a:hover, #mainNav a.active{
		background: url(../images/navSwoosh.png) no-repeat top right;
		}
		
	#search{
		background: #ebebeb;
		float: left;
		width: 210px;
		margin: 6px 0 0 0;
		border: 1px solid #fff;
		}
		
		#CAT_Search{
			background: #ebebeb;
			border: none;
			height: 16px;
			width: 178px;
			vertical-align: top;
			color: #4c4c4c;
			padding-left: 5px;
			}
			
		.searchBox{
			height: 18px;
			padding: 0;
			}
		
#hero{	
	background: url(../images/heroImage1.jpg) no-repeat;
	height: 200px;
	width: 960px;
	}
	
	#heroContent{
		float: left;
		margin: 125px 0 0 20px;
		width: 310px;
		font-size: 10px;
		height: 60px;
		overflow: hidden;
		color: #fff;
		}
	
	#accordion {
		float: left;
		width: 285px;
		margin: 0 10px 0 333px;
		padding: 12px 0 0 0;
		}
	
	#acc1{
		background: url(../images/accHead1.png) no-repeat top left;
		}
		
		#acc1 a{
			color: #ccc;
			}
		
		#acc1 h2{
			font-size: 12px;
			}
			
	#acc2{
		background: url(../images/accHead2.png) no-repeat top left;
		}
		
	#acc3{
		background: url(../images/accHead3.png) no-repeat top left;
		}
	
	
	div.toggler {
		cursor: pointer;
		font-size: 12px;
		color: #fff;
		height: 19px;
		margin: 0;
		padding: 7px 10px 0 30px;
		text-transform: uppercase;
		}
		
	div.element{
		width: 283px;
		height: 99px;
		overflow: hidden;
		}
	
	div.element p{
		margin: 0px;
		padding: 5px 10px;
		font-size: 11px;
		color: #fff;
		}
		
	.accordionForm{
		/*height: 90px;*/
		padding: 0 0 0 10px;
		}
		
	.shortItem{
		margin: 0 0 10px 0;
		float: left;
		}
		
	.shortItem input{
		width: 116px;
		padding: 5px 2px;
		margin-right: 10px;
		border:1px solid #1D5460;
		color: #999999;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		}
		
	.submitImageItem{
		clear: both;
		}
	
#contentArea{
	width: 960px;
	background: url(../images/mainBG.gif) repeat-x top left #666;
	min-height: 440px;
	padding-bottom: 10px;
	margin: 0;
	overflow: auto;
	}
	
	#breadcrumbs{
		font-size: 11px;
		height: 21px;
		padding: 10px 0 0 14px;
		color: #e8e5e5;
		}
		
		#breadcrumbs a:link, #breadcrumbs a:visited{
			color: #e8e5e5;
			text-decoration: none;
			}
			
		#breadcrumbs a:hover{
			text-decoration: underline;
			}
		
	#subNavigation{
		float: left;
		background: url(../images/subNavHead.gif) no-repeat #515151;
		font-size: 12px;
		width: 226px;
		margin: 0 10px 0 12px;
		padding: 12px 0 0 0;
		}
		
		#subNavigation ul{
			width: 226px;
			list-style: none;
			padding: 0;
			margin: 0 0 20px 0;
			}
			
		#subNavigation ul li, #subNavigation ul li ul li{
			position: relative;
			cursor: pointer;
			}	
				
		#subNavigation li ul{
			position: absolute;
			left: 225px;
			top: 0;
			display: none;
			}
			
			#subNavigation li ul li ul li{
				position: absolute;
				left: 226px;
				top: 0;
				display: none;
				}
			
		#subNavigation li:hover ul, #subNavigation li:hover ul li:hover ul li{
			display: block;
			}
			
		#subNavigation li ul li{
			display: block;
			padding: 7px 0 0 25px;
			height: 23px;
			width: 201px;
			}
			
		#subNavigation ul li a:link, #subNavigation ul li a:visited{
			color: #fff;
			text-decoration: none;
			}	

			
			.subNavOne{
				background: url(../images/navUpBG.gif) no-repeat top left #515151;
				color: #fff;
				padding: 7px 0 0 25px;
				text-decoration: none;
				display: block;
				height: 23px;
				}
	
				
			.subNavOneOver{
				background: url(../images/navOverBG.gif) no-repeat top left #777;
	
				color: #fff;
				padding: 7px 0 0 25px;
				text-decoration: none;
				display: block;
				height: 23px;
				}
				
				.subNavOneOver a:hover{
					text-decoration: none;
					}
				
			.subNavTwo{
				background: url(../images/subNavUp.gif) repeat-x #515151;
				color: #fff;
				padding: 7px 0 0 25px;
				text-decoration: none;
				display: block;
				height: 23px;
				}
				
			.subNavTwoOver{
				background: url(../images/subNavOver.gif) repeat-x #777;
				color: #fff;
				padding: 7px 0 0 25px;
				text-decoration: none;
				display: block;
				height: 23px;
				}		
		
	
				
	#enquiry{
		background: url(../images/enquiryTab.gif) no-repeat top left #bc481d;
		padding: 22px 14px 0 14px;
		color: #fff;
		border-bottom: 4px solid #666;
		}
		
		#enquiry p{
			padding-left: 0;
			}
		
		#enquiry form{
			padding-bottom: 20px;
			
			}
			
		.webform-results{
			margin-left: 14px;
			}
		
		/* *** ENQUIRY FORM STYLES *** */
		
		.form{
			margin-left: 14px;
			}
		
		.hiddenItem, .hideLabel{
			display: none;
			visibility: hidden;
			}
	
		#enquiry form .cat_button{
			width: 23px;
			height: 18px;
			border: none;
			}
			
		.webform .item, .form .item{
			padding: 0;
			margin: 5px 0;
			}
			
		.item input, .item textarea{
			width: 186px;
			border: 1px solid #1d5460;
			color: #999;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 5px;
			}
			
		#catwebformbutton{
			background: #008ca7;
			font-size: 10px;
			color: #fff;
			cursor: pointer;
			width: auto;
			}
			
	#homeFlash{
		width: 940px;
		height: 210px;
		margin: 20px 0 0 10px;
		}	
		
	#homePage{
		width: 940px;
		min-height: 210px;
		margin: 20px 0 0 20px;
		font-size: 12px;
		}
		
		#homePage p{
			padding-left: 0;
			}
			
		.homeBox{
			width: 200px;
			height: 173px;
			background: url(../images/indexBox.gif) no-repeat top left;
			display: block;
			padding: 37px 0 10px 0;
			float: left;
			margin: 0 35px 0 0;
			text-align: center;
			}
		
		.homeBoxEnd{
			width: 200px;
			height: 173px;
			background: url(../images/indexBox.gif) no-repeat top left;
			display: block;
			padding: 37px 0 10px 0;
			float: left;
			margin: 0;
			text-align: center;
			}
		
	#mainContent{
		float: left;
		width: 700px;
		margin: 0 12px 0 0;
		font-size: 12px;
		background: #fff;
		min-height: 410px;
		padding-bottom: 15px;
		}
		
		p, .search-result{
			padding: 0 14px;
			}
			
	.profileImage{
		float: left;
		margin: 0 10px 10px 0;
		}
		
	.date{
		font-style: italic;
		color: #999;
		}
	
	
/* *** BLOG STYLES *** */

.post-list{
	float: left;
	width: 500px;
	padding: 0 20px 0 14px;
	border-right: 1px solid #e4e4e4;
	}
	
.post-body p{
	padding: 0 14px 0 0;
	}
	
.side-panel{
	float: left;
	width: 150px;
	padding: 0 0 0 14px;
	}
	
.side-panel h4{
	padding-left: 0;
	margin: 5px 0;
	}
	
.imgLeft{
	float: left;
	margin: 0 10px 10px 0;
	}
	
.imgRight{
	float: right;
	margin: 0 0 10px 10px;
	}
	
.comment-list .form, .comment-list p, .comment-list h5{
	margin-left: 0;
	padding-left: 0;
	}
	
.comment-list .form input, .form-container .form input, .comment-list .form textarea{
	border-color: #eee;
	}
	
.captchaimg{
	margin: 10px 0;
	}
	
#submitBtn{
	background: gray;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 75px;
	padding: 7px;
	cursor: pointer;
	}
	
#footer{
	clear: both;
	background: #fff;
	height: 50px;
	padding: 12px;
	font-size: 11px;
	}
	
	#footNav{
		width: 305px;
		float: left;
		}
	
	#footNav ul{
		list-style-type: none;
		display: inline;
		margin: 0 0 0 0;
		padding: 12px 0 0 0;
		float: left;
		}
		
	#footNav ul li{
		display: inline;
		padding: 0 7px;
		border-right: 1px solid #333;
		}
		
	#footNav a:link, #footNav a:visited{
		color: #333;
		text-decoration: none;
		}
		
	#footNav a:hover{
		text-decoration: underline;
		}
	
	.copy{
		padding: 7px 0 0 0;
		color: #999;
		font-size: 10px;
		clear: both;
		}
		
	#footSubBrands{
		float: left;
		width: 630px;
		text-align: right;
		}
		
		#footSubBrands img{
			margin: 0 5px;
			}
			
#sitefusion{
	margin: 10px 0 0 0;
	}
	